/**
 * Insights section — category tags and card content (news-section template preserved).
 */

#insights .sec-title > p {
  max-width: 720px;
  margin: 20px auto 0;
  line-height: 1.75;
}

#insights .news-block-one .image-box > h2 {
  display: none;
}

#insights .news-block-one .image-box .image {
  height: 220px;
}

#insights .news-block-one .image-box .image img {
  height: 220px;
  object-fit: cover;
  display: block;
}

#insights .news-block-one .image-box .insight-image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
  pointer-events: none;
  z-index: 1;
}

#insights .news-block-one .image-box .insight-banner-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

#insights .news-block-one .image-box .insight-banner-icon--qa {
  color: var(--accent-green);
}

#insights .news-block-one .image-box .insight-banner-icon--network {
  color: var(--accent-cyan);
}

#insights .news-block-one .image-box .insight-banner-icon--shield {
  color: var(--secondary);
}

#insights .news-block-one .image-box .insight-banner-icon--ai {
  color: var(--primary);
}

#insights .insight-category-tag {
  display: inline-block;
  margin-bottom: 14px;
  background: var(--primary);
  color: #fff;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}

#insights .news-block-one .lower-content .insight-read-more {
  position: relative;
  display: block;
  padding-top: 8px;
}

#insights .news-block-one .lower-content .insight-read-more a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
  transition: all 0.3s ease;
}

#insights .news-block-one .lower-content .insight-read-more a:hover {
  color: var(--secondary);
}

#insights .news-block-one .lower-content > p {
  margin-bottom: 18px;
}

#insights .daccina-insights-carousel .news-block-one {
  padding: 0 15px;
}

#insights .more-btn.mt_50 {
  margin-top: 50px;
}

@media only screen and (max-width: 1199px) {
  #insights .nav-style-one .owl-nav {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 30px;
    text-align: center;
  }
}
