.elementor-kit-6{--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-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 *//* Disable ONLY buttons that have class 'tag' on the button widget */
.elementor-button.tag,
a.elementor-button.tag,
.tag.elementor-button-link,        /* sometimes Elementor renders this class */
.elementor-button-wrapper .tag {   /* covers rare wrapper placements */
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
}

/* Optional: remove hover flair on disabled buttons */
.elementor-button.tag:hover,
.tag.elementor-button-link:hover {
  transform: none !important;
  box-shadow: none !important;
  filter: none !important;
  outline: 0 !important;
}

/* Optional: give a subtle "disabled" look */
.elementor-button.tag {
  opacity: .7;
  filter: grayscale(20%);
}
/* Force modals to the absolute top */
#pdfModal, #videoModal{
  position: fixed;
  inset: 0;
  z-index: 2147483647 !important; /* above anything */
}

/* While a modal is open, drop header/admin bar behind it */
body.modal-open .elementor-location-header,
body.modal-open [data-elementor-type="header"],
body.modal-open .elementor-sticky,
body.modal-open .elementor-sticky--effects,
body.modal-open #wpadminbar{
  z-index: 0 !important;
}


/* Safer, namespaced pill styles */
.sb-pill-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
}

.sb-pill-button,
.sb-pill-button:link,
.sb-pill-button:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 20px;
  min-width:130px;
  border-radius:50px;
  border:2px solid #e5e8f0;
  background:#ffffff;
  color:#1c1c1c;
  font-family:"Nunito",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  font-weight:800;
  font-size:15px;
  line-height:1;
  text-decoration:none;
  box-shadow:0 2px 8px rgba(0,0,0,.1);
  transition:transform .2s, box-shadow .2s, background-color .2s, color .2s, border-color .2s;
}
.sb-pill-button:hover{
  background:#007cba;
  border-color:#007cba;
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 4px 16px rgba(0,124,186,.2);
}
.sb-pill-button:active{ transform:translateY(0); box-shadow:0 2px 8px rgba(0,0,0,.1); }
.sb-pill-button .pill-text{ white-space:nowrap; }

/* Small screens: stack nicely */
@media (max-width: 600px){
  .sb-pill-row{ justify-content:stretch; }
  .sb-pill-button{ flex:1 1 100%; }
}


/* Skullbrain modals (namespaced, no conflicts) */
.sb-modal{
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.8);
  backdrop-filter: blur(4px);
  z-index: 2147483647; /* above sticky headers */
}
.sb-modal[hidden]{ display: none !important; }

.sb-modal-content{
  background: #fff;
  border-radius: 16px;
  width: 800px;
  max-width: 95vw;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0,0,0,.3);
}

/* Same blue banner the PDF uses (skip if you already have these) */
.pdf-header{
  background: linear-gradient(135deg,#2c3e50 0%,#34495e 100%);
  color:#fff;
  padding:12px 20px;
  display:flex;justify-content:space-between;align-items:center;
  border-radius:16px 16px 0 0;
}
.pdf-title h3{ margin:0; font-family:"Nunito",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif; font-weight:900; font-size:18px; line-height:1.2; }
.pdf-title p{ margin:4px 0 0 0; font-size:14px; opacity:.8; font-weight:600; }

body.modal-open{ overflow:hidden; }  /* lock page scroll while open *//* End custom CSS */