﻿body {
    font-family: "Noto Sans", sans-serif;  
    font-style: normal;
    
}

a{
    text-decoration:none !important;
    font-weight:bold !important;
    color:#111534 !important;  
    
}
a:hover{
    text-decoration:none !important;
    font-weight:800 !important;
    color:green !important;  
}

h2{
    font-weight:500 !important;
}

h3{
    font-weight:500 !important;
}
/* दो लाइन तक दिखाने के लिए */
.truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;        /* सिर्फ़ 2 लाइन */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  max-height: calc(1.4em * 2);  /* optional extra safety */
  position: relative;
  padding-right: 3.2rem;        /* ओवरले के लिए जगह */
}

/* नीचे-दाएँ ओवरले — हेडिंग जैसा दिखे */
.truncate::after{
  content: "";       /* हेडिंग/लिंक जैसा */
  position: absolute;
  right: 0.4rem;
  bottom: 0; 
  background: linear-gradient(to left, #fff 25%, rgba(255,255,255,0));
  padding-left: 0.4rem;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.4em;
  cursor: default;
  white-space: nowrap;
}
.img-thumbnail-height-width{
   width:100%;
   height:100%;
 
}




