@font-face {
    font-family: 'helvetica';
    src: url('../font/helvetica-255/Helvetica.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --bg-dark: #121F3A;
    --bg-light: #F9FAFB;
    --brand-orange: #f25522;
    --text-white: #ffffff;
    --text-gray-dark: #cbd5e1;
    --text-gray-light: #64748b;
    --card-number-color: #fcae91;
    --card-title-color: #0f172a;
    --border-color: #e2e8f0;
}


.hero_button {
    height: 46px;
    padding: 13px 20px 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #F34A16;
    color: white;
    font-family: "helvetica";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 1000px;
    transition: transform 0.3s ease;
}


.hero_button1 {
    height: 46px;
    padding: 13px 20px 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: transparent;
    border-radius: 1000px;
    transition: transform 0.3s ease;
    border: 1px solid #58637E;
    color: #303030;
    font-family: "helvetica";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hero_button1:hover {
    border: 1px solid #58637E;
    color: #303030;
}

.hero_button svg {
    transition: transform 0.3s ease;
}

.hero_button:hover {
    background: #F34A16;
    color: white;
}

.hero_button:hover svg {
    transform: translateX(5px);
}

.home_button_new {
    padding: 12px 20px;
    border-radius: 1000px;
    background: #F34A16;
    color: white;
    font-family: "helvetica";
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#hero_section_conclave {
    height: 600px;
    /* background-color: #010027; */
}

.conclave-header-container {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

.conclave-header {
    color: white;
    font-family: "DM Serif Display";
    font-size: 66px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.conclave-subheader {
    color: #D1D1D6;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 148%;
    /* 26.64px */
    letter-spacing: 0.18px;
    margin-bottom: 50px;
}

.hero_button {
    height: 46px;
    padding: 13px 20px 16px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #F34A16;
    color: white;
    font-family: "helvetica";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 1000px;
    transition: transform 0.3s ease;
}

.hero_button svg {
    transition: transform 0.3s ease;
}

.hero_button:hover {
    background: #F34A16;
    color: white;
}

.hero_button:hover svg {
    transform: translateX(5px);
}


#carouselExampleIndicators {
    position: relative;
}

#carouselExampleIndicators .carousel-indicators {
    position: absolute;
    top: auto;
    bottom: 7%;
    left: 14%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 4px;
    margin: 0;
    z-index: 3;
    align-items: center;
    justify-content: center;
}

#carouselExampleIndicators .carousel-indicators button {
    width: 18px;
    height: 6px;
    border-radius: 10px;
    background-color: #9BA3B1;
    border: none;
    opacity: 1;
    transition: all .18s ease;
}

#carouselExampleIndicators .carousel-indicators button.active {
    background-color: #F34A16;
    width: 28px;
    height: 6px;
    box-shadow: none;
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
    width: 38px;
    height: 38px;
    top: auto;
    bottom: 1.5%;
    transform: translateY(-50%);
    /* background: rgba(255, 255, 255, 0.02); */
    /* border-radius: 19px;
    border: 1px solid #787575; */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    z-index: 9999;
}

#carouselExampleIndicators .carousel-control-prev {
    left: 6.5%
}

#carouselExampleIndicators .carousel-control-next {
    left: 18%
}

#carouselExampleIndicators .carousel-control-prev-icon,
#carouselExampleIndicators .carousel-control-next-icon {
    background-image: none;
    display: inline-block;
    position: relative;
    border-radius: 19px;
    border: 1px solid #787575;

    flex-shrink: 0;
    aspect-ratio: 1/1;
}

#carouselExampleIndicators .carousel-control-prev-icon:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid grey;
    border-left: 2px solid grey;
    transform: rotate(-45deg);
    margin-left: 38%;
    margin-top: 31%;
}

#carouselExampleIndicators .carousel-control-next-icon:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid grey;
    border-right: 2px solid grey;
    transform: rotate(-45deg);
    margin-left: 30%;
    margin-top: 31%;
}

.hero_ss {
    text-align: center;
    color: var(--White, #FFF);
    font-family: "DM Serif Display";
    font-size: 66px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 79.2px */
    margin-bottom: 30px;
}




@media (max-width:576px) {

    #carouselExampleIndicators .carousel-control-prev,
    #carouselExampleIndicators .carousel-control-next {
        width: 40px;
        height: 40px;
    }

    #carouselExampleIndicators .carousel-indicators {

        /* Editions mobile: show 1.5 tiles */
        @media (max-width:767px) {
            #editionsCarouselMobile {
                overflow: visible;
                padding-left: 8px
            }

            #editionsCarouselMobile .carousel-inner {
                display: flex;
                gap: 12px;
                align-items: stretch;
                overflow-x: auto;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch
            }

            /* Ensure items are visible (override Bootstrap display:none) */
            #editionsCarouselMobile .carousel-item {
                flex: 0 0 66.6666%;
                max-width: 66.6666%;
                box-sizing: border-box;
                display: block !important;
                scroll-snap-align: start
            }

            #editionsCarouselMobile .carousel-item .editions_card {
                height: 100%;
            }

            #editionsCarouselMobile .carousel-control-prev,
            #editionsCarouselMobile .carousel-control-next {
                width: 36px;
                height: 36px;
                top: 45%;
                background: rgba(0, 0, 0, 0.15);
                border-radius: 18px;
                border: none
            }

            #editionsCarouselMobile .carousel-control-prev-icon,
            #editionsCarouselMobile .carousel-control-next-icon {
                background-size: 14px 14px
            }
        }

        gap: 10px;
    }

    #carouselExampleIndicators .carousel-indicators button {
        width: 14px;
        height: 6px;
    }
}

.nb-title {
    font-family: 'DM Serif Display', serif;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 26px;
}

.nb-title em {
    color: #e8531a;
    font-style: italic;
}

.nb-grid {
    display: grid;
    grid-template-columns: 1 1;
    grid-template-rows: 220px 220px;
    gap: 5px;
}

.nb-grid .g1 {
    grid-column: 1;
    grid-row: 1;
}

.nb-grid .g2 {
    grid-column: 1;
    grid-row: 2;
}

.nb-grid .g3 {
    grid-column: 2;
    grid-row: 1;
}

.nb-grid .g4 {
    grid-column: 2;
    grid-row: 2;
}

/* .nb-grid .g5 {
    grid-column: 3;
    grid-row: 1/3;
}

.nb-grid .g6 {
    grid-column: 4;
    grid-row: 1/3;
} */

.nb-cell {
    overflow: hidden;
    background: #172338;
}

.nb-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.nb-cell:hover img {
    transform: scale(1.05);
}

.nb-gallery-section {
    max-height: 100%;
}

@media (max-width: 767px) {
    .nb-gallery-section {
        padding: 0px 8px;
    }

 

    
.nb-grid {
    display: grid;
    grid-template-columns: 1 1;
    grid-template-rows: 110px 110px;
    gap: 5px;
    margin-top:100px;
}

    /* .nb-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 120px 120px 120px;
        gap: 8px;
    }

    .nb-grid .g1 {
        grid-column: 1;
        grid-row: 1;
    }

    .nb-grid .g2 {
        grid-column: 1;
        grid-row: 2;
    }

    .nb-grid .g3 {
        grid-column: 2;
        grid-row: 1;
    }

    .nb-grid .g4 {
        grid-column: 2;
        grid-row: 2;
    }

    .nb-grid .g5 {
        grid-column: 1;
        grid-row: 3;
    }

    .nb-grid .g6 {
        grid-column: 2;
        grid-row: 3;
    } */

    .nb-title {
        font-size: 28px;
    }
}

@media(max-width:768px) {
    .hero_ss {
        font-size: 30px;
        margin-top: 25%;
    }

    #navbarSupportedContent {
        margin-top: 2%;
        border-radius: 20px;
        position: static;
        top: 4%;
        right: 0;
        background-color: #010027;
    }

    #carouselExampleIndicators .carousel-indicators {
        position: absolute;
        top: auto;
        bottom: 7%;
        left: 45%;
        transform: translate(-50%, -50%);
        display: flex;
        gap: 4px;
        margin: 0;
        z-index: 3;
        align-items: center;
        justify-content: center;
    }

    #carouselExampleIndicators .carousel-indicators button {
        width: 20px;
        height: 6px;
    }

    #carouselExampleIndicators .carousel-indicators button.active {
        background-color: #F34A16;
        width: 40px;
        height: 6px;
        box-shadow: none;
    }

    #carouselExampleIndicators .carousel-control-next {
        left: auto;
        right: 25%;
    }

    #carouselExampleIndicators .carousel-control-prev {
        left: 25%;
    }

    #carouselExampleIndicators .carousel-indicators {
        position: absolute;
        top: auto;
        bottom: 9% !important;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        gap: 4px;
        margin: 0;
        z-index: 3;
        align-items: center;
        justify-content: center;
    }

    .navbar-toggler {
        background-color: white;
    }

    #hero_section_conclave {
        height: 450px;
        line-height: 120%;
        padding: 0px;
    }

    .conclave-header {
        font-size: 30px;
    }

}




/* new_conclavehero */

.hero-conclave {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.hero_section_button {
    display: flex;
    gap: 10px;
    margin-top: 50px;
}

.hero_conclave_text {
    color: #F34A16;
    font-family: "helvetica";
    font-size: 66px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.hero_conclave_text2 {
    color: #151C28;
    font-family: "DM Serif Display";
    font-size: 66px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    /* 79.2px */
}

.hero_row {
    height: 100%;
}

@media(max-width:768px) {
    .hero_row {
        height: 76%;
    }

    .hero-conclave {
        padding: 16px;
    }

    .hero_conclave_text {
        color: #F34A16;
        font-family: "helvetica";
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        /* 36px */
    }

    .hero_conclave_text2 {
        color: #151C28;
        font-family: "DM Serif Display";
        font-size: 24px;
        font-style: italic;
        font-weight: 400;
        line-height: 120%;
        /* 36px */
    }

}



/* Our Impact numbers */
#impact-numbers {
    background: #fff
}

.impact-box {
    max-width: 1100px
}

.impact-title {
    font-family: 'DM Serif Display';
    font-size: 30px;
    color: #0b1a2b;
    margin: 0
}

.impact-accent {
    color: #F34A16
}

.impact-row {
    display: flex;
    gap: 28px;
    padding: 22px 18px;
    border-radius: 6px;
    align-items: center
}

.impact-card {
    flex: 1;
    min-width: 0;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px
}

.impact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    background: #FDECE7;
    flex: 0 0 56px
}

.impact-content {
    text-align: left
}

.divider {
    width: 2px;
    height: 56px;
    background: linear-gradient(90deg, #F3F4F7 0%, #829DD2 47.52%, #F3F4F7 100%);
    margin: 0 8px
}



.impact-subtitle {
    color: #DB591C;
    font-family: "helvetica";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.36px;
    text-align: center;
    margin-bottom: 8px;
}

.impact-title {
    color: #151C28;
    text-align: center;
    font-family: "DM Serif Text";
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 54px */
}

.impact-accent {
    color: #F34A16;
}

.impact-number {
    color: #122549;
    text-align: left;
    font-family: "DM Serif Display";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    /* 74px */
}

.impact-label {
    color: #848484;
    font-family: "helvetica";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    /* 19.24px */
}

.impact-suffix {
    color: #F34A16;
    font-family: "DM Serif Display", serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
}


@media (max-width:767px) {
    #impact-numbers {
        padding: 25px 16px;
        background-color: #FAF8F5 !important;
    }

    .impact-subtitle {
        color: #DB591C;
        font-family: "helvetica";
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 3.08px;
    }

    .impact-title {
        color: #151C28;
        font-family: "DM Serif Display";
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        margin-bottom: 30px;
        /* 30px */
    }

    .impact-title span {
        color: #F34A16;
        font-family: "DM Serif Display";
        font-size: 25px;
        font-style: italic;
        font-weight: 400;
        line-height: 120%;

    }

    .impact-row {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        column-gap: 20px;
        row-gap: 32px;
        position: relative;
        padding: 16px 0 !important;
        background: transparent !important;
    }

    /* Vertical divider line — top row (between card 1 and card 2) */
    .impact-row::after {
        content: '';
        position: absolute;
        top: 10px;
        bottom: calc(50% + 6px);
        left: 50%;
        width: 2px;
        background-image: url('../new_assests/conclave/line.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        transform: translateX(-50%);
    }

    /* Vertical divider line — bottom row (between card 3 and card 4) */
    .impact-row::before {
        content: '';
        position: absolute;
        top: calc(50% + 6px);
        bottom: 10px;
        left: 50%;
        width: 2px;
        background-image: url('../new_assests/conclave/line.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        transform: translateX(-50%);
    }

    .impact-row .divider {
        display: none !important;
    }

    .impact-card {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 0 !important;
        width: 100% !important;
        gap: 8px !important;
    }

    .impact-icon {
        width: 24px !important;
        height: 24px !important;
        flex: 0 0 24px !important;
        padding: 4px;
        border-radius: 8px !important;
        background: #FDECE7 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 15px auto !important;
    }

    .impact-icon svg {
        width: 18px !important;
        height: 18px !important;
    }

    .impact-content {
        text-align: center !important;
        width: 100% !important;
    }

    .impact-number {
        color: #122549;
        text-align: center;
        font-family: "DM Serif Display";
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 148%;
        /* 37px */
    }

    .impact-suffix {
        color: #F34A16;
        font-family: "DM Serif Display";
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 148%;
    }

    .impact-label {
        color: #848484;
        text-align: center;
        font-family: "helvetica";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 148%;
        /* 17.76px */
    }
}


/* what is conclave */

.what_heading {
    color: #FFF;
    text-align: center;
    font-family: "DM Serif Display";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 54px */
}

.what_heading span {
    color: #F34A16;
    font-family: "DM Serif Display";
    font-size: 45px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
}

.what_section {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 175px;
    padding-right: 175px;
}

.what_p {
    color: #A0A8B6;
    text-align: center;
    font-family: "helvetica";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    /* 26.64px */
    letter-spacing: 0.18px;
    margin-top: 35px;
}


@media(max-width:768px) {
    .what_section {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .what_heading {
        color: #FFF;
        text-align: center;
        font-family: "DM Serif Display";
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        /* 30px */
    }

    .what_heading span {
        color: #F34A16;
        font-family: "DM Serif Display";
        font-size: 25px;
        font-style: italic;
        font-weight: 400;
        line-height: 120%;
    }

    .what_p {
        color: #A0A8B6;
        text-align: center;
        font-family: "helvetica";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 148%;
        /* 20.72px */
        letter-spacing: 0.14px;
        margin-top: 30px;
    }
}

/* Panel Discussions Section Styling */

.panel {
    padding: 90px 40px;
}

.panel-tab-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03), 0 2px 4px -1px rgba(0, 0, 0, 0.02); */
    box-shadow: 0 0 18px 0 rgba(18, 37, 73, 0.06)
}

.panel-tab-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
}

.panel-tab-num {
    color: #6A7181;
    font-family: "DM Serif Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 16px;
}

.panel-tab-arrow {
    color: #829DD2;
    transition: transform 0.3s ease, color 0.3s ease;
}

.panel-tab-title {
    color: #122549;
    font-family: "helvetica";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */
}

/* Active tab state */
.panel-tab-card.active {
    background-color: var(--active-bg);
    border-color: var(--active-bg);
    box-shadow: 0 10px 20px -3px rgba(0, 0, 0, 0.15), 0 4px 8px -2px rgba(0, 0, 0, 0.08);
}

.panel-tab-card.active .panel-tab-num {
    color: #ffffff;
}

.panel-tab-card.active .panel-tab-arrow {
    color: #ffffff;
    transform: translateX(3px);
}

.panel-tab-card.active .panel-tab-title {
    color: #ffffff;
}

/* Detail Card */
.panel-detail-card {
    background: #F8F9FA;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.03);
    border: 1px solid #edf2f7;
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.panel-detail-img-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 236px;
}

.panel-detail-img-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
}

#panel-detail-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.panel-badge {
    text-transform: uppercase;
    border-radius: 100px;
    background: #D6E6F5;
    padding: 5px 10px;

    color: #073763;
    font-family: "helvetica";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 14.4px */
    letter-spacing: 0.48px;
    margin-bottom: 20px;

}

.panel-detail-heading {
    color: #1B1C1E;
    font-family: "DM Serif Display";
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 12px;
    /* 33.6px */
}

.panel-detail-desc {
    color: #6A7181;
    text-align: justify;
    font-family: "helvetica";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    letter-spacing: 0.32px;
    margin-bottom: 20px;
}

.panel-divider {
    border-color: #cbd5e1;
    opacity: 0.5;
}

.moderator-avatar {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border: 2px solid #e2e8f0;
}

.moderator-label {


    color: #6A7181;
    font-family: "helvetica";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 16.8px */
    letter-spacing: 3.22px;
    margin-bottom: 13px;
}

.moderator-info {
    font-family: 'helvetica', sans-serif;
    font-size: 14px;
    color: #1e293b;
    line-height: 1.4;
}

/* Transitions */
.panel-fade-out {
    opacity: 0;
    transform: translateY(12px);
}

.panel-fade-in {
    opacity: 1;
    transform: translateY(0);
}

.panel-subheading {
    color: #DB591C;
    font-family: "helvetica";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.36px;
}

.panel-heading {
    color: #151C28;
    /* text-align: center; */
    font-family: "DM Serif Display";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    /* 74px */
}

.panel-heading span {
    color: #F34A16;
    font-family: "DM Serif Display";
    font-size: 45px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
}

.panel-subheading2 {
    color: #8E8E93;
    font-family: "helvetica";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    /* 26.64px */
    letter-spacing: 0.18px;
    margin-bottom: 50px;
}

.panel-detail-body {
    color: #073763;
    font-family: "helvetica";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.48px;
    padding: 20px 45px 52px 45px;
}

#panel-detail-mod-name {
    color: #151C28;
    font-family: "helvetica";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 21.6px */
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .panel-detail-heading {
        font-size: 28px;
    }

    .panel-tab-card {
        padding: 18px;
    }

    .panel-tab-num {
        font-size: 24px;
    }
}

@media (max-width: 767.98px) {
    #panel-m {
        padding: 25px 16px;
    }

    .panel-detail-heading {
        font-size: 24px;
    }

    .panel-detail-img-wrapper {
        max-height: 250px;
    }

    .panel-detail-body {
        padding: 24px !important;
    }

    .panel-subheading {
        color: #DB591C;
        font-family: "helvetica";
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 3.08px;
        margin-bottom: 8px !important;
    }

    .panel-heading {
        color: #151C28;
        font-family: "DM Serif Display";
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        /* 30px */
    }

    .panel-heading span {
        color: #F34A16;
        font-family: "DM Serif Display";
        font-size: 25px;
        font-style: italic;
        font-weight: 400;
        line-height: 120%;
    }

    .panel-subheading2 {
        color: #8E8E93;
        font-family: "helvetica";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 148%;
        /* 20.72px */
        letter-spacing: 0.14px;
        margin-bottom: 30px;
    }

    .accordion-header {
        border-radius: 20px;
        background: #FFF;
        box-shadow: 0 0 18px 0 rgba(18, 37, 73, 0.06);
    }

    .accordion-item {
        border-radius: 20px;
        background: #FFF;
        box-shadow: 0 0 18px 0 rgba(18, 37, 73, 0.06);
        margin-bottom: 16px;
    }

    .accordion-button {
        border-radius: 20px;
        background: #FFF;
    }


    .accordion-item:first-of-type .accordion-button {
        border-radius: 20px;
        background: #FFF;
    }

    .accordion-item:first-of-type {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }


    .accordion-item:last-of-type {
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }


    .accordion-button::after {
        content: "";
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 3.33334V12.6667' stroke='%236A7181' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.33337 8H12.6667' stroke='%236A7181' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px 16px;
        display: block;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='2' viewBox='0 0 12 2' fill='none'%3E%3Cpath d='M1 1H10.3333' stroke='%23F34A16' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 12px 2px;
        transform: none;
    }

    .accordion_button_number {
        color: #6A7181;
        font-family: "DM Serif Display";
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .accordion-button {
        align-items: baseline;
    }

    .accordion_button_header_text {
        color: #122549;
        font-family: "helvetica";
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        /* 22.4px */
    }

    .accordion-button:not(.collapsed) {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        box-shadow: none !important;
        background-color: #073763;
    }

    .accordion-header:not(.collapsed) {
        border-radius: 20px;
        background: #FFF;
        box-shadow: none;
    }

    .accordion-item:first-of-type .accordion-button:not(.collapsed) {
        border-radius: 20px;
        background: #073763;
    }

    .accordion-button:not(.collapsed) .accordion_button_number {
        color: #F34A16;
    }

    .accordion-button:not(.collapsed) .accordion_button_header_text {
        color: #fff;
    }

    .accordion-body {
        padding: 0px;
        background-color: #073763;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        margin-top: -10px;

    }

    .panel-detail-card {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border: none
    }

    .panel-detail-desc {
        color: #6A7181;
        text-align: justify;
        font-family: "helvetica";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 19.6px */
        letter-spacing: 0.28px;
    }

    .panel-detail-heading {
        color: #1B1C1E;
        font-family: "DM Serif Display";
        font-size: 18px;
        font-style: italic;
        font-weight: 400;
        line-height: 120%;
        /* 21.6px */
    }

    .moderator-label {
        margin-bottom: 7px;
    }

    #panel-detail-mod-name {
        font-size: 12px;
    }
}



/* panellist */



/* FIXED: Added overflow: hidden and position: relative to prevent image overflow */
.ps-card {
    height: 450px;
    width: 100%;
    border-radius: 10%;
    background-color: white;
    overflow: hidden;
    position: relative;
    border: none;
}

.ps-img {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #042544;
    border-top-left-radius: 60%;
    border-top-right-radius: 60%;
    padding-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 250px;
    /* overflow: hidden; */
    transition: all 0.3s ease;
}

.ps-i {
    transform: scale(1);
    bottom: 0px;
    overflow: hidden;
    z-index: -1;
    transition: all 0.3s ease;
    max-width: 100%;
    height: auto;
}

.ps-card:hover .ps-img {
    height: 100% !important;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    z-index: 9;
}

.ps-card:hover .ps-i {
    margin-bottom: 0%;
    transform: scale(1.1);
    overflow: hidden !important;
    z-index: 99;
    max-width: 100%;
}

.ps-card:hover .ps-content-h4,
.ps-card:hover .ps-content-p {
    color: white !important;
}

.ps-content {
    padding: 20px 15px;
    position: relative;
    z-index: 999;
}

.ps-content-h4 {
    font-weight: 700;
    transition: color 0.3s ease;
    font-family: "helvetica";
    font-size: 18px;
}

.ps-content-p {
    transition: color 0.3s ease;
    font-size: 14px !important;
    font-family: "helvetica";
}

#pastspeakers {
    background-color: #f3f3f8;
}

.splide__arrow {
    top: -5% !important;
}

.splide__arrow--prev {
    left: auto !important;
    right: 3.6em !important;
}


.splide__slide {
    padding: 10px;
}


#guests {
    background-image: url('../new_assests/nbcsc/why/why_bg.png');
    background-position-x: 100%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    padding: 90px 0px;
    background-color: #F3F4F7;
}

.guests_subtitle {
    color: #DB591C;
    font-family: "helvetica";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.36px;
    text-align: center;
}

.guests_header {
    color: #151C28;
    text-align: center;
    font-family: "DM Serif display";
    font-size: 50px;
    font-style: normal;
    text-align: center;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 42px;
    /* 60px */
}

.guests_header em {
    color: #F34A16;
    font-family: "DM Serif display";
    font-size: 50px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    /* 60px */
}

@media(max-width:768px) {
    #guests {
        padding: 25px 0px;
    }

    .guests_subtitle {
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 3.08px;
    }

    .guests_header {
        font-size: 25px;
    }

    .guests_header em {
        font-size: 25px;
    }
}


/* testimonials */


.testimonial_card {
    border-radius: 20px;
    background-color: #F3F4F7;
    display: flex;
    flex-direction: column;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    height: 410px;
    /* border:2px solid black; */
}

.testimonials_subhead {
    color: #DB591C !important;
    font-family: "helvetica";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.36px;
    text-align: center;
}

.testimonials_head {
    color: #151C28 !important;
    font-family: "DM Serif Display";
    font-size: 50px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 28px;
}

.testimonials_head>span {
    color: #F34A16 !important;
    font-style: italic;
}

.testimonial_img {
    width: 42px;
    height: 42px;
    transform: rotate(180deg);
    /* aspect-ratio: 1/1; */
}

.testimonial_name {
    color: #151C28 !important;
    font-family: "DM Serif Display";
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 148%;
    letter-spacing: 0.16px;
    margin-top: 35px;
}

.testimonial_college {
    color: #6A7181 !important;
    text-align: center;
    font-family: "helvetica";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 60%;
    /* 17.76px */
    letter-spacing: 0.12px;
    margin-bottom: 0px;
}

.owl-theme .owl-nav {
    position: absolute;
    bottom: -2%;
    width: 100%;
    display: flex;
    justify-content: center;
    /* gap: 14%; */
}

/* .owl-theme .owl-nav button.owl-prev {
    margin-left: 24%;
}

.owl-theme .owl-nav button.owl-next {
    margin-right: 24%;
} */

.testimonials {
    padding-top: 90px;
    padding-bottom: 150px;
}

.testimonial_p {
    text-align: center;
    color: #42475C;
    text-align: center;
    font-family: "helvetica";
    font-size: 16px;
    font-weight: 500;
    line-height: 148%;
    /* 23.68px */
    letter-spacing: 0.16px;
    margin-bottom: 0px;
}

/* .owl-item.active.center{
    transform: scale(1) !important;
} */

.owl-item .item {
    filter: blur(2px);
    /* Adjust blur intensity as needed */
    opacity: 0.9;
    transition: all 0.4s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Active/Centered Item state */
.owl-item.active .item {
    filter: blur(0);
    opacity: 1;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.owl-theme .owl-dots {
    padding-top: 3%;
}


.owl-prev {
    margin-right: 6% !important;
}


@media(max-width:767px) {
    .testimonials {
        padding: 25px 0px;
    }

    .testimonials_head {
        font-size: 25px;
    }

    .testimonials_head span {
        font-size: 25px;
    }

    .testimonials_subhead {
        color: #DB591C;
        font-family: "helvetica";
        font-size: 11px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 3.08px;
    }

    .testimonial_p {
        color: #42475C;
        text-align: center;
        font-family: "helvetica";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 148%;
        /* 17.76px */
        letter-spacing: 0.12px;
    }

    .testimonial_card {
        padding: 16px;
        height: 530px;
    }

    .owl-prev {
        margin-right: 20% !important;
    }

}