/**
 * BHK About Us — Featured News / blog cards (modern)
 */
.bhk-about-news {
  --bhk-news-brand: #5a9a1a;
  --bhk-news-brand-soft: #7fb82d;
  --bhk-news-ink: #1a1f1c;
  --bhk-news-muted: #5c6b62;
  --bhk-news-border: #e2ebe0;
  --bhk-news-img-h: 220px;

  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: #fff;
}

.bhk-about-news .pq-section-sub-title {
  display: inline-block;
  padding: 0.35rem 0.9rem;
  margin-bottom: 0.85rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bhk-news-brand);
  background: #f4faf0;
  border-radius: 999px;
}

.bhk-about-news .pq-section-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--bhk-news-ink);
  margin-bottom: 0;
}

.bhk-about-news .pq-section-title-style-1 {
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

/* Carousel equal-height cards */
.bhk-about-news .owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.bhk-about-news .owl-carousel .owl-item {
  display: flex;
  height: auto;
}

.bhk-about-news .owl-carousel .item {
  display: flex;
  width: 100%;
  height: 100%;
}

.bhk-about-news .pq-blog-post {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  background: #fff;
  border: 1px solid var(--bhk-news-border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(27, 67, 50, 0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.bhk-about-news .pq-blog-post:hover {
  transform: translateY(-6px);
  border-color: rgba(90, 154, 26, 0.28);
  box-shadow: 0 18px 40px rgba(90, 154, 26, 0.12);
}

.bhk-about-news .pq-post-media {
  position: relative;
  flex-shrink: 0;
  height: var(--bhk-news-img-h);
  margin-bottom: 0;
  overflow: hidden;
  background: #f4faf0;
}

.bhk-about-news .pq-post-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(26, 31, 28, 0.35) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.bhk-about-news .pq-blog-post:hover .pq-post-media::after {
  opacity: 1;
}

.bhk-about-news .pq-post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.55s ease;
}

.bhk-about-news .pq-blog-post:hover .pq-post-media img {
  transform: scale(1.06);
}

.bhk-about-news .pq-blog-contain {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.35rem 1.5rem;
  background: #fff;
}

/* Date pill — floated over image */
.bhk-about-news .pq-post-meta {
  position: absolute;
  top: calc(-1 * var(--bhk-news-img-h) + 1rem);
  left: 1rem;
  right: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0;
  z-index: 2;
  pointer-events: none;
}

.bhk-about-news .pq-post-meta .pq-post-date {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  background: transparent;
}

.bhk-about-news .pq-post-meta .pq-post-date span {
  display: inline-block;
  padding: 0.4rem 0.75rem;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: var(--bhk-news-brand);
  background: rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.bhk-about-news .pq-post-meta ul {
  display: none;
}

.bhk-about-news .pq-blog-title {
  margin: 0 0 0.65rem;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.bhk-about-news .pq-blog-title a {
  color: var(--bhk-news-ink);
  text-decoration: none;
  transition: color 0.2s ease;
}

.bhk-about-news .pq-blog-post:hover .pq-blog-title a {
  color: var(--bhk-news-brand);
}

.bhk-about-news .pq-blog-info {
  flex: 1;
}

.bhk-about-news .pq-blog-info p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--bhk-news-muted);
}

.bhk-about-news .pq-button-container {
  margin-top: 1.15rem;
  margin-bottom: 0;
}

.bhk-about-news .pq-button.pq-btn-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--bhk-news-brand);
  background: none;
  border: none;
  transition: gap 0.25s ease, color 0.2s ease;
}

.bhk-about-news .pq-button.pq-btn-link::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.65rem;
  transition: transform 0.25s ease;
}

.bhk-about-news .pq-button.pq-btn-link:hover {
  color: var(--bhk-news-brand-soft);
  gap: 0.65rem;
}

.bhk-about-news .pq-button.pq-btn-link:hover::after {
  transform: translateX(3px);
}

.bhk-about-news .pq-button.pq-btn-link .pq-btn-text {
  padding: 0;
}

@media (max-width: 767px) {
  .bhk-about-news {
    --bhk-news-img-h: 200px;
  }
}

/* About Us — Order Now must navigate to Shop, not be covered by floating widgets */
.about-us .pq-about-main-btn {
  position: relative;
  z-index: 20;
}

.about-us .pq-about-main-btn .pq-button {
  position: relative;
  z-index: 21;
}
