.padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}


.container-large {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.home-hql_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: relative;
}

.home-hql_nav {
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-items: flex-start;
    height: 16rem;
    display: flex;
    position: sticky;
    top: 20vh;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.home-hql_nav-link.w--current {
    color: #947efb;
}

.home-hql_nav-dot {
    background-color: var(--base-color-brand--teal);
    border-radius: 50%;
    width: .5rem;
    height: .5rem;
}


.home-hql_nav-line {
    z-index: 0;
    background-color: #fff3;
    width: 2px;
    height: 100%;
    position: absolute;
    left: .2rem;
}

.home-hql_nav-loader {
    background-color: var(--base-color-brand--teal);
    width: 2px;
    height: 20%;
}

.padding-section-small {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.max-width-xmedium {
    width: 100%;
    max-width: 40rem;
}

.tab-component {
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
}

.w-tabs {
    position: relative;
}

.tabs-menu {
    flex-direction: column;
    width: 50%;
    margin-right: 3rem;
    display: flex;
}

.w-tab-menu {
    position: relative;
}


.w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.tab-button-progress-bar {
    background-color: #fff3;
    height: 1px;
}

.tab-button-progress {
    background-image: linear-gradient(90deg, #6f41d200, var(--base-color-brand--teal));
    width: 1%;
    height: 100%;
}

.tab-button-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.tab-button-title {
    justify-content: space-between;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 500;
    display: flex;
}



.home-hql_nav-link {
    z-index: 1;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: var(--base-color-brand--text-p);
    justify-content: flex-start;
    align-items: center;
    font-family: Inter, sans-serif;
    font-size: .75rem;
    line-height: 100%;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    position: relative;
}

.tab-button {
    color: #fff;
    background-color: #fff0 !important;
    border-top: 1px solid #33353a;
    margin-bottom: 0;
    padding: 0;
    transition: all .3s;
}



.tab-mobile-img {
    display: none;
}

.padding-section-medium {
    padding-top: 6rem;
    padding-bottom: 6rem;
}



.sub-para-heading {
    font-size: 15px;
    position: relative;
    margin-bottom: 1vw;
    font-weight: bold;
    color: var(--base-color-brand--teal);
    text-align: center;
}

.tab-button-title:hover {
    color: var(--base-color-brand--teal);
}

a[aria-selected="true"] .tab-button-title {
    color: var(--base-color-brand--teal);
}

.tab-button-desc {
    color: var(--base-color-neutral--neutral-light);
    font-size: 1.0rem;
}

.section_home-hero {
    position: relative;
}

.title_wrapper_cohort {
    margin-bottom: 2rem;
    padding-bottom: .5rem;
}

.events-card_wrapper1-4col {
    justify-content: space-between;
    align-self: stretch;
    display: flex;
}

.events-card_wrapper1-4col {
    justify-content: space-between;
    align-self: stretch;
    display: flex;
}

.location_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.events-card_wrapper-4col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #19113380;
    border: 1px solid #8d31f533;
    border-radius: 24px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding: 2rem 1.5rem 2rem 2rem;
    display: flex;
}


.events-component-4col {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: grid;
}


.text-custom_tag {
    color: var(--base-color-neutral--neutral-light);
}

.solutions-card-section .blog-01-collection-list {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
}

.solutions-card-section .home-features_cards_content {
    padding: 0px
}

.solutions-card-section .w-dyn-item {
    /* background-color: #19113380;
    border: 1px solid #8d31f533; */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.solutions-card-section .blog-image-box {
    width: 100%;
    height: 194px;
}

.solutions-card-section .padding-section-medium {
    padding-bottom: 0px;
}

.blog-01-card-text-area {
    display: flex;
    align-items: center;
    /* vertical alignment */

}

.blog-01-card-text-area h6 {
    width: 80%;
    text-align: left;
}

.solutions-card-section .add-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    /* border: 2px solid rgb(36, 36, 36); */
    border-radius: 50px;
    cursor: pointer;
    background-color: #19113380;
    border: 1px solid #8d31f533;
}

.solutions-card-section .blog-link {

    cursor: pointer;
}

.solutions-card-section .blog-link:hover .add-button {
    border: 2px solid var(--base-color-brand--teal);
}

.solutions-card-section .blog-link:hover #plus-path {
    fill: var(--base-color-brand--teal);
}


/* Dialog base */
.custom-dialog {
    position: fixed;
    width: 80vw;
    height: 100vh;
    background: #07010f;
    border-radius: 30px 30px 0 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
    z-index: 9999;
    overflow-y: auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    padding-top: 50px;
}

/* Show state */
.custom-dialog.show {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

/* Disable body scroll */
body.no-scroll {
    overflow: hidden;
}

/* Dialog content */
.dialog-header-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50px;
}

.dialog-content {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    padding: 24px;
}

.dialog-title {
    text-align: center;
    /* font-size: 24px; */
    margin-top: 16px;
}

.dialog-description {
    font-size: 18px;
    margin-top: 12px;
    text-align: left;
    color: var(--base-color-neutral--neutral-light);
}

.key-benefits h3 {
    margin-top: 24px;
    font-size: 20px;
}

.key-benefits li {
    margin-bottom: 8px;
}

.dialog-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background-color: #eee;
    /* color: #333; */
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #19113380;
    border: 1px solid #8d31f533;
    transition: background-color 0.2s ease;
}

.dialog-close-btn:hover {
    border: 2px solid var(--base-color-brand--teal);
}


.custom-dialog {
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: #bbb transparent;

}

/* Webkit browsers (Chrome, Edge, Safari) */
.custom-dialog::-webkit-scrollbar {
    width: 8px;
    /* Scrollbar width */
}

.custom-dialog::-webkit-scrollbar-track {
    background: transparent;
    /* Track background */
}

.custom-dialog::-webkit-scrollbar-thumb {
    background-color: #bbb;
    /* Scrollbar thumb */
    border-radius: 4px;
    border: 2px solid transparent;
    /* Optional: space around thumb */
}


.custom-dialog .image-area {
    width: 50%;
    margin: 0 auto;
    position: relative;
}

.benefits-list {
    text-decoration: none;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    margin-top: 10px;
}

.benefits-list li {
    padding: 10px;
    background-color: #19113380;
    border: 1px solid #f8f6fe1a;
    border-radius: 10px;

}

.align-left {
    text-align: left;
}

.image-area .empower-factor-shadow {
    border-radius: 50px;
}

.dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    /* Black with transparency */
    z-index: 9998;
}



@media screen and (max-width: 479px) {
    .w-tab-link {
        display: block;
    }
}


@media screen and (max-width: 767px) {
    .padding-section-medium {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .home-hql_nav {
        display: none;
    }

}

@media screen and (max-width: 991px) {
    .tabs-menu {
        width: 100%;
        margin-bottom: 48px;
        margin-right: 0%;
    }

    .padding-section-medium {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .tab-component {
        flex-direction: column;
    }

    .tabs-content {
        width: 100%;
        display: none;
    }

}