.elementor-kit-1580{--e-global-color-primary:#161618;--e-global-color-secondary:#E2B41D;--e-global-color-text:#FAF9F6;--e-global-color-accent:#3788D4;--e-global-color-1ad6d08:#FDC91F;--e-global-typography-primary-font-family:"Archivo";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;--e-global-typography-bd703d5-font-family:"Montserrat";--e-global-typography-bd703d5-font-size:16px;--e-global-typography-bd703d5-font-weight:400;--e-global-typography-bd703d5-text-transform:none;--e-global-typography-bd703d5-font-style:normal;--e-global-typography-bd703d5-text-decoration:none;--e-global-typography-bd703d5-line-height:24px;--e-global-typography-bd703d5-letter-spacing:0px;--e-global-typography-bd703d5-word-spacing:0em;--e-global-typography-eba6760-font-family:"Archivo";--e-global-typography-eba6760-font-size:20px;--e-global-typography-eba6760-font-weight:800;--e-global-typography-eba6760-text-transform:none;--e-global-typography-eba6760-font-style:normal;--e-global-typography-eba6760-text-decoration:none;--e-global-typography-eba6760-line-height:1em;--e-global-typography-eba6760-letter-spacing:0px;--e-global-typography-eba6760-word-spacing:0em;--e-global-typography-cc7f6e4-font-family:"Roboto";--e-global-typography-cc7f6e4-font-size:16px;--e-global-typography-cc7f6e4-font-weight:400;--e-global-typography-cc7f6e4-line-height:40px;background-color:var( --e-global-color-text );color:var( --e-global-color-text );}.elementor-kit-1580 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.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);}.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-kit-1580{--e-global-typography-bd703d5-line-height:20px;--e-global-typography-eba6760-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1580{--e-global-typography-bd703d5-line-height:22px;--e-global-typography-cc7f6e4-font-size:14px;--e-global-typography-cc7f6e4-line-height:2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */#main .term-description {
 display: none;   
}

.seo-hidden {
    display: none;
}

.discount-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.discount-badge {
  display: inline-block;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid #d4af37;
  color: #d4af37;
  background: rgba(0,0,0,0.85);
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.discount-badge:hover {
  background: #d4af37;
  color: #000;
  box-shadow: 0 0 12px rgba(212,175,55,0.6);
  transform: translateY(-2px);
}

/* Optional: subtle variation between badges */
.discount-badge.military {
  border-color: #d4af37;
}

.discount-badge.senior {
  border-color: #c9a227;
}/* End custom CSS */