.elementor-5100 .elementor-element.elementor-element-0f9f996{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-3cf0598 */body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #ffffff;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  padding: 80px 0;
}

.hero {
  position: relative;
  height: 520px;
  background: url('dahlia-hero.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.55);
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-size: 44px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.subtitle {
  font-size: 20px;
  margin-bottom: 30px;
}

.btn-primary {
  background: #7c2d12;
  color: #ffffff;
  padding: 14px 32px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #5b1f0e;
}

.highlight {
  background: #f9f7f6;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.card {
  background: #ffffff;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 6px;
  transition: 0.3s;
}

.card:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.specs table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}

.specs td {
  border: 1px solid #ddd;
  padding: 14px;
}

.specs tr:nth-child(even) {
  background: #fafafa;
}

.supply {
  background: #1f1f1f;
  color: #ffffff;
}

.supply ul {
  margin-top: 20px;
}

.applications ul {
  margin-top: 20px;
}

.cta {
  background: linear-gradient(135deg, #7c2d12, #a16207);
  color: #ffffff;
  text-align: center;
  padding: 100px 20px;
}

.cta h2 {
  margin-bottom: 20px;
}

footer {
  background: #f3f4f6;
  text-align: center;
  padding: 30px 0;
  font-size: 14px;
}/* End custom CSS */