.header-emblaze-top > .executive-forums-header {
    font-size: 36px;
    color: red;
    width: 100%;
    text-align: center;
    padding: 60px 0 24px;
    font-family: AmsiPro-Black;
}

.header-emblaze-top > .executive-forums-header-content {
    color: black;
    text-align: center;
    font-size: 16px;
    line-height: 1.6em;
    font-family: Tahoma;
    max-width: 80%;
    margin: 0 auto 60px auto;
}

.header-emblaze-top > .executive-forums-header-content > span {
    color: #feac25;
    padding-top: 20px;
    display: block;
}

.header-emblaze-top > .executive-forums-header-content > .forum-learn-more {
    border-radius: 38px !important;
    padding: 10px 50px;
    color: #fff;
    font-weight: 700;
    background-color: #15293a;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* Info Section */
.info-section {
    background-color: #001A29;
    color: white;
    padding: 60px 0;
}

.info-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    padding: 0 40px;
}

.info-left, .info-right {
    flex: 1;
    padding: 0 40px;
    width: calc(50% + 50px);
}

.info-divider {
    width: 8px;
    min-height: 220px;
    background-color: #FF0000;
    margin: 30px 40px 0 40px;
    border-radius: 4.5px;
    position: relative;
    top: 0;
    align-self: stretch;
}

.info-left h3, .info-right h3 {
    font-family: 'AmsiPro-Black';
    font-size: 3.6rem;
    margin-bottom: 30px;
    color: white;
}

.info-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-left li {
    color: white;
    font-family: Tahoma !important;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.info-left li:before {
    content: "•";
    color: white;
    position: absolute;
    left: 0;
    font-size: 16px;
}

.info-right p {
    color: white;
    font-family: Tahoma !important;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

/* Participating Companies Section */
.participating-companies-section {
    background-color: white;
    padding: 60px 0 60px 0;
    text-align: center;
}

.participating-companies-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.participating-companies-container h2 {
    font-family: 'AmsiPro-Black';
    font-size: 2.4rem;
    color: #000;
    margin: 0 0 40px 0;
    text-align: center;
}

.companies-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.company-logo {
    flex: 0 0 auto;
}

.company-logo img {
    max-width: 150px;
    max-height: 80px;
    object-fit: contain;
}

/* CTA Banner Section */
.cta-banner-section {
    background-color: #00B899;
    padding: 45px 0;
    text-align: center;
}

.cta-banner-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.cta-banner-container p {
    font-family: 'AmsiPro-Black';
    font-size: 36px;
    color: white;
    margin: 0;
}

.cta-banner-container a {
    color: white;
    text-decoration: underline;
}

.cta-banner-container a:hover {
    text-decoration: none;
}

/* Join Emblaze Header */
.join-emblaze-header {
    background-color: #15293a;
    padding: 20px 0;
    text-align: center;
}

.join-emblaze-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.btn-join-emblaze {
    background-color: #FF0000;
    color: white;
    padding: 10px 30px !important;
    border-radius: 25px;
    text-decoration: none;
    font-family: 'AmsiPro-Black';
    font-size: 16px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.btn-join-emblaze:hover {
    background-color: #CC0000;
    color: white;
    text-decoration: none;
}

/* Sponsor Section */
.sponsor-section {
    background-color: white;
    padding: 60px 0;
    text-align: center;
}

.sponsor-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.sponsor-container h2 {
    font-family: 'AmsiPro-Black';
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.sponsor-container p {
    font-family: Tahoma;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.sponsor-container p strong {
    font-weight: bold !important;
}

.sponsor-container p strong,
.sponsor-container p b {
    font-weight: 900 !important;
    font-family: 'AmsiPro-Black' !important;
}

.sponsor-logo {
    margin-top: 30px;
}

.sponsor-logo img {
    max-width: 400px;
    max-height: 200px;
    object-fit: contain;
}

.executive-forums-content {
    background-color: #f5f7eb;
    text-align: center;
}

.executive-forums-content > .header {
    font-size: 26px;
    color: #15293a;
    font-weight: bold;
    padding: 46px 1px;
    font-family: AmsiPro-Black;
}

.executive-forums-content > .header > span {
    color: red;
}

.executive-forums-list {
    display: inline-block;
    text-align: left;
}

.executive-forums-list > ul {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    max-width: 620px;
    cursor: pointer;
    padding-bottom: 28px;
}

.executive-forums-list > ul > li {
    margin-left: 47px;
    font-size: 14px;
    font-weight: normal;
}

.executive-forums-main {
    padding: 43px 160px;
    color: black;
    text-align: center;
    
}
.executive-forums-main p{
    margin-top:2em;
    
}
.executive-forums-main a {
    border-radius: 38px !important;
  padding: 10px 50px;
  color: #fff;
  font-weight: 700;
  background-color: red;
  border: none;
}

.executive-forums-main > ul {
    color: #feac25;
}

.executive-forums-companies {
    background-color: #95B1BE;
    text-align: center;
    vertical-align: middle;
    padding: 40px 0;
}

.executive-forums-companies > .companies-slider-container {
    max-width: 900px;
    display: inline-block;
}

.executive-forums-companies > .companies-slider-container > .bx-wrapper {
    margin: 0;
}

.executive-forums-question {
    background-color: #15293a;
    padding:1.5rem 0;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-size: 26px;
    font-weight: bold;
}

.executive-forums-footer{
    text-align: center;
    vertical-align: middle;
}
.executive-forums-footer > .forum-learn-more {
    border-radius: 38px !important;
    padding: 10px 50px;
    color: #fff;
    font-weight: 700;
    background-color: red;
    margin-top: 3rem;
    margin-bottom: 3rem;
    border: none;
}

.executive-forums-footer > span {
    display: block;
}

.companies-slider li div {
    width: 150px;
    height: 100px !important;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
    .executive-forums-main {
        padding: 43px 20px;
    }
}

@media screen and (max-width: 768px) {
    .executive-forums-main a {
        padding: 10px 18px;
    }

    .executive-forums-list {
        margin-left: 20px;
        margin-right: 20px;
    }

    .header-emblaze-top > .executive-forums-header{
        padding-left: 10px;
        padding-right: 10px;
    }
}