/* === Dynamic Banner Content Blocks === */
#template1 .title_vasu,
#template1 .feat_img,
#template1 .content_vasu
#template1 .banner_img {
    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 */
#template1 .title_vasu { 
    color: white;
    font-size: 28px;
    font-weight: 600;
    left: 6.3%;
    line-height: 147%;
    text-align: center;
}

#template1 .user-photo {
    width: 100%;
    height: 90%;
    border-radius: 11%;
    object-fit: cover;
    background-color: #00FF0000;
    margin-top: 12%;
}

#template1 .banner_img {
    width: 526px;
    left: 2%;
    top: 1%;
}


#template1 .content_vasu {
    color: black;
    font-size: 22px;
    font-weight: 600;
    left: 5.3%;
    line-height: 135%;
}

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

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

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

#template1 .img-wrapper .text {
    position: absolute;
    font-size: 39px;
    text-align: center;
    line-height: 37px;
    font-weight: bold;
    color: #0b0b0b;
    z-index: 2;
    
}

/* Duplicate classes for downloaded canvas */
#template1 .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%;
}

#template1 .text {
    top: 88%;
    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 === */
#template1 #downloader { }

/* Logo & Tagline */
#template1 .logo-tagline-wrapper {
    text-align: center;
    margin-top: 10px;
}

.post-date {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin-top: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); /* ensures perfect centering */
}

#template1 .banner-logo img {
    display: inline-block;
    top: 93.5%;
    width: 186px;
    height: 70px;
    left: 64%;
}


#template1 .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;
}  

#template1 .vasu_tag{
    display: flex;
    align-items: center;
    justify-content: center;
    top: 81%;
    left: 39%;
    border-radius: 8px;
    height: 30px;
    width: 300px;
    position: absolute;
    z-index: 2;
}

#template1 .permessage{
    display: flex;
    align-items: left;
    justify-content: left;
    top: 96%;
    left: 0%;
    background-color: #000000;
    color: white;
    height: 30px;
    width: 58%;
    position: absolute;
    z-index: 2;
}

#template1 .slogan{
    display: flex;
    align-items: left;
    justify-content: left;
    top: 82%;
    color: black;
    height: 30px;
    width: 62%;
    position: absolute;
    z-index: 2;
    left: 39%;
}

#template1 .slogan_text{
    font-size: 15px;
    font-weight: 600;
}

#template1 .solid{
    height: 1px;
    width: 50%;
    background-color: #000000;
    bottom: 144px;
    position: absolute;
    z-index: 2;
    left: 41%;
}

#template1 .mess_me{
    margin-top: 3px;
    margin-left: 6px;
    font-size: 15px;
    font-weight: 600;

}

#template1 .vasu_form{
    position: absolute;
    z-index: 2;
}

#template1 .vasu_hide{
    margin-top: 210px;
}

#template1 .whatsapp-btn:hover {
  background-color: #1ebe5d;
}

#template1 .wa-icon {
  margin-top: -65px;
  margin-left: 150px;
  width: 120px;
  height: 50px;
}

#template1 .web_name{
font-weight: 700;
font-size: 26px;
}


#template1 .website_foot{
position: absolute;
z-index: 2;
top: 96%;
left: 59%;
}