/*
Theme Name: Blueprint 2.1 
Theme URI: https://heliumstudio.com
Description: Blueprint 2.1 
Author: HeliumStudio
Author URI: https://heliumstudio.com
Version: 20251028
*/


:root {
  --color-primary-black: #000000; 
  --color-primary-white: #ffffff; 
  --color-primary-green-dark: #0D3C3E; 
  --color-primary-green-medium: #1e4749;
  --color-primary-green-light: #269d9a;
  --color-primary-green-lime: #a8c84a;
}
.hide-navigation {
	display: none !important;
}
body.page-template-page-modular-builder-php h1 { font-family: "Montserrat", sans-serif; font-size: 8rem; line-height: 1.05; font-weight: 800; }
body.page-template-page-modular-builder-php h2 { font-family: "Montserrat", sans-serif; font-size: 5rem; line-height: 1.1; font-weight: 800; }
body.page-template-page-modular-builder-php h3 { font-family: "Montserrat", sans-serif; font-size: 3rem; line-height: 1.2; }
body.page-template-page-modular-builder-php h4 { font-family: "Montserrat", sans-serif; font-size: 2.2rem; line-height: 1.2; }
body.page-template-page-modular-builder-php p  { font-family: "Montserrat", sans-serif; font-size: 1.8rem; line-height: 1.2; }
body.page-template-page-modular-builder-php  { font-family: "Montserrat", sans-serif; font-size: 1.8rem; line-height: 1.2; }
body.page-template-page-modular-builder-php .btn-custom { font-family: "Montserrat", sans-serif; font-size: 1.6rem; line-height: 1.2; }

@media (max-width: 1024px) {
  body.page-template-page-modular-builder-php h1 { font-size: 6rem; }
  body.page-template-page-modular-builder-php h2 { font-size: 4rem; }
  body.page-template-page-modular-builder-php h3 { font-size: 2.6rem; }
  body.page-template-page-modular-builder-php h4 { font-size: 2rem; }
  body.page-template-page-modular-builder-php p  { font-size: 1.7rem; }
  body.page-template-page-modular-builder-php .btn-custom { font-size: 1.5rem; }
}

@media (max-width: 768px) {
  body.page-template-page-modular-builder-php h1 { font-size: 4.5rem; }
  body.page-template-page-modular-builder-php h2 { font-size: 3.2rem; }
  body.page-template-page-modular-builder-php h3 { font-size: 2.2rem; }
  body.page-template-page-modular-builder-php h4 { font-size: 1.8rem; }
  body.page-template-page-modular-builder-php p  { font-size: 1.6rem; }
  body.page-template-page-modular-builder-php .btn-custom { font-size: 1.4rem; }
}

@media (max-width: 480px) {
  body.page-template-page-modular-builder-php h1 { font-size: 3.4rem; }
  body.page-template-page-modular-builder-php h2 { font-size: 2.6rem; }
  body.page-template-page-modular-builder-php h3 { font-size: 2rem; }
  body.page-template-page-modular-builder-php h4 { font-size: 1.7rem; }
  body.page-template-page-modular-builder-php p  { font-size: 1.5rem; }
  body.page-template-page-modular-builder-php .btn-custom { font-size: 1.35rem; }
}


.template-btn-nav  {
	display: flex;
	flex: 1;
	justify-content: flex-end;
	align-items: center;
	padding: 10px 0;
}
a.template-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  padding: 16px 22px;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0;
  color: var(--color-primary-white) !important;
  background:  var(--color-primary-green-lime);
  border: 0;
  border-radius: 25px;
  text-decoration: none;
  transition: color .25s ease-in-out, background .25s ease-in-out !important;
  height: 44px;
}
a.template-btn:hover {
  color: var(--color-primary-white) !important;
  background:  var(--color-primary-green-light);
  text-decoration: none;
  
}
.template-btn-nav .template-btn{
  font-size: 14px;
}

/* ==========================================

    Panel Options

========================================== */

.middle {
	align-self: center;
}
.inset {
	max-width: 1200px;
}
.preheader {
    color: var(--color-primary-white);	
	font-weight: 600;
    width: 100%;
}

.top-none {
	padding-top: 0px;
}
	.top-small {
		padding-top: 20px;
	}
	.top-medium {
		padding-top: 50px;
	}
	.top-large {
		padding-top: 80px;
	}
	.top-xlarge {
		padding-top: 160px;
	}
.bottom-none {
	padding-bottom: 0px;
}
	.bottom-small {
		padding-bottom: 20px;
	}
	.bottom-medium {
		padding-bottom: 50px;
	}
	.bottom-large {
		padding-bottom: 80px;
	}
	.bottom-xlarge {
		padding-bottom: 160px;
	}

.reveal-on-scroll{
  opacity: 0;
  transition: opacity .7s ease, transform .7s ease;
  will-change: opacity, transform;
}

.reveal-on-scroll.is-in{ opacity: 1; transform: none; }

.reveal-fade-up{ transform: translateY(16px); }
.reveal-fade-left{ transform: translateX(-24px); }

@media (prefers-reduced-motion: reduce){
  .reveal-on-scroll{ opacity: 1; transform: none; transition: none; }
}

/* ------------------------------------------
    BASIC CONTENT PANEL
------------------------------------------ */

.basic-content-panel.row.full {
	text-align: left;
    display: flex;
    align-items: center;
}
.basic-content-panel-wrap {
    width: 100%;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.basic-content-panel-wrap li {
    list-style: disc;
    margin-left: 20px;
}
.basic-content {
	justify-content: flex-start;
}
.basic-content p {
	margin-bottom: 10px;
}

/* ------------------------------------------
    HERO PANEL
------------------------------------------ */

.hero-panel {
  --hero-container: 1500px;
  --hero-pad: 24px;
  --hero-gutter: max(0px, calc((100vw - var(--hero-container)) / 2));

  position: relative;
  overflow: hidden;
  min-height: clamp(420px, 75vh, 720px);
  display: flex;
  align-items: center;
  background-color: var(--color-primary-green-dark);
}

.hero-panel .hero-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (max-width: 1024px) {
  .hero-panel .hero-img { background-attachment: scroll; }
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.58) 45%,
    rgba(0, 0, 0, 0.25) 100%
  );
}

.hero-panel .hero-inset {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--hero-container);
  margin: 0 auto;
  padding: clamp(2.75rem, 6vw, 5rem) var(--hero-pad) clamp(3rem, 6vw, 4.5rem);
}

.hero-panel .hero-text {
  width: 100%;
}

.hero-panel .hero-text h1,
.hero-panel .hero-text h2 {
  margin: 0;
  max-width: 1100px;
  color: #fff;
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.55);
}

.hero-panel .hero-text h1 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 0.92;
  font-size: clamp(3.1rem, 6.2vw, 6.6rem);
}

.hero-panel .hero-text h2 {
  margin-top: clamp(1.25rem, 2.2vw, 2rem);
  font-weight: 800;
  line-height: 1.2;
  font-size: clamp(1.15rem, 1.7vw, 2rem);
}

.hero-panel .hero-text h3 {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin: clamp(1.75rem, 4vw, 3rem) 0 0;
  padding: clamp(1rem, 2.2vw, 1.35rem) 0;
  color: #fff;
  font-weight: 900;
  font-size: clamp(1.6rem, 2.4vw, 2.75rem);
  line-height: 1;
  text-shadow: none;
  max-width: 500px;
}

.hero-panel .hero-text h3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-1 * (var(--hero-gutter) + var(--hero-pad)));
  right: calc(-1 * (var(--hero-gutter) + var(--hero-pad)));
  background: #a8c84a;
  z-index: -1;
}

.hero-panel::before { content: none; }



.hero-panel .hero-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-panel .hero-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.58) 45%,
    rgba(0, 0, 0, 0.25) 100%
  );
}


@media (max-width: 840px) {
}

@media (max-width: 768px) {
	.hero-panel .hero-text h3 {
	  max-width: 300px;
	}
  .hero-panel .hero-text h3::before {
    right: -1rem;
  }
  .hero-panel .hero-text h3 {
    padding-right: 1rem;
  }
}

/* ------------------------------------------
    Stats Panel
------------------------------------------ */

.row.full.stat-panel {
	background-color: var(--color-primary-green-dark);
	padding: 80px 40px;
}
.stats-two-col {
	display: flex;
	flex-direction: row;
	color: var(--color-primary-white);	
}
.stats-container {
	display: flex;
	flex-direction: row;
}
.stats-wrap {
    flex: 1;
	gap: 40px;
    display: flex;
    flex-direction: column;
	justify-content: center;
}
.stats-item {
    text-align: center;
}
.stat-number{
  position: relative;
  display: inline-block;
}
.stat-number::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-6px;
  height:3px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
  opacity:.6;
}
.stats-item:hover .stat-number::after{
  transform: scaleX(1);
}
.stat-img {
    flex: 1;
}
.stats-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
h3.stat-number {
    font-size: 70px !important;
	font-weight: 800 !important;
	color: var(--color-primary-green-lime);
	text-align: center;
}
h4.stat-label {
	text-align: center;
}
.stats-copy {
	color: var(--color-primary-white);
	text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.stats-copy p {
	font-weight: 600;
	margin-bottom: 30px;
}

	@media (max-width: 1040px) {
		h3.stat-number {
		    font-size: 50px !important;
		}
	}
	@media (max-width: 840px) {
		.row.full.stat-panel {
			padding: 40px 20px;
		}
	}
	
	@media (max-width: 768px) {
		.stats-grid {
			grid-template-columns: 1fr;
		}
		.stats-container {
			flex-direction: column;
		}
	}
	
/* ------------------------------------------
    Events
------------------------------------------ */

section.full.row.events-panel  {
	background-color: var(--color-primary-green-dark);	
	padding: 80px 40px;
	}
.row.inset.events-wrapper {
    justify-content: center;
}

.events-wrapper h2 {
	color: var(--color-primary-green-lime) !important;
	margin: 0 !important;
}
.events-days {
    width: 100%;
	margin-bottom: 30px;
}

.events-day-header {
	font-size: 2rem;
    line-height: 1.2;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--color-primary-white);
	background-color: var(--color-primary-green-light);
	padding: 20px 20px;
	margin-top: 30px;
	margin-bottom: 4px;
}

.events-schedule {
  margin: 0 !important;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 0;
  list-style: none;
}

.event-item {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 10px;
  padding: 20px 30px;
  border-bottom: 2px solid var(--color-primary-green-medium);
  background-color: var(--color-primary-green-medium);
  position: relative;
}
.event-image {
  flex: 0 0 90px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.event-content {
	position: relative;
}
.event-main {
	color: var(--color-primary-white);
	display: flex;
	flex-direction: row;
	gap: 30px;
	position: relative;
}

.event-time-topic {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 4px;
  font-size: 1.4rem;
}

.event-time {
  color: var(--color-primary-green-light);
  font-weight: 700;
}

.event-sep {
  opacity: 0.5;
  color: var(--color-primary-green-light);
}

.event-topic {
  font-weight: 500;
  opacity: 0.8;
  color: var(--color-primary-green-light);
}

.event-title {
	font-size: 2.3rem;
	line-height: 1.2;
	font-weight: 700;
	color: var(--color-primary-white);
}
.event-host {
	font-weight: 700;
	margin-top: 4px;
  font-size: 1.4rem;
	line-height: 1;
  opacity: 0.7;
}
.event-description {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 4px;
}


.event-acc-trigger{
  position:absolute;
  top:14px;
  right:0px;
  width:34px;
  height:34px;
  border:0;
  padding:0;
  margin:0;
  border-radius:999px;
  background:transparent;
  cursor:pointer;
}
.event-acc-trigger::before{
  content:"\f078";
  font-family:"Font Awesome 5 Pro";
  font-weight:500;
  line-height:34px;
  display:block;
  text-align:center;
  transition:transform .18s ease;
}
.event-item.active .event-acc-trigger::before{
  transform:rotate(180deg);
}
.event-item .event-content{
  padding-right:52px;
  flex: 1;
  width: 100%;
}
.events-panel .row {
    justify-content: center;
}

@media (max-width: 1024px) {
	.event-main {
	    flex-direction: column;
	    align-items: flex-start;
		gap: 10px;
	}
  .event-image {
    flex-basis: 120px;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 840px) {
	.full.row.events-panel {  padding: 40px 20px; }
	}
@media (max-width: 768px) {
	.event-time-topic {
	    flex-direction: column;
	}
	.event-sep {
	  display: none;
	}

}	
/* ------------------------------------------
    Spacer
------------------------------------------ */

.spacer-panel.row.full {
	z-index: -1;
}

/* ------------------------------------------
    Logo Slider PANEL
------------------------------------------ */

.row.full.logo-slider-panel {
	text-align: center;
    padding: 60px 0;
}
.logo-slider-header {
	max-width: 600px;
	padding: 0 20px;
}

.logo-slider-padding-wrap {
	margin-top: 30px;
}
.logo-slider-img {
  margin-bottom: 10px;
}
.logo-slider .splide__slide {
  padding: 0 12px;
}
.logo-slider .logo-slider-img img {
  display: block;
  max-width: 100%;
  max-height: 120px;
  height: auto;
  margin: 0 auto;
}

/* ------------------------------------------
    CARD REPEATER PANEL
------------------------------------------ */

.row.full.card-panel {
  text-align: center;
  padding: 80px 40px;
}

.card-panel-wrap .card-intro {
  margin-bottom: 20px;
}

.card-panel .card-wrap {
  display: flex;
  gap: 40px;
  flex-direction: row;
  margin-bottom: 20px;
}
.card-panel article.card-item {
  min-width: 0;
  width: 100%;
  flex: 1;
}
.card-panel .card-img {
  display: flex;
  justify-content: center;
}

.card-panel .card-img img {
  display: block;
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}

.card-panel .card-container h3 {
	font-size: 2.5rem;
}
.card-panel-button {
	text-align: center;
    margin: auto;
}
@media (max-width: 840px) {
  .row.full.card-panel {
	  padding: 40px 20px;
	}
  .card-panel .card-wrap {
    flex-direction: column;
    align-items: center;
  }
  .card-panel article.card-item {
    width: 100%;
    max-width: 520px;
  }
}



/* ------------------------------------------
    ACCORDION PANEL
------------------------------------------ */

.row.full.rp-accordion-panel{
  text-align: center;
  background-color: var(--color-primary-green-dark);
  padding: 80px 40px;
}

.row.rp-accordion{
  flex-direction: row;
}

.row.rp-accordion h2{
  margin: 0 0 20px;
  color: var(--color-primary-white);
}

.rp-accordion-intro{
  margin: auto;
  color: var(--color-primary-white);
}

.rp-accordion-list{
  margin: 0 !important;
  padding: 0;
  list-style: none;
  min-width: 100%;
  color: var(--color-primary-white);
}

.rp-accordion-item{
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.rp-accordion-trigger{
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  font-weight: 400;
}

.rp-accordion-trigger::after{
  content: "\f055";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 2.2rem;
  color: var(--color-primary-white);
  margin-left: 10px;
  transition: transform 0.2s ease;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2.2rem;
}

.rp-accordion-item.is-open > .rp-accordion-trigger::after{
  content: "\f056";
  transform: rotate(180deg);
}

.rp-accordion-answer p{
  margin: 10px 0 15px;
  font-weight: 300;
  text-align: left;
}

.rp-accordion-answer ol,
.rp-accordion-answer ul{
  padding-left: 20px;
}

.rp-accordion-answer ol li,
.rp-accordion-answer ul li{
  padding: 0;
  border: 0;
  font-weight: 300;
}

@media (max-width: 840px){
  .row.full.rp-accordion-panel{ padding: 40px 20px; }
}

/* ------------------------------------------
    SPEAKERS PANEL
------------------------------------------ */

.row.full.speakers-panel { 
	text-align: center; 
	padding: 80px 40px;
}
.speakers-wrap h2 {
  color: var(--color-primary-green-dark);
  margin: 0 0 20px;
  text-align: center;
  width: 100%;
}

.speakers-group {
  margin: 0 0 40px;
}

.speakers-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.speakers-tile:hover {
  opacity: 0.7;
}
.speakers-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}
.speakers-tile-wrap {
  text-align: center;
  padding: 10px;
}

.speakers-tile-wrap h3 {
  margin: 0 0 4px;
  font-size: 2.2rem !important;
  line-height: 2.1rem;
  font-weight: 400;
  margin: 0 !important;
}
.speakers-title {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: var(--color-primary-green-dark);
  margin: 0 !important;
}

	@media (max-width: 1024px) {
	  .speakers-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	}
	@media (max-width: 840px) {
		.row.full.speakers-panel { padding: 80px 40px; }
	}
	@media (max-width: 760px) {
	  .speakers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	}
	
	@media (max-width: 480px) {
	  .speakers-grid { grid-template-columns: 1fr; }
	}

