.elementor-34 .elementor-element.elementor-element-4a14455{--display:flex;}/* Start custom CSS for html, class: .elementor-element-11a21a4 */.dfcc-events {
    
  padding: 4rem 1rem;
  background: linear-gradient(130deg, #f0f4ff, #dbe6ff, #ffffff);
  border-radius: 1rem;
  font-family: 'Segoe UI', sans-serif;
  max-width: 1200px;
  margin: auto;
}
.dfcc-header {
    margin-top: 30px;
  text-align: center;
  margin-bottom: 3rem;
}

.dfcc-header h2 {
  font-size: 2.5rem;
  color: #1a237e;
}

.dfcc-header p {
  margin-top: 1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.dfcc-event {
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease-in-out;
}

.dfcc-event:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

.dfcc-event h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.dfcc-event p {
  color: #333;
}

.dfcc-event.with-image {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
}

.dfcc-event.reverse {
  flex-direction: row-reverse;
}

.dfcc-event img {
  max-width: 100%;
  width: 400px;
  border-radius: 0.75rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Gradient color variations */
.dfcc-event.purple {
  background: linear-gradient(130deg, #ede7f6, #d1c4e9);
  color: #6a1b9a;
}

.dfcc-event.green {
  background: linear-gradient(130deg, #e8f5e9, #c8e6c9);
  color: #2e7d32;
}

.dfcc-event.orange {
  background: linear-gradient(130deg, #fff3e0, #ffe0b2);
  color: #ef6c00;
}

.dfcc-event.sky {
  background: linear-gradient(130deg, #e1f5fe, #b3e5fc);
  color: #0277bd;
}

/* Responsive */
@media (max-width: 768px) {
  .dfcc-event.with-image {
    flex-direction: column;
  }

  .dfcc-event img {
    width: 100%;
  }

  .dfcc-header h2 {
    font-size: 2rem;
  }
}/* End custom CSS */