*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Outfit', sans-serif;
    padding: 60px 0px 0px 0px;
}

:root {
    --gradient-primary: linear-gradient(135deg,
            hsl(240, 42%, 29%),
            hsl(2, 86%, 58%));
}

.container {
    width: 90% !important;
    max-width: 90% !important;
}

a,
a:hover,
a:focus {
    text-decoration: none !important;

}

.digital-site-header {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
}

.digital-site-header .nav-link {
    padding: 0rem 0px !important;

}

.digital-site-header .nav-item {
    padding: .5rem 25px !important;
}

.leader-hero-sec {

    position: relative;
    background: #fff;
    width: 100%;
    z-index: 10;
    padding: 0px 0px 20px 0px;
}

.digital-site-header .navbar {
    padding: 5px 0px !important;
}

.nav-link.text-primary-foreground {
    background-color: #262669;
    color: #fff !important;
    border-radius: 0.75rem;
    padding: 0.5rem 1.25rem !important;
    margin: 0px 0px 0px 20px;
    cursor: pointer;

}

.hero-bg-color {
    background: linear-gradient(135deg,
            hsl(240, 42%, 29%, 0.03) 0%,
            hsl(2, 86%, 58%, 0.03) 100%);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-bg-img {
    top: 0;
    position: absolute;
    right: 0;
    height: 100%;

}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.font-semibold {
    font-weight: 600;
}

.font-medium {
    font-weight: 500;
}

.gap-4 {
    gap: 15px;
}

.gap-2 {
    gap: .5rem;
}

a:hover {
    color: inherit !important;
}

.hero-content {
    position: relative;
    z-index: 100;
}


.hero-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.hero-content {
    z-index: 999;
}

.hero-content h1 {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    letter-spacing: .25em;
    color: hsl(240, 42%, 29%);
    padding-top: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;

}

.edition-info {
    margin-bottom: 1rem;
}

/* Badge Base */
.custom-badge {
    border-radius: 50px;
    padding: 6px 16px;
    display: inline-flex;
    align-items: center;
}

/* Accent Badge */
.accent-badge {
    background-color: hsl(2 86% 58% / 0.1);
    border: 1px solid hsl(2 86% 58% / 0.2);
    color: hsl(2 86% 58%);
    line-height: 1.25rem;
    letter-spacing: 0.5px;
}

/* Primary Badge */
.primary-badge {
    letter-spacing: 0.5px;
    color: hsl(240 42% 29%);
    background: hsl(240 42% 29% / 0.1);
    border: 1px solid hsl(240 42% 29% / 0.2);
    ;
}

/* Dot */
.dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: hsl(2 86% 58%);
}

/* Hero big text */
.hero-big-text h2 {
    font-size: 6rem;
    line-height: 1;
    color: hsl(240 42% 15%);
    letter-spacing: -.025em;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.hero-big-text-2line,
.hero-big-text-3line {
    color: transparent;
    background-image: var(--gradient-primary);
    background-clip: text;
}

.hero-big-text-end {
    color: hsl(2 86% 58%)
}

.hero-para {

    margin-bottom: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;

}

/* Hero para */
.hero-para p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: hsl(240 10% 46%);
    width: 40%;
}

/* Hero CTAs */
/* Wrapper */
.cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}



/* Primary button */
.btn-primary-custom {
    background-color: hsl(240, 42%, 29%);
    color: hsl(0 0% 100%) !important;
    padding: 14px 32px;
    border-radius: 12px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 12px -4px hsl(240, 42%, 29%);
    transition: opacity 0.3s ease;
}

.btn-primary-custom:hover {
    color: #fff;

}

/* Outline button */
.btn-outline-primary-custom {
    background-color: transparent;
    color: hsl(240, 42%, 29%);
    padding: 14px 32px;
    border-radius: 12px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    border: 1px solid hsl(240 42% 29% /0.2);
    transition: background-color 0.3s ease;
}

.btn-outline-primary-custom:hover {
    background-color: hsl(240 42% 29% / 0.05);
    opacity: 0.9;

}

.hero-event-detail {
    color: hsl(240 10% 46%);
    display: flex;
    font-size: .875rem;
    line-height: 1.25rem;
    font-family: 'Inter', sans-serif;
    justify-content: center;
    gap: 1.5rem;

}

.hero-event-end-line p {
    color: hsl(240 10% 46%);
    font-size: .875rem;
    line-height: 1.25rem;
    font-family: 'Inter', sans-serif;
    text-align: center;
    margin: 6px 0 0 0;
}

/* ---Speakers Section------------- */

.speakers-section {
    padding: 5rem 0;
    background: #f6f6f9;
    position: relative;
    width: 100%;
    height: auto;

    /*background: linear-gradient(
        135deg,
        hsl(240, 42%, 29%, 0.03) 0%,
        hsl(2, 86%, 58%, 0.03) 100%
    );*/

}

.topics-section {
    background-color: #fff;
}


.rowcenter {
    width: 100%;
    height: 100%;

}

.gap-5 {
    gap: 1.25rem;
}

.speaker-head {
    margin-bottom: 3rem;
}

.speakers-section .speaker-head h3 {
    color: hsl(2 86% 58%);
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: .75rem;
    font-family: 'Inter', sans-serif;
}

.speakers-section .speaker-head h2 {
    font-size: 3rem;
    line-height: 1;
    color: hsl(240 42% 15%);
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    margin-bottom: 1rem;
}

.speakers-section .speaker-head .speaker-head-gradient {
    color: transparent;
    background-image: var(--gradient-primary);
    background-clip: text;
}

.speaker-para {
    width: 100%;
    display: flex;
    justify-content: center;
}

.speaker-para p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: hsl(240 10% 46%);
    width: 55%;
    margin-bottom: 0;
}

.speaker-box {
    padding: 1.5rem;
    border: 1px solid hsl(240 15% 92%);
    border-radius: 1rem;
    background-color: #fff;
    height: 100%;
}

.speaker-box .speaker-img {
    width: 115px;
    height: 115px;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1.25rem;
}

.speaker-box .speaker-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.speaker-info h3 {
    color: hsl(240 42% 15%);
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-family: 'Outfit', sans-serif;
    margin-bottom: .25rem;
    display: flex;
    gap: 10px;
    /* align-items: baseline; */
}

.speaker-info h4 {
    color: hsl(240 10% 46%);
    line-height: 1.375;
    font-size: .875rem;
    margin-bottom: .75rem;
    font-family: Inter, sans-serif;

}

.speaker-info p {
    color: hsl(2 86% 58%);
    background-color: hsl(2 86% 58% / 0.1);
    border-radius: 50px;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    padding: 4px 10px;
    margin-bottom: 0;
    display: inline-block;
}

.speaker-info p.blue {
    color: hsl(240 42% 29%);
    background-color: hsl(240 42% 29% / 0.1);
}

/* -----theme */
.rowcenter {
    display: flex;
    flex-wrap: wrap;
}

.rowcenter>[class*="col-"] {
    display: flex;
}

.theme-box {
    padding: 1.75rem;
    border: 1px solid hsl(240 15% 92%);
    border-radius: 1rem;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.theme-img {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 1rem;

}

.theme-info h3 {
    color: hsl(240 42% 15%);
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-family: 'Outfit', sans-serif;
    margin-bottom: .5rem;
}

.theme-info h4 {
    color: hsl(240 10% 46%);
    line-height: 1.625;
    font-size: .875rem;
    margin-bottom: .75rem;
    font-family: Inter, sans-serif;
    margin: 0;
    font-weight: 400;

}

.agenda-card {
    background: #fff;
    border: 1px solid #ececf2;
    border-radius: 18px;
    padding: 22px 24px;
    margin-bottom: 18px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}

.agenda-time {
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.25rem;
    color: #161636;
}

.agenda-title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #161636;
    margin-bottom: 6px;
}

.agenda-speaker {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #6a6a81;
    margin-bottom: 0;
}

.agenda-tag {
    display: inline-block;
    padding: .25rem .625rem;
    border-radius: 999px;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;

    text-align: center;
}

.tag-break {
    background: #f3f3f6;
    color: #6a6a81;
}

.tag-keynote {
    background: #e9e9f0;
    color: #262669;
}

.tag-talk {
    background: #fde8e8;
    color: #f03e38;
}

.tag-panel {
    background: #e9e9f0;
    color: #262669;
}

.agenda-full-box {
    width: 60%;
    margin: auto;
}

.register-section {
    background: url('../images/2026/abstract-shapes.png')no-repeat;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: top center;
    padding: 5rem 0px;
    height: auto;
}

.register_bg_box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2b2b69;
    opacity: .8;
}

.white-clr {
    color: #fff;
}

.speakers-section .speaker-head.white-clr h2 {
    color: #fff;
}

.white-clr .speaker-para p {
    color: #fff;
}

.btn-primary-custom-red {
    background-color: rgb(239, 64, 54);
    color: hsl(0 0% 100%);
    padding: 14px 10px;
    border-radius: 12px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 12px -4px hsl(240, 42%, 29%);
    transition: opacity 0.3s ease;
    margin: 30px auto;
    display: inline-block;
    width: 280px;
    text-align: center;
    cursor: pointer;
}

.note p {
    font-size: .875rem;
    line-height: 1.25rem;
}

.speaker-head.white-clr.text-center {
    margin: 0;
}

ul.navbar-nav {
    align-items: center;
}

.gap-15 {
    padding: 15px !important;
}

.footer-section {
    background: #ffffff;
    border-top: 1px solid #e9e9ef;
    padding: 28px 0;
}

.footer-brand {
    font-size: 18px;
    color: #1f2340;
}

.footer-badge {
    margin-left: 8px;
    font-size: 13px;
    color: #7a7f9a;
}

.footer-text {
    font-size: 15px;
    color: #4a4f6b;
}

.footer-copy {
    font-size: 13px;
    color: #8b90a8;
}

.footer-link {
    margin-left: 16px;
    font-size: 14px;
    color: #4a4f6b;
    text-decoration: none;
    font-weight: 500;
}

.footer-link:hover {
    color: #2c2f78;
}

.talk_us {
    padding: 10px 10px;
    text-align: center;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 1px;
    margin: 0 -90px 0 0;
    background: #ef4036;
    color: #fff;
    border: 1px solid #ef4036;
    width: 200px;
    cursor: pointer;
    z-index: 1000;
    position: fixed;
    left: auto;
    right: 0;
    top: 50%;
    transform: rotate(-90deg);
}

button.close {
    text-align: right;
    font-size: 40px;
    color: #000 !important;
}

#gform_submit_button_51 {
    padding: 8px 30px 10px 30px;
    background-color: #bd2a2a;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
    color: white;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 999;
}

.btn-primary {
    color: #fff;
    background-color: #ef4036;
    border-color: #ef4036;
}

a#requesttoinvite {
    color: white;
    font-size: 18px;
    font-weight: 600;
}

h2#webinarLabel {
    color: #ffffff;
}

.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
    color: #fff !important;
}


.btn-primary-custom:hover {
    color: #fff !important;
    opacity: .9;
}

.w-4 {
    width: 1rem;
}

.h-4 {
    height: 1rem;
}

.hero-event-detail span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-event-detail span svg {
    margin: 0px 5px 0px 0px;
}

.agenda-tag-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.digital-site-header {
    transition: all 0.3s ease;
}

.header-scrolled {
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid #ccc;
}

.sb-group-logo {
    width: 615px;
    height: auto;
}

h2#webinarLabel {
    font-size: 25px;
}

@media screen and (min-width:995px) and (max-width:1300px) {

    .digital-site-header .nav-item {
        padding: .5rem 10px !important;
    }

    .speaker-para p,
    .hero-para p {
        width: 70%;
    }

    .agenda-full-box {
        width: 80%;
    }


}



@media screen and (min-width:768px) and (max-width:992px) {

    .digital-site-header .nav-item {
        padding: .5rem 8px !important;
    }

    .sb-group-logo {
        width: 320px;
    }

    .speaker-para p,
    .hero-para p {
        width: 80%;
    }

    .nav-link.text-primary-foreground {
        margin: 0px 0px 0px 10px;
    }

    .agenda-full-box {
        width: 100%;
    }


}



@media screen and (max-width: 767px) {

    .container {
        width: 96% !important;
        max-width: 96% !important;
    }

    .sb-group-logo {
        width: 300px;
    }

    .digital-site-header {
        background-color: #ffffff;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        border-bottom: 1px solid #ccc;
    }

    .digital-site-header .nav-item {
        padding: 15px 5px !important;
    }

    .hero-big-text h2 {
        font-size: 40px;
        margin: 32px 0;
    }

    .hero-para p,
    .speaker-para p {
        width: 100%;
        font-size: 1rem;
    }

    .hero-event-detail {
        display: block;
    }

    .hero-event-detail span {
        margin-bottom: 10px;
    }

    .theme-box {
        width: 100%;
        height: auto;
    }

    .agenda-full-box {
        width: 100%;
    }

    .agenda-tag-wrap {
        display: flex;
        justify-content: start;
        align-items: flex-start;
        margin: 10px auto 0px auto;
    }

    .agenda-time {
        margin-bottom: 10px;
    }

    .speakers-section .speaker-head h2 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 418px) {
    .sb-group-logo {
        width: 240px;
    }
}