.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;
  }

  h2, h3 {
    margin-bottom: .625rem;
  }

  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/Converters-Expo-South/ces-hero.jpg') center/cover no-repeat;
    color: #fff;
    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: #F26122;
    color: #fff !important;
    margin-top: 1rem;
    text-align: center;
    border-radius: 50px;
    border: #fff 2px solid !important;

  }

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


  .btn {
    position: relative;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff !important;
    background: #F26122;
    
    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 #F26122 !important;
    border-radius: 40px;
    text-align: center;
    
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .feature-card:hover {
    background-color: #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;
    color: #F26122;
    font-size: 23pt !important;
    text-decoration: underline;
  }

  .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: #0794BC;
}

.color-content {
  max-width: 75%;
  text-align: center;
  color: #FFF;
  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: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 23pt;
}

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

.cta-button:hover {
  background: #64184E;
}

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

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

.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: #063558;
    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%;
  }
}

.ps-events {max-width:800px;margin:auto; text-align:center;padding-top:2%}

.ps-events hr {
	display: block;
    clear: both;
    height: 1px;
    color: #F3F3F2;
    background-color: #1D3756;
	background-image: none;
	margin:3% 5%;
}

.ps-events p {
	font-size:12pt
}

/*  COLUMN SETUP  */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  width: 96%;
  float: left;
  margin: 0.5rem 2%;
}
@media only screen and (min-width: 45em) {
  /* 720px */
  .col-1 {
    width: 4.33%;
  }
  .col-2 {
    width: 12.66%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.33%;
  }
  .col-5 {
    width: 37.66%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.33%;
  }
  .col-8 {
    width: 62.66%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.33%;
  }
  .col-11 {
    width: 87.66%;
  }
  .col-12 {
    width: 96%;
  }
}


  .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%;



    }



  }


 .quotes {

   

 /* border:2px solid #114B8C;

  border-radius:10px; */

  max-width:750px;

  margin:0 auto;

  padding:1.5%;

 }

 

  #quote-container {

  /*font-family: "Barlow Semi Condensed" !important;*/

  font-size:18pt;

  /*background-image: url(/ext/resources/events/quotes.png);

      background-position:bottom right;

      background-repeat: no-repeat;

  background-size: auto 50px; */

  min-height:75px;

  line-height: 1.2;

    }

    #quote-container span {

  display:block;

  text-align:right;

  font-weight:bold;

    }
