:root {
    --theme-color:#143160;
    --theme-color-light: #0b8fda;
}

body {
    font-family: 'LatoRegular', sans-serif;
    margin: 0 auto;
    color: #555555;
    text-decoration: none;
    max-width: 450px;
    text-align: center;
    box-shadow: 1px 2px 15px #48484833;
    padding-bottom: 85px;
    background-image: url('../demo-templates/common/img/pattern.jpg');
    background-attachment: fixed;
}

.vjAkhuContainer {

padding-left: 20px;
padding-right: 20px;

}


a {text-decoration: none;}

.vjmathu {
    height:50px;
    background-color: cadetblue;
    
    
}

.vjMathuLogo {
    height:24px;
    width: auto;
    margin-top: 13px;
    
}

.vjCover{
    background: linear-gradient(
        90deg,
        #c4161c 0%,   /* deep red */
        #155f7f 100% /* deep blue */
    );
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    height: 40px;
    z-index: -1;
}


.vjCoverwhite {
    background-color:#f8fafd;
    margin:5px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgb(255 255 255);
    z-index: 99;
    /*margin-top: -165px;*/    
  
 }


.leadbriefcasetext {
    font-size: 22px;
   font-weight: 600;
    color: white;
    letter-spacing: 0.7px;
    margin-left: 20px;
    margin-right: 20px;
    margin: 12px;
}

.vjUserPhoto{
    
    width: 90px;
    height:auto;
    border-radius: 10px;
    border: 4px solid white;
    background-color: white;
    margin-top: 5px;
    box-shadow: 1px 2px 20px rgba(107, 128, 168, 0.2);
   
}

h1 {
   font-size: 15px;
   font-weight: 500;
    color: #11071c;
    letter-spacing: 0.6px;
    /*margin-left: 20px;*/
    margin-top: 1px;
    margin-bottom:6px;
    /*margin-right: 20px;*/
}




.vjProfession{
    color:#525056e3;
    margin-top:-5px;
    margin-bottom:5px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.4px;
   }

.vjCTAheading{
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding-left: 10px;
    line-height: 15px;
   color:#280744;
   
    letter-spacing: 0.6px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: capitalize;
}

.vjCTAheading lable{border-bottom: 3px solid #727B93; padding: 5px;}

.vjCTAinfobox{
 display: inline-block;
 width: 60px;
    margin-bottom: 5px;
    /*margin-top: 10px;*/

}

.vjctamaintext{
    color: #666666;
    text-decoration: none;
    font-size: 13px;
        
    
    
}

.vjCTAimage {
    display:block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    text-align:center;
    margin: 0 auto;
    box-shadow: 1px 1px 5px rgba(107, 128, 168, 0.2);
    border-radius: 100px;
    margin-bottom: 0px;
    
    
}


.vjShareContainer{
display:inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px; 
    margin:2px;
background-color: #95a4bf;
    box-shadow: 1px 1px 5px rgba(107, 128, 168, 0.2);
    border-radius: 35px;
    border: 3px solid white;
    margin-bottom: 10px;
}

.vjsocialLink {

        color: white;
 vertical-align: middle;
    font-size: 18px;
        line-height: 35px;
    
}




.vjcopyrightcontainer {
    /*height:20px;*/
    /*background-color:#ce1e2e;*/
    /*min-width:100%;*/
    /*margin: 0;*/
    /*padding-top:3px;*/
    /*padding-bottom:3px;*/
    /*max-width:100%;*/
    /*color:#ffffff;*/
    /*text-decoration: none;*/
    /*line-height: 0px;*/
    /*font-size: 11px;*/
    /*letter-spacing: 0.5px;*/
    
    height: 60px;
    background-color: var(--theme-color);
    /* min-width: 100%; */
     margin: 10px; 
    margin-bottom: 20px;
    padding-top: 3px;
    padding-bottom: 20px;
    /* max-width: 76%; */
    color: #ffffff;
    text-decoration: none;
  
    line-height: 5px;
    font-size: 12px;
    letter-spacing: 0.7px;
    
}

.vjNoDecoration{
        text-decoration: none;
        color: #fff;
        font-weight: bold;
    }


.vjcopyrights {
    

    color:white;
    text-decoration: none;
    line-height: 20px;
    font-size: 11px;
    letter-spacing: 0.5px;
    
}



.vjFooterBranding {
    
    height:80px;
    background-image:url(images/coverbg.png);
    width:100%;
}


.vjFooterSignup {

    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 10px;
 
    border-radius: 2px;
    background-image: url(images/coverbg.png);
    color: white;
    box-shadow: 1px 2px 10px rgba(107, 128, 168, 0.2);
    letter-spacing: 0.4px;
    border: 2px solid white;
    width: 110px;
}



.vjJagya5 {
    padding-top: 5px;
}
.vjJagya10 {
    padding-top: 10px;
}
.vjJagya15 {
    padding-top: 15px;
}
.vjJagya20 {
    padding-top: 20px;
}
.vjJagya30 {
    padding-top: 30px;
}
.vjJagya40 {
    padding-top: 40px;
}

    .vjfloatBottomRightBttn{
        position:fixed;
        bottom:0;
        width:80px;
        height:30px;
        bottom:20px;
        right:20px;
        background-color:#e2927c;
        color:#FFF;
        border-radius:50px;
        border:2px solid white;
        text-align:center;
        line-height:30px;
        font-size:12px;
        box-shadow: 1px 2px 10px rgba(107, 128, 168, 0.2);
    }






    .firstpagetop {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 10px 5%;
        margin: 0 auto;
        position: relative; position:relative;
       /* box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);*/
    }
    
    
    .companylogo{width: 60%;
        max-width: 200px;
        float: left;
        text-align: left;
        padding: 5px;
        position: relative;
        vertical-align: middle; text-align:center;
        height: 90px;}
        
    .companylogo img {
        height: auto;
        max-width: 90%;
        position: absolute;
        top: 0; right:0; left:0;
        bottom: 0;
        margin: auto auto;
        max-height: 95%;
    }
    
    
    .profilepic {
        width: 100px;
        height: 100px;	
        border-radius: 50%;
        margin-bottom: 15px;
        overflow: hidden;
        position: relative;
        background: #fff;
    }
    .profilepic img{ top:0; bottom:0;left: 0;
        right: 0;
        margin: auto;}
    
    .companyname {
        margin: 0px auto 10px auto;
        font-size: 13px;
        letter-spacing: 0.4px;
        font-family: latobold;
        color: black;
    
    }
    
    .name {
        font-family: 'LatoHeavy';
        color: black;
        font-size: 26px;
    }
    
    .name span{display: block; font-size:14px;  font-family: 'LatoRegular'; color:#222;}
    
    
    .firstpagebottom {
        
        color: #ffffff;
        padding: 0 20px 20px;
        margin-top: -1px;
    }
    
    .actionbtn {
        display: flex;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    
    .actionbtn a {
        margin: 0 8px;
    }
    
    .iconbtn {
        display: flex;
        justify-content: center;
        align-items: center;
        /* display: block;
        vertical-align: middle; */
        width: 40px;
        height: 40px;
        text-align: center;
        margin: 0 auto;
        box-shadow: 1px 1px 5px rgba(107, 128, 168, 0.2);
        border-radius: 50%; font-size:20px;
        margin-bottom:0px;
        background-color: #fff;
        color: var(--theme-color);
    }
    
    .icontxt {
        color: #666666;
        text-decoration: none;
        font-size: 13px;
        font-family: 'LatoRegular';
    }
    
    .contact-buttons {
        text-align: center;
        width: calc(100% + 40px);
        margin-top: 20px;
    }
    
    .contact-button {
        padding: 8px 10px;
        border-radius: 50px;
        min-width: 70px;
        display: inline-block;
        font-size: 12px;
        box-shadow: 1px 1px 5px rgba(107, 128, 168, 0.2);
        /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;*/
        text-align: center;
        background-color: var(--theme-color);
        color: #fff;
        /*border: 2px solid #424242;*/
        margin-right: 5px;
        margin-bottom: 10px;
    }
    
    .contact-button i {
        margin-right: 5px;
    }
/* ===== ONE MEMBER = ONE SCREEN (MOBILE) ===== */


    .main-wrapper{
        min-height: 100vh;
        width: 100%;
        margin: 0 auto;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        box-sizing: border-box;

        /* ===== PAPER / WATERCOLOR TEXTURE ===== */
        background-color: #f4f7f8;
        background-image:
            radial-gradient(circle at 20% 30%, rgba(0,0,0,0.06), transparent 40%),
            radial-gradient(circle at 80% 70%, rgba(0,0,0,0.05), transparent 45%),
            radial-gradient(circle at 50% 50%, rgba(0,0,0,0.04), transparent 50%),
            repeating-linear-gradient(
                0deg,
                rgba(0,0,0,0.025),
                rgba(0,0,0,0.025) 1px,
                transparent 1px,
                transparent 6px
            );

        border-radius: 15px;
        border: 1px solid #000;
        box-shadow: 0 8px 22px rgba(0,0,0,0.25);
        overflow: hidden;
    }





















        .img-responsive, img{max-width:100%; height:auto; width:auto;}

      .btndetails {
        border-radius: 15px;
        background:white;
        display: block;
       
      }



      .btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
        display: block;
        padding: 15px;
        width: 80%;
        border-radius: 15px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }
    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }
    .btn-default:active {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }
        
/* ===== QUICK MENU ===== */
.quick-menu {
     position: relative;
    padding: 18px;
    border-radius: 18px;
    overflow: hidden;
    z-index: 1;

    /* 🔥 EXACT IMAGE BACKGROUND */
    background-image: url("/images/redimage.png");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;

    box-shadow:
        0 20px 40px rgba(0,0,0,0.45);
}

.quick-menu2 {
    position: relative;
    padding: 18px;
    border-radius: 18px;
    overflow: hidden;
    z-index: 1;

    /* 🔥 EXACT IMAGE BACKGROUND */
    background-image: url("/images/bk2image.png");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;

    box-shadow:
        0 20px 40px rgba(0,0,0,0.45);
}
.quick-menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.quick-menu-item {
    background: #fff;
    border-radius: 14px;
    padding: 14px 8px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: 0.2s;
     pointer-events: auto;
}

.quick-menu-item:hover {
    transform: translateY(-4px);
}

.quick-menu-item i {
    font-size: 26px;
    color: var(--theme-color);
    margin-bottom: 6px;
}

.quick-menu-item span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #1b2b52;
}

/* hide sections initially */
.section-block{
    display: none !important;
}


