/* Program Gallery Section dengan background SVG */

.program-gallery-section {
  background-image: url('../../images/gradasi-program.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f8f9fa;
  position: relative;
  padding: var(--spacing-xxl) 0;
}

.program-gallery-section .section-title {
  font-size: 1.8rem;
  margin-bottom: var(--spacing-xl);
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Elementor wrapper - biarkan default styling bekerja */
.program-gallery-section .program-content .elementor {
  width: 100%;
}

.program-gallery-section .program-content .elementor-section-wrap {
  width: 100%;
}

/* Minimal styling - biarkan EAEL plugin CSS bekerja natural */
.program-gallery-section .elementor-widget-eael-image-accordion {
  width: 100%;
}

/* Responsive - inherit dari EAEL default behavior */
@media (max-width: 768px) {
  .program-gallery-section {
    padding: var(--spacing-xl) 0;
  }

  .program-gallery-section .section-title {
    font-size: 1.5rem;
  }
}