.elementor-571 .elementor-element.elementor-element-1063c83:not(.elementor-motion-effects-element-type-background), .elementor-571 .elementor-element.elementor-element-1063c83 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor4 );}.elementor-571 .elementor-element.elementor-element-1063c83{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-571 .elementor-element.elementor-element-1063c83 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-c60dfc1 *//* Full-width header section */
.luc-events-header {
  width: 100vw; /* full viewport width */
  margin: 0; /* remove spacing */
  padding: 0; /* remove spacing */
  height: 400px;
  position: relative;
  background: url('https://deolacuisine.com/wp-content/uploads/2025/12/WhatsApp-Image-2025-12-03-at-17.35.12_5dce9698.jpg') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

/* Gradient overlay on top of image */
.luc-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(146,43,7,0.7) 0%, rgba(0,0,0,0.8) 100%);
  z-index: 1;
}

/* Content sits above overlay */
.luc-header-content {
  position: relative;
  z-index: 2;
  padding: 0 20px; /* optional horizontal padding */
}

.luc-header-content h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #fff;
}

.luc-header-content p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #ddd;
}

.luc-header-btn {
  padding: 12px 25px;
  background: #fff;
  color: #922b07;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none !important;
  transition: 0.3s ease;
}

.luc-header-btn:hover {
  background: #b5400a;
  color: #fff;
}

/* Responsive text */
@media (max-width: 768px) {
  .luc-header-content h1 { font-size: 36px; }
  .luc-header-content p { font-size: 16px; }
}

@media (max-width: 480px) {
  .luc-header-content h1 { font-size: 28px; }
  .luc-header-content p { font-size: 14px; }
}

/* Elementor overrides to remove padding/margin from container */
.elementor-section .elementor-container,
.elementor-column .elementor-widget-wrap {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}/* End custom CSS */