.elementor-139 .elementor-element.elementor-element-5a1e8c7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-02ca42a */.digital-campaign-wrapper {
    margin-top: 50px;
  background: linear-gradient(to right top, gold, white, #0d6efd);
  padding: 50px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.excerpt-card {
  position: relative;
  background-color: #ffffffef;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  backdrop-filter: blur(5px);
  transition: transform 0.3s ease;
}

.excerpt-card:hover {
  transform: translateY(-6px) scale(1.01);
}

.excerpt-card h2 {
  font-size: 1.6rem;
  color: #1c1c1c;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.excerpt-card p {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.read-more-btn {
  display: inline-block;
  background-color: #0d6efd;
  color: #fff;
  padding: 10px 24px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  transition: background 0.3s ease, transform 0.3s ease;
}

.read-more-btn:hover {
  background-color: #074ed0;
  transform: translateY(-2px);
}

.shape-background {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 180px;
  height: 180px;
  z-index: 1;
  opacity: 0.15;
  transform: rotate(45deg);
}

.shape-one {
  background: radial-gradient(circle, #fdd835, #ffeb3b);
  border-radius: 40% 60% 70% 30%;
}

.shape-two {
  background: radial-gradient(circle, #2196f3, #42a5f5);
  border-radius: 70% 30% 50% 50%;
}

.shape-three {
  background: radial-gradient(circle, #ffffff, #e0e0e0);
  border-radius: 50% 50% 30% 70%;
}

.shape-four {
  background: radial-gradient(circle, #673ab7, #9575cd);
  border-radius: 60% 40% 60% 40%;
}

.shape-five {
  background: radial-gradient(circle, #4caf50, #81c784);
  border-radius: 30% 70% 40% 60%;
}

@media (max-width: 768px) {
  .excerpt-card h2 {
    font-size: 1.3rem;
  }

  .excerpt-card p {
    font-size: 0.95rem;
  }

  .shape-background {
    width: 120px;
    height: 120px;
    top: -20px;
    right: -20px;
  }
}/* End custom CSS */