.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-8 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){--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);}@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-title {
  font-family: "Anton", sans-serif;
  font-size: 110px;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

/* Gradient text + Force one line */
.marker-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 26px;

  white-space: nowrap; /* THIS LINE FOR ONE LINE TEXT */

  background: linear-gradient(90deg, #FF9F1C, #ffc400);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Curved underline */
.marker-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 14px;
  background: #ffc400;
  border-radius: 100px;
  transform: rotate(1deg);
  opacity: 0.95;
}
.marker-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 25px;
  white-space: nowrap;
}

/* REAL CURVED MARKER UNDERLINE */
.marker-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;

  transform: rotate(-2deg);

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 80'%3E%3Cpath d='M20 60 C 130 10, 260 90, 380 30' stroke='%23FFC400' stroke-width='22' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");
}

/* Desktop default (Laptop) */
.marker-underline {
  font-size: 120px;
  line-height: 1.1;
  white-space: nowrap;
}

/* Mobile only */
@media (max-width: 767px) {
  .marker-underline {
    font-size: 45px !important;
    line-height: 1 !important;
    padding-bottom: 20px !important;
    white-space: normal !important; /* allow break if needed */
    text-align: left ;
  }

  .marker-underline::after {
    height: 10px !important;
    bottom: 4px !important;
  }
}/* End custom CSS */