/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.3
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/


/* write custom css after this line */
/* .nd-indexing-intro {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	line-clamp: 5;
    -webkit-line-clamp: 5;     
    overflow: hidden;

   
    background: #f9fafb;         
    border-left: 5px solid #d32f2f; 
    border-radius: 8px;          
    padding: 0 16px;               
    margin: 20px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #222;

    
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
} */

.nd-intro-box {
    position: relative;
    padding: 16px 16px 14px;
    border: 1px solid #b00000;
	border-radius: 5px;
    background: #fafafa;
	margin: 20px auto 10px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.nd-intro-box::before {
    content: "एक नजर में";
    position: absolute;
    top: -14px;
    left: 14px;
    background: #fafafa;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 700;
    color: #b00000;
    letter-spacing: 0.4px;
    border: 1px solid #b00000;
	border-radius: 15px;
}
.nd-intro-box::after {
    content: "Powered by AI";
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 11px;
    font-weight: 700;
    color: #888;
    letter-spacing: 0.4px;
	padding: 0 5px;
}
.nd-intro-box > p {
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	line-clamp: 5;
    -webkit-line-clamp: 5;   /* EXACT 5 lines */
    overflow: hidden;
    line-height: 1.6;
    font-size: 16px;
	margin: 20px auto 10px;
    text-align: justify;
}


