/*
Theme Name: zero Child
Theme URI: 
Description:
Author:
Author URI:  
Template: zero
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: zero-child
*/


@font-face {
  font-family:Graphik Regular;
  src:url(../fonts/Graphik-Regular-Web_387be2b2.woff2) format("woff2"),
  url(../fonts/Graphik-Regular-Web_072dbf6a.woff) format("woff");
  font-weight:400;
  font-style:normal
}
@font-face {
  font-family:Graphik Regular Italic;
  src:url(../fonts/Graphik-RegularItalic-Web_32ab509c.woff2) format("woff2"),
  url(../fonts/Graphik-RegularItalic-Web_64d25c98.woff) format("woff");
  font-weight:400;
  font-style:normal
}
@font-face {
  font-family:Graphik Semibold;
  src:url(../fonts/Graphik-Semibold-Web_70893669.woff2) format("woff2"),
  url(../fonts/Graphik-Semibold-Web_bffdd386.woff) format("woff");
  font-weight:400;
  font-style:normal
}
@font-face {
  font-family:Graphik Semibold Italic;
  src:url(../fonts/Graphik-SemiboldItalic-Web_45b00757.woff2) format("woff2"),
  url(../fonts/Graphik-SemiboldItalic-Web_83736645.woff) format("woff");
  font-weight:400;
  font-style:normal
}
@font-face {
  font-family:Graphik Bold;
  src:url(../fonts/Graphik-Bold-Web_91931227.woff2) format("woff2"),
  url(../fonts/Graphik-Bold-Web_15e784fc.woff) format("woff");
  font-weight:400;
  font-style:normal
}
@font-face {
  font-family:Graphik Bold Italic;
  src:url(../fonts/Graphik-BoldItalic-Web_fb4c7c26.woff2) format("woff2"),
  url(../fonts/Graphik-BoldItalic-Web_d2823e71.woff) format("woff");
  font-weight:400;
  font-style:normal
}




/* ============================ */
/* HEADER VIDEO/IMAGE */
/* ============================ */
/* Show desktop image by default */
/* ===== Responsive Header Images ===== */

/* ===== Responsive Video Header ===== */
.responsive-header {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.responsive-video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Default: show desktop video */
.desktop-view {
  display: block !important;
}
.mobile-view {
  display: none !important;
}

/* Switch to mobile video on smaller screens */
@media screen and (max-width: 767px) {
  .desktop-view {
    display: none !important;
  }
  .mobile-view {
    display: block !important;
  }
}


/* ============================ */
/* HEADER VIDEO/IMAGE */
/* ============================ */





/* ============================ */
/* PROJECTS GRID */
/* ============================ */

/* ============================ */
/* PROJECTS GRID (3 centered) */
/* ============================ */

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: center; /* centers the 3 items when fewer than full row */
  text-align: left;
}

.project-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #000;
  color: #efe3d5;
  transition: transform 0.3s ease, opacity 0.3s ease;
  max-width: 380px; /* keeps items neat and centered */
}

/* Responsive layout */
@media (max-width: 1199px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .projects-grid {
    grid-template-columns: 1fr;
    justify-items: center; /* center single items on mobile */
  }
}

/* Project content styling (keep your current) */
.project-item img {
  width: 100%;
  height: auto;
  display: block;
}

.project-caption {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0;
  flex-grow: 1;
  font-size: 20px;
}

.explore-link {
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #efe3d5;
  text-decoration: none;
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.3s ease;
}

.explore-link span {
  font-size: 20px;
  line-height: 1;
  margin-top: -4px;
}

.explore-link:hover {
  color: #999;
}




/* Responsive Grid */
@media (max-width: 1199px) {
  .projects-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .projects-grid {
    grid-template-columns: 1fr;
  }
  .container {
    padding: 0 20px;
  }
}

/* ============================ */
/* PROJECTS GRID - END */
/* ============================ */



.img-fluid {
  transition: transform 0.3s ease;
}


/* ============================ */
/* GENERAL */
/* ============================ */
* {
  color: #efe3d5;
}
html, body{
  overflow-x: hidden;
  max-width: 100%;
}
*{
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .spacer {
    height: 40px;
  }
}

h1 {
    font-size: 80px;
}
h1,h2 {
    color: #efe3d5;
    font-family:Graphik Semibold;
}
h2 {
  font-size: 50px;
}
p {
  font-size: 20px;
}
.intro-text p{
  font-size: 24px;
}
.intro-text h2{
  padding-bottom: 20px;
}

@media (max-width: 800px) {
  .intro-text p{
    font-size: 16px;
  }
}

label {
    font-size: 12px;
}
.dblock {
    display: block;
}
@media (max-width: 767px) {
  h1 {
    font-size: 50px;
  }
  .dblock {
    display: inline;
  }
}

/* ===== Responsive Video Header ===== */
.video-header {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.responsive-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.disclaimer {
    font-size: 11px;
}






/* ============================ */
/* Form START */
/* ============================ */
/* Safely visually hide HubSpot reCAPTCHA without breaking validation */
.hs_recaptcha,
.hs-recaptcha,
.grecaptcha-badge {
  position: absolute !important;
  left: -9999px !important; /* moves it off-screen */
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}



.register-section h2 {
    color: #efe3d5;
    font-family:Graphik Semibold;
    font-size: 35px;
    padding-bottom: 20px;
}
.hbspt-form  [type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #ffffff !important; color: #000!important;
}

.hbspt-form .hs-input,
.hbspt-form input::placeholder {
    color: #efe3d5;
    font-family:Graphik Regular;
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
}


.hbspt-form fieldset:nth-of-type(6) {
  margin-top: 20px !important;
}
.hbspt-form fieldset:nth-of-type(7) {
  margin-top: 0px !important;
}

.hbspt-form fieldset {
    max-width: 100%;
}

.hbspt-form fieldset + fieldset {
    margin-top: 40px;
}

.hbspt-form fieldset.form-columns-2 {
    display: flex;
    gap: 11px;
    max-width: initial;
}

.hbspt-form fieldset.form-columns-1 {
    max-width: initial;
}

.hbspt-form select.hs-input {
    width: 100% !important;
}

.hbspt-form .input {
    margin: 0 !important;
}

.hbspt-form .hs-input {
    background: #932e35;
    border: 0;
    border-bottom: 1px solid #efe3d5;
    border-radius: 0;
    padding: 6px 0;
    color: #efe3d5;
    margin: 0;
}

.hbspt-form .hs-form-field:not(.hs-fieldtype-checkbox) > label {
    display: none;
}

.hbspt-form .hs-input:focus {
    outline: none;
    box-shadow: none;
}

.hbspt-form ul.inputs-list.multi-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hbspt-form ul.inputs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hbspt-form .hs-fieldtype-checkbox.field.hs-form-field {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hbspt-form .hs-form-field.hs-fieldtype-checkbox > label,
.hbspt-form ul.inputs-list label.hs-form-checkbox-display,
.hbspt-form ul.inputs-list label.hs-form-booleancheckbox-display {
    display: flex;
    gap: 10px;
    color: #efe3d5;
    font-family:Graphik Regular;
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
}

.hbspt-form ul.no-list.hs-error-msgs.inputs-list {
    margin-top: 7px;
    color: #ed3a3a;
}

.hs_submit.hs-submit {
    margin-top: 25px;
}




.hbspt-form .hs-button {
    background: #efe3d5;
    border: 1px solid #efe3d5;
    padding: 7px 43px;
    border-radius: 0;
    color: #932e35;
    font-family:Graphik Regular;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 100px;
}
input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
  border-color: #fff;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
    margin-left:0px!important;
}
/* ============== Form END ================ */
.elementor-widget-form .elementor-field-group .elementor-field-textual {
    padding: 7px 10px 7px 0;
}

.elementor-widget-form .e-form__buttons .elementor-button {
    padding: 9px 38px;
}

@media (max-width: 767px) {
    #section-3-logo {
        overflow: hidden;
    }

    .submitted-message.hs-main-font-element {
        text-align: center;
    }

    .hbspt-form .hs-form-field {
        padding-bottom: 20px;
    }

    .hbspt-form input.hs-input[type='email'],
    .hbspt-form input.hs-input[type='tel'],
    .hbspt-form input.hs-input[type='text'] {
        width: 100% !important;
    }

    #section-3-logo .elementor-widget-image img {
        object-fit: cover;
        object-position: 50% 50%;
        height: 150px;
    }

    .hbspt-form fieldset.form-columns-2 {
        flex-direction: column;        
    }

    .hbspt-form fieldset + fieldset {
        margin-top: 10px;
    }
}

/* ============================ */
/* AUTO-SCROLLING LOGOS (Partners) */
/* ============================ */

.logos {
  width: 100%;
  max-width: 900px;
  margin: auto;
}


.logo-carousel {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.logo-track {
  display: flex;
  will-change: transform;
}

.logo-item {
  flex: 0 0 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.logo-item img {
  max-width: 100%;
  max-height: 130px;
  object-fit: contain;
}

/* Mobile */
@media (max-width: 768px) {
  .logo-item {
    flex: 0 0 50%;
  }
}



/* ============================ */
/* Our Speakers Section */
/* ============================ */
.speakers-section{
  padding: 40px 0;
}

.speakers-title{
  letter-spacing: .2px;
  margin:0;
}

.speaker-card{
}

.speaker-img{
  width: 100%;
  overflow: hidden;
  background: #111;
  box-shadow: 0 0 0 1px rgba(255,255,255,.08) inset;
}

.speaker-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.6s ease, transform 0.6s ease;
}

/* Hover the whole card → image turns to color */
.speaker-card:hover .speaker-img img{
  filter: grayscale(0%);
  transform: scale(1.03); /* optional but nice */
}


.speaker-name{
  line-height: 1.1;
  font-weight: 800;
  margin: 18px 0 10px;
}

.speaker-subhead{
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  opacity: .95;
  margin: 0 0 14px;
}

.speaker-bio{
  font-size: 14px;
  margin: 0;
  max-width: 44ch;
}

/* Mobile tweaks */
@media (max-width: 575.98px){
  .speaker-name{ font-size: 28px; }
  .speaker-bio{ max-width: none; }
}



/* ============================ */
/* parallax content
/* ============================ */
.ahs-logo {
  width: 800px;
  padding:100px 0 0 70px;
}
@media (max-width: 800px){
  .ahs-logo {
    width: 89%;
    margin: auto;
    padding: 60px 0px;    
  }
}

.parallax{
  position: relative;
  overflow: hidden;
  min-height: 520px; /* adjust as needed */
}

.parallax-bg{
  position: absolute;
  inset: 0;
  height: 160%; /* extra height so it can move */
  background: url("../img/bg-top.png") top center / cover no-repeat;
  transform: translateY(0);
  will-change: transform;
  z-index: 0;
}

.parallax-content{
  position: relative;
  z-index: 1;
}

@media (max-width: 800px){
  .parallax-bg{
    height: 100%; /* extra height so it can move */    
    background: url("../img/bg-top-mobile.png") top center / cover no-repeat;
  }
}




/* ============================ */
/* location
/* ============================ */
/* Section background + spacing */
.event-location-section{
  overflow: hidden;     /* keeps parallax clean */
}


/* Optional: give the map a subtle frame like your comp */
.event-map-wrap img{
  display: block;
  width: 100%;
  height: auto;
}

/* Desktop-only parallax container */
.event-date-parallax{
  position: relative;
  will-change: transform;
}

/* Ensure the PNG behaves nicely */
.event-date-img{
  display: block;
  width: 100%;
  height: auto;
}

/* On mobile/tablet: disable any transform (no parallax) */
@media (max-width: 991.98px){
  .event-date-parallax{
    transform: none !important;
  }
}


.img-footer-date{
  position: fixed;
  bottom: 0;
  z-index: 999;
  pointer-events: none; /* optional: prevents blocking clicks */
}

.img-footer-date img{
  display: block;
  width: 100%;
  height: auto;
}



/* ============================ */
/* standard parallax-image
/* ============================ */
.parallax-standard{
  position: relative;
  width: 100%;
  height: 800px; /* adjust as needed */
  background: url("../img/img-parallax-1.jpg") top center / cover no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

/* Gradient overlay + content */
.gradient-bg{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 20px;

  /* dark at top → transparent at bottom */
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.65) 0%,
    rgba(0,0,0,0.35) 45%,
    rgba(0,0,0,0.0) 100%
  );

  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}


.cta-btn{
  padding: 14px 50px;
  border-radius: 999px;
  border: 0px;
  background-color: #932e35;
  color: #efe3d5;
  font-size: 40px;
  font-weight: 500;
  cursor: pointer;
  font-family:Graphik Semibold;
  transition: all 0.3s ease;

  margin-top: 200px;
}

.cta-btn:hover{
  background-color: #efe3d5!important;
  color: #932e35!important;
}

.cta-link{
  text-decoration: none;
}


.specs-img{
  width: 100%;
  height: auto;
  display: block;
}

/* Desktop only */
.specs-desktop{
  display: block;
}

/* Mobile hidden by default */
.specs-mobile{
  display: none;
}

/* Mobile breakpoint */
@media (max-width: 800px){
  .specs-desktop{
    display: none;
  }

  .specs-mobile{
    display: block;
  }

  .parallax-standard {
    height: 580px;
    background-attachment: scroll;
  }

  .gradient-bg {
    padding: 40px 0px;
  }
}


@media (max-width: 800px){
  .cta-btn{
    padding: 14px 22px;
    font-size: 20px;
    margin-top: 180px;
  }
}



/* ============================ */
/* Global fix
/* ============================ */
.spacer {
  display: block;
  width: 100%;
  height: 50px; /* adjust as needed */
}
.txt_ctrl {
  text-align: center;
}
@media (max-width: 800px){
  h2 {
    font-size: 30px;
  }
  .nnja {
    display: none;
  }
}
.copyright-wrapper p, .copyright-wrapper a {
  font-size: 12px!important;
  color: #efe3d5!important;
  text-decoration: none;
}

.modal-content {
    border-radius: 0;
    border: none;
}
.btn-disclaimer {
    cursor: pointer;
    text-decoration: underline;
}
.modal-body p, .modal-title{
  font-size: 13px;
  color: #000000;
}
.modal-header .btn-close {
  font-size: 5px;
}

