.elementor-6261 .elementor-element.elementor-element-e08aa20{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:flex-start;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6261 .elementor-element.elementor-element-78e7fcf .elementor-heading-title{font-family:"Gotham", Sans-serif;font-size:48px;font-weight:bold;line-height:1.35em;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-6261 .elementor-element.elementor-element-7d0ee50{text-align:start;font-family:"Gotham", Sans-serif;font-size:24px;font-weight:300;color:#000000;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-6261 .elementor-element.elementor-element-fee5c8b .elementor-button{background-color:#03A9F4;font-family:"Gotham", Sans-serif;font-size:16px;font-weight:normal;letter-spacing:0.33px;border-radius:0px 0px 0px 0px;padding:18px 18px 18px 18px;}.elementor-6261 .elementor-element.elementor-element-fee5c8b:hover{--e-transform-translateY:-2px;}@media(max-width:1024px){.elementor-6261 .elementor-element.elementor-element-78e7fcf .elementor-heading-title{font-size:36px;}.elementor-6261 .elementor-element.elementor-element-7d0ee50{font-size:21px;}}@media(max-width:767px){.elementor-6261 .elementor-element.elementor-element-78e7fcf .elementor-heading-title{font-size:24px;}.elementor-6261 .elementor-element.elementor-element-7d0ee50{font-size:14px;}}/* Start custom CSS for button, class: .elementor-element-fee5c8b */.btn-shimmer{
    position: relative; /* Required for the shimmer overlay */
    overflow: hidden;   /* Keeps the shimmer inside the button */
    box-shadow: 0 4px 6px rgba(3, 169, 244, 0.3); /* Subtle glow matching your color */
  transition: transform 0.2s;
}

.btn-shimmer::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right, 
    rgba(255,255,255,0) 0%, 
    rgba(255,255,255,0.4) 50%, 
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-20deg);
  animation: shimmerLoop 2.5s infinite; /* Loops every 2.5 seconds */
}

@keyframes shimmerLoop {
  0% { left: -100%; }
  100% { left: 200%; }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://projectfocusfoundation.org/wp-content/uploads/2026/04/Gotham-Bold.eot');
	src: url('https://projectfocusfoundation.org/wp-content/uploads/2026/04/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://projectfocusfoundation.org/wp-content/uploads/2026/04/Gotham-Bold.woff2') format('woff2'),
		url('https://projectfocusfoundation.org/wp-content/uploads/2026/04/Gotham-Bold.woff') format('woff'),
		url('https://projectfocusfoundation.org/wp-content/uploads/2026/04/Gotham-Bold.ttf') format('truetype'),
		url('https://projectfocusfoundation.org/wp-content/uploads/2026/04/Gotham-Bold.svg#Gotham') format('svg');
}
@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://projectfocusfoundation.org/wp-content/uploads/2026/04/vertopal.com_Gotham-Book.eot');
	src: url('https://projectfocusfoundation.org/wp-content/uploads/2026/04/vertopal.com_Gotham-Book.eot?#iefix') format('embedded-opentype'),
		url('https://projectfocusfoundation.org/wp-content/uploads/2026/04/Gotham-Book.woff2') format('woff2'),
		url('https://projectfocusfoundation.org/wp-content/uploads/2026/04/Gotham-Book.woff') format('woff'),
		url('https://projectfocusfoundation.org/wp-content/uploads/2026/04/Gotham-Book.ttf') format('truetype'),
		url('https://projectfocusfoundation.org/wp-content/uploads/2026/04/Gotham-Book.svg#Gotham') format('svg');
}
/* End Custom Fonts CSS */