:root {
    --primary-color: #333f83;
    --secondary-color: #45a1d8;
    --background-color: #fff;
    --background-light: #f5f7fa;
    --text-color: #000;
    --font-family: 'Helvetica', sans-serif;
}

body {
    background-color: var(--background-color);
    font-family: var(--font-family);
}

a {
    color: var(--primary-color);
}

p {
    margin-bottom: 1.5rem
}

h1, h2, h3 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}
.sponsor {
    background-color: var(--primary-color);
    color: var(--background-color);
    text-transform: uppercase;

}

.sponsor h5 {
    font-size: 12px;
    padding: 12px;
    margin: 0px;
    font-weight: 600;
}

header {
    background-color: #eef9ff;
    border-radius: 80px;
    padding: 10px 30px;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-light {
    background-color: var(--background-light) !important;
}

.text {
    color: var(--text-color);
}

.highlight {
    color: var(--primary-color);
}

.highlight2 {
    color: var(--secondary-color);
    font-weight: bold;
}

li {
    margin-top: 20px;
}

.logos {
    display: flex;
    align-items: center;
}

.logos a {
    text-decoration: none;
    display: inline-block;

}

.logos .logos_separator {
    margin: 0 30px;
    display: inline-block;
    width: 8px;
    background-color: var(--background-color);
    height: 40px;
    transform: rotate(20deg);
}

.banner1 {

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/banner1.png');

    height: calc(100vh - 105px);
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}

.banner1 {
    color: #fff;
    font-weight: bold;
}

.banner1 h1 {
    font-size: 55px;
    line-height: 56px;
    font-weight: 800;
    letter-spacing: -2px;
}

.card-asset {
    width: 100%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.75), rgba(7, 36, 58, 0.55), rgba(0, 0, 0, 0.75));
    border: 1px solid var(--secondary-color);
    padding: 70px;
}

.card-asset h1 {
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0.04em;
}

.card-asset .bar {
    width: 120px;
    height: 5px;
    border-radius: 999px;
    margin: 26px auto;
    background: linear-gradient(90deg, #58a3dc, #07243a);
    box-shadow: 0 0 18px rgba(98, 218, 255, 0.45);
}

.card-asset .dec {
    letter-spacing: 0.55em;
    font-size: 14px;
    margin-bottom: 18px;
    border: 1px solid var(--secondary-color);
    padding: 6px 6px;
    padding-left: 12px;
    border-radius: 50px;
    background: linear-gradient(90deg, rgba(88, 163, 220, 0.5), rgba(7, 36, 58, 0.8));
}

.card-asset .inc {
    font-size: 20px;
    letter-spacing: 0.2em;
}

.ticker {
    color: var(--secondary-color);
    text-decoration: none;
}

.cta {
    color: #fff;
    border: 4px solid #e2603d;
    opacity: 1;
    background-color: #e2603d;
    max-width: 500px;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 20px;
    transition: all 0.8s ease;
    font-family: 'Titillium Web', sans-serif;
}

.cta:hover {
    transform: scale(1.05);
}

.header_ticker {
    position: absolute;
    right: 0;

    top: 0;
    height: 100%;
    background-color: #0087CD;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: max-content;
    color: #000;
}

.header_ticker a {
    text-decoration: none;
    color: #fff;
    padding: 0px 20px;
    font-weight: bold;
}

.background-cover {
    background-size: cover !important;
    background-position: center center !important;
}

.img-action {
    border-radius: 18px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.img-action::after {
    content: "";
    position: absolute;
    background: inherit;
    transition: all 0.8s ease;
    width: 100%;
    padding-top: inherit;
    top:0;
    left: 0;
}

.img-action:hover::after {
    transform: scale(1.05);
}

.fs-6 {
    font-size: 0.9rem !important;
}

.pill {
    display: inline-block;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(10, 41, 38, .12);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .04);
    color: var(--vcg-ink);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    white-space: nowrap;
}

.card-header-new {
    overflow: hidden;
    border-radius: 28px;
    padding: 20px 40px;
    position: relative;
    border: 1px solid rgba(10, 41, 38, 0.1);
    position: relative;
}

.card-header-body {
    z-index: 1;
    position: relative;
}

.card-header-new::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 80%, rgba(17, 51, 70, 0.8), transparent 100%);
    z-index: 0;
}

.card-header-new h1 {
    font-size: 50px;
}

.divisor-trans {
    width: 100%;
    height: 4px;
    background: #45a1d8;
    opacity: 0.2 !important;
    margin: 15px 0px;
}

.card {
    background: radial-gradient(circle at 18% 22%, rgba(69, 161, 216, .22), transparent 44%), radial-gradient(circle at 82% 28%, rgba(226, 96, 61, .18), transparent 46%), radial-gradient(circle at 70% 82%, rgba(218, 59, 130, .12), transparent 48%), linear-gradient(180deg, rgba(255, 255, 255, .65), rgba(255, 255, 255, .40));
    overflow: hidden;
    border-radius: 28px;
    padding: 40px;
    position: relative;
    border: 1px solid rgba(10, 41, 38, 0.1);
}

.card::before {
    content: "";
    position: absolute;
    left: -90px;
    top: -70px;
    width: 260px;
    height: 260px;
    background: rgba(69, 161, 216, .34);
    border-radius: 50%;
    filter: blur(18px);
    opacity: .62;
}

.card::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -140px;
    background: rgba(218, 59, 130, .20);
    width: 260px;
    height: 260px;
    border-radius: 50%;
    filter: blur(18px);
    opacity: .62;
}

.sub-card {
    background: #fff;
    overflow: hidden;
    border-radius: 18px;
    padding: 30px;
    position: relative;
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
    border: 1px solid rgba(10, 41, 38, 0.1);
}

.sub-card:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(69, 161, 216, 0.45);
}

.sub-card::before {
    content: "";
    position: absolute;
    left: -150px;
    top: -150px;
    width: 300px;
    height: 300px;
    background: rgba(69, 161, 216, .1);
    border-radius: 50%;
    filter: blur(28px);
}

.sub-card::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 16px;
    border: 1px solid rgba(10, 41, 38, 0.1);
    pointer-events: none;
}

.card-highlight {
    position: relative;
    z-index: 1;
    border-radius: 22px;
    padding: 26px 26px;
    border: 1px solid rgba(10, 41, 38, .16);
    background: radial-gradient(circle at 14% 28%, rgba(99, 21, 56, 0.5), rgba(218, 59, 130, .94));
    color: rgba(237, 241, 238, .96);
    box-shadow: 0 18px 55px rgba(0, 0, 0, .15);
}

.card-shadow {
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(10, 41, 38, .12);
    padding: 22px;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .08);
}

.card .pre-title {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    font-weight: 700;
    color: rgba(51,63,131, .5);
}

.card .pre-title::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background: rgb(255, 112, 177);
    box-shadow: 0 0 0 6px rgba(255, 112, 177, .15);
}

.stat-card {
    background: #ffffff;
    border: 1px solid var(--background-light);
    border-radius: 15px;
    padding: 36px 28px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.stat-card:hover {
    border-color: rgba(69, 123, 157, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.standing i {
    color: var(--primary-color);
    font-size: 24px;
}

.standing .stat-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.session-title {
    font-size: 40px;
    letter-spacing: -2px;
    font-weight: 700 !important;
    margin-bottom: 30px;
}

.image1 h1 {
    font-size: 70px;
    font-weight: 600;
}
.container {
    overflow: hidden;
}

.bg-cover {
    background-size: cover !important;
    background-position: center center !important;
}

.bg-overlay {
    position: relative;
}

.bg-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 80%, rgba(17, 51, 70, 0.95), transparent 100%), radial-gradient(circle at 70% 20%, rgba(70, 17, 64, 0.95), transparent 100%);
    z-index: 1;
}

.bg-overlay>* {
    position: relative;
    z-index: 2;
}

.marketers .stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.marketers .stat-card h1 {
    font-size: 58px;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 0px;
}

.marketers .stat-card h4 {
    font-size: 16px;
    color: var(--secondary-color);
    text-align: center;
    margin-bottom: 0px;
}

.marketers .stat-card .btn-primary {
    background-color: var(--primary-color);
    border: none;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.testmonial {
    border-left: 4px solid var(--primary-color);
}

.testmonial .owner {
    font-weight: bold;
    font-size: 18px;
    color: var(--primary-color);
}

.testmonial .title {
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.testmonial span {
    font-size: 16px;
    color: var(--text-color);
    font-style: italic;
}

.enterprises img {
    max-width: 120px;
}

.disclaimer-new h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 20px;
}

.disclaimer-new p {
    font-size: 12px;
    color: #999;
}

.chart iframe {
    border: none;
    height: 600px !important;
}

.signup {
    position: fixed;
    bottom: -200px;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    z-index: 100;
    transition: all 0.3s ease;
}

.signup .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.signup .close-btn:hover {
    transform: scale(1.1);
}

.signup h5 {
    font-size: 20px;
}

.signup.scrolled {
    bottom: 0px;
}

.signup input[type=email],
.signup input[type=phone] {
    padding: 4px 6px !important;
    color: #000;
    border-radius: 5px;
    width: 100%;
}

.signup input[type=submit] {
    border: solid 3px var(--secondary-color);
    background-color: var(--secondary-color);
    padding: 2px !important;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    width: 100%;
}


@media (max-width: 768px) {
    .card-header-new {
        padding: 15px;
        background-position: center;
    }
    header {
        border-radius: 20px;
        padding: 10px 20px;
    }

    .card-header-new h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .card-header-new .fs-2 {
        font-size: 18px !important;
    }

    .card-header-new .sponsored {
        font-size: 13px !important;
    }

    .card-header-new .content {
        min-height: 58vh !important;
    }

    .card {
        padding: 20px;
    }

    .image1 h1 {
        font-size: 38px;
    }

    .card-asset {
        padding: 30px;
    }

    .card-asset h1 {
        font-size: 40px;
    }

    .card-asset .bar {
        width: 80px;
        height: 4px;
    }

    .card-asset .dec {
        letter-spacing: 0.55em;
        font-size: 12px;
        margin-bottom: 12px;
    }

    .card-asset .inc {
        font-size: 14px;
        letter-spacing: 0.2em;
    }

    .enterprises img {
        max-width: 80px;
    }

    .mancha {
        max-width: 60%;
    }

    .session-title {
        font-size: 26px;
    }

    .logo {
        max-height: 35px !important;
    }

    .banzai-logo {
        max-height: 45px !important;
    }
    .sponsor h5 {
        font-size: 10px;
        padding: 8px;
    }

    .signup {
        bottom: -500px;
    }

    .signup input[type=email],
    .signup input[type=phone] {
        padding: 4px 20px !important;
        color: #000;
        border-radius: 5px;
        width: 100%;
        font-size: 14px;
    }

    .signup input[type=submit] {
        border: solid 3px var(--secondary-color);
        background-color: var(--secondary-color);
        padding: 2px 20px !important;
        color: #fff;
        border-radius: 5px;
        font-weight: bold;
        font-size: 14px;
        width: 100%;
    }

    .chart iframe {
        height: 300px !important;
    }
}