.header-btn-one {
    position: relative;
    display: inline-block;
}

.header-btn-one ul {
    position: absolute;
    top: 120%;
    left: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    list-style: none;
    width: 120px;
    background: linear-gradient(180deg, #080b18 0%, #202acf 100%);
    border-radius: 2px;
    background: #41445c33;
    backdrop-filter: blur(70px);
    border: 1px solid #c1c7de;
}

.header-btn-one ul li {
    padding: 12px 17px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s ease;
}

.header-btn-one ul li:hover {
    background: rgb(75, 75, 75);
}
.header-btn-two {
    position: relative;
    display: flex;
}

.header-btn-two ul {
    position: absolute;
    top: 120%;
    left: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    list-style: none;
    width: 120px;
    background: linear-gradient(180deg, #080b18 0%, #202acf 100%);
    border-radius: 2px;
    background: #41445c33;
    backdrop-filter: blur(70px);
    border: 1px solid #c1c7de;
}

.header-btn-two ul li {
    padding: 12px 17px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s ease;
}

.header-btn-two ul li:hover {
    background: rgb(75, 75, 75);
}

.btc-btn {
    font-size: 16px;
    font-weight: 600;
    color: #ebf7fd;
    border: 1px solid #41445c;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    gap: 10px;
    padding: 0 20px;


    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;

}

.btc-btn:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}



.header-arrow-img {
    width: 20px;
    height: auto;
    filter: brightness(0) invert(1);
}

.header-last-btn {
    display: flex;
    gap: 20px;
}

.btc-btn:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: black;
}

.btc-btn:hover img,
.btc-btn:hover i {
    filter: brightness(0);
}

.login-modal-form {
    background-size: cover;
    background-position: center calc(100% + 170px);
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    display: flex
;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 80px 80px 40px 80px;
    /* height: 657px; */
    height: 700px;
    align-items: center;
    overflow-y: scroll;
    justify-content: flex-start;
}
.login-modal-form::-webkit-scrollbar {
    width: 8px;
}

.login-modal-form::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.login-modal-form::-webkit-scrollbar-thumb {
    background: #2DD98F;
    border-radius: 4px;
}

.login-modal-form::-webkit-scrollbar-thumb:hover {
    background: #25b87a;
}

.login-modal {
    position: absolute;
    top: -1000px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 950px;
    background: #000000;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    transition: top 0.5s ease-in-out;
    z-index: 1000;
    overflow: hidden;
    border-radius: 20px;



    
}

.login-modal.active {
    top: 100px;
    /* Adjust this value based on where you want it to appear */
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}


.login-modal-form-title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0 0 40px 0;

}


.login-modal-close {
    background: #2DD98F;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    cursor: pointer;
    right: 20px;
}

.login-modal-close img {
    width: 10px;
}


.login-modal-close-two {
    background: #2DD98F;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    cursor: pointer;
    right: 20px;
}

.login-modal-close-two img {
    width: 10px;
}


.login-modal-form-links {
    background: #FFFFFF;
    border: 1px solid #8C84CC;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;


    width: 395.18896484375px;
    height: 36px;

    gap: 10px;
    border-radius: 3px;
    border-width: 1px;
    margin: 0 0 10px 0;
    color: #3A307F;





}


.OR-iocn {
    margin: 20px 0 20px 0;
}

.input-div {
    /* margin-bottom: 20px; */
    position: relative;
}

.input-div span {
    position: absolute;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    top: 17px;
    left: 10px;
    color: #fff;
}

.input-div input[type="text"],
.input-div input[type="email"],
.input-div input[type="password"],
.input-div input[type="date"],
.input-div input[type="tel"],
.input-div select {
    border: 1px solid #000000;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    color: #FFFFFF;
    background: #0B102C;
    margin: 10px 0 0 0;
    padding: 15px 10px 2px 10px !important;
    height: 55px;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.input-div input:focus,
.input-div select:focus {
    outline: none;
    border-color: #2DD98F;
    background: rgba(45, 217, 143, 0.1);
}

.input-div input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.customer-type-selection {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    justify-content: center;
}

.customer-type-btn {
    padding: 12px 25px;
    border: 2px solid #2DD98F;
    background: transparent;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.customer-type-btn.active {
    background: #2DD98F;
    color: #000;
}

.customer-type-btn:hover {
    background: rgba(45, 217, 143, 0.1);
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    margin: 20px 0;
}

.checkbox-wrapper input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #2DD98F;
}

.checkbox-wrapper label {
    font-size: 14px;
    cursor: pointer;
}

.individual-fields,
.business-fields {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.them-btn-login {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;


    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    overflow: hidden;

    ;
    color: #080b18;

    background-color: var(--color-primary);
    border: 1px solid transparent;
    border-radius: 50px;


    font-family: Outfit;
    font-weight: 700;
    font-size: 18px;

    line-height: 18px;
    letter-spacing: 1px;


    margin: 20px 0 0 0;


}


.password-request {
    color: white;
    text-align: center;
    width: 100%;
}


.accept-p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    cursor: pointer;
    margin: 15px 0;

}



@media (max-width: 986px) {
    .btc-btn span {
        display: none;
    }

    .login-modal {
        width: 100%;
height: 100vh;
border-radius: 0;
    }

    .input-div {
        position: relative;
        width: 100%;
    }

    .login-modal.active {
        top: 0;
    }


    .login-modal-form {
        padding: 80px 20px 40px 20px;
    }


    .login-modal-form-links {

        width: 100%;




    }



.header-last-btn {
    gap: 5px;
}






    
}

@media (max-width: 768px) {
    .login-modal-form {
        height: 100vh;
        padding: 20px;
    }

    .customer-type-btn {
        padding: 10px 20px;
        font-size: 13px;
    }

    .input-div input[type="text"],
    .input-div input[type="email"],
    .input-div input[type="password"],
    .input-div input[type="date"],
    .input-div input[type="tel"],
    .input-div select {
        padding: 10px 12px;
        font-size: 13px;
    }
}