.elementor-kit-10{--e-global-color-primary:#001B29;--e-global-color-secondary:#0B9CFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#F9A66A;--e-global-color-f6ba8bc:#0499FF14;--e-global-typography-primary-font-family:"ct_font_aeonik__pro";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Bricolage Grotesque";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Bricolage Grotesque";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:500;color:#FFFFFF;font-family:"Bricolage Grotesque", Sans-serif;font-size:16px;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 h1{color:#FFFFFF;font-family:"ct_font_aeonik__pro", Sans-serif;}.elementor-kit-10 h2{color:#FFFFFF;font-family:"ct_font_aeonik__pro", Sans-serif;}.elementor-kit-10 h3{color:#FFFFFF;font-family:"ct_font_aeonik__pro", Sans-serif;font-size:24px;}.elementor-kit-10 h4{color:#FFFFFF;font-family:"ct_font_aeonik__pro", Sans-serif;}.elementor-kit-10 h5{color:var( --e-global-color-text );font-family:"ct_font_aeonik__pro", Sans-serif;}.elementor-kit-10 h6{color:var( --e-global-color-text );}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{font-size:16px;font-weight:600;color:#101828;border-style:solid;border-width:2px 2px 2px 2px;border-radius:120px 120px 120px 120px;padding:15px 30px 15px 30px;}.elementor-kit-10 button:hover,.elementor-kit-10 button:focus,.elementor-kit-10 input[type="button"]:hover,.elementor-kit-10 input[type="button"]:focus,.elementor-kit-10 input[type="submit"]:hover,.elementor-kit-10 input[type="submit"]:focus,.elementor-kit-10 .elementor-button:hover,.elementor-kit-10 .elementor-button:focus{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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);}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}}@media(max-width:1024px){.elementor-kit-10 h3{font-size:20px;}.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 */h1 {
    font-size: clamp(2.5rem, 1.5625rem + 3vw, 4rem);
}
h2 {
    font-size: clamp(1.875rem, 1.4844rem + 1.25vw, 2.5rem);
}
.eyebrow span {
    color: #f47b25;
    text-align: center;
    font-family: "Michroma";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
}

.gradient-btn a, .outlined-btn:hover a, 
.frm_button_submit{
  background: linear-gradient(
    90deg,
    #f47b25 0%,
    #f9a66a 87%,
    #ffffff 100%
  ) !important;

  border: 1px solid #f47b25 !important;
  border-radius: 50px;

  color: #0b1f2a; /* dark text for contrast */

  box-shadow:
    0 4px 15px rgba(244,123,37,0.3), /* orange glow */
    inset 0 1px 2px rgba(255,255,255,0.6);

  transition: all .3s ease;
}
.outlined-btn a{
    border: 2px solid #f9a66a !important;

} 

.feature-title {
    font-size: clamp(1.625rem, 1.4688rem + 0.5vw, 1.875rem)!important;
    line-height:32px;
}

/* Remove Formidable default success styling */
.frm_message,
.frm_success_style {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  color: inherit !important;
  box-shadow: none !important;
}

/* Referral success box */
.bluember-referral-success {
  background: #0499FF36 !important;
  border: 1px solid rgba(11,156,255,.35) !important;
  border-radius: 22px !important;
  padding: 30px !important;
  color: #fff !important;
  box-shadow: 0 18px 44px rgba(0,0,0,.18) !important;
}

/* Heading */
.bluember-referral-success h3 {
  color: #fff !important;
  font-size: 28px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  margin: 0 0 18px !important;
  letter-spacing: -0.03em !important;
}

/* Referral link field */
#bluemberReferralLink {
  width: 100% !important;
  background: #001B29 !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 12px !important;
  color: #fff !important;
  padding: 15px 16px !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  margin: 0 0 16px !important;
  outline: none !important;
  box-shadow: inset 0 0 0 1px rgba(11,156,255,.16) !important;
}

/* Share button row */
.bluember-share-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  align-items: center !important;
}

/* Reset button defaults */
.bluember-share-actions button {
  appearance: none !important;
  -webkit-appearance: none !important;
  border: 0 !important;
  outline: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font: inherit !important;
  text-transform: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  line-height: 1 !important;
}

/* Compact buttons */
.bluember-share-actions button {
  background: #001B29 !important;
  color: #fff !important;
  border: 1px solid rgba(11,156,255,.38) !important;
  border-radius: 999px !important;
  padding: 11px 16px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  transition: all .22s ease !important;
}

/* Primary emphasis only for copy */
.bluember-share-actions .be-copy-link {
  background: #FF751F !important;
  border-color: #FF751F !important;
  color: #001B29 !important;
}

/* Hover */
.bluember-share-actions button:hover {
  background: #0B9CFF !important;
  border-color: #0B9CFF !important;
  color: #fff !important;
  transform: translateY(-2px);
}

/* Focus accessibility */
.bluember-share-actions button:focus-visible {
  outline: 3px solid rgba(255,117,31,.35) !important;
  outline-offset: 3px !important;
}

/* Note */
.bluember-share-note {
  color: rgba(255,255,255,.82) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin: 16px 0 0 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .bluember-referral-success {
    padding: 22px !important;
    border-radius: 18px !important;
  }

  .bluember-referral-success h3 {
    font-size: 24px !important;
  }

  .bluember-share-actions {
    gap: 8px !important;
  }

  .bluember-share-actions button {
    padding: 11px 13px !important;
    font-size: 13px !important;
  }
}/* End custom CSS */