:root {
    --halpes-theme-color: #ff7721;
    --topbar-color-icon: #ff7721
}

html {
    scroll-behavior: smooth;
}

/* Global CSS */
a {
    transition: .3s ease !important;
}

.topbar__right .topbar-social a {
    background: #e5eeec;
    color: #1f2230;
}

.topbar__right .topbar-social a:hover {
    background: #ff7721;
    color: #fff;
}

.items-center .bb-container .row {
    align-items: center;
}

.justify-center .bb-container .row {
    justify-content: center;
}

.full-width__sec {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}

.full-width__light-bg::before {
    content: '';
    background: #f0f0f09e;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    position: absolute;
    left: 50%;
    margin-left: -50vw;
}

.mid__border {
    border-bottom: 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid #1a1e2b3b !important;
    border-top: 1px solid #1a1e2b3b !important;
}

@media screen and (min-width: 768px) {
    .mid__border {
        border-right: 1px solid #1a1e2b3b !important;
        border-left: 1px solid #1a1e2b3b !important;
        border-bottom: 0 !important;
        border-top: 0 !important;
    }
}

@media screen and (min-width: 1024px) {
    .mid__border {
        border-right: 1px solid #1a1e2b3b !important;
        border-left: 1px solid #1a1e2b3b !important;
        border-top: 0;
        border-bottom: 0;
    }
}

.highlight-icon .icon-container,
.highlight-icon .icon-container .icon {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.gsc-heading__desc {
    margin-top: 10px;
}
/* Global CSS */

.sec__title .gsc-heading__title {
    font-size: 28px;
}

.custom_icon_list .list-unstyled li {
    font-size: 16px;
    padding-bottom: 13px;
}

.image-content-two__single {
    max-width: 100%;
    margin-top: 0;
}

@media screen and (min-width: 768px) {
    .sec__title .gsc-heading__title {
        font-size: 32px;
    }

    .custom_icon_list .list-unstyled li {
        font-size: 17px;
    }
}

@media screen and (min-width: 1024px) {
    .sec__title .gsc-heading__title {
        font-size: 38px;
    }

    .custom_icon_list .list-unstyled li {
        font-size: 17px;
    }
}

/* Header Style CSS */
.header-three__main.stuck {
    right: 0;
}

.header-three__main .header-three__left {
    background-color: #ffffff;
}

.header-three__branding .site-branding-logo {
    max-width: 110px;
}

.header-three__main .header-three__main-menu .gva-offcanvas-mobile {
    flex: 0 0 80%;
}

.header-three__main .header-three__main-menu .header-three__main-menu__right {
    flex: 0 0 20%;
}

.header-three .header-button {
    padding: 12px 30px;
}

.topbar__three .topbar__content {
    padding: 8px 60px;
}

.topbar__three .search-one__box {
    display: none;
}

.header-three__main .navigation.menu--main .gva_menu_main {
    display: flex;
    gap: 20px 32px;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-three__main .navigation.menu--main .gva_menu_main li {
    padding: 0;
}

.header-three__main .navigation.menu--main .gva_menu_main .sub-menu li {
    padding: 10px 0;
}

.navigation.menu--main .gva_menu .sub-menu>li>a:hover {
    color: #ff7722;
}

.navigation.menu--main .gva_menu .sub-menu>li>a:focus,
.navigation.menu--main .gva_menu .sub-menu>li>a:active {
    color: #ff7722;
}
/* Header Style CSS */

/* Banner section CSS */
.page__banner {
    background-image: url("https://brahminfederation.org/sites/default/files/2025-08/Website%20Banner-01%20%281%29.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px 24px;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
}

.page__banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #000000a8, #00000036);
    z-index: -1;
}

.page__banner .page-title {
    color: #fff;
}

.page-banner .views-element-container {
    margin-bottom: 0;
}

.page-banner__inner {
    padding: 40px 40px;
    position: relative;
    z-index: 1;
}

.page-banner__inner .item-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}

.page-banner__inner .item-image::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #000000a8, #00000036);
}

.page-banner__inner .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner__inner .views-field-title {
    position: relative;
    z-index: 99;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .page__banner {
        padding: 20px 50px;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .page__banner {
        padding: 20px 70px;
        margin-bottom: 50px;
    }
}
/* Banner section CSS */

/* Committee Section CSS */
.council_members .column-inner {
    background-color: white;
    height: 100%;
    border-radius: 20px;
    padding: 20px 20px 20px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}
.council_members .column-inner:hover {
    transform: translateY(-6px);
    background-color: #fafafa;
}
.council_members .image-content-six__single {
    margin-bottom: 0;
}
.council_members .image-content-six__single .image-content-six__image {
    margin-bottom: 20px;
}
.council_members .image-content-six__single img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    border: 4px solid #ff772245;
}
.council_members .column-content-inner .image-content-six__content .image-content-six__title {
    margin-top: 0;
    margin-bottom: 4px;
    color: var(--halpes-theme-color) !important;
}
/* Committee Section CSS */

/* World Wide Presence Section CSS */
#global_presence {
    scroll-margin-top: 100px;
}
.chapter_sec .bb-inner .row {
    row-gap: 22px;
    justify-content: center;
}
.chapter_sec--item .image-content-two__single {
    margin-top: 0;
    max-width: 100%;
    text-align: center;
    padding: 15px 10px 2px;
    border-radius: 3px;
    transition: .3s ease;
    background-color: #e0e0e04a;
    box-shadow: 0px 1px 4px 1px #0000001a;
}
.chapter_sec--item .image-content-two__single:hover {
    transform: translateY(-6px);
}
.chapter_sec--item .image-content-two__image .image-inner img {
    width: 130px;
    height: 70px;
    margin: auto;
    border-radius: 5px;
}
.chapter_sec--item .image-content-two__title {
    margin: 4px 0 0px;
    font-size: 18px;
    font-weight: 700;
}
.chapter_sec--item .column-inner,
.chapter_sec--item .column-content-inner,
.chapter_sec--item .image-content-two__single {
    height: 100%;
}
.chapter_sec--item .image-content-two__read-more {
    display: none;
}
@media screen and (min-width: 768px) {
    .chapter_sec .bb-inner .row {
        row-gap: 24px;
    }
}
@media screen and (min-width: 1024px) {
    .chapter_sec .bb-inner .row {
        row-gap: 24px;
    }
}
/* World Wide Presence Section CSS */

/* Global Chapters Section CSS */
.global_chapters .global_chapters_map {
    min-height: 280px;
    background-size: 100%;
}
.global_chapters .bb-container .row {
    flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
    .global_chapters .bb-container .row {
        flex-direction: row;
    }
    .global_chapters .global_chapters_map {
        min-height: 100%;
        background-size: 100% 60%;
    }
}
@media screen and (min-width: 1024px) {
    .global_chapters .bb-container .row {
        flex-direction: row;
    }
    .global_chapters .global_chapters_map {
        min-height: 100%;
        background-size: 100%;
    }
}
/* Global Chapters Section CSS */

/* Custom Event Section CSS */
.custom__section {
    padding: 30px 20px 22px;
    position: relative;
    box-shadow: 0px 1px 8px -1px #0000001f;
}

.custom__section::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0px;
    width: 10px;
    height: 40%;
    border-radius: 4px 0px 0px 4px;
    background: #ff7722;
}
.custom__title .gsc-heading__title {
    font-size: 24px;
}
@media screen and (min-width: 768px) {
    .custom__section {
        padding: 30px 20px 22px 24px;
    }
    .custom__title .gsc-heading__title {
        font-size: 28px;
    }
}
@media screen and (min-width: 1024px) {
    .custom__title .gsc-heading__title {
        font-size: 30px;
    }
}
/* Custom Event Section CSS */

/* Quote Box CSS */
.quote--box {
    max-width: 1000px;
    margin: auto;
}

.quote--box .custom-text {
    text-align: center;
    margin: auto;
    padding: 16px 30px 10px;
    box-shadow: 0px 0px 6px -1px #9696964d;
    position: relative;
}

.quote--box .custom-text::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 0px;
    width: 10px;
    height: 40%;
    border-radius: 4px 0px 0px 4px;
    background: #ff7722;
}

.quote--box .custom-text .title-text {
    margin-top: 0;
}

.quote--box .custom-text p {
    color: #484848;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

.quote--box .custom-text p::before {
    content: "“";
    font-size: 60px;
    position: absolute;
    left: -26px;
    top: -34px;
    color: #ff7722;
}

.quote--box .custom-text strong {
    color: #4a4a4a;
    font-size: 18px;
}
@media screen and (min-width: 768px) {
    .quote--box .custom-text {
        padding: 16px 30px 10px;
    }

    .quote--box .custom-text p {
        font-size: 18px;
    }
}
@media screen and (min-width: 1024px) {
    .quote--box .custom-text {
        padding: 20px 44px 10px;
    }

    .quote--box .custom-text p {
        font-size: 18px;
    }
}

/* Quote Box CSS */

/* Full Height Image CSS */
@media screen and (min-width: 768px) {
    .full-height-img {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
    }

    .full-height-img>.column-inner,
    .full-height-img>.column-inner>.column-content-inner,
    .full-height-img>.column-inner>.column-content-inner>.image-content-five__single,
    .full-height-img>.column-inner>.column-content-inner .image-content-five__image,
    .full-height-img>.column-inner>.column-content-inner .image-content-five__image>.image-inner,
    .full-height-img>.column-inner>.column-content-inner .image-content-five__image>.image-inner img,
    .full-height-img__left>.column-inner,
    .full-height-img__left>.column-inner>.column-content-inner,
    .full-height-img__left>.column-inner>.column-content-inner>.image-content-five__single,
    .full-height-img__left>.column-inner>.column-content-inner .image-content-five__image,
    .full-height-img__left>.column-inner>.column-content-inner .image-content-five__image>.image-inner,
    .full-height-img__left>.column-inner>.column-content-inner .image-content-five__image>.image-inner img {
        height: 100%;
    }

    .full-height-img>.column-inner>.column-content-inner .image-content-five__image>.image-inner img,
    .full-height-img__left>.column-inner>.column-content-inner .image-content-five__image>.image-inner img {
        object-fit: cover
    }

    .full-height-img__left {
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
    }
}
/* Full Height Image CSS */

/* Home page CSS */
.home_hero_sec {
    position: relative;
}

.home_hero_sec::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #0000003b, #000000ad);
}

.home_page_title {
    padding-bottom: 0px !important;
}

.home_page_title .gsc-heading__title {
    font-size: 30px;
}

.ctas,
.ctas .column-inner.bg-size-cover .column-content-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 20px;
    flex-wrap: wrap;
}

.home__page-ctas .column-inner.bg-size-cover .column-content-inner .call-to-action-one__single {
    margin-left: 0;
    margin-right: 0;
}

.gen-img-col .column-inner,
.gen-img-col .column-inner .column-content-inner,
.gen-img-col .gen-img-item,
.gen-img-col .column-inner .image-content-three__content {
    height: 100%;
}

.gen-img-col .image-content-three__content {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 8px -1px #0000001a;
}

.gen-img-item .image-content-three__title {
    font-size: 26px;
    line-height: 1.3;
}

.gen-img-item .image-content-three__content-inner {
    padding: 30px;
    height: 100%;
    position: relative;
    background-color: #fff7e44a;
}

.gen-img-item .image-content-three__desc .ctas {
    margin-top: 20px;
}

.gen-list>.bb-inner .row {
    justify-content: center;
}

.stories_updates .views-element-container .event-one__single .event-one__content::after {
    background-image: linear-gradient(to top, #1b1e2b99, rgba(27, 30, 43, 0));
}

.stories_updates .views-element-container .event-one__single:hover .event-one__content::after {
    background-image: linear-gradient(to top, #9b47118f, rgba(27, 30, 43, 0));
}

@media screen and (min-width: 768px) {
    .home_page_title {
        padding-bottom: 20px !important;
    }

    .home_page_title .gsc-heading__title {
        font-size: 38px;
    }

    .gen-img-item .image-content-three__title {
        font-size: 28px;
    }

    .gen-img-item .image-content-three__content-inner {
        padding: 16px 30px 24px;
        height: 100%;
        position: relative;
    }

    .gen-img-item .image-content-three__desc .ctas {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .home_page_title {
        padding-bottom: 30px !important;
    }

    .home_page_title .gsc-heading__title {
        font-size: 42px;
    }

    .gen-img-item .image-content-three__title {
        font-size: 30px;
    }

    .gen-img-item .image-content-three__content-inner {
        padding: 16px 30px 170px;
        height: 100%;
        position: relative;
    }

    .gen-img-item .image-content-three__desc .ctas {
        margin-top: 20px;
        position: absolute;
        bottom: 24px;
        left: 0;
        right: 0;
    }
}
/* Home page CSS */

/* Home News View */
.gva-view-grid-inner:has(.home__news-view) {
    display: flex;
    flex-wrap: wrap;
}

.home__news-view {
    height: 100%;
}

.home__news-view .item-columns {
    display: block;
    width: 100%;
    padding-bottom: 30px;
}

.home__news-view .press__card {
    height: 100%;
    background-color: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.press__card .press__card-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.press__card .press_img {
    width: 100%;
    object-fit: cover;
}

.press__card .press_img img {
    width: 100%;
    display: block;
    border-bottom: 10px solid var(--halpes-theme-color);
}

.press__card .press__content {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.press__card .press__content .node__title {
    margin-top: 0;
    margin-bottom: 6px;
}

.press__card .press__content .node__title a {
    text-decoration: none;
    color: #000;
    transition: 0.3s ease;
}

.press__card .press__content .node__title a:hover {
    color: #f2581f;
}

.press__card .press__date-location {
    display: flex;
    align-items: center;
    font-weight: 600;
    ;
    color: #000;
    font-size: 14px;
    flex-wrap: wrap;
}

.press__card .press__date-location span {
    padding: 0 10px;
}

.press__card .press__body {
    margin-bottom: 20px;
    font-size: 15px;
    color: #333;
}

.press__card .press__ctas {
    margin-top: auto;
}

.press__card .press__ctas a {
    background-color: #f2581f;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: inline-block;
    transition: 0.3s ease;
    text-decoration: none;
    border-radius: 4px;
}

.press__card .press__ctas a:hover {
    opacity: 0.9;
}

/* Responsive Grid */
@media screen and (min-width: 768px) {
    .home__news-view .item-columns {
        display: flex;
        width: 50%;
        padding: 0 12px 30px;
    }
}

@media screen and (min-width: 1024px) {
    .home__news-view .item-columns {
        display: flex;
        width: 33.33%;
        padding: 0 15px 30px;
    }
}
/* Home News View */

/* About page CSS */
.about__content--2 .row {
    flex-direction: column-reverse;
}

.about__content .gsc-heading__sub-title {
    font-size: 17px;
    margin-bottom: 0;
    color: #ff7722;
    font-weight: 800;
    ;
}

.about_mission_section .image-content-four__wrap {
    flex-direction: row-reverse;
}

.about_mission_section .image-content-four__image::after {
    left: 0;
}

.icon-col .icon-col--items .column-inner {
    height: 100%;
    border: 1px solid #d3d3d3;
    position: relative;
}

.icon-col .icon-col--items .column-inner::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 8px;
    width: 10px;
    height: 76px;
    border-radius: 4px 0px 0px 4px;
    background: #ff7722;
}

.icon-col .icon-col--items .icon-col--box {
    padding: 20px;
}

.icon-col .icon-col--items .icon-col--box .icon-container {
    font-size: 40px;
    width: 55px;
    height: 55px;
    line-height: 58px;
    display: inline-block;
    background-color: #f0f0f0;
    color: #ff7722;
    transition: .5s ease;
}

.icon-col .icon-col--items .column-inner:hover .icon-col--box .icon-container {
    background-color: #ff7722;
    color: #f0f0f0;
}

.gen-col .bb-inner .row {
    justify-content: center;
}

.gen-col--items .column-inner {
    height: 100%;
}

.gen-col--items .column-content-inner {
    padding: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    background-color: #f3f3f338;
    height: 100%;
    box-shadow: 0px 1px 5px 1px #00000014;
    transition: .3s ease;
    border: 2px solid transparent;
}

.gen-col--items .column-content-inner:hover {
    transform: translateY(-5px);
    border: 2px solid #ff7722;
    box-shadow: #92929224 0px 7px 15px 4px;
}

.gen-col--items .column-content-inner:hover .gsc-image .widget-content img {
    transform: scale(1.1);
}

.gen-col--items .column-content-inner h2 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #ff7722;
}

.gen-col--items .gsc-image .widget-content {
    box-shadow: inset 0px 0px 3px #ff77224a, inset 0px 0px 6px #ff77222b, inset 0px 0px 9px #ff772212;
    border-radius: 3px;
    width: 70px;
    height: 70px;
    padding: 12px;
}

.gen-col--items .gsc-image .widget-content img {
    transition: .4s ease;
}

@media screen and (min-width: 768px) {
    .about__content .row {
        flex-direction: unset;
    }

    .gen-col--items .column-content-inner {
        flex-direction: row;
    }
}

@media screen and (min-width: 1024px) {
    .about__content .row {
        flex-direction: unset;
    }

    .gen-col--items .column-content-inner {
        flex-direction: row;
    }
}
/* About page CSS */

/* Chapter page */
.page-banner .block-content .view-content-wrap .item {
    position: relative;
    padding: 25px 0;
    z-index: 1;
}

.page-banner .block-content .view-content-wrap .item .field-content .field__item {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.page-banner .block-content .view-content-wrap .item .field-content .field__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(85deg, #00000087, #00000070);
}

.page-banner .block-content .view-content-wrap .item .field-content .field__item .item-image {
    height: 100%;
}

.page-banner .view-content-wrap .item .field-content .field__item .item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner .view-content-wrap .item .views-field {
    font-size: 22px;
    padding-left: 22px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
}

.group--chapter {
    width: 100%;
    padding: 30px 0;
}

.chapter-head-info {
    box-shadow: 0 4px 15px #00000014;
    padding: 30px 20px;
}

.chapter_head__top {
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
    background-image: url(https://brahminfederation.org/sites/default/files/2025-09/international_brahmin_federation_cover.png);
    background-repeat: no-repeat;
    background-position: right 20px top;
    background-size: 0;
}

.chapter_head__top .chapter_head_top_right {
    display: none;
}

.chapter_head__img {
    padding-right: 20px;
    padding-left: 0;
    margin-bottom: 0px;
}

.chapter_head__img img {
    width: 200px;
    border-radius: 10px;
}

.chapter_head__top-info .chapter-head-name {
    font-size: 19px;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: 700;
}

.chapter-head-name span {
    font-size: 16px;
    font-weight: 800;
    color: #000000;
    background: #e5e5e5;
    padding: 2px 14px;
    margin-bottom: 24px;
    border-radius: 50px;
    line-height: 2.4;
}

.chapter-head-role {
    font-size: 16px;
    line-height: 1.3;
}

.chapter-head-bio__item {
    width: 100%;
    padding: 20px 20px;
    box-shadow: 0px 2px 6px 1px #00000017;
    background: #f4f4f4;
    margin-bottom: 0;
}

.chapter-head-bio__item:last-child:nth-child(odd) {
    width: 100%;
}

.chapter-head-info .chapter-head-bio {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.chapter-head-bio h3 {
    color: #ff7722;
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0px 6px 0px;
}

 .footer--bottom {
    box-shadow: 0px 1px 8px -1px #0000001c;
    padding: 16px 22px 4px;
    margin: 22px 0 0px;
    background: #e6e6e669;
} 

.chapter-section {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    padding: 26px 20px 18px;
    background: #ffffff;
    margin-bottom: 40px;
    border-top: 10px solid #ff7722;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.chapter-top-section {
    width: 100%;
    padding-right: 6px;
}

.chapter_badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 800;
    color: #000000;
    background: #e5e5e5;
    padding: 2px 14px;
    margin-bottom: 14px;
    border-radius: 50px;
}

.chapter_badge span {
    font-size: 30px;
    line-height: 0.7;
    margin-top: 3px;
}

.chapter-top-section h2 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 10px;
}

.chapter-contact-section {
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
    padding-left: 0px;
}

.chapter-contact-section .chapter-phone,
.chapter-contact-section .chapter-code,
.chapter-contact-section .chapter-email,
.chapter-contact-section .chapter-contact-section-bottom {
    padding-bottom: 10px;
    margin-bottom: 17px;
    border-bottom: 1px solid #00000014;
    display: flex;
    align-items: baseline;
    gap: 0px;
    word-break: break-all;
}

.chapter-contact-section .chapter-contact-section-bottom {
    border-bottom: 0;
    margin-bottom: 0;
}

.chapter-contact-section .gen_icon {
    color: #1a1e2b;
    font-size: 22px;
    font-weight: 900;
    color: #ff7722;
    min-width: 35px;
    margin-top: 0px;
}

.chapter-contact-section-bottom {
    display: flex;
    align-items: baseline;
    gap: 0px;
}

.chapter-contact-section-bottom .field__label {
    font-weight: 700;
}

.chapter-phone strong,
.chapter-code strong,
.chapter-email strong,
.chapter-contact-section-bottom .field__label {
    color: #1a1e2b;
}

.chapter-contact-section .field--type-address * {
    display: inline;
}

.chapter-contact-section .address br {
    display: none;
}

@media screen and (min-width: 768px) {
    .group--chapter {
        padding: 30px 0 40px;
    }

    .chapter-section {
        flex-wrap: nowrap;
        margin-bottom: 50px;
        padding: 26px 26px 18px;
    }

    .chapter-top-section {
        width: 55%;
    }

    .chapter-top-section h2 {
        font-size: 28px;
    }

    .chapter-contact-section {
        width: 45%;
        padding-left: 20px;
        margin-top: 55px;
    }

    .chapter-contact-section .gen_icon {
        min-width: 45px;
    }

    .page-banner .block-content .view-content-wrap .item {
        padding: 35px 0;
    }

    .page-banner .view-content-wrap .item .views-field {
        font-size: 30px;
        padding-left: 40px;
    }

    .chapter-head-info {
        padding: 25px;
    }

    .chapter_head__top {
        padding-bottom: 20px;
        margin-bottom: 20px;
        align-items: center;
        flex-direction: row;
        background-position: right center;
        background-size: auto 100%
    }

    .chapter_head__top .chapter_head_top_right {
        display: block;
    }

    .chapter_head__top-info .chapter-head-name {
        font-size: 24px;
        line-height: 30px;
    }

    .chapter_head__img {
        margin-bottom: 0;
        padding-right: 30px;
    }

    .chapter_head__img img {
        width: 150px;
    }

    .chapter-head-role {
        font-size: 17px;
    }

    .chapter-head-bio__item {
        width: calc(50% - 10px);
    }
}

@media screen and (min-width: 1024px) {
    .group--chapter {
        padding: 30px 0 40px;
    }

    .chapter-section {
        flex-wrap: nowrap;
        margin-bottom: 60px;
        padding: 26px 26px 18px;
    }

    .chapter-top-section {
        width: 55%;
    }

    .chapter-top-section h2 {
        font-size: 28px;
    }

    .chapter-contact-section {
        width: 45%;
        padding-left: 30px;
        margin-top: 55px;
    }

    .chapter-contact-section .gen_icon {
        min-width: 40px;
    }

    .page-banner .block-content .view-content-wrap .item {
        padding: 40px 0;
    }

    .page-banner .view-content-wrap .item .views-field {
        font-size: 30px;
        padding-left: 120px;
    }

    .chapter-head-info {
        padding: 30px 34px;
    }

    .chapter_head__top {
        padding-bottom: 24px;
        margin-bottom: 24px;
        align-items: center;
        flex-direction: row;
        background-position: right 20px center;
        background-size: auto 110%
    }

    .chapter_head__top .chapter_head_top_right {
        display: block;
    }

    .chapter_head__top-info .chapter-head-name {
        font-size: 26px;
        line-height: 32px;
    }

    .chapter_head__img {
        margin-bottom: 0;
    }

    .chapter_head__img img {
        width: 150px;
    }

    .chapter-head-role {
        font-size: 17px;
    }

    .chapter-head-bio__item {
        width: calc(50% - 10px);
    }
}
/* Chapter page */

/* Vision Innovation Forums Page */
.Opportunity__block .column-inner {
    border: 1px solid #e7e7e7;
    padding: 20px 24px 14px;
    transition: .3s ease;
    height: 100%;
}

.Opportunity__block .column-inner:hover {
    background: #ff77220a;
    border: 1px solid #f59355;
}

.Opportunity__block .column-content-inner .gsc-heading__title {
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .Opportunity__block .column-inner {
        padding: 20px 28px 14px;
    }

    .Opportunity__block .column-content-inner .gsc-heading__title {
        font-size: 22px;
    }
}

@media screen and (min-width: 1024px) {
    .Opportunity__block .column-inner {
        padding: 20px 32px 14px;
    }

    .Opportunity__block .column-content-inner .gsc-heading__title {
        font-size: 24px;
    }
}
/* Vision Innovation Forums Page */

/* Brahmin Legacy Page */
.brahmin_legacy-content {
    margin-top: 40px;
    text-align: center;
    background: #f8f8f8;
    padding: 0px 18px 10px;
    border-top: 5px solid #ff7722;
}

.brahmin_legacy-content h2 {
    color: #2a3145;
}

.brahmin_legacy .gva-view-grid-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 14px;
    margin: 50px 0px;
}

.brahmin_legacy .gva-view-grid-inner::before,
.brahmin_legacy .gva-view-grid-inner::after {
    display: none;
}

.brahmin_legacy .gva-view-grid-inner .item-columns {
    background: #fff;
    padding: 0;
    border: 2px solid #ff762100;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
}

.brahmin_legacy .gva-view-grid-inner .item-columns:hover {
    border: 2px solid #ff772245;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.brahmin_legacy .gva-view-grid-inner .item-columns .field-content a {
    width: 100%;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 20px;
    font-weight: 600;
}

.brahmin_legacy .gva-view-grid-inner .item-columns:hover .field-content a {
    color: #ff7721;
}

@media screen and (min-width: 768px) {
    .brahmin_legacy .gva-view-grid-inner .item-columns {
        width: calc(50% - 10px);
    }

    .brahmin_legacy-content {
        padding: 10px 25px 12px;
    }
}

@media screen and (min-width: 1024px) {
    .brahmin_legacy .gva-view-grid-inner .item-columns {
        width: calc(33% - 10px);
    }

    .brahmin_legacy-content {
        padding: 10px 30px 12px;
    }
}
/* Brahmin Legacy Page */

/* Mahapurush detail page */
.feed-icon {
    display: none;
}

.node--type-mahapurush.node--view-mode-teaser {
    padding: 20px;
    max-width: 1000px;
    box-shadow: 0px 2px 9px 0px #0000002b;
    margin: 0 auto 20px;
}

.node--type-mahapurush.node--view-mode-teaser .node__title {
    margin-top: 0;
}

.mahapurush_detail {
    max-width: 1100px;
    margin: 40px auto;
    padding: 20px;
    border-radius: 12px;
    background: #fafafa;
}

.mahapurush__content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.mahapurush_content-items {
    background: #fff;
    padding: 18px 20px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    flex: 1 1 100%;
    min-height: 120px;
}

.mahapurush_content-items:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

/*.mahapurush_content-items:first-child .field__label {*/
/*    border-bottom: none;*/
/*    padding-bottom: 0;*/
/*    margin-bottom: 0;*/
/*    height: 100%;*/
/*}*/

/*.mahapurush_content-items .field__label img {*/
/*    width: 150px;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    border-radius: 8px;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.mahapurush_content-items:hover img {*/
/*    transform: scale(1.02);*/
/*}*/

.mahapurush_content-items .field--name-field-works {
    height: 100%;
}

.mahapurush_content-items .field__label {
    font-weight: 600;
    font-size: 1.1rem;
    color: #1d3557;
    margin-bottom: 8px;
    border-bottom: 2px solid #eee;
    padding-bottom: 4px;
    text-align: center;
}

.mahapurush_content-items .field__item {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.5;
    text-align: center;
}

.mahapurush_content-items .field__item a {
    color: #0077b6;
    text-decoration: none;
    font-weight: 500;
}

.mahapurush_content-items .field__item a:hover {
    text-decoration: underline;
}

.mahapurush__summary {
    background: #fff;
    padding: 25px 30px;
    margin-top: 25px;
    border-radius: 12px;
    line-height: 1.75;
    font-size: 1rem;
    color: #333;
    text-align: justify;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 768px) {
    .node--type-mahapurush.node--view-mode-teaser {
        padding: 20px 30px;
        margin-bottom: 25px;
    }

    .mahapurush_detail {
        padding: 30px;
    }

    .mahapurush_content-items {
        flex: 1 1 clamp(260px, 30%, 340px);
    }
}

@media screen and (min-width: 1024px) {
    .node--type-mahapurush.node--view-mode-teaser {
        padding: 25px;
        margin-bottom: 30px;
    }
}
/* Mahapurush detail page */

/* Event Page CSS */
.event_hero_img .image-content-five__single .image-inner:hover img {
    transform: scale(1);
}

.ibf-events-view .item-columns {
    width: 100%;
}

.event--details {
    position: relative;
    margin-bottom: 25px;
}

.event--details::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0);
    transition: all .3s ease;
    background-image: linear-gradient(0deg, #95410d40, #c0a99b1c, #ece4e00d);
}

.event--details:hover::before {
    filter: brightness(1);
}

.event--img .item-image img {
    width: 100%;
    object-fit: cover;
}

.event--date {
    position: absolute;
    left: 10%;
    top: 0%;
    width: 60px;
}

.event--date .field__item {
    line-height: 1.2;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 0px;
    margin: 0;
    color: #ffffff;
    background: #ff7722;
    text-align: center;
}

.event--date .field__item:first-line {
    font-size: 20px;
    font-weight: 700;
}

.event--main {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 20px 14px;
    z-index: 2;
}

.event--time {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    color: white;
    display: flex;
    align-items: center;
    gap: 5px;
}

.event--title {
    margin: 0;
    font-weight: bold;
}

.event--title a {
    color: white;
    text-decoration: none;
    transition: all .4s ease;
}

.event--title a:hover {
    color: #ff7722;
}

.event__date {
    margin-bottom: 4px !important;
    font-size: 13px;
    font-weight: 700;
    color: #000;
}

.event_list {
    display: flex;
    list-style: none;
    padding-left: 0px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}

.event_list li {
    position: relative;
    transition: all .4s;
    font-size: 15px;
    color: #000;
}

.event_list li::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    background: #ff7722;
    width: 100%;
    height: 1px;
}

.info-boxes .iconbox-four__single:hover {
    transform: translateY(-5px);
}

.info-boxes .iconbox-four__single:after {
    background-color: transparent;
}

.info-boxes .iconbox-four__single:hover .iconbox-four__icon-inner {
    color: var(--halpes-theme-color);
}

.info-boxes .iconbox-four__single:hover .iconbox-four__title {
    color: #161c26;
}

.iconbox-four__single:hover .iconbox-four__desc {
    color: #797f89;
}
.timeline--item {
    margin-bottom: 20px;
}
.timeline--item:last-child {
    margin-bottom: 0;
}
.timeline--item .iconbox-one__single {
    padding: 30px;
    box-shadow: 0px 1px 10px 1px #0000001c;
    margin-bottom: 0;
}
.timeline--item .iconbox-one__icon-inner {
    font-size: 40px;
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    .ibf-events-view .item-columns {
        width: 50%;
    }

    .event--details {
        margin-bottom: 30px;
    }
    
    .timeline--item {
        margin-bottom: -40px;
    }
}

@media screen and (min-width: 1024px) {
    .ibf-events-view .item-columns {
        width: 33.33%;
    }

    .event--details {
        margin-bottom: 0px;
    }
    
    .timeline--item {
        margin-bottom: -40px;
    }
}
/* Event Page CSS */

/* News Item page CSS */
.news__details {
    width: 100%;
    height: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    padding-bottom: 30px;
}

.news__details .news_img {
    width: 100%;
    object-fit: cover;
}

.news__details .news_img img {
    width: 100%;
    border-bottom: 10px solid #ff7722;
}

.news__details .news__content {
    width: 100%;
}

.news__details .with-img .news__content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news__details .news__content .node__title {
    margin-top: 0;
}

.news__details .news__date-location {
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 25px 0 10px;
    color: #000;
    font-size: 14px;
    flex-wrap: wrap;
}

.news__details .news__date-location span {
    padding: 0 10px;
}

.news__details .news__ctas a {
    background-color: #f2581f;
    padding: 20px 25px;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: inline-block;
    transition: 0.3s ease;
}

.news__details .news__ctas .field>.field__item {
    margin-bottom: 10px;
}

.news__details .news__ctas .field>.field__item:last-child {
    margin-bottom: 0px;
}

.news__details .news__ctas a:hover {
    opacity: 0.9;
}


@media screen and (min-width: 768px) {
    .news__details .news__date-location {
        font-size: 16px;
    }
}

@media screen and (min-width: 1024px) {
    .news__details .news__date-location {
        font-size: 16px;
    }
}
/* News Item page CSS */

/* Donate & Sponsor Page */
.widget.gsc-icon-box-classic.sec_custom_icon {
    display: flex;
    align-items: flex-start;
}

.sec_custom_icon.gsc-icon-box-classic.top-center .highlight_content {
    margin: 0;
    padding-left: 12px;
}
/* Donate & Sponsor Page */

/* Join / Sign In page*/
.join_steps .column-inner {
    height: 100%;
    padding: 20px;
    background: #ffffff;
    transition: 0.4s ease;
}

.join_steps .column-inner:hover {
    background: #fe7722;
}

.join_steps .gsc-icon-box-classic .highlight-icon .icon {
    transition: .3s ease;
    width: 40px;
    height: 40px;
}

.join_steps .join_step-box .highlight-icon .icon-container {
    justify-content: center !important;
}

.join_step-box .highlight_content .title {
    margin: 0;
}

.join_steps .gsc-icon-box-classic:hover .highlight-icon .icon {
    animation: none;
}

.join_steps .column-inner:hover .highlight-icon .icon {
    filter: invert(1);
}

.join_steps .column-content-inner .highlight-icon .icon-container,
.join_steps .column-content-inner .highlight-icon .icon-container .icon {
    justify-content: left;
    font-size: 30px;
}

.join_steps .column-inner .icon-container,
.join_steps .column-inner .highlight_content p,
.join_steps .column-inner .highlight_content .title {
    transition: 0.4s ease;
}

.join_steps .column-inner:hover .highlight_content p,
.join_steps .column-inner:hover .highlight_content .title {
    color: #fff;
}
/* Join / Sign In page*/

/* Contact Page CSS */
.contact_form .webform-submission-form {
    margin: 0;
}

.contact_form .webform-submission-form .row {
    margin-bottom: 0 !important;
}
/* Contact Page CSS */

/* Footer section CSS */
.footer .footer_links .menu li a:hover {
    color: #ff7722;
}

.footer .footer_links .menu li a:focus {
    color: #ff7722;
}

.contact__info .contact-info__item .desc a {
    color: #fff;
}

.contact__info .contact-info__item .desc a:hover {
    color: #ff7722;
}
/* Footer section CSS */

/* Media Page CSS */
.dark_background .image-inner {
    background: #494949;
}

.media__item>.column-inner {
    background: #fff;
    text-align: center;
    border: 1px solid #e5e7eb;
    padding-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.media__item .image-content-five__single {
    max-width: 100%;
}

.media__item .image-content-five__content {
    padding: 20px 20px 14px;
}

.media__item .column-content-inner .image-inner {
    padding: 40px;
}

.media__item .column-content-inner .image-inner img {
    max-width: 220px;
    height: auto;
}

.media__item .image-content-five__single .image-inner:hover img {
    transform: scale(1);
}

.media__item .download_btn a {
    display: inline-block;
    margin: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #f97316;
    text-decoration: none;
    position: relative;
}

.media__item .download_btn a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #f97316;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.media__item .download_btn a:hover::before {
    transform: scaleX(1);
}

.media__item .home__page-ctas .call-to-action-one__desc a {
    font-size: 16px;
    background: #ff7721;
    color: #fff;
    font-weight: 800;
    padding: 20px 35px;
    line-height: 1;
    position: relative;
    display: inline-block;
    border: none;
}

.media__item .home__page-ctas .call-to-action-one__desc a:hover {
    cursor: pointer;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    color: #fff;
    opacity: 0.9;
}
/* Media Page CSS */

/* Sitemap Page CSS */
.sitemap {
    padding-bottom: 15px;
}

.sitemap-item h2 {
    margin-bottom: 8px;
}

.sitemap-item ul {
    padding-left: 15px;
    list-style: none;
}

.sitemap-item ul li a {
    position: relative;
    padding-left: 14px;
}

.sitemap-item ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    width: 8px;
    height: 2px;
    transform: translateY(-50%);
    background: #ff781e;
}
/* Sitemap Page CSS */

/* Webforms CSS */
.webform-confirmation {
    max-width: 800px;
    position: relative;
    text-align: center;
    margin: auto;
    padding: 25px 20px;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 5px 9px 2px #00000012;
    background-color: #eff5f4;
    background: url(https://brahminfederation.org/sites/default/files/2025-09/mission_about_page.png);
    margin-bottom: 50px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.webform-confirmation::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(359deg, #0000004d, #00000082);
}

.webform-confirmation .webform-confirmation__message {
    font-size: 17px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.webform-confirmation .webform-confirmation__message h3 {
    color: #fff;
    margin: 0 0 8px;
    font-size: 24px;
}

.webform-confirmation .webform-confirmation__back {
    margin-bottom: 0;
}

.webform-confirmation .webform-confirmation__message p {
    color: #fff;
    margin-bottom: 20px;
}

.webform-confirmation .webform-confirmation__message a {
    color: #fff;
    padding: 6px 16px;
    background: #ff7722;
}

.webform-submission-form {
    background: #eff5f4;
    padding: 35px 40px;
    margin: 45px 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
}

.webform-submission-form .webform-type-webform-name .fieldset-wrapper {
    display: flex;
    gap: 15px;
}

.webform-submission-form>* {
    flex-basis: 100%;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

.webform-submission-form .form-item-award .shs-field-container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.webform-submission-form .form-item-supporting-links .webform-multiple-table--operations .image-button {
    min-height: auto;
}

.webform-submission-form .full_name .form-item-full-name-first,
.webform-submission-form .form-item-email-address,
.webform-submission-form .form-item-phone-number,
.webform-submission-form .form-item-date-of-birth,
.webform-submission-form .form-item-gender,
.webform-submission-form .form-item-education-qualification,
.webform-submission-form .form-item-profession-occupation,
.webform-submission-form .form-item-member-type,
.webform-submission-form .form-item-industry-category,
.webform-submission-form .form-item-industry-sub-category,
.webform-submission-form .form-item-chapter-preference,
.webform-submission-form .webform-type-radios,
.webform-submission-form .form-item-professional-background,
.webform-submission-form .form-item-leadership-experience,
.webform-submission-form .form-item-why-do-you-want-to-start-a-chapter,
.webform-submission-form .form-item-team-members,
.webform-submission-form .form-item-investor-category,
.webform-submission-form .form-item-typical-cheque-size,
.webform-submission-form .form-item-stage-preference,
.webform-submission-form .form-item-willing-to-mentor,
.webform-submission-form .form-item-startup-name,
.webform-submission-form .form-item-country-city,
.webform-submission-form .form-item-industry,
.webform-submission-form .form-item-stage,
.webform-submission-form .form-item-passport-number,
.webform-submission-form .form-item-date,
.webform-submission-form .form-item-one-line-pitch,
.webform-submission-form .form-item-business-name,
.webform-submission-form .form-item-owner-contact-person,
.webform-submission-form .form-item-website-social-media,
.webform-submission-form .form-item-business-size,
.webform-submission-form .form-item-current-country-city,
.webform-submission-form .form-item-profession-area-of-expertise,
.webform-submission-form .form-item-linkedin,
.webform-submission-form .form-item-availability,
.webform-submission-form .form-item-organization-individual-name,
.webform-submission-form .form-item-contact-person,
.webform-submission-form .form-item-offering-type,
.webform-submission-form .form-item-number-of-slots-amount,
.webform-submission-form .form-item-website-link-to-details,
.webform-submission-form .form-item-sponsorship-type,
.webform-submission-form .form-item-donation-preference,
.webform-submission-form .form-item-current-profession-job-title,
.webform-submission-form .form-item-area-of-expertise,
.webform-submission-form .form-item-years-of-experience,
.webform-submission-form .form-item-expected-salary,
.webform-submission-form .form-item-address,
.webform-submission-form .form-item-organization-company,
.webform-submission-form .form-item-award .shs-widget-container,
.webform-submission-form .form-item-origin-city {
    flex-basis: 100%;
}

.webform-submission-form .js-form-file.form-file {
    padding-top: 8px;
    padding-bottom: 8px;
}

.iti--allow-dropdown {
    width: 100%;
}

.iti--allow-dropdown .form-tel {
    padding-left: 50px !important;
}

.webform-submission-form .webform-type-address {
    border: 1px solid #e5e5e5;
}

.webform-submission-form .webform-type-address legend {
    font-size: 20px;
    background: #eff5f4;
    position: relative;
    margin-top: -19px;
    width: auto;
    margin-left: 10px;
}

.webform-submission-form .webform-type-address {
    margin-top: 15px;
    padding: 0 20px;
    margin-bottom: 0;
}

.webform-submission-form .webform-type-checkboxes legend {
    font-size: 18px;
}

.webform-options-display-one-column {
    display: flex;
}

.webform-options-display-three-columns .js-form-type-checkbox {
    display: flex;
    align-items: center;
}

.webform-submission-form .webform-type-radios .webform-options-display-one-column {
    display: flex;
    align-items: center;
    gap: 50px;
}

.webform-submission-form .webform-type-radios .form-item-payment-option {
    display: flex;
    align-items: center;
    gap: 6px;
}

.webform-submission-form .webform-type-radios .form-item-payment-option .form-radio {
    width: 14px;
    min-height: 14px;
}

.webform-type-radios .fieldset-legend {
    font-size: 16px;
    color: #161c26;
}

.webform-submission-form .form-checkbox {
    width: 16px !important;
    min-height: auto !important;
    margin-right: 8px !important;
}

.webform-submission-form .form-item select:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background: aqua;
}

.webform-submission-form .form-item select,
.webform-submission-form .form-item input,
.webform-submission-form .form-item textarea {
    margin-top: 0.25rem !important;
}

.webform-submission-form .webform-type-address .fieldset-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
}

.webform-submission-form .webform-type-address .fieldset-wrapper>* {
    flex-grow: 1;
}

.webform-submission-form .webform-type-address .fieldset-wrapper>div[data-drupal-selector="edit-residential-address-container3"] {
    display: none;
}

label.form-required:after {
    content: '*';
    color: red;
}

.webform-submission-form .webform-type-checkboxes .form-checkboxes .consent_link {
    color: #ff7721;
}

@media screen and (min-width: 768px) {
    .webform-confirmation {
        padding: 35px 50px;
    }

    .webform-submission-form .form-item-email-address,
    .webform-submission-form .form-item-phone-number,
    .webform-submission-form .form-item-date-of-birth,
    .webform-submission-form .form-item-gender,
    .webform-submission-form .form-item-education-qualification,
    .webform-submission-form .form-item-profession-occupation,
    .webform-submission-form .form-item-member-type,
    .webform-submission-form .form-item-industry-category,
    .webform-submission-form .form-item-industry-sub-category,
    .webform-submission-form .form-item-chapter-preference,
    .webform-submission-form .webform-type-radios,
    .webform-submission-form .form-item-professional-background,
    .webform-submission-form .form-item-leadership-experience,
    .webform-submission-form .form-item-why-do-you-want-to-start-a-chapter,
    .webform-submission-form .form-item-team-members,
    .webform-submission-form .form-item-investor-category,
    .webform-submission-form .form-item-typical-cheque-size,
    .webform-submission-form .form-item-stage-preference,
    .webform-submission-form .form-item-willing-to-mentor,
    .webform-submission-form .form-item-startup-name,
    .webform-submission-form .form-item-country-city,
    .webform-submission-form .form-item-industry,
    .webform-submission-form .form-item-stage,
    .webform-submission-form .form-item-passport-number,
    .webform-submission-form .form-item-date,
    .webform-submission-form .form-item-one-line-pitch,
    .webform-submission-form .form-item-business-name,
    .webform-submission-form .form-item-owner-contact-person,
    .webform-submission-form .form-item-website-social-media,
    .webform-submission-form .form-item-business-size,
    .webform-submission-form .form-item-current-country-city,
    .webform-submission-form .form-item-profession-area-of-expertise,
    .webform-submission-form .form-item-linkedin,
    .webform-submission-form .form-item-availability,
    .webform-submission-form .form-item-organization-individual-name,
    .webform-submission-form .form-item-contact-person,
    .webform-submission-form .form-item-offering-type,
    .webform-submission-form .form-item-number-of-slots-amount,
    .webform-submission-form .form-item-website-link-to-details,
    .webform-submission-form .form-item-sponsorship-type,
    .webform-submission-form .form-item-donation-preference,
    .webform-submission-form .form-item-current-profession-job-title,
    .webform-submission-form .form-item-area-of-expertise,
    .webform-submission-form .form-item-years-of-experience,
    .webform-submission-form .form-item-expected-salary,
    .webform-submission-form .form-item-address,
    .webform-submission-form .form-item-organization-company,
    .webform-submission-form .form-item-award .shs-widget-container,
    .webform-submission-form .form-item-phone-whatsapp {
        flex-basis: calc(50% - 8px);
    }
}

@media screen and (max-width: 768px) and (min-width: 400px) {
    .webform-submission-form .webform-type-checkboxes .form-checkboxes {
        column-count: 1;
    }
}

@media screen and (min-width: 1024px) {
    .webform-confirmation {
        padding: 40px 60px;
    }

    .webform-submission-form .form-item-email-address,
    .webform-submission-form .form-item-phone-number,
    .webform-submission-form .form-item-date-of-birth,
    .webform-submission-form .form-item-gender,
    .webform-submission-form .form-item-education-qualification,
    .webform-submission-form .form-item-profession-occupation,
    .webform-submission-form .form-item-member-type,
    .webform-submission-form .form-item-industry-category,
    .webform-submission-form .form-item-industry-sub-category,
    .webform-submission-form .form-item-chapter-preference,
    .webform-submission-form .webform-type-radios,
    .webform-submission-form .form-item-professional-background,
    .webform-submission-form .form-item-leadership-experience,
    .webform-submission-form .form-item-why-do-you-want-to-start-a-chapter,
    .webform-submission-form .form-item-team-members,
    .webform-submission-form .form-item-investor-category,
    .webform-submission-form .form-item-typical-cheque-size,
    .webform-submission-form .form-item-stage-preference,
    .webform-submission-form .form-item-willing-to-mentor,
    .webform-submission-form .form-item-startup-name,
    .webform-submission-form .form-item-country-city,
    .webform-submission-form .form-item-industry,
    .webform-submission-form .form-item-stage,
    .webform-submission-form .form-item-passport-number,
    .webform-submission-form .form-item-date,
    .webform-submission-form .form-item-one-line-pitch,
    .webform-submission-form .form-item-business-name,
    .webform-submission-form .form-item-owner-contact-person,
    .webform-submission-form .form-item-website-social-media,
    .webform-submission-form .form-item-business-size,
    .webform-submission-form .form-item-current-country-city,
    .webform-submission-form .form-item-profession-area-of-expertise,
    .webform-submission-form .form-item-linkedin,
    .webform-submission-form .form-item-availability,
    .webform-submission-form .form-item-organization-individual-name,
    .webform-submission-form .form-item-contact-person,
    .webform-submission-form .form-item-offering-type,
    .webform-submission-form .form-item-number-of-slots-amount,
    .webform-submission-form .form-item-website-link-to-details,
    .webform-submission-form .form-item-sponsorship-type,
    .webform-submission-form .form-item-donation-preference,
    .webform-submission-form .form-item-current-profession-job-title,
    .webform-submission-form .form-item-area-of-expertise,
    .webform-submission-form .form-item-years-of-experience,
    .webform-submission-form .form-item-expected-salary,
    .webform-submission-form .form-item-address,
    .webform-submission-form .form-item-organization-company,
    .webform-submission-form .form-item-award .shs-widget-container {
        flex-basis: calc(50% - 8px);
    }

    .webform-submission-form .webform-type-checkboxes .form-checkboxes {
        column-count: 3;
                gap: 20px;
    }
}
/* Webforms CSS */

/* Inderjeet Choudhary */
.captcha-type-challenge--image {
    max-width: 500px;
    border: 1px solid #e8e8e8;
    padding: 10px;
    margin-top: 20px;
}

.captcha-type-challenge--image legend {
    font-size: 16px;
    font-weight: 400;
    color: #161c26;
    font-family: var(--halpes-heading-font-family);
}

.webform-progress .progress-tracker--center {
    margin: 40px 0;
}

.webform-progress .progress-tracker--center .progress-step .progress-marker:before {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    font-size: 18px;
    background: #afb2c0;
}

.webform-progress .progress-tracker--center .progress-step .progress-marker:after {
    height: 2px;
    top: 50%;
    background: #afb2c0;
}

.webform-progress .progress-tracker--center .progress-step.is-active .progress-marker:before {
    background: #fe781c;
}

.webform-progress .progress-tracker--center .progress-step.is-complete .progress-marker:before {
    background-position: center;
    background-color: #fe781c;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M20%206%209%2017l-5-5%22/%3E%3C/svg%3E");
    background-size: 65%;
    background-repeat: no-repeat;
}

.webform-progress .progress-tracker--center .progress-step.is-complete .progress-marker:after {
    background: #fe781c;
}

.webform-element-description,
.text-count-message {
    font-size: 12px;
    line-height: normal;
    margin-top: 5px;
}

.webform-submission-award-nomination-application-for-form #edit-nominee-information {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
}

.webform-submission-award-nomination-application-for-form #edit-nominee-information .form-item-phone-whatsapp,
.form-item-current-city,
.form-item-current-country,
.form-item-organization-company-institution,
.form-item-designation-role {
    flex-basis: 100%;
}

.webform-submission-award-nomination-application-for-form .form-actions {
    text-align: end;
}

.form-item-supporting-links .webform-multiple-add,
.form-item-supporting-links .webform-multiple-table .tabledrag-toggle-weight-wrapper,
.form-item-supporting-links .webform-multiple-table table thead,
.form-item-supporting-links .webform-multiple-table table tbody td.webform-multiple-table--handle,
.form-item-supporting-links .webform-multiple-table table tbody fieldset legend,
.form-item-supporting-links .webform-multiple-table table tbody fieldset .fieldset-wrapper .js-form-type-url label {
    display: none;
}

.form-item-supporting-links .webform-multiple-table table tbody tr:first-child td.webform-multiple-table--operations-two .image-button:last-child {
    display: none;
}

.form-item-supporting-links .webform-multiple-table table tbody fieldset {
    margin: 0;
}


fieldset#edit-current-city-country--wrapper .fieldset-wrapper .webform-address {
    display: flex;
    gap: 20px;
}

/* Email Success CSS */
.email-container {
    color: #fff;
}

.email-container .email-contact-info a {
    background: transparent;
    text-decoration: underline;
    font-weight: 600;
}

.email-contact-info {
    font-size: 14px;
}

.email-container .email-contact-info a:hover {
    color: #fe7720;
}

.messages--error {
    color: #ff0000;
    font-size: 14px;
}

.form-item-i-confirm-details-are-accurate-agree-to-ibf-terms {
    display: flex;
    align-items: flex-start;
}

.form-item-i-confirm-details-are-accurate-agree-to-ibf-terms input {position: relative;top: 3px;}

@media screen and (min-width: 768px) {
    .webform-submission-award-nomination-application-for-form #edit-nominee-information .form-item-phone-whatsapp,
    .form-item-current-city,
    .form-item-current-country,
    .form-item-organization-company-institution,
    .form-item-designation-role {
        flex-basis: calc(50% - 8px);
    }
}
@media screen and (max-width: 768px) {
    fieldset#edit-current-city-country--wrapper .fieldset-wrapper .webform-address {
        flex-direction: column;
    }

    .form-item-designation-role {
        width: 100%;
        flex-basis: 100%;
    }

    .webform-submission-form .webform-type-checkboxes .form-checkboxes {
        flex-direction: column;
    }
}
@media screen and (min-width: 1024px) {
    .webform-submission-award-nomination-application-for-form #edit-nominee-information .form-item-phone-whatsapp,
    .form-item-current-city,
    .form-item-current-country,
    .form-item-organization-company-institution,
    .form-item-designation-role {
        flex-basis: calc(50% - 8px);
    }
}
/* Email Success CSS */