.elementor-195 .elementor-element.elementor-element-e3ad9a0{margin-top:60px;margin-bottom:0px;}.elementor-195 .elementor-element.elementor-element-dc2e8cb{margin-top:60px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-f3a95e1 */body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #fff;
}
h1, h2, h3 {
  font-weight: 700;
}
p {
  font-size: 16px;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-971191b */.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 60px 20px;
  background: #f3f4f6;
}
.service-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  text-align: left;
}
.service-card h3 {
  color: #1E3A8A;
  margin-bottom: 10px;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-3389560 */.why-us {
  padding: 60px 20px;
  text-align: center;
}
.why-us h2 {
  font-size: 28px;
  margin-bottom: 30px;
}
.why-us ul {
  list-style: none;
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
}
.why-us li {
  margin-bottom: 15px;
  font-size: 18px;
  color: #4A4A4A;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-da928f7 */.process-section {
  background: #ffffff;
  padding: 60px 20px;
  text-align: center;
}
.process-section h2 {
  font-size: 28px;
  margin-bottom: 30px;
}
.process-section ol {
  list-style-position: inside;
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
  padding-left: 0;
}
.process-section li {
  margin-bottom: 15px;
  font-size: 17px;
  color: #1E3A8A;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-dc2e8cb */.cta-export {
  background: #F97316; /* Orange */
  color: white;
  padding: 50px 20px;
  text-align: center;
}
.cta-export h2 {
  font-size: 26px;
  margin-bottom: 15px;
}
.cta-export p {
  font-size: 16px;
  margin-bottom: 25px;
}
.cta-button {
  background: white;
  color: #F97316;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.cta-button:hover {
  background: #fb7a10;
  color: #fff;
}

@media (max-width: 768px) {
  .page-banner h1 {
    font-size: 32px;
  }
  .cta-export h2 {
    font-size: 22px;
  }
  .hero-content h1 {
    font-size: 36px;
  }
}/* End custom CSS */