.elementor-238 .elementor-element.elementor-element-2cbc062{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-55cb329 */.service-page {
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  color: #333;
}

/* HERO */
.service-hero {
  background: linear-gradient(135deg, #0f4aa8, #1b6fdc);
  padding: 80px 20px;
  text-align: center;
}

.service-hero h1 {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 12px;
}

.service-hero p {
  color: #e9f1ff;
  font-size: 16px;
  max-width: 720px;
  margin: 0 auto;
}

/* CONTENT */
.service-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
}

.service-block {
  margin-bottom: 40px;
}

.service-block h2 {
  font-size: 22px;
  margin-bottom: 16px;
  color: #0f4aa8;
}

.service-block p {
  font-size: 15px;
  line-height: 1.8;
}

.service-list {
  list-style: none;
  padding-left: 0;
}

.service-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 15px;
}

.service-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0f4aa8;
  font-weight: bold;
}

/* CLOSING */
.service-closing {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.service-closing p {
  font-size: 15px;
  line-height: 1.8;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .service-hero h1 {
    font-size: 28px;
  }

  .service-container {
    padding: 40px 16px;
  }
}/* End custom CSS */