.elementor-kit-9{--e-global-color-primary:#2DA9FF;--e-global-color-secondary:#0099FF;--e-global-color-text:#0D0D0D;--e-global-color-accent:#6C6C6C;--e-global-color-c582670:#E7F0FF;--e-global-color-bac0265:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:normal;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:normal;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:95%;}.e-con{--container-max-width:95%;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}.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 *//* Hide "Home" menu item ONLY when on Home page */
body.home .menu-item-home {
  display: none !important;
}



/* ===== TOP TICKER WRAPPER ===== */
.top-ticker {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 8px 0;
  display: flex;
}

/* ===== MOVING TRACK ===== */
.top-ticker .elementor-text-editor {
  display: flex;
  width: max-content;
  animation: tickerMove 22s linear infinite;
}

/* ===== INDIVIDUAL TEXT BLOCK ===== */
.top-ticker .ticker-track {
  white-space: nowrap;
  padding-right: 80px;
  font-size: 14px;
  color: var(--text);
  cursor: pointer;
}

/* ===== ANIMATION ===== */
@keyframes tickerMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ===== PAUSE ON HOVER (OPTIONAL) ===== */
.top-ticker:hover .elementor-text-editor {
  animation-play-state: paused;
}





.world-map {
  position: relative;
  max-width: 900px;
  margin: auto;
}

.map-pin {
  fill: #000;
  cursor: pointer;
  transition: transform 0.25s ease;
}

.map-pin:hover {
  transform: scale(1.4);
}

.map-tooltip {
  position: absolute;
  background: #ffffff;
  color: #000;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.6;
  box-shadow: 0 12px 32px rgba(0,0,0,0.25);
  display: none;
  pointer-events: none;
  max-width: 280px;
  z-index: 999;
}/* End custom CSS */