.futurehead{
    h4{
                color: white;
        font-family: cursive;

    }
}
.blog-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
    transition: 0.3s;
}

.blog-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.blog-card img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.blog-card h3 {
    padding:2px;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 10px;
     overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Show only 3 lines */
    line-clamp: 3; /* Standard property for compatibility */
}

.blog-card .blog-date p {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;

}
.paratext{
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
}
.ourbox{
    display:table-cell;
     text-align:center;
     height: 250px;
    width: 350px;
}
@media(max-width:991px){
    .ourbox{
         height: unset;
    }
}
.breadcrumb .breadcrumb-left{
    padding: 1px 0 !important;
}
.breadcrumb-left{
    h1{
        font-size: 26px !important;
    }
}
.soshare{
    display: flex;
}
.post-section{
    padding-bottom: 10px !important;

}

    /* CSS */
.button-18 {
  align-items: center;
  background-color: #0A66C2;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.button-18:hover,
.button-18:focus { 
  background-color: #16437E;
  color: #ffffff;
}

.button-18:active {
  background: #09223b;
  color: rgb(255, 255, 255, .7);
}

.button-18:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}

