   h6{
    font-size: 13px !important;
   }
   .news-banner {
  background: url('../images/NewsEvents-1.jpeg') center/contain no-repeat;
  height: 304px;
  position: relative;
}

.news-banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.144);
}
/* title */
.section-heading h2 {
  /* color: #565858; */
}

.divider {
  width: 80%;
  height: 1px;
  background: #dadada;
  margin-top: 10px;
}
/* CARD HOVER EFFECT (PREMIUM FEEL) */
.news-card {
  cursor: pointer;
  background: #eee6e6;
  padding-top: 1rem;
  border: none;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  transition: transform .3s ease, box-shadow .3s ease;
}

.news-card img {
  height: 220px;
  object-fit: contain;
}

.news-card:hover {
  transform: translateY(-8px);
  border: 1px solid #d0bcff;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.411);
}

.section-title-3d {
  display: inline-block;
  padding: 5px 10px;
  background: linear-gradient(135deg, #ffc107, #ff9800);
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  border-radius: 6px;

  /* 3D EFFECT */
  box-shadow:
    0 6px 0 #c97c00,
    0 12px 18px rgba(0,0,0,0.25);

  transform: perspective(600px) rotateX(8deg);
}

.section-title-3d::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(255,255,255,0.25),
    rgba(0,0,0,0.15)
  );
  border-radius: 6px;
  pointer-events: none;
}

/* Hover Motion (Optional & Beautiful) */
.section-title-3d:hover {
  transform: perspective(600px) rotateX(0deg) translateY(2px);
  box-shadow:
    0 4px 0 #c97c00,
    0 8px 14px rgba(0,0,0,0.25);
}

/* Mobile Friendly */
@media (max-width: 768px) {
  .section-title-3d {
    padding: 12px 26px;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
}
 /* dark theme */
 .section-title-3d.dark {
  background: linear-gradient(135deg, #222, #000);
  color: #ffc107;

  box-shadow:
    0 6px 0 #000,
    0 12px 20px rgba(255,193,7,0.2);
}


/* **************** Media query ******************** */
@media (max-width: 767px) {
  .news-banner {
    background: url(../images/NewsEvents-1.jpeg) center / contain no-repeat;
    height: 166px;
    position: relative;
}
  .mq-h1,.mq-p{
    font-size: 10px !important;
    text-align: center !important;
    color: rgb(31, 31, 28) !important;
  }
}
@media (max-width: 365px) {
  .news-banner {
    height: 77px !important;
  }
}