﻿.content-blog a,.content-blog a:hover,.content-blog1 a,.content-blog1 a:hover
{
	color: rgb(22, 90, 47) ;
    text-decoration: underline  ;
    text-underline-offset: 3px  ;
}
.form-content-blog
 {
    background: #fff;
    width: 100%;
    max-width:330px;
    padding: 20px;
    display: block;
}
.Blog-title {
  font-size: 25px;
  font-family: "Poppins";
  color: rgb(22, 90, 47);
  line-height: 1.4;
  text-align: center;
  font-weight:500;
}
.custom-card {
height:100%;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    padding: 20px 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  display: flex;
    flex-direction: column;
}
 .custom-card .card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.custom-card .card-body .btn-wrapper {
    margin-top: auto; /* pushes button to bottom */
}
.custom-card img.card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.custom-card .card-title {
	font-size: 20px;
	min-height: calc(29px * 1.3 * 2); 
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;   
	font-family: "Poppins";
	color: rgb(22, 90, 47);
	line-height: 1.3;
	text-align: left;
	font-weight: 500;
	text-decoration:none;
	padding: 15px 0 10px;
}
.custom-card .card-text {
  font-size: 14px;
  color: rgb(50, 50, 50);
  text-align: left;
  padding: 0;
  line-height: 1.5;
  min-height: calc(14px * 1.5 * 3);    /* ensures space for 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 3;         /* show max 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
  } 
  
  .category-title {
  font-size: 25px;
  font-family: "Poppins";
  color: rgb(22, 90, 47);
  line-height: 1.3;
  text-align: left;
} 

.category-subtitle
{
	  font-size: 14px;
  font-family: "Poppins";
  color: rgb(50, 50, 50);
  line-height: 1.857;
  /*text-align: left;*/
  text-align:justify;
}

.blog-card-category .card-title {
  font-size: 20px;
  font-family: "Poppins";
  color: rgb(22, 90, 47);
  font-weight:500;  
  line-height: 1.5;
  text-align: left;
  text-decoration:none;
 cursor:pointer;
 
    min-height: calc(14px * 1.5 * 1);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    

} 
.blog-card-category .card-title:hover
{
  text-decoration:underline;
}
.blog-card-category .card-date
{
  font-size: 15px;
  font-family: "Poppins";
  color: rgb(100, 100, 100);
  line-height: 1.849;
  text-align: left;
}
.category-content {
  font-size: 14px;
  color: rgb(50, 50, 50);
  text-align: left;
  padding: 0;
  line-height: 1.5;
  min-height: calc(14px * 1.5 * 4);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
} 
.post-image {
    height: 150px !important;
}
.btn-green-line, .btn-green-line:focus, .btn-green-line:hover
 {
    background-color: transparent;
    font-family: "Poppins";
    color: rgb(22, 90, 47);
    font-size: 16px;
    border: none;
    border-radius: 9999px;
    padding: 10px 30px;
    display: inline-flex;
    align-items: center;
    border-width: 1px;
    border-color: rgb(22, 90, 47);
    border-style: solid;
    text-decoration: none;
}

.content-blog,.content-blog1 p
{
	padding:0;
}
.content-blog p,.content-blog1 p
{
	font-size: 14px;
  font-family: "Poppins";
  color: rgb(50, 50, 50);
  line-height: 1.857;
  text-align: justifyLeft;
}
 

.content-blog h3,.content-blog1 h3,.content-blog h2,.content-blog1 h2 {
  font-size: 25px;
  font-family: "Poppins";
  color: rgb(22, 90, 47);
  line-height: 1.3;
  text-align: left;
} 
.content-blog ul,.content-blog1 ul {
    list-style: none; /* Remove default bullets */
    padding-left: 20px;
}

.content-blog ul li,.content-blog1 li {
    position: relative;
    margin-bottom: 8px;
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(50, 50, 50); /* Text color */
}

/* Custom bullet */
.content-blog ul li::before {
    content: "•"; /* Dot */
    position: absolute;
    left: -20px;
    top: 3px;
    color: rgb(22, 90, 47); /* Bullet color */
    font-size: 30px;
    line-height: 14px;
}
.content-blog p {
    margin-top: 20px;
    line-height: 1.6;
}

.share-section {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.social { 
    text-decoration: none;
    height:37px;
    width:37px;
    opacity: 0.8;
}
.fb::before {
  content: "";
  display: inline-block;
  background-image: url('../image/blog/fb.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
}

.ln::before {
  content: "";
  display: inline-block;
  background-image: url('../image/blog/in.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
}
.x::before {
  content: "";
  display: inline-block;
  background-image: url('../image/blog/x-hover.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
}
.social:hover {
 
    text-decoration: none;
     opacity:1;

}

.copy-link,.copy-link:hover{
	   display: flex;
    align-items: center;
    gap: 5px;
    background: #2f6f3a;
    color: #fff  !important;
    border-radius: 50px;
    padding: 8px 14px;
    text-decoration: none!important;

}

     /* --- Mobile view --- */
     @media only screen and (max-width: 992px) {
     .form-content-blog
 {
    background: #fff;
    width: 100%;
    max-width:100%;
    padding: 20px;
    display: block;
}

     }
@media only screen and (max-width: 768px) {
 
 .share-section {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

     
  .Blog-title
 
 {
    font-size: 17px;
    font-family: "Poppins";
    color: rgb(22, 90, 47);
    line-height: 1.4;
    text-align: center;
    font-weight: 500;
}
.custom-card
{
	padding:0 !important;
	background-color:transparent;   
	box-shadow: 0 0 0 rgba(0,0,0,0.08);
 

}
 .custom-card .card-text {
 min-height: auto;
}
}