/* Insights Breadcrumb */
.insights-breadcrumb {
  background: #ffffff;
  border-bottom: 1px solid #eee;
  padding: 14px 0;
  font-size: 14px;
}

.insights-breadcrumb a {
  color: #5b5bff;
  text-decoration: none;
  margin: 0 4px;
}

.insights-breadcrumb a:hover {
  text-decoration: underline;
}

.insights-breadcrumb .separator {
  margin: 0 6px;
  color: #999;
}

.insights-breadcrumb .current {
  color: #111;
  font-weight: 500;
}

.breadcrumb-right span {
  color: #666;
  margin-right: 6px;
}

.breadcrumb-right a {
  margin-left: 6px;
}

/* Insights Hero Section */
.insights-hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.insights-hero .container {
  /* padding-top: 30px;  */
  margin-bottom: 15rem;
}

.insights-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* filter: blur(1px); */
  transform: scale(1.05);
}

.insights-hero-overlay {
  position: absolute;
  inset: 0;
}

.insights-title {
  font-size: 3.2rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 1rem;
}

.insights-subtitle {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.7;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .insights-hero {
    min-height: 65vh;
  }

  .insights-hero .container {
    padding-top: 40px;
  }

  .insights-title {
    font-size: 2.6rem;
  }
}

@media (max-width: 576px) {
  .insights-hero {
    min-height: 60vh;
  }

  .insights-hero .container {
    padding-top: 30px;
  }

  .insights-title {
    font-size: 2.1rem;
  }

  .insights-subtitle {
    font-size: 1rem;
  }
}

/* -------------------------------------------- */
/* Insights Overview Section */
/* --------------------------------------------- */

.insights-overview {
  padding: 50px 0;
  background: #ffffff;
}

.overview-title {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #111;
}

.overview-subtitle {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 24px;
  color: #000;
}

.overview-description {
  max-width: 820px;
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 60px;
}

.overview-stats {
  background: #f5f5f5;
  border-radius: 14px;
  padding: 50px 90px;
}

.overview-stats .row {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 30px !important;
}

.overview-stats .col-lg-3 {
  flex: none !important;
  max-width: 100% !important;
}

.stat-box {
  text-align: left;
}

.stat-box h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111;
}

.stat-box span {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #4f5bff;
  margin-bottom: 8px;
}

.stat-box p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
  .insights-overview {
    padding: 70px 0;
  }

  .overview-title {
    font-size: 2.4rem;
  }

  .overview-stats {
    padding: 40px 30px;
  }

  .overview-stats .row {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
}

@media (max-width: 576px) {
  .insights-overview .row.g-4 > [class*="col-"] {
    display: block !important;
  }
  .overview-title {
    font-size: 2rem;
  }

  .overview-subtitle {
    font-size: 1.1rem;
  }

  .stat-box {
    text-align: center;
  }

  .overview-stats .row {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
}
/* ---------------------------------------- */
/* CSS Override Rules for /services/css/style.css conflicts */
/* ---------------------------------------- */

/* Override flex issues from services CSS on overview stats */
.insights-overview .row {
  display: grid !important;
}

.insights-overview .col-lg-3,
.insights-overview .col-md-6 {
  flex: none !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* Override flex issues from services CSS on CTA section */
/* ---------------------------------------- */
/* FORCE Insights CTA cards in ONE ROW */
/* ---------------------------------------- */

.insights-cta .row {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 30px !important;
}

.insights-cta .col-lg-6,
.insights-cta .col-md-6 {
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
}

/* ---------------------------------------- */
/* Insights CTA Section */
/* ---------------------------------------- */

.cta-card {
  position: relative;
  height: 100%;
  padding: 40px;
  border-radius: 18px;
  display: flex !important;
  justify-content: space-between;
  align-items: flex-end;
  overflow: hidden;
}

.cta-case-studies {
  background: linear-gradient(135deg, #f5f2ff, #eef1ff);
}

.cta-articles {
  background: linear-gradient(135deg, #eaf5ff, #cfe4ff);
}

.cta-content {
  max-width: 65%;
}

.cta-content h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 14px;
  color: #111;
}

.cta-content p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 28px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #111;
  color: #fff;
  padding: 12px 22px;
  border-radius: 30px;
  font-size: 0.95rem;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.cta-btn:hover {
  background: #000;
  transform: translateY(-2px);
}

.cta-visual img {
  max-width: 140px;
}

/* Responsive */
@media (max-width: 991px) {
  .cta-card {
    padding: 30px;
  }

  .cta-content {
    max-width: 100%;
  }

  .cta-visual {
    display: none;
  }
}

@media (max-width: 576px) {
  .insights-cta {
    padding: 60px 0;
  }
  .insights-cta .row {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .cta-content h3 {
    font-size: 1.5rem;
  }
}

/* ------------------------------------------
hr
-----------------------------------*/

.gradient-hr {
  border: none;
  height: 3px;
  background: linear-gradient(
    90deg,
    #8a5cff,
    /* purple */ #5fd3ff,
    /* light blue */ #3ef0c4 /* teal */
  );
  opacity: 1;
  margin: 0;
}
