/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Custom Fonts: Alphabet 900 Normal 
@font-face {
	font-family: 'Alphabet';
	src: url('/wp-content/themes/naf-theme/fonts/alfabet-black-webfont.woff2') format('woff2'),
		 url('/wp-content/themes/naf-theme/fonts/alfabet-black-webfont.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}
*/

html {
  font-size: 22px; /* 1rem = 22px */
}

/* Body text */
body {
  font-size: 1rem;     
  line-height: 1.273rem; 
}

/* H1 */
h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

/* H2 */
h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  line-height: 1.1;
}

/* H3 */
h3 {
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  line-height: 1.1;
}

/* H4 */
h4 {
  font-size: clamp(1.2rem, 1.9vw, 1.5rem);
  line-height: 1.1;
}

/* H5 */
h5 {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.1;
}

/* H6 */
h6 {
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  line-height: 1.1;
}
header {background: transparent !important;}
#nav-bar {-webkit-backdrop-filter: blur(40px); backdrop-filter: blur(40px); box-shadow: 0 6rem 3rem #635b4f03, 0 3.75rem 2.5rem #635b4f05, 0 2rem 2rem #635b4f0a, 0 8px 16px #635b4f14;}
.fl-button, .frm_button_submit {transition: all .3s !important;}
.fl-button:hover, .frm_button_submit:hover {transform: translateY(-3px); border-radius: 100px !important; box-shadow: 0 6px 15px #4865ff2e;}
#nav-bar .fl-button:hover {transform: scale(1.02); box-shadow: 0 6px 15px #4865ff2e;}
#homepage-hero .fl-row-content-wrap {background: radial-gradient(in oklch circle at 95% 50%, rgb(217,197,221) 0%, rgba(0,0,0,0) 26%), linear-gradient(in oklch 180deg, #f8f3eb 0%, rgb(255, 255, 255) 45% );}
#cta-boxes .fl-button {box-shadow: 0 4px 4px #4b44390d,0 2rem 16px #4b443914;}
#cta-boxes > .fl-module-box:hover .fl-button {transform: translateX(20%);}
.tagline {border: 1px solid #cccccc; border-radius: 100px; padding: 10px 16px; margin: 0 auto; width: fit-content; font-size: 0.7em; line-height: 1;}
#menu-main-menu li a {padding: 12px; border-radius: 100px;}
.hamburger:hover {background-color: transparent !important;}

#hero h1 span, ul.pp-list-items li.pp-list-item, .pp-accordion .pp-accordion-item {
  opacity: 0;
  display: inline-block;
  transform: translateY(40px) scale(.95);
  animation: wordFade 0.8s cubic-bezier(.22,.61,.36,1) forwards;
}

.pp-accordion .pp-accordion-item {display: block;}

/* Stagger the animation */
#hero h1 span:nth-child(1), ul.pp-list-items li.pp-list-item:nth-child(1), .pp-accordion .pp-accordion-item:nth-child(1) { animation-delay: 0.1s; }
#hero h1 span:nth-child(2), ul.pp-list-items li.pp-list-item:nth-child(2), .pp-accordion .pp-accordion-item:nth-child(2) { animation-delay: 0.4s; }
#hero h1 span:nth-child(3), ul.pp-list-items li.pp-list-item:nth-child(3), .pp-accordion .pp-accordion-item:nth-child(3) { animation-delay: 0.7s; }
#hero h1 span:nth-child(4), ul.pp-list-items li.pp-list-item:nth-child(4), .pp-accordion .pp-accordion-item:nth-child(4) { animation-delay: 1.0s; }
#hero h1 span:nth-child(5), ul.pp-list-items li.pp-list-item:nth-child(5), .pp-accordion .pp-accordion-item:nth-child(5) { animation-delay: 1.3s; }

@keyframes wordFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Keeps hero copy/CTAs sitting above the gradient circle.
   (Beaver Builder nests modules deeper than the design kit's
   own ".bb-orb-stage > *" rule reaches, so this fills the gap.) */
.bb-orb-front {
  position: relative;
  z-index: 1;
}

/* Small static circle preview used in the "Hero Color Options" swatch grid */
.nysati-swatch-visual {
  position: relative;
  overflow: hidden;
  min-height: 9rem;
  background: var(--ds-color-surface);
  border: 1px solid var(--ds-color-border);
  border-radius: var(--ds-radius-lg);
}
.nysati-swatch-visual .bb-orb-wrapper {
  margin-top: 2.5rem;
}
.nysati-swatch-visual .bb-orb {
  width: 26rem;
  animation: none;
}
/* Orb color driven by a variant class on the Hero row (.bb-orb-stage--*) */
.bb-orb-stage--blue .bb-orb {
  background-image: linear-gradient(var(--ds-orb-blue-top) 5%, var(--ds-orb-blue-bottom) 45%);
}
.bb-orb-stage--pink .bb-orb {
  background-image: linear-gradient(var(--ds-orb-pink-top) 5%, var(--ds-orb-pink-bottom) 45%);
}
.bb-orb-stage--green .bb-orb {
  background-image: linear-gradient(var(--ds-orb-green-top) 5%, var(--ds-orb-green-bottom) 45%);
}
.bb-orb-stage--orange .bb-orb {
  background-image: linear-gradient(var(--ds-orb-orange-top) 5%, var(--ds-orb-orange-bottom) 45%);
}
/* Orb color driven by a real color-picker field (the small "Box" in the
   hero, its Text Color) instead of a class name. Pick Swatch Orange /
   Blue / Pink / Green there, and this turns it into the two-stop gradient. */
.bb-orb-color { --orb-tint: currentColor; }
.bb-orb-color .bb-orb {
  background-image: linear-gradient(
    color-mix(in srgb, var(--orb-tint) 18%, white) 5%,
    color-mix(in srgb, var(--orb-tint) 30%, white) 45%
  );
}
.bb-orb-stage, .fl-ds-block .bb-orb-stage, .fl-ds-page .bb-orb-stage {padding-top: 60px;}
:where(.fl-builder-content, .fl-page) :is(a[href], button, input, select, textarea, [tabindex]:not([tabindex="-1"])):focus {outline-style: none !important;}

/* large width only */
@media screen and (min-width: 993px) {
	}

/* medium widths + large widths */
@media screen and (min-width: 768px) {
	.mobile-only {display: none !important;}
}
	
/* medium width only */
@media screen and (min-width: 768px) and (max-width: 992px) {
	
}

/* small + medium widths */
@media screen and (max-width: 992px) {
  .mobile-only {display: block !important; }
  .mobile-only span {color: #ffffff !important; background-color: #4865ff; border-radius: 100px; padding: 12px 24px;}
}

/* small width only */
@media screen and (max-width: 767px) {
	
}