.elementor-84 .elementor-element.elementor-element-351a914{--display:flex;}.elementor-84 .elementor-element.elementor-element-834ac4c{--spacer-size:126px;}.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 );}.elementor-84 .elementor-element.elementor-element-6a9cd4c{--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 text-editor, class: .elementor-element-64c142e */.services-page {
  font-family: Arial, sans-serif;
  color: #ffffff;
  background: #0b0b0b;
}

/* HERO */
.services-hero {
  text-align: center;
  padding: 100px 20px 80px;
  background: linear-gradient(180deg, #0b0b0b, #141414);
}

.services-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.services-hero p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.15rem;
  color: #cccccc;
  line-height: 1.7;
}

/* SERVICES */
.services-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

.service-item {
  background: #141414;
  padding: 40px;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.1);
  transition: all 0.35s ease;
}

.service-item h2 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #f5d76e;
}

.service-item p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #d6d6d6;
}

.service-item:hover {
  transform: translateY(-8px);
  border-color: rgba(245, 215, 110, 0.45);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6);
}

/* CTA */
.services-cta {
  text-align: center;
  padding: 90px 20px;
  background: linear-gradient(135deg, #111111, #1a1a1a);
}

.services-cta h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.services-cta p {
  max-width: 700px;
  margin: 0 auto 35px;
  color: #cccccc;
  line-height: 1.6;
}

.services-btn {
  display: inline-block;
  padding: 14px 38px;
  background: linear-gradient(135deg, #d4af37, #f5d76e);
  color: #0b0b0b;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.services-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.35);
}/* End custom CSS */