.tradeshow-hero,
.tradeshow-hero *,
.tradeshow-info-section,
.tradeshow-info-section *,
.tradeshow-intro-section,
.tradeshow-intro-section * {
    font-family: 'Inter', sans-serif;
}

.tradeshow-hero {
    position: relative;
    z-index: 20;
    min-height: 275px;
    background:
        linear-gradient(
            90deg,
            rgba(3, 12, 24, .49) 0%,
            rgba(3, 12, 24, .44) 18%,
            rgba(3, 12, 24, .32) 34%,
            rgba(3, 12, 24, .16) 48%,
            rgba(3, 12, 24, .06) 60%,
            rgba(3, 12, 24, .015) 72%,
            rgba(3, 12, 24, 0) 82%,
            rgba(3, 12, 24, 0) 100%
        ),
        url("https://www.asishow.com/media/jk3jyk02/hero-orlando.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
}

.tradeshow-hero-container {
    position: relative;
    z-index: 2;
}

.tradeshow-hero-content {
    padding-top: 35px;
    padding-right: 0;
    padding-bottom: 65px;
    padding-left: 35px;
}

.tradeshow-hero-title {
    max-width: 760px;
    margin: 0 0 16px;
    color: #fff;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -1.5px;
}

.tradeshow-event-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 18px;
    color: #fff;
}

.tradeshow-event-meta-item {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.tradeshow-event-meta-item i {
    flex: 0 0 auto;
    margin-right: 13px;
    color: #fff;
    font-size: 25px;
}

.tradeshow-event-divider {
    width: 1px;
    height: 30px;
    margin: 0 25px;
    background: rgba(255, 255, 255, .7);
}

.tradeshow-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.tradeshow-register-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 26px;
    border: 0;
    border-radius: 12px;
    background: #ed1c24;
    color: #fff !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    box-shadow: 0 8px 25px rgba(237, 28, 36, .25);
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.tradeshow-register-btn i {
    margin-left: 12px;
    color: #fff;
    font-size: 16px;
}

.tradeshow-register-btn:hover,
.tradeshow-register-btn:focus,
.tradeshow-register-btn:active {
    transform: translateY(-2px);
    background: #d8171f;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 12px 30px rgba(237, 28, 36, .32);
}

.tradeshow-info-section {
    position: relative;
    margin-top: -125px;
    padding-bottom: 50px;
    background: transparent;
}

.tradeshow-info-section::before {
    position: absolute;
    top: 125px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    content: "";
    pointer-events: none;
}

.tradeshow-info-section > .container {
    position: relative;
    z-index: auto;
}

.tradeshow-info-shell {
    position: relative;
    z-index: 30;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 28px;
    background: rgba(255, 255, 255, .38);
    box-shadow:
        0 13px 38px rgba(20, 38, 62, .09),
        inset 0 1px 0 rgba(255, 255, 255, .55);
    backdrop-filter: blur(24px) saturate(140%);
    -webkit-backdrop-filter: blur(24px) saturate(140%);
}

.tradeshow-info-shell > .row {
    margin-right: -10px;
    margin-left: -10px;
}

.tradeshow-info-shell > .row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.tradeshow-show-summary {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 32px 28px;
    border: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(20, 38, 62, .07);
}

.tradeshow-show-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.tradeshow-show-logo-image {
    display: block;
    width: auto;
    max-width: 210px;
    max-height: 135px;
    height: auto;
    object-fit: contain;
}

.tradeshow-date-block {
    display: flex;
    align-items: flex-start;
}

.tradeshow-date-icon {
    position: relative;
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-right: 18px;
    border-radius: 50%;
    background: #fdebed;
    color: #ed1c24;
}

.tradeshow-date-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin: 0;
    color: #ed1c24;
    font-size: 0;
    line-height: 1;
    text-align: center;
    transform: translate(-50%, -50%);
}

.tradeshow-date-icon i::before {
    display: block;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.tradeshow-date-content {
    flex: 1;
    min-width: 0;
}

.tradeshow-date-label {
    margin-bottom: 6px;
    color: #ed1c24;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.tradeshow-date-text {
    margin-bottom: 2px;
    color: #27364b;
    font-size: 15px;
    line-height: 1.5;
}

.tradeshow-date-block strong {
    display: block;
    color: #07101f;
    font-size: 15px;
    font-weight: 800;
}

.tradeshow-show-summary hr {
    height: 1px;
    margin: 25px 0;
    border: 0;
    background: #e3e6ea;
}

.tradeshow-exhibit-day {
    margin-bottom: 18px;
    color: #27364b;
    font-size: 14px;
    line-height: 1.5;
}

.tradeshow-exhibit-day + .tradeshow-exhibit-day {
    padding-top: 14px;
}

.tradeshow-exhibit-day:last-child {
    margin-bottom: 0;
}

.tradeshow-expo-pill {
    display: inline-block;
    margin-top: 7px;
    padding: 5px 12px;
    border-radius: 20px;
    background: #e9edf2;
    color: #26364c;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.tradeshow-links-area {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 30px 28px;
    border: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(20, 38, 62, .07);
}

.tradeshow-link-group {
    height: 100%;
    padding: 0 8px;
}

.tradeshow-networking-group {
    padding-top: 10px;
}

.tradeshow-link-heading {
    display: flex;
    align-items: center;
}

.tradeshow-link-heading h2 {
    margin: 0;
    color: #07101f;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.tradeshow-heading-line {
    width: 36px;
    height: 3px;
    margin-top: 8px;
    background: #ed1c24;
}

.tradeshow-link-list {
    margin-top: 12px;
}

.tradeshow-link-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 36px;
    padding: 8px 0;
    border-bottom: 1px solid #e2e6eb;
    color: #344257;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none;
    transition: color .2s ease, padding-left .2s ease;
}

.tradeshow-link-list a:last-child {
    border-bottom: 0;
}

.tradeshow-link-list a > i {
    flex: 0 0 auto;
    margin-left: 15px;
    color: #ed1c24;
    font-size: 0;
    line-height: 1;
    transition: transform .2s ease;
}

.tradeshow-link-list a > i::before {
    font-size: 10px;
}

.tradeshow-link-list a:hover,
.tradeshow-link-list a:focus {
    padding-left: 4px;
    color: #ed1c24;
    text-decoration: none;
}

.tradeshow-link-list a:hover > i,
.tradeshow-link-list a:focus > i {
    transform: translateX(3px);
}

.tradeshow-link-text {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tradeshow-free-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: 20px;
    padding: 0 8px;
    border: 1px solid #e6b93f;
    border-radius: 20px;
    background: #fff4c7;
    color: #765500;
    font-size: 9px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.tradeshow-link-list a:hover .tradeshow-free-badge,
.tradeshow-link-list a:focus .tradeshow-free-badge {
    border-color: #e6b93f;
    background: #fff4c7;
    color: #765500;
}

.tradeshow-vip-icon {
    flex: 0 0 auto;
    color: #e6b93f;
    font-size: 13px;
    line-height: 1;
}

.tradeshow-link-list a:hover .tradeshow-vip-icon,
.tradeshow-link-list a:focus .tradeshow-vip-icon {
    color: #e6b93f;
}

.tradeshow-links-divider {
    height: 1px;
    margin: 24px 8px 34px;
    background: #e3e6ea;
}

.tradeshow-intro-section {
    padding: 90px 0 100px;
    background: #f7f8fa;
}

.tradeshow-intro-content {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.tradeshow-intro-content h2 {
    max-width: 850px;
    margin: 0 auto 24px;
    color: #07101f;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.tradeshow-intro-content p {
    max-width: 900px;
    margin: 0 auto;
    color: #536174;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}

@media (min-width: 1200px) {
    .tradeshow-hero .container,
    .tradeshow-info-section .container,
    .tradeshow-intro-section .container {
        max-width: 1180px;
    }
}

@media (max-width: 1199.98px) {
    .tradeshow-hero-title {
        font-size: 50px;
    }

    .tradeshow-event-meta-item {
        font-size: 17px;
    }

    .tradeshow-links-area {
        padding: 28px 22px;
    }

    .tradeshow-show-summary {
        padding: 30px 24px;
    }
}

@media (max-width: 991.98px) {
    .tradeshow-hero {
        min-height: auto;
        background:
            linear-gradient(
                90deg,
                rgba(3, 12, 24, .49) 0%,
                rgba(3, 12, 24, .44) 25%,
                rgba(3, 12, 24, .32) 48%,
                rgba(3, 12, 24, .15) 68%,
                rgba(3, 12, 24, .04) 85%,
                rgba(3, 12, 24, 0) 100%
            ),
            url("https://www.asishow.com/media/jk3jyk02/hero-orlando.jpg");
        background-size: cover;
        background-position: 62% center;
        background-repeat: no-repeat;
    }

    .tradeshow-hero-content {
        padding-top: 38px;
        padding-right: 0;
        padding-bottom: 65px;
        padding-left: 20px;
    }

    .tradeshow-hero-title {
        font-size: 44px;
    }

    .tradeshow-info-section {
        margin-top: -115px;
    }

    .tradeshow-info-section::before {
        top: 115px;
    }

    .tradeshow-info-shell {
        padding: 14px;
        border-radius: 24px;
    }

    .tradeshow-show-logo-image {
        max-width: 190px;
    }

    .tradeshow-links-area {
        padding: 28px 20px;
    }

    .tradeshow-intro-section {
        padding: 75px 0 85px;
    }

    .tradeshow-intro-content h2 {
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {
    .tradeshow-hero {
        background:
            linear-gradient(
                90deg,
                rgba(3, 12, 24, .49) 0%,
                rgba(3, 12, 24, .44) 40%,
                rgba(3, 12, 24, .27) 68%,
                rgba(3, 12, 24, .10) 88%,
                rgba(3, 12, 24, .04) 100%
            ),
            url("https://www.asishow.com/media/jk3jyk02/hero-orlando.jpg");
        background-size: cover;
        background-position: 63% center;
        background-repeat: no-repeat;
    }

    .tradeshow-hero-content {
        padding-top: 35px;
        padding-right: 0;
        padding-bottom: 65px;
        padding-left: 0;
    }

    .tradeshow-hero-title {
        margin-bottom: 20px;
        font-size: 38px;
        line-height: 1.05;
        letter-spacing: -1px;
    }

    .tradeshow-event-meta {
        display: block;
        margin-bottom: 22px;
    }

    .tradeshow-event-meta-item {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .tradeshow-event-meta-item i {
        width: 24px;
        margin-right: 10px;
        font-size: 21px;
        text-align: center;
    }

    .tradeshow-event-divider {
        display: none;
    }

    .tradeshow-register-btn {
        min-height: 50px;
        padding: 13px 20px;
        font-size: 13px;
    }

    .tradeshow-info-section {
        margin-top: -105px;
    }

    .tradeshow-info-section::before {
        top: 105px;
    }

    .tradeshow-info-shell {
        padding: 10px;
        border-radius: 22px;
    }

    .tradeshow-show-summary,
    .tradeshow-links-area {
        border-radius: 17px;
    }

    .tradeshow-show-summary {
        padding: 28px 22px;
    }

    .tradeshow-show-logo-image {
        max-width: 200px;
    }

    .tradeshow-links-area {
        padding: 28px 20px 8px;
    }

    .tradeshow-link-group {
        padding: 0;
        margin-bottom: 30px;
    }

    .tradeshow-networking-group {
        padding-top: 10px;
    }

    .tradeshow-links-area .row > div:last-child .tradeshow-link-group {
        margin-bottom: 0;
    }

    .tradeshow-links-divider {
        margin: 0 0 34px;
    }

    .tradeshow-intro-section {
        padding: 60px 0 70px;
    }

    .tradeshow-intro-content h2 {
        margin-bottom: 20px;
        font-size: 34px;
        line-height: 1.12;
        letter-spacing: -1px;
    }

    .tradeshow-intro-content p {
        font-size: 16px;
        line-height: 1.65;
    }
}

@media (max-width: 575.98px) {
    .tradeshow-hero {
        background:
            linear-gradient(
                rgba(3, 12, 24, .39),
                rgba(3, 12, 24, .39)
            ),
            url("https://www.asishow.com/media/jk3jyk02/hero-orlando.jpg");
        background-size: cover;
        background-position: 68% center;
        background-repeat: no-repeat;
    }

    .tradeshow-hero-content {
        padding-top: 35px;
        padding-right: 0;
        padding-bottom: 70px;
        padding-left: 0;
    }

    .tradeshow-hero-title {
        font-size: 33px;
    }

    .tradeshow-event-meta-item {
        align-items: flex-start;
        font-size: 15px;
        line-height: 1.35;
    }

    .tradeshow-hero-actions {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .tradeshow-register-btn {
        width: 100%;
        margin: 0;
    }

    .tradeshow-info-section {
        margin-top: -95px;
    }

    .tradeshow-info-section::before {
        top: 95px;
    }

    .tradeshow-info-shell {
        padding: 8px;
        border-radius: 18px;
        background: rgba(255, 255, 255, .42);
        backdrop-filter: blur(20px) saturate(140%);
        -webkit-backdrop-filter: blur(20px) saturate(140%);
    }

    .tradeshow-show-summary {
        padding: 25px 18px;
    }

    .tradeshow-show-logo {
        margin-bottom: 26px;
    }

    .tradeshow-show-logo-image {
        max-width: 175px;
    }

    .tradeshow-date-icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
        margin-right: 13px;
    }

    .tradeshow-date-icon i {
        width: 20px;
        height: 20px;
    }

    .tradeshow-date-icon i::before {
        font-size: 17px;
        line-height: 20px;
    }

    .tradeshow-links-area {
        padding: 25px 18px 6px;
    }

    .tradeshow-link-heading h2 {
        font-size: 19px;
    }

    .tradeshow-link-list a {
        padding: 10px 0;
        font-size: 14px;
    }

    .tradeshow-intro-section {
        padding: 50px 0 60px;
    }

    .tradeshow-intro-content {
        text-align: left;
    }

    .tradeshow-intro-content h2 {
        font-size: 30px;
    }
}

/* Clickable hotel badge row */
.tradeshow-hotel-row {
    display: flex;
    align-items: center;
    min-height: 36px;
    border-bottom: 1px solid #e2e6eb;
}

.tradeshow-link-list .tradeshow-hotel-row .tradeshow-hotel-book {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    min-height: 0;
    padding: 8px 0;
    border: 0;
    color: #344257;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none;
}

.tradeshow-link-list .tradeshow-hotel-row .tradeshow-free-badge {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 20px;
    min-height: 0;
    margin-left: 8px;
    padding: 0 8px;
    border: 1px solid #e6b93f;
    border-radius: 20px;
    background: #fff4c7;
    color: #765500;
    font-size: 9px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: .5px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.tradeshow-link-list .tradeshow-hotel-row .tradeshow-hotel-arrow {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    min-height: 0;
    margin-left: auto;
    padding: 8px 0 8px 15px;
    border: 0;
    color: #ed1c24;
    text-decoration: none;
}

.tradeshow-link-list .tradeshow-hotel-row .tradeshow-hotel-arrow i {
    margin: 0;
    color: #ed1c24;
    font-size: 0;
    line-height: 1;
    transition: transform .2s ease;
}

.tradeshow-link-list .tradeshow-hotel-row .tradeshow-hotel-arrow i::before {
    font-size: 10px;
}

.tradeshow-link-list .tradeshow-hotel-row .tradeshow-hotel-book:hover,
.tradeshow-link-list .tradeshow-hotel-row .tradeshow-hotel-book:focus {
    padding-left: 4px;
    color: #ed1c24;
    text-decoration: none;
}

.tradeshow-link-list .tradeshow-hotel-row .tradeshow-free-badge:hover,
.tradeshow-link-list .tradeshow-hotel-row .tradeshow-free-badge:focus {
    padding: 0 8px;
    border-color: #e6b93f;
    background: #fff4c7;
    color: #765500;
    text-decoration: none;
}

.tradeshow-link-list .tradeshow-hotel-row .tradeshow-hotel-arrow:hover,
.tradeshow-link-list .tradeshow-hotel-row .tradeshow-hotel-arrow:focus {
    padding-left: 15px;
    color: #ed1c24;
    text-decoration: none;
}

.tradeshow-link-list .tradeshow-hotel-row .tradeshow-hotel-arrow:hover i,
.tradeshow-link-list .tradeshow-hotel-row .tradeshow-hotel-arrow:focus i {
    transform: translateX(3px);
}

@media (max-width: 575.98px) {
    .tradeshow-link-list .tradeshow-hotel-row .tradeshow-hotel-book {
        padding: 10px 0;
    }

    .tradeshow-link-list .tradeshow-hotel-row .tradeshow-hotel-arrow {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

