.elementor-kit-8{--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-8 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){--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 *//* =========================
   TAPNOTA GLOBAL HERO + BUTTON FIXES
   ========================= */

/* Hero background: straight down, no angled seam */
.tn-hero,
section.tn-hero {
  background: linear-gradient(180deg, #071B31 0%, #071B31 6%, #0B2C4D 100%) !important;
}

/* Optional: make header blend better if sitting over hero */
header,
.elementor-location-header,
.site-header {
  background: #071B31 !important;
}

/* =========================
   BUTTON FIX
   ========================= */

/* Base secondary button */
.tn-btn-secondary,
.tn-btn-secondary:link,
.tn-btn-secondary:visited {
  color: #FFFFFF !important;
  border: 2px solid rgba(255,255,255,0.22) !important;
  background: rgba(255,255,255,0.02) !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

/* Hover/focus/active state */
.tn-btn-secondary:hover,
.tn-btn-secondary:focus,
.tn-btn-secondary:active,
.tn-btn-secondary:hover span,
.tn-btn-secondary:focus span,
.tn-btn-secondary:active span,
.tn-btn-secondary:hover *,
.tn-btn-secondary:focus *,
.tn-btn-secondary:active * {
  color: #FFFFFF !important;
  background: rgba(255,255,255,0.06) !important;
  border-color: rgba(255,255,255,0.32) !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

/* Keep text white even if Elementor/theme applies link hover colors */
.tn-btn-secondary *,
.tn-btn-secondary span {
  color: inherit !important;
}

/* Primary button safety */
.tn-btn-primary,
.tn-btn-primary:link,
.tn-btn-primary:visited {
  color: #0B2C4D !important;
}

.tn-btn-primary:hover,
.tn-btn-primary:focus,
.tn-btn-primary:active,
.tn-btn-primary:hover *,
.tn-btn-primary:focus *,
.tn-btn-primary:active * {
  color: #0B2C4D !important;
  text-decoration: none !important;
}

/* General TapNota button protection */
.tn-btn,
.tn-btn:link,
.tn-btn:visited,
.tn-btn:hover,
.tn-btn:focus,
.tn-btn:active,
.tn-btn:hover *,
.tn-btn:focus *,
.tn-btn:active * {
  text-decoration: none !important;
}

/* Optional smooth hover */
.tn-btn,
.tn-btn-primary,
.tn-btn-secondary {
  transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease !important;
}

.tn-btn:hover {
  transform: translateY(-1px);
}/* End custom CSS */