.page-title {display:none!important;}

.container{
    width: 100% !important;
    padding: 0px !important;
    max-width: 100% !important;
    margin-left: none;
    margin-right: none;
}


.main-header__right, .main-header {
display: none!important;
}

@media (max-width: 940px) {
  .main-header {
    display: block !important;
  }
}
#ec-carousel {
  display: none!important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  main {
    line-height: 1.6;
    font-size: 16pt;
  }

  main a {
    text-decoration: none !important;
  }

  .home-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* Hero Section */
  .home-hero {
    background: url('/ext/resources/events/experience-convention/homepage/expt-hero-red.jpg') center/cover no-repeat;
    color: #000;
    text-align: center;
    padding: 6rem 1rem;
    text-align: left;
  }

  .home-hero .home-container {
    width: 80%;
    padding-bottom: 1rem;
    margin: 0 auto;
  }
  
  .home-hero h1 {
    font-size: 4.8rem !important;
    color: #fff;
    word-wrap:break-word;
    line-height: 1 !important;
  }

  .event-date {
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
}

.event-name {
    font-size: 5rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 10px;
}

  
  .home-hero .btn {
    display: inline-block;
    background: #0066CC;
    color: #fff !important;
    margin-top: 1rem;
    text-align: center;
    border-radius: 50px;
    border: #fff 2px solid !important;

  }

  .home-hero .btn:hover {
    background: #0054A8;
  }


  .btn {
    position: relative;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff !important;
    background: #0066CC;
    
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
    min-width: 200px;
    z-index: 1;
  }
  
  

/* Features Section */
.features {
    background: #ffffff;
    padding: 2rem 0;
    
    position: relative;
    z-index: 2; /* Ensures it stays above the curved section */
}
  
  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 4rem;
    margin-top: -6rem;
  }
  
  .feature-card {
    background: #fff;
    padding: 1.5rem;
    border: 3px solid #0066CC !important;
    border-radius: 40px;
    text-align: center;
    
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sponsor-card img {
    width: 200px;
    border-radius: 12px;
  }

  .card-image-wrapper {
    width: 80%; /* Bigger image */
    border-radius: 12px;
    margin-bottom: 6px;
  }

  .card-image-wrapper img {
    border-radius: 25px;
}

  .bold-caps {
    text-transform: uppercase;
    font-weight: bold;
  }

  .caps {
    text-transform: uppercase;
  }

  .card-content h3, .feature-card h3 {
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    color: #000;
    font-size: 23pt !important;
  }

  .card-content {
    line-height: 1.2;
  }

  .card-content p {
    color: #333333 !important
  }

/* Signup Section */
.signup {
 
  text-align: center;
  
}

.testimonials {
    background: #F3F3F2;
    text-align: center;
    padding: 4rem 0; /* More balanced padding */
    
  }

/* Adjust Container for Better Flow */
.signup-container {
  width: 80%; /* Slightly wider for balance */
  max-width: 1200px; /* Ensures it doesnâ€™t get too large */
  margin: 0 auto;
}



/* Mobile Responsiveness */
@media (max-width: 768px) {
  .signup-container {
      width: 80%;
  }

  .signup form {
      flex-direction: column;
  }

  .signup input {
      width: 100%;
  }

  .event-name img {
    width: 95%;
  }

  .home-hero .home-container {
    width: 92%;
    /*background-color: rgba(236, 244, 247, 0.5); */
    padding: 6rem 0.5rem;
  }
  .home-hero h1 {
    font-size: 2.0rem !important;
  }
}

/* color break */

.color-break {
  background-color: #000;
}

.color-content {
  max-width: 75%;
  text-align: center;
  color: #FED026;
  font-weight: bold;
  font-size: 2.3rem;
  padding: 2rem;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

.color-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    max-width: 75%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.icon-info {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px;
}

.icon {
    width: 150px;
    height: auto;
}

.counter {
    margin-top: 12px;
    color: #FED026;
    font-weight: bold;
    text-align: center;
    font-size: 23pt;
}

.counter-name {
    color: #FED026;
    font-weight: bold;
    text-align: center;
    font-size: 18pt;
}

/* horizontal Sections */
.horizontal-section {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
    flex-direction: column;
    align-items: center;
}

.horizontal-container {
    display: flex;
    align-items: center;
    background: white;
    
    padding-top: 30px;
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.horizontal-container-reverse {
    display: flex;
    align-items: center;
    background: white;
  
    padding: 30px;
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    flex-wrap: wrap;
}



.cta-button {
    display: inline-block;
    background: #0066CC;
    color: #fff !important;
    padding: 12px 24px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    margin-top: 10px;
    border: none;
    text-transform: uppercase;
    border: #fff 3px solid !important;
}

.cta-button:hover {
  background: #0054A8;
}

.horizontal-container-reverse .cta-button {
    background: #0066CC;
}

.horizontal-container-reverse .cta-button:hover {
  background: #0054A8;
}

.image-wrapper {
    width: 35%; /* Bigger image */
    border-radius: 40px;
    
}

.image-wrapper-reverse {
  width: 35%; /* Bigger image */
    
    border-radius: 40px;
   
}

.image-wrapper img, .image-wrapper-reverse img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}

.content {
    flex: 1;
    padding: 2rem;
}

.content-reverse {
    flex: 1;
    padding: 2rem;
}

.content h2, .content-reverse h2 {
    font-size: 23pt !important;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.content p, .content-reverse p {
    font-size: 16pt;
    color: #333333;
    line-height: 1.2;
}

@media (max-width: 768px) {
  .horizontal-container, .horizontal-container-reverse, .color-icons {
    flex-direction: column;
  }
  
  .image-wrapper, .image-wrapper-reverse {
    width: 75%;
  }

  .color-content {
    font-size: 1.5rem;
  }

  .icon-info {
    width: 95%;
  }
}