.elementor-447 .elementor-element.elementor-element-5fee8bd{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-278c5dc */.service-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background-color: #1a1a1a;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(252, 117, 45, 0.3);
  color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.service-container h2 {
  color: #fc752d;
  font-size: 32px;
  margin-bottom: 20px;
}

.service-container p {
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 16px;
}

.service-container h3 {
  color: #fc752d;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  background-color: #fc752d;
  color: #000;
  margin-bottom: 10px;
  padding: 12px 16px;
  border-radius: 6px;
  font-weight: 500;
  transition: background 0.3s;
  font-size: 15px;
}

.service-list li:hover {
  background-color: #e26224;
}

/* Responsive Design */
@media (max-width: 768px) {
  .service-container {
    padding: 20px;
    margin: 20px 15px;
      margin: 0px auto;

  }

  .service-container h2 {
    font-size: 26px;
  }

  .service-container h3 {
    font-size: 20px;
  }

  .service-list li {
    font-size: 14px;
    padding: 10px 14px;
  }
}/* End custom CSS */