.elementor-kit-6{--e-global-color-primary:#133059;--e-global-color-secondary:#199A7C;--e-global-color-text:#000000;--e-global-color-accent:#2D4A71;--e-global-color-ab1a2e6:#D2FEE1;--e-global-color-5ab0bb6:#D9D9D9;--e-global-color-3d45ad2:#F6F9FC;--e-global-color-197b129:#F0F5FA;--e-global-color-91daf2f:#ECF3EF;--e-global-color-3359be4:#199A7C;--e-global-color-893b6db:#D0D6DE;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:500;--e-global-typography-b2fafba-font-family:"Montserrat";--e-global-typography-b2fafba-font-size:20px;--e-global-typography-b2fafba-font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{text-decoration:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1220px;}.e-con{--container-max-width:1220px;}.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-bg{
  position: relative;
  overflow: visible;
}

.hero-bg .badge-overlay{
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Position the ELEMENTOR WIDGET wrapper (guaranteed) */
.hero-bg .badge-overlay .rating-badge-wrap{
  position: absolute !important;
  right: 26px !important;
  bottom: 0 !important;
  top: auto !important;
  left: auto !important;
  transform: translateY(22px) !important;
  z-index: 999 !important;
  pointer-events: none; /* keep overlay non-blocking */
}

/* Actual badge (clickable if needed) */
.hero-bg .badge-overlay .rating-badge{
  pointer-events: auto;
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
  width: fit-content;
}

/* Stars */
.hero-bg .badge-overlay .rating-stars{
  display: inline-flex;
  gap: 2px;
  align-items: center;
  line-height: 1;
}

.hero-bg .badge-overlay .rating-stars svg{
  width: 17px;
  height: 17px;
  fill: #F4B740;
  display: inline-block;
}

/* Text */
.hero-bg .badge-overlay .rating-text{
  font-family: "Avenir Pro", Avenir, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #111;
  line-height: 1;
  white-space: nowrap;
}

.hero-bg .badge-overlay .rating-badge-wrap{
  position: absolute !important;
  right: -20px !important;
  bottom: -22px !important;   /* THIS makes it outside */
  top: auto !important;
  left: auto !important;
  transform: none !important; /* remove translate */
  z-index: 999 !important;
  pointer-events: none;
}

.mk-vtimeline{
  position: relative;
  padding-left: 0; /* IMPORTANT: remove extra offset */
}

/* Each item = dot column + content column */
.mk-vitem{
  position: relative;
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 18px;
  align-items: start;
  margin-bottom: 0px;
}

.mk-vitem:last-child{ margin-bottom: 0; }

/* Dot (centered in first column) */
.mk-vdot{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2AAE8A;
  margin-top: 6px;
  justify-self: center;
  position: relative;
  z-index: 2; /* keep dot above the line */
}

/* Vertical line: perfectly centered behind dots */
.mk-vtimeline::before{
  content:"";
  position:absolute;
  left: 18px;        /* center of 36px dot column */
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: #2AAE8A;
  opacity: .35;
  z-index: 1;
}

/* Label pill */
.mk-vlabel{
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  background-color: #CBECE2;
  color: #1FA97C;
  font-size: 12.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 10px;
}

/* Title */
.mk-vtitle{
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #0F172A;
}

/* Text */
.mk-vtext{
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #4A6479;
}

.mk-vtimeline{
  padding-left: 0 !important;   /* remove indentation */
  margin-left: 0 !important;
}

/* ===== FINAL: vertical line only between items (no line after last) ===== */

/* kill any old full-height line */
.mk-vtimeline::before,
.mk-vtimeline::after{
  content: none !important;
}

/* make sure items can host the connector */
.mk-vitem{
  position: relative !important;
}

/* draw the connector ONLY for items that are NOT last */
.mk-vitem:not(:last-child)::after{
  content: "" !important;
  position: absolute !important;

  /* center of dot column:
     dot column is 36px -> center = 18px
     if yours differs, change 18px to 16px or 20px */
  left: 18px !important;

  /* start a little below the dot */
  top: 22px !important;

  /* extend down to the next item */
  bottom: -12px !important;

  width: 2px !important;
  background: #2AAE8A !important;
  opacity: .35 !important;
  z-index: 1 !important;
}

/* keep dot above the line */
.mk-vdot{
  position: relative !important;
  z-index: 2px !important;
}/* End custom CSS */