.modalBox {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    flex-direction: column;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.dropModal {
    transform: translateY(100px);
}

.left-panel {
    flex: 1;
    padding: 45px 50px;
}

.right-panel {
    flex: 1;
    padding: 40px 70px;
}

.left-panel {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left-panel h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    /* font-family: Epilogue; */
}

.left-panel p {
    color: #6c6c6c;
    margin-bottom: 30px;
    font-size: 18px;
    /* font-family: Poppins; */
}
.modal-form-group {
    display: flex;
    align-items: center;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 16px;
    background: #f5f5f5;
}

.modal-form-group input {
    border: none;
    outline: none;
    width: 100%;
    background: #f5f5f5;
    font-size: 14px;
    margin-left: 10px;
}

.modal-form-group img {
    width: 20px;
    height: 20px;
}

.login-button {
    width: 100%;
    padding: 17px;
    background-color: #28b463;
    color: white;
    font-weight: 400;
    border: none;
    border-radius: 8px;
    margin-bottom: 30px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-size: 18px;
}

.divider {
    text-align: center;
    color: #999;
    margin-bottom: 10px;
    font-family: Sora;
}

.social-btn {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 12px;
    background-color: #fff;
    font-weight: 400;
    cursor: pointer;
    color: #000;
}

.social-btn img {
    width: 28px;
    margin-right: 10px;
}

.right-panel {
    background-image: url(../images/Rectangle4.png);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.card-image {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 30px;
    padding: 36px;
    text-align: center;
    width: 100%;
    position: relative;
    border: 2px solid #ffffff52;
    min-height: 500px;
    position: relative;
    /* overflow: hidden; */
}

.card-image h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    text-align: left;
}

.card-image img {
    width: 85%;
    border-radius: 12px;
    position: absolute;
    bottom: 10px;
    right: 16px;
}
.divider-container {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.divider-line {
    flex: 1;
    height: 1px;
    background-color: #ccc;
}

.divider-text {
    padding: 0 10px;
    white-space: nowrap;
    color: #999;
    font-weight: 500;
}
.icon-badge {
    position: absolute;
    left: -20px;
    top: 75%;
    transform: translateY(-75%);
    /* background-color: white; */
    /* padding: 10px; */
    border-radius: 50%;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); */
}

.icon-badge img {
    width: 24px;
    position: relative;
    width: 100%;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

.close-btn:hover {
    color: #28b463;
}
