    /* ............//// Showcase styling ////......... */

   
   

    div.static {
      position: static;
      padding-top: 5rem;
    }

    .showcase-area {

        /* display: block;
        margin-left: auto;
        margin-right: auto; 
        color: rgba(0, 0, 0, 0.9);
        background: url("images/ashirwad-allergy-hair-nail-skin.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; */

 
      }

      .showcase-img{

        width: auto;
        max-width: 60%;
        height: auto;
        margin-left: auto;
        margin-right: auto; 
      }
      
      .showcase-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 3rem;
        justify-content: top;
        height: 100%;
        font-size: 1.6rem;
      }
      
      .main-title {
        text-transform: uppercase;
        margin-top: 1.5em;
      }

      .pshow {
        padding: 1rem;
        position: absolute;
        bottom: 0vh;
        text-align: center;
      }

 