.elementor-kit-11{--e-global-color-primary:#69AE23;--e-global-color-secondary:#7CBDC1;--e-global-color-text:#464646;--e-global-color-accent:#61CE70;--e-global-color-edd0201:#A9453C;--e-global-color-84e9881:#007072;--e-global-color-53345a7:#044254;--e-global-color-e6edb23:#4F841A;--e-global-color-acb53b9:#0F8DBB;--e-global-typography-primary-font-family:"Bonheur Royale";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Birthstone Bounce";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Tahoma";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Architects Daughter";--e-global-typography-accent-font-weight:500;--e-global-typography-83fb792-font-family:"Tahoma";--e-global-typography-83fb792-font-size:clamp(3rem, 2.5385rem + 2.0513vw, 4rem);--e-global-typography-6060975-font-family:"Tahoma";--e-global-typography-6060975-font-size:clamp(2.4rem, 2.1231rem + 1.2308vw, 3rem);--e-global-typography-81118db-font-family:"Tahoma";--e-global-typography-81118db-font-size:clamp(2.1rem, 1.9154rem + 0.8205vw, 2.5rem);--e-global-typography-ea24ff1-font-family:"Tahoma";--e-global-typography-ea24ff1-font-size:clamp(1.8rem, 1.7077rem + 0.4103vw, 2rem);--e-global-typography-d9429ee-font-family:"Tahoma";--e-global-typography-d9429ee-font-size:clamp(1.6rem, 1.5308rem + 0.3077vw, 1.75rem);--e-global-typography-0fd9534-font-family:"Tahoma";--e-global-typography-0fd9534-font-size:clamp(1.4rem, 1.3538rem + 0.2051vw, 1.5rem);--e-global-typography-615c266-font-family:"Tahoma";--e-global-typography-615c266-font-size:clamp(1.2rem, 1.1769rem + 0.1026vw, 1.25rem);--e-global-typography-a18932d-font-family:"Tahoma";--e-global-typography-a18932d-font-size:1rem;--e-global-typography-a18932d-font-weight:700;--e-global-typography-c70570f-font-family:"Tahoma";--e-global-typography-c70570f-font-size:1.125rem;--e-global-typography-30ba2bd-font-family:"Tahoma";--e-global-typography-30ba2bd-font-size:0.875rem;font-size:1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1236px;}.e-con{--container-max-width:1236px;}.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 *//* =========================================
   1. THE MASTER STYLING (Grouped Selectors)
   ========================================= */

/* Sets up the positioning for all specific classes */
.tooltip-cancel,
.tooltip-promote, /* Fixed: removed the extra dash */
.tooltip-icon-1,
.tooltip-icon-2,
.tooltip-icon-3,.tooltip-icon-4 ,.tooltip-icon-5 ,.tooltip-icon-6  {
  position: relative !important;
  overflow: visible !important;
  z-index: 999;
}

/* Builds the bubble shape and color using ::before */
.tooltip-cancel::before,
.tooltip-promote::before, /* Fixed: removed the accidental :hover */
.tooltip-icon-1::before,
.tooltip-icon-2::before,
.tooltip-icon-3::before,
.tooltip-icon-4::before,
.tooltip-icon-5::before,
.tooltip-icon-6::before{
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333333;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

/* Controls the hover animation for all of them */
.tooltip-cancel:hover::before,
.tooltip-promote:hover::before,
.tooltip-icon-1:hover::before,
.tooltip-icon-2:hover::before,
.tooltip-icon-3:hover::before,
.tooltip-icon-4:hover::before,
.tooltip-icon-5:hover::before,
.tooltip-icon-6:hover::before{
  opacity: 1 !important;
  visibility: visible !important;
  bottom: 115% !important;
}

/* =========================================
   2. THE MESSAGES (Specific Content)
   ========================================= */

/* JetFormBuilder Button Text */
.tooltip-cancel::before {
  content: "Cancel Registration";
}

.tooltip-promote::before {
  content: "Promote Registration";
}

/* Elementor Icons Text */
.tooltip-icon-1::before {
  content: "Completed";
}

.tooltip-icon-2::before {
  content: "Cancelled";
}

.tooltip-icon-3::before {
  content: "Waitlisted";
}

/* Elementor Icons Text */
.tooltip-icon-4::before {
  content: "Open";
}

.tooltip-icon-5::before {
  content: "Processing";
}

.tooltip-icon-6::before {
  content: "Close";
}/* End custom CSS */