.elementor-kit-4{--e-global-color-primary:#0B5ED7;--e-global-color-secondary:#198754;--e-global-color-text:#212529;--e-global-color-accent:#FD7E14;--e-global-color-b5aeb33:#FFFFFF;--e-global-color-c58817e:#22313A;--e-global-color-5420d44:#358172;--e-global-color-58be983:#F8F9FA;--e-global-color-09cc561:#0d141a;--e-global-color-a495fd4:#B8C0CC;--e-global-color-dff8941:#E6F4F1;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-b5aeb33 );color:#1F2937;font-family:"Inter", Sans-serif;font-size:17px;font-weight:400;line-height:1.75em;letter-spacing:0px;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{background-color:#0B5ED7;font-family:"Inter", Sans-serif;font-size:16px;font-weight:600;letter-spacing:0.5px;color:var( --e-global-color-b5aeb33 );border-radius:8px 8px 8px 8px;padding:14px 28px 14px 28px;}.elementor-kit-4 button:hover,.elementor-kit-4 button:focus,.elementor-kit-4 input[type="button"]:hover,.elementor-kit-4 input[type="button"]:focus,.elementor-kit-4 input[type="submit"]:hover,.elementor-kit-4 input[type="submit"]:focus,.elementor-kit-4 .elementor-button:hover,.elementor-kit-4 .elementor-button:focus{background-color:var( --e-global-color-accent );}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 h1{font-family:"Inter", Sans-serif;font-size:46px;font-weight:700;}.elementor-kit-4 h2{font-family:"Inter", Sans-serif;font-size:24px;font-weight:600;}.elementor-kit-4 h3{font-family:"Inter", Sans-serif;font-size:20px;font-weight:600;}.elementor-kit-4 h4{font-size:24px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column: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 */.hero {
  padding: 80px 20px;
  background: #0b1535;
  color: #ffffff;
}
.hero-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}
.hero h1 {
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 16px;
}
.hero p {
  font-size: 1.05rem;
  opacity: 0.9;
  margin-bottom: 24px;
}
.btn-primary {
  display: inline-block;
  padding: 12px 24px;
  background: #ffb800;
  color: #0b1535;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
}
.hero-right img {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; }
}/* End custom CSS */