.elementor-kit-6{--e-global-color-primary:#030303;--e-global-color-secondary:#212122;--e-global-color-text:#272626;--e-global-color-accent:#694E9F;--e-global-color-3ff0453:#AB4297;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body {
  font-family: Arial, sans-serif;
  margin: 0;
  color: #333;
  line-height: 1.6;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

.hero {
  background: #0a2a66;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.hero h1 {
  font-size: 36px;
}

.section {
  padding: 60px 0;
}

.gray {
  background: #f5f5f5;
}

h2 {
  margin-bottom: 20px;
  color: #0a2a66;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.card {
  flex: 1 1 220px;
  margin: 10px;
}



.card {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-align: center;
}

.steps li {
  margin-bottom: 10px;
}

.benefit li {
  margin-bottom: 8px;
}

.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 15px;
}

.btn-primary {
  background: #f9b233;
  color: #000;
}

.btn-secondary {
  background: #fff;
  color: #0a2a66;
  border: 2px solid #0a2a66;
}

.cta {
  background: #0a2a66;
  color: #fff;
  text-align: center;
  padding: 60px 0;
}/* End custom CSS */