/* === 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: 28px;
    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: 22px;
    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: 30px;
    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: 93%;
    left: 37.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 {
    
}
 

.logo-tagline-wrapper {
    text-align: center;
    margin-top: 10px;
}
.banner-logo img {
    display: inline-block;
    top: 79%;
    width: 300px;
    height: 105px;
    left: 39%;
}

.scpb-banner-tagline {       
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 6px 12px;
    margin: -5px auto;
    display: inline-block;
    border-radius: 8px;

    max-width: 100%;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}  

.vasu_tag{
    display: flex;
    align-items: center;
    justify-content: center;
    top: 91%;
    left: 39%;
    
    border-radius: 8px;
    height: 30px;
    width: 300px;
    position: absolute;
    z-index: 2;
}
.vasu_form{
    position: absolute;
    z-index: 2;
}
.vasu_hide{
    margin-top: 210px;
}
.whatsapp-btn:hover {
  background-color: #1ebe5d;
}

.wa-icon {
  margin-top: -50px;
  left: 158px;
  width: 120px;
  height: 50px;
}


