.elementor-kit-7{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#1B1B1B;--e-global-color-accent:#00E0EB;--e-global-color-d3f9b49:#36454F;--e-global-color-9954c05:#0A1F44;--e-global-color-84319d9:#00E5FF;--e-global-color-b79ad62:#00E0EB14;--e-global-color-00f8075:#F7F7F7;--e-global-color-7c8cc96:#00E0EB00;--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:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:1.6em;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Manrope", Sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;color:var( --e-global-color-primary );border-radius:8px 8px 8px 8px;padding:20px 36px 20px 36px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Manrope", Sans-serif;font-size:54px;font-weight:800;text-transform:capitalize;line-height:1.3em;}.elementor-kit-7 h2{font-family:"Manrope", Sans-serif;font-size:40px;font-weight:800;text-transform:capitalize;line-height:1.3em;}.elementor-kit-7 h3{font-family:"Manrope", Sans-serif;font-size:42px;font-weight:800;text-transform:capitalize;line-height:1.3em;}.elementor-kit-7 h4{font-family:"Manrope", Sans-serif;font-size:36px;font-weight:800;text-transform:capitalize;line-height:1.3em;}.elementor-kit-7 h5{font-family:"Manrope", Sans-serif;font-size:30px;font-weight:800;text-transform:capitalize;line-height:1.3em;}.elementor-kit-7 h6{font-family:"Manrope", Sans-serif;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{color:var( --e-global-color-secondary );}.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:28px;}.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 {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #00E0EB; 
  border: none;
  z-index: 1;
}


.elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #0A1F44; 
  transition: all 0.4s ease;
  z-index: -1;
}


.elementor-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  width: 0;
  height: 100%;
  background: #0A1F44; 
  transition: all 0.4s ease;
  z-index: -1;
}


.elementor-button:hover::before {
  left: 0;
  width: 50%;
}

.elementor-button:hover::after {
  right: 0;
  width: 50%;
}/* End custom CSS */