body {
    background-color: #f8f9fa; /* Light gray background */
}
.upload-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Optional: adjust as needed */
    padding: 20px;
    text-align: center;
    border: 2px dashed #ccc;
    min-height: 200px; /* Adjust height as needed */
    position: relative;
}

.upload-box img {
    margin-bottom: 10px;
}

.hidden-input {
    display: none;
}
/* .upload-box {
            border: 2px dashed #ccc;
            border-radius: 10px;
            text-align: center;
            padding: 30px;
            background-color: #f9f9f9;
        } */
        .pro-membership {
            border: 1px solid #ddd;
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            background-color: #fff;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        }

        .pro-membership h5 {
            font-weight: bold;
        }

        .pro-membership .btn-primary {
            margin-top: 15px;
            width: 100%;
        }

        .price-option {
            font-size: 14px;
            border: 1px solid #ccc;
            padding: 10px;
            border-radius: 5px;
            margin-bottom: 10px;
            cursor: pointer;
        }

        .price-option.active {
            border-color: #007bff;
            background-color: #e7f1ff;
        }

        .upload-box:hover {
            border-color: #007bff;
        }

        .upload-box img {
            width: 50px;
            margin-bottom: 15px;
        }

        .hidden-input {
            display: none;
        }