                        body{
    margin:0;
    font-family:'Roboto', sans-serif;
    background:url("../assets/siteimg/background.jpg");
}

/* ===== BANNER ===== */
.banner img{
    width:100%;
}

/* ===== CARD ===== */
.form-card{
    width:90%;
    max-width:420px;
    margin:20px auto;
    background:#fff;
    padding:20px;
    border-radius:12px;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

/* ===== INPUT ===== */
.form-group{
    margin-bottom:15px;
}

.form-control{
    height:45px;
    border-radius:8px;
}

/* ===== IMAGE PREVIEW ===== */
.image-preview{
    width:160px;
    height:160px;
    margin:20px auto;
    border-radius:50%;
    overflow:hidden;
    border:3px solid #ccc;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#f5f5f5;
}

.image-preview img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* ===== UPLOAD BUTTON ===== */
.upload-btn{
    background:#ed8019;
    color:#fff;
    padding:10px 20px;
    border-radius:8px;
    cursor:pointer;
    display:inline-block;
    position:relative;
}

/* 🔥 IMPORTANT FIX */
.upload-btn input[type="file"]{
    display:none !important;
}

/* ===== CROPPER ===== */
#upload-demo{
    width:100%;
    height:300px;
}

.upload-action-btn{
    text-align:center;
    
}

/* ===== FIX CROPPY CLICK ISSUE ===== */
.cr-overlay{
    pointer-events:auto !important;
}
/* ===== AD ===== */
.ad-slot{
    text-align:center;
    margin:20px;
}

.ad-slot img{
    width:100%;
    max-width:400px;
}

/* ===== FOOTER ===== */
footer{
    text-align:center;
    background:#ed8019;
    color:#fff;
    padding:10px;
}

/* ===== MOBILE ===== */
.croppie-container {
    margin-bottom: 10% !important;
}

.cr-slider-wrap {
    margin: 25px auto 35px auto !important; /* TOP + BOTTOM SPACE */
}

.cr-slider {
    width: 85% !important;
    margin-top: 2px !important;
}

.upload-action-btn {
    margin-top: 20%!important;
}
    