/* === Dynamic Banner Content Blocks === */
.title_vasu,
.feat_img,
.content_vasu {
    position: absolute;
    z-index: 2;
    left: 5%;
    width: 90%;
    max-width: 500px;
    display: flex;
    justify-content: center;
    text-align: justify;
    transition: top 0.3s ease, opacity 0.3s ease;
}

/* Specific styles for each block */
.title_vasu {
    color: white;
    font-size: 189%;
    font-weight: 600;
    left: 6.3%;
    line-height: 147%;
    text-align: center;
}
.user-photo {
    width: 100%;
    height: 90%;
    border-radius: 11%;
    object-fit: cover;
    background-color: #00FF0000;
    margin-top: 12%;
}

.feat_img {
    width: 526px;
    left: 3.1%;
}

.content_vasu {
    color: black;
    font-size: 132%;
    font-weight: 600;
    left: 5.3%;
    line-height: 135%;
}

/* === Main Image Wrapper === */
.img-wrapper {
    position: relative;
    width: 540px;
    height: 960px;
    background-color: #f0f0f0;
    margin-bottom: 1rem;
}

.img-wrapper img {
    position: absolute;
    object-fit: cover;
    z-index: 1;
}

/* === User Uploaded Photo and Name === */
.img-wrapper .pic {
    width: 27%;
    height: 19%;
    overflow: hidden;
    position: absolute;
    bottom: 10%;
    left: 4%;
    z-index: 2;
}

.img-wrapper .text {
    position: absolute;
    font-size: 169%;
    text-align: right;
    font-weight: bold;
    color: #0b0b0b;
    z-index: 2;
}

/* Duplicate classes for downloaded canvas */
.pic {
    position: absolute;
    width: 540px;
    height: 960px;
    top: 78.5%;
    left: 6.5%;
    background-size: cover;
    background-position: center;
    background-color: #00FF0000;
	border-radius :13%
}

.text {
    top: 91.5%;
    left: 35.5%;
    width: 57%;
    height: 7%;
    color: #000000;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

/* === Download Button (initially hidden) === */
#downloader {
   
}



