.elementor-kit-5{--e-global-color-primary:#1E2D8C;--e-global-color-secondary:#15205F;--e-global-color-text:#0E1442;--e-global-color-accent:#FFB13D;--e-global-color-2f07915:#3A4275;--e-global-color-673bda6:#6E739B;--e-global-color-55896e0:#E2E4F0;--e-global-color-6c83da2:#FAFAFC;--e-global-color-f439260:#F1F2F8;--e-global-color-5146d5a:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.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 *//* ── Subler Tabs — Pixel Perfect Match ─────────────────────── */

.sw-tabs {
  background: #fff;
  border-bottom: 1px solid #E2E4F0;
  padding: 0 24px;
  position: sticky;
  top: 72px;
  z-index: 90;
}

.sw-tabs-list {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow-x: auto;
  scrollbar-width: none;
  gap: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.sw-tabs-list::-webkit-scrollbar { display: none; }

/* Base tab — evenly spaced full width */
.sw-tab {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  flex: 1 1 0% !important;
  padding: 18px 12px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: 'Inter', system-ui, sans-serif !important;
  color: #6E739B !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  margin-bottom: -1px !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: color 0.18s ease, border-color 0.18s ease !important;
  line-height: 1 !important;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
  pointer-events: auto !important;
  opacity: 1 !important;
}
.sw-tab:disabled {
  pointer-events: auto !important;
  cursor: pointer !important;
  opacity: 1 !important;
}
.sw-tab:hover {
  color: #0E1442 !important;
  background: transparent !important;
}

/* Active tab */
.sw-tab.sw-on {
  color: #0E1442 !important;
  font-weight: 700 !important;
  border-bottom: 2px solid #1E2D8C !important;
  background: transparent !important;
}

/* Emoji */
.sw-emoji {
  font-size: 18px !important;
  line-height: 1 !important;
  flex-shrink: 0 !important;
}

/* Tab label */
.sw-tab-label {
  line-height: 1 !important;
  color: inherit !important;
}

/* Count badge — inactive */
.sw-cnt {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #E8EAF6 !important;
  color: #1E2D8C !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  font-family: 'Inter', sans-serif !important;
  padding: 2px 7px !important;
  border-radius: 99px !important;
  line-height: 1.4 !important;
  min-width: 20px !important;
}

/* Count badge — active */
.sw-tab.sw-on .sw-cnt {
  background: #1E2D8C !important;
  color: #fff !important;
}

/* Coming Soon badge */
.sw-soon {
  display: inline-flex !important;
  align-items: center !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  font-family: 'Inter', sans-serif !important;
  background: #FFF2D9 !important;
  color: #E89A1A !important;
  padding: 2px 8px !important;
  border-radius: 99px !important;
  line-height: 1.4 !important;
  white-space: nowrap !important;
}

/* Coming soon tabs — NOT disabled, fully clickable */
.sw-tab-soon-item {
  color: #9AA0BC !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  opacity: 1 !important;
}
.sw-tab-soon-item:hover {
  color: #6E739B !important;
  background: transparent !important;
}
.sw-tab-soon-item.sw-on {
  color: #0E1442 !important;
  font-weight: 700 !important;
  border-bottom: 2px solid #1E2D8C !important;
}

/* Mobile */
@media (max-width: 960px) {
  .sw-tab {
    flex: 0 0 auto !important;
    padding: 16px 16px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .sw-tabs { padding: 0 16px; top: 60px; }
  .sw-tab  { padding: 14px 12px !important; font-size: 13px !important; }
}/* End custom CSS */