.elementor-kit-1091{--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-1091 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){margin-block-end: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 */#sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0f0f0f;
  color: white;
  padding: 6px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Segoe UI', sans-serif;
  z-index: 9999;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.4);
  font-size: 13px;
}

#sticky-bar .timer-section {
  text-align: left;
}

#sticky-bar .timer {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  margin-bottom: 2px;
}

#sticky-bar .subtext {
  font-size: 11px;
  color: #FFD700;
}

#sticky-bar .cta-section {
  text-align: right;
}

#sticky-bar .cta-button {
  background-color: #10B981;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.5);
  animation: floatBtn 2s ease-in-out infinite;
  transition: background-color 0.3s ease;
}

#sticky-bar .cta-button:hover {
  background-color: #059669;
}

/* Floating Animation */
@keyframes floatBtn {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}/* End custom CSS */