 body {
            /* background: linear-gradient(135deg, #000, #333); */
            background: linear-gradient(135deg, #dadada, #9b9b9b);
            min-height: 100vh;
        }
.feature-section {
    background: linear-gradient(135deg, #313131, #151515);
    color: #fff;
    border-radius: 0 20px 20px 0;
}

.feature-badge {
    display: inline-block;
    background: #e4c74b;
    color: #022c22;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 15px;
}
.ylwtxt{
    color: #e4c74b;
}
a {
    color: #c1a21b!important;
    text-decoration: none;
    font-weight: 600;
}
h4{
        font-size: 18px;
        margin:0;
    }
h5, .h5 {
    font-size: 16px;
}
.aspNetDisabled {
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.26) !important;
    background-color: rgba(0, 0, 0, 0.12) !important;
    text-transform:uppercase;
}
.lhdng {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
}
.feature-section h1 {
    font-weight: 800;
    line-height: 1.2;
    font-size: 26px;
    text-transform: uppercase;
}



.feature-section p {
    color: #cbd5e1;
}

.feature-list {
    margin-top: 25px;
}

.feature-list li {
    list-style: none;
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    color: #e5e7eb;
    font-size: 13px;
}

.feature-list i {
    color: #e4c74b;
    margin-top: 4px;
}

.support-box {
    background: rgba(255,255,255,0.05);
    border-radius: 14px;
    padding: 20px;
    margin-top: 15px;
}

@media (max-width: 991px) {
    .feature-section {
        border-radius: 20px;
    }
}

        .auth-wrapper {
            min-height: 100vh;
        }

        .auth-card {
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.08);
            overflow: hidden;
        }

        .form-section {
            padding: 40px;
        }
.form-section a{
    color: #e4c74b;
    text-decoration: none;
}
        .form-section h2 {
            font-weight: 700;
        }

        .form-control, .form-select {
           border-radius: 8px;
    padding: 10px 15px;
        }
.form-label{
    margin-bottom: 3px;
}
        .btn-signup {
            background: linear-gradient(90deg, #3e3e3e, #000000);
            border: none;
            border-radius: 8px;
            padding: 10px 20px;
            font-weight: 600;
            color: #fff;
            text-transform: uppercase;
        }
        .btn-signup:hover {
            background: linear-gradient(90deg, #e4c74b, #dcbb29);
            color: #fff;
        }
        .social-btn {
            border-radius: 12px;
            border: 1px solid #ddd;
            padding: 10px;
            background: #fff;
        }

        .image-section {
            background: linear-gradient(135deg, #242424, #4a4a4a);
            position: relative;
            color: #fff;
        }

        .image-section img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .image-overlay {
            position: absolute;
            bottom: 30px;
            left: 30px;
            right: 30px;
        }

        .image-overlay h3 {
            font-weight: 700;
        }

        @media (max-width: 991px) {
            .image-section {
                min-height: 350px;
            }
        }
.btn-book {
    padding: 10px 30px;
    background: #e4c74b;
    border-radius: 20px;
    color: #fff!important;
    font-weight: 600;
}

    .btn-book:hover {
        background: #fff;
        color: #000!important;
        text-decoration: none;
    }
.align-content-center {
    align-items: center;
}