﻿/*.signUpbg {
    min-height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.55)), url('/Images/userloginSignupbg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}*/
/*.right-col {
    background: linear-gradient(135deg, #ff512f, #ff3c1f);
    min-height: 100vh;
    padding: 50px;
}

.hero-login-content {
    max-width: 800px;
}

.small-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 80px;
    color: #fff;
}

.main-heading {
    font-size: 80px;
    line-height: 1.1;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 10px 0;
    color: #fff;
}

.sub-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 20px 0 40px;
}

.features {
    gap: 20px;
    align-items: center;
}

.feature-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .feature-item h6 {
        font-family: 'Poppins', sans-serif;
        margin-top: 10px;
        font-weight: 700;
        color: #fff;
    }

    .feature-item p {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-size: 14px;
        opacity: 0.9;
        color: #fff;
    }

.icon-circle {
    width: 60px;
    height: 60px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-circle i {
        font-size: 22px;
    }

.divider {
    width: 1px;
    height: 60px;
    background: rgba(255,255,255,0.4);
}

.card {
    width: 100%;
    max-width: 480px;*/ /* size control */
    /*    padding: 10px;*/
    /*border-radius: 20px !important;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.25), 0 5px 15px rgba(255, 80, 30, 0.2);
    transition: 0.3s ease;
}

    .card:hover {
        transform: translateY(-6px);
    }

.page-loader {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.custom-spinner {
    width: 5.5rem;
    height: 5.5rem;
    border-width: 10px;
    color: #ff4500;
}*/
/*================ Signup Form================*/
/*.card-header {
    border-radius: 14px;
    backdrop-filter: blur(6px);
    background: linear-gradient(135deg, #ff7f50, #ff4500) !important;
    padding: 22px 15px !important;
    border: none !important;
    position: relative !important;
    overflow: hidden !important;
}

    .card-header::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 20%;
        width: 60%;
        height: 3px;
        background: rgba(255,255,255,0.4);
        border-radius: 10px;
    }

    .card-header h3 {
        font-size: 30px;
        line-height: 1.1;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        color: #fff;
    }*/
/* container */
/*.input-group-custom {
    position: relative;
    margin-bottom: 22px;
}*/

    /* input box */
    /*    .input-group-custom input {
        width: 100%;
        padding: 14px 12px;
        border: 2px solid #ddd;
        border-radius: 10px;
        outline: none;
        font-size: 15px;
        transition: 0.25s ease;
        background: #f8f8f8;
    }*/
    /*.input-group-custom input {
        height: 52px;
        border-radius: 14px;
        font-size: 15px;
        padding-left: 14px;
    }

        .input-group-custom input::placeholder {
            color: #aaa;
        }*/

    /* label default */
    /*.input-group-custom label {
        color: #666;
    }*/

    /* focus effect */
    /*.input-group-custom input:focus {
        border-color: #ff5a2f;
        background: #fff;
        box-shadow: 0 0 0 3px rgba(255, 90, 40, 0.15);
        border-radius: 12px;
    }*/

    /* smooth hover */
    /*.input-group-custom input:hover {
        border-color: #ff7b2f;
    }

.custom-check input {
    border: 2px solid #ff7c4c !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #ff4d0c !important;
}

.form-check-input:checked {
    background-color: #ff7c4b;
}*/

/*.cta-btn {
    display: inline-block;
    padding: 12px 30px;
    color: #ff4500;
    font-weight: 700;
    font-size: 1.1rem;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    border: 2px solid #ff4500;
    background-color: #fff;
}

    .cta-btn:hover {
        transform: translateY(-4px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.35);
        background: linear-gradient(135deg, #ff7f50, #ff4500);
        border: 2px solid #ff7f50;
        color: #fff;
    }*/
/*.cta-btn {
    height: 52px;
    font-size: 16px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ff7f50, #ff3c1f);
    color: #fff;
    border: none;
    box-shadow: 0 10px 25px rgba(255,70,30,0.4);
}*/

/*    .cta-btn:hover {
        transform: scale(1.03);
        box-shadow: 0 15px 40px rgba(255,70,30,0.6);
        background: #fff;
        border: 2px solid #ff4500;
        color: #ff4500;
    }*/

/*@media (max-width:769px) {
    .row {
        justify-content: center;
        align-items: center;
    }

    .card {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}*/
.signupbg {
    min-height: 100vh;
    background: #f6f8f7;
}

/* LEFT */
.signup-left-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 48px;
    background: #ffffff;
    min-height: 100vh;
}

.signup-form-box {
    width: 100%;
    max-width: 430px;
}

/* LOGO */
.signup-logo-text {
    font-size: 24px;
    font-weight: 800;
    color: #0b3f38;
}

    .signup-logo-text span {
        color: #0f5a4f;
    }

/* TEXT */
.signup-heading {
    font-size: 36px;
    font-weight: 800;
    color: #0b3f38;
}

.signup-sub {
    color: #6d7d79;
    margin-bottom: 30px;
}

/* INPUTS (same as login) */
.input-group-custom {
    margin-bottom: 18px;
}

    .input-group-custom label {
        font-size: 12px;
        font-weight: 700;
        color: #0b3f38;
        margin-bottom: 6px;
    }

    .input-group-custom .form-control {
        height: 56px;
        border-radius: 16px;
        border: 1.5px solid #dce5e1;
        background: #f9fbfa;
        padding: 0 16px;
    }

        .input-group-custom .form-control:focus {
            border-color: #0f5a4f;
            box-shadow: 0 0 0 4px rgba(15,90,79,0.08);
        }

/* BUTTON */
.cta-btn {
    width: 100%;
    height: 56px;
    border-radius: 16px;
    border: none;
    background: linear-gradient(135deg, #0f5a4f, #082d28);
    color: #fff;
    font-weight: 700;
}

/* RIGHT */
.signup-right-col {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px;
    background: radial-gradient(circle at top right, rgba(185,239,84,0.08), transparent 30%), radial-gradient(circle at bottom left, rgba(15,90,79,0.30), transparent 35%), linear-gradient(145deg, #082d28 0%, #0b3f38 45%, #0f5a4f 100%);
}

/* HERO */
.small-heading {
    color: #b9ef54;
    font-size: 12px;
    font-weight: 700;
}

.main-heading {
    font-size: 56px;
    font-weight: 800;
    color: #fff;
}

    .main-heading span {
        color: #b9ef54;
    }

.sub-text {
    color: rgba(255,255,255,0.7);
}

/* FEATURES */
.features {
    display: flex;
    gap: 14px;
}

.feature-item {
    flex: 1;
    text-align: center;
    background: rgba(255,255,255,0.05);
    border-radius: 20px;
    padding: 20px;
}

    .feature-item h6 {
        color: white;
        margin-top: 15px;
        #b9ef54
    }

    .feature-item p {
        color: #b9ef54;
    }


.icon-circle {
    width: 48px;
    height: 48px;
    margin: auto;
    border-radius: 14px;
    background: rgba(185,239,84,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b9ef54;
}

@media (max-width: 991px) {
    .signup-right-col {
        display: none !important;
    }
}
#signupBtn {
    transition: 0.25s ease;
}

    #signupBtn:disabled {
        opacity: 0.55;
        cursor: not-allowed;
        transform: none !important;
        box-shadow: none !important;
        filter: grayscale(20%);
    }
.custom-spinner {
    width: 5rem !important;
    height: 5rem !important;
    color: #b9ef54;
}
.page-loader {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
/*    background: rgba(11, 63, 56, 0.82);*/
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

    .page-loader.d-none {
        display: none !important;
    }