/* Content showcase – after extra content box */
.content-showcase-section {
  position: relative;
  padding: 72px 0 80px;
  background: linear-gradient(180deg, #f4f9fa 0%, #ffffff 100%);
  overflow: hidden;
}

.content-showcase-section::before {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(13, 64, 69, 0.06);
  pointer-events: none;
}

.content-showcase-section .auto-container {
  position: relative;
  z-index: 2;
}

.content-showcase-card {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(10, 25, 47, 0.08);
  box-shadow: 0 24px 60px rgba(10, 25, 47, 0.1);
}

.content-showcase-media {
  position: relative;
  flex: 1 1 46%;
  min-width: 280px;
  min-height: 360px;
  background: linear-gradient(135deg, #0a192f 0%, #0d4045 100%);
}

.content-showcase-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.content-showcase-media-accent {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, #7ee8df 0%, #0d4045 100%);
  pointer-events: none;
}

.content-showcase-body {
  flex: 1 1 54%;
  min-width: 280px;
  padding: 42px 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-showcase-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  color: var(--theme-color1);
  background: rgba(10, 25, 47, 0.06);
  border: 1px solid rgba(10, 25, 47, 0.08);
}

.content-showcase-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0d4045;
}

.content-showcase-title {
  margin: 0 0 16px;
  font-size: clamp(26px, 2.8vw, 36px);
  line-height: 1.25;
  font-weight: 700;
  color: var(--theme-color1);
}

.content-showcase-text {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(10, 25, 47, 0.76);
}

.content-showcase-text p {
  margin: 0 0 14px;
  color: rgba(10, 25, 47, 0.76) !important;
}

.content-showcase-text p:last-child {
  margin-bottom: 0;
}

.content-showcase-text ul,
.content-showcase-text ol {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.content-showcase-text ul li,
.content-showcase-text ol li {
  position: relative;
  margin: 0;
  padding: 12px 14px 12px 40px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--theme-color1);
  background: #f8fbfc;
  border: 1px solid rgba(10, 25, 47, 0.07);
}

.content-showcase-text ul li::before,
.content-showcase-text ol li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 9px;
  color: #0a192f;
  background: #7ee8df;
}

.content-showcase-text strong,
.content-showcase-text b {
  color: var(--theme-color1);
  font-weight: 700;
}

.content-showcase-text a {
  color: #0d4045;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.content-showcase-text ul + p,
.content-showcase-text ul + p + p {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(10, 25, 47, 0.04) 0%, rgba(13, 64, 69, 0.08) 100%);
  border: 1px solid rgba(10, 25, 47, 0.08);
  font-weight: 600;
  color: var(--theme-color1) !important;
}

.content-showcase-text ul + p a,
.content-showcase-text ul + p + p a {
  color: #0d4045 !important;
  text-decoration: none;
  font-weight: 700;
}

.content-showcase-text ul + p a:hover,
.content-showcase-text ul + p + p a:hover {
  text-decoration: underline;
}

.content-showcase-actions {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(10, 25, 47, 0.08);
}

.content-showcase-actions .button-theme2 .theme-btn {
  background: linear-gradient(135deg, var(--theme-color1) 0%, #0d4045 100%);
  color: #fff;
}

.content-showcase-card--no-image .content-showcase-body {
  flex: 1 1 100%;
  padding: 48px 52px;
  text-align: center;
  align-items: center;
}

.content-showcase-card--no-image .content-showcase-text {
  max-width: 760px;
}

@media (max-width: 991.98px) {
  .content-showcase-section {
    padding: 56px 0 64px;
  }

  .content-showcase-body {
    padding: 32px 28px 30px;
  }

  .content-showcase-media {
    min-height: 280px;
  }

  .content-showcase-media img {
    min-height: 280px;
  }
}

@media (max-width: 575.98px) {
  .content-showcase-section {
    padding: 48px 0 56px;
  }

  .content-showcase-card {
    border-radius: 18px;
  }

  .content-showcase-body {
    padding: 26px 20px 24px;
  }

  .content-showcase-card--no-image .content-showcase-body {
    padding: 32px 22px;
  }
}
