.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: 18px;
  }

  main a {
    text-decoration: none !important;
  }

  .home-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* Hero Section */
  .home-hero {
    background:#44597F url('https://www.pcimag.com/ext/resources/Events/CTT/homepage/hero-image.webp') center/cover no-repeat;
    color: #fff;
    text-align: center;
    padding: 4rem 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: 4px;
    text-transform: uppercase;
    margin-top: 10px;
}

  
  .home-hero .btn {
    display: inline-block;
    background: #FDCC09;
    color: #000 !important;
    margin-top: 1rem;
    text-align: center;
    border-radius: 50px;
    border: #000 3px solid;
    border-bottom: #000 3px solid!important;

  }

  .home-hero .btn:hover {
    background: #E8BA05;
  }


  .btn {
    position: relative;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #000 !important;
    background: #FDCC09;
    border: #000 2px solid;
    border-bottom: #000 3px solid!important;
    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: -4rem;
  }
  
  .feature-card {
    background: #fff;
    padding: 1.5rem;
    border: 3px solid #FDCC09;
    border-bottom: 3px solid #FDCC09!important;
    border-radius: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
	  .feature-card:hover {
    background: #F3F3F2;
	}

  .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;
    font-weight: bold;
    text-decoration: none;
    color: #44597F;
  }
	
	.card-content p {
    color: #000000;
    text-decoration: none!important;
	border-bottom:none!important}

/* Signup Section */
.signup {
  background: #F3F3FF2;
  text-align: center;
  padding: 4rem 0; /* More balanced padding */
  margin-bottom:5%;
  
}

/* Adjust Container for Better Flow */
.signup-container {
  width: 80%; /* Slightly wider for balance */
  max-width: 800px; /* 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: #44597F;
}

.color-content {
  max-width: 75%;
  text-align: center;
  color: #FDCC09;
  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;
}


@media (max-width: 900px) {
    .icon-info {
        width: 45%;
    }
}

@media (max-width: 600px) {
    .icon-info {
        width: 100%;
    }
}


.counter {
    margin-top: 12px;
    color: #FDCC09;
    font-weight: bold;
    text-align: center;
    font-size: 23pt;
}

.counter-name {
    color: #ffffff;
    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: 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: #FDCC09;
    color: #000 !important;
    padding: 12px 24px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    margin-top: 10px;
    text-transform: uppercase;
	border:3px solid #000;
    border-bottom: #000 3px solid!important;
}

.cta-button:hover {
  background: #E8BA05;
}

.horizontal-container-reverse .cta-button {
    background: #FDCC09;
}

.horizontal-container-reverse .cta-button:hover {
  background: #E8BA05;
}

.image-wrapper {
    width: 35%; /* Bigger image */
    border-radius: 12px;
    
}

.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: 1.5rem;
}

.content-reverse {
    flex: 1;
    padding: 1.5rem;
}

.content h2, .content-reverse h2 {
    font-size: 22px;
    color: #44597F;
    font-weight: bold;
    text-transform: uppercase;
    
}

.content p, .content-reverse p {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
}

@media (max-width: 768px) {
  .horizontal-container, .horizontal-container-reverse {
    flex-direction: column;
  }
  
  .image-wrapper, .image-wrapper-reverse {
    width: 75%;
  }

  .color-content {
    font-size: 1.5rem;
  }
}


  .responsive-iframe {

    position: relative;

    width: 100%;

    height: 0;

  }



  .responsive-iframe iframe {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    border: 0;

    background: none;

  }



  @media (max-width: 299px) {

    .responsive-iframe {

      padding-bottom: 320%;

    }

  }



  @media (min-width: 300px) and (max-width: 329px) {

    .responsive-iframe {

      padding-bottom: 300%;

    }

  }



  @media (min-width: 330px) and (max-width: 359px) {

    .responsive-iframe {

      padding-bottom: 240%;

    }

  }



  @media (min-width: 360px) and (max-width: 389px) {

    .responsive-iframe {

      padding-bottom: 220%;

    }

  }



  @media (min-width: 390px) and (max-width: 419px) {

    .responsive-iframe {

      padding-bottom: 200%;

    }

  }



  @media (min-width: 420px) and (max-width: 449px) {

    .responsive-iframe {

      padding-bottom: 190%;

    }

  }



  @media (min-width: 450px) and (max-width: 479px) {

    .responsive-iframe {

      padding-bottom: 140%;

    }

  }



  @media (min-width: 480px) and (max-width: 509px) {

    .responsive-iframe {

      padding-bottom: 125%;

    }

  }



  @media (min-width: 510px) and (max-width: 539px) {

    .responsive-iframe {

      padding-bottom: 120%;

    }

  }



  @media (min-width: 540px) and (max-width: 569px) {

    .responsive-iframe {

      padding-bottom: 115%;

    }

  }



  @media (min-width: 570px) and (max-width: 599px) {

    .responsive-iframe {

      padding-bottom: 110%;

    }

  }



  @media (min-width: 600px) and (max-width: 767px) {

    .responsive-iframe {

      padding-bottom: 80%;

    }

  }



  @media (min-width: 768px) and (max-width: 991px) {

    .responsive-iframe {

      padding-bottom: 60%;

    }

  }



  @media (min-width: 992px) and (max-width: 1199px) {

    .responsive-iframe {

      padding-bottom: 45%;

    }

  }



  @media (min-width: 1200px) {

    .responsive-iframe {

      padding-bottom: 40%;

    }

  }	
	
	