.elementor-kit-20{--e-global-color-primary:#FF4E00;--e-global-color-secondary:#54595F;--e-global-color-text:#F4F4F4;--e-global-color-accent:#DD2C00;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:900;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#430000;color:var( --e-global-color-text );}.elementor-kit-20 button,.elementor-kit-20 input[type="button"],.elementor-kit-20 input[type="submit"],.elementor-kit-20 .elementor-button{background-color:#F6C297;text-transform:uppercase;color:#FF4E00;border-radius:16px 16px 16px 16px;}.elementor-kit-20 button:hover,.elementor-kit-20 button:focus,.elementor-kit-20 input[type="button"]:hover,.elementor-kit-20 input[type="button"]:focus,.elementor-kit-20 input[type="submit"]:hover,.elementor-kit-20 input[type="submit"]:focus,.elementor-kit-20 .elementor-button:hover,.elementor-kit-20 .elementor-button:focus{background-color:var( --e-global-color-primary );color:#F6C297;}.elementor-kit-20 e-page-transition{background-color:#FFBC7D;}.elementor-kit-20 a{color:var( --e-global-color-accent );}.elementor-kit-20 a:hover{color:#FF5607;}.elementor-kit-20 h1{color:var( --e-global-color-accent );}.elementor-kit-20 h2{color:var( --e-global-color-accent );font-size:48px;font-weight:900;}.elementor-kit-20 h3{font-size:32px;}.elementor-kit-20 input:not([type="button"]):not([type="submit"]),.elementor-kit-20 textarea,.elementor-kit-20 .elementor-field-textual{color:var( --e-global-color-primary );background-color:#F6C297;border-radius:16px 16px 16px 16px;}.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 */html {
    height: 100%;
}

.highlight {
    color: #dd2c00;
}

h1, h2, h3 {
    hyphens: auto;
    text-wrap: balance;
}

.ellipse-link {
  /* Positioning context for the pseudo-element */
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  
  /* Typography (stays upright) */
  font-size: 24px;
  color: #f4f4f4 !important;
  text-transform: uppercase;
  text-decoration: none;
  
  /* Make sure text sits above the ellipse */
  isolation: isolate;
}

/* The rotated ellipse background — fixed size */
.ellipse-link::before {
  content: "";
  position: absolute;
  
  /* Fixed size, independent of text */
  width: 150px;
  height: 60px;
  
  /* Center it behind the text */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(20deg);
  
  z-index: -1;
  
  /* Ellipse shape */
  border-radius: 50%;
  background: #430000;
  
  /* The red glow effect */
  box-shadow:
    0 0 0 1px #dd2c00,
    0 3px 35px 16px #dd2c00;
  
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect — only the ellipse animates */
.ellipse-link:hover::before {
  transform: translate(-50%, -50%) rotate(20deg) scale(1.05);
  box-shadow:
    0 0 0 1px #dd2c00,
    0 3px 45px 22px #dd2c00;
}/* End custom CSS */