.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#151515;--e-global-color-accent:#0C3EC7;--e-global-color-591f8f6:#021D69;--e-global-color-04f9b82:#F1F4FD;--e-global-color-d05812a:#F7F7F7;--e-global-color-d2b5373:#B1B1B1;--e-global-color-ee7c102:#F1F4FD;--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;color:var( --e-global-color-text );font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;line-height:1.6em;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-family:"Jost", Sans-serif;font-size:54px;font-weight:700;text-transform:capitalize;line-height:1.3em;}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-family:"Jost", Sans-serif;font-size:48px;font-weight:600;text-transform:capitalize;line-height:1.3em;}.elementor-kit-7 h3{color:var( --e-global-color-primary );font-family:"Jost", Sans-serif;font-size:42px;font-weight:600;text-transform:capitalize;line-height:1.3em;}.elementor-kit-7 h4{color:var( --e-global-color-primary );font-family:"Jost", Sans-serif;font-size:36px;font-weight:600;text-transform:capitalize;line-height:1.3em;}.elementor-kit-7 h5{color:var( --e-global-color-primary );font-family:"Jost", Sans-serif;font-size:30px;font-weight:600;text-transform:capitalize;line-height:1.3em;}.elementor-kit-7 h6{color:var( --e-global-color-primary );font-family:"Jost", Sans-serif;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Montserrat", Sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:0.2px;border-radius:10px 10px 10px 10px;padding:16px 30px 15px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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-kit-7 h1{font-size:48px;}.elementor-kit-7 h2{font-size:42px;}.elementor-kit-7 h3{font-size:36px;}.elementor-kit-7 h4{font-size:30px;}.elementor-kit-7 h5{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h1{font-size:36px;}.elementor-kit-7 h2{font-size:32px;}.elementor-kit-7 h3{font-size:28px;}.elementor-kit-7 h4{font-size:24px;}.elementor-kit-7 h5{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-button {
  background-color: #0C3EC7; 
  color: #fff;
  border: none;
  padding: 12px 30px;
  position: relative;
  overflow: hidden;
  transition: color 0.5s ease;
}

.elementor-button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  background-color: #021D69; 
  z-index: 0;
  transition: height 0.5s ease, top 0.5s ease;
}

.elementor-button:hover::before {
  top: 0;
  height: 100%;
}

.elementor-button span {
  position: relative;
  z-index: 1;
}/* End custom CSS */