  .site-section {
     padding-top: 0rem; 
    padding-bottom: 7rem;
    position: relative;
    z-index: 2;
}
.comment-list li .comment-body {
    float: right;
    width: calc(100% - 140px);
}
.comment-list li .vcard img {
    width: 100px;
    border-radius: 50%;
}
.about_us_heading
{
    font-family: 'Nunito'!important;
    font-weight: bold !important;
}
.about_us_medtitle
{
    font-family: 'Nunito'!important;
    font-weight: 500 !important;
    color: #CC252C !important;
}
.comment-list li .comment-body .meta {
     text-transform: none !important; 
    font-size: 16px !important;
     letter-spacing: 0em !important;
    color: #ccc;
}
.about_us_paragraph {
  font-size: 0.95rem;
  line-height: 1.7;
  white-space: nowrap;   /* Keep text in a single line */
  overflow: hidden;      /* Hide overflow if text is too long */
  text-overflow: ellipsis; /* Add ... if text overflows */
  margin-bottom: 1rem;
  
}
.flot_right_signature
{
        float: right;
}
.job-card img {
    max-height: 138px !important;
    object-fit: contain;
    margin: 0 auto;
}


/*.job-card {
  transition: all 0.3s ease;
  border: 1px solid #eee;
}*/

/*.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}*/

/*.team-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}*/

.team-name {
  font-size: 16px;
  line-height: 1.3;
}

.team-role {
 font-size: 13px;
    color: #000;
/*  background-color: #1d4ed8;*/
  border: none;
}

/* ===== Responsive Design ===== */
@media (max-width: 992px) {
  .team-img {
    max-width: 90px;
  }
  .team-name {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .job-card {
    padding: 1.2rem;
  }
  .team-img {
    width: 80px;
  }
  .team-name {
    font-size: 14px;
  }
  .team-role {
    font-size: 13px;
    padding: 6px 10px;
  }
}

.team-card {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); /* 4-side soft shadow */
  transition: none;
  border: 1px solid rgba(0,0,0,0.03);
}

.team-photo {
  width: 160px;
  height: 160px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .team-card {
    flex-direction: column !important;
/*    text-align: center;*/
  }
}
.job-card {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  transition: all 0.4s ease;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.job-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.job-card:hover .team-img {
  transform: scale(1.05);
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-card {
  animation: fadeUp 0.9s ease forwards;
  opacity: 0;
}

.animate-card:nth-child(1) { animation-delay: 0.1s; }
.animate-card:nth-child(2) { animation-delay: 0.2s; }
.animate-card:nth-child(3) { animation-delay: 0.3s; }
.animate-card:nth-child(4) { animation-delay: 0.4s; }

#founding-team
{
  padding:4rem 0; 
  background-color:#fbdddf;
}
