.team-member-bio,.Member-Bio-Image{
    display:none!important;
}
.header-logo {
    position: absolute;
    top: -56px;
    left: 48.8%;
    transform: translate(-50%);
}
.elementor-sticky--effects .header-logo {
    max-width: 227px!important;
    top: 0px;
}
.header-nav ul li:nth-child(3){
    margin-right: 187px;
}
.header-nav ul li:nth-child(4){
    margin-left: 185px;
}
.heading-underline::before {
    content: '';
    position: absolute;
    background: #F6C445;
    width: 16.7%;
    height: 3px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}
.header-nav ul li a{
    padding-top: 0px!important;
    padding-bottom: 31px!important;
    margin-top: 31px!important;
}
.header-nav .e--pointer-underline .elementor-item:after{
    left: 50%!important;
    width: 60%!important;
    transform: translateX(-50%)!important;
    border-radius: 5px;
}
.header-nav .sub-menu{
    min-width: 208px!important;
}
.header-nav .sub-menu a{
    padding: 12px 16px!important;
    margin: 0px!important;
    font-family: "Inter";
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;!important;
    border-bottom: 1px solid #FFFFFF33!important;
}
.header-nav .sub-menu li{
    margin-right: 0px !important;
}
.header-nav .elementor-nav-menu .sub-arrow{
    padding: 5px!important;
}
.about-us-timeline-slider-container .elementor-widget-text-editor {
    height: 150px;
    overflow: auto;
}
.swiper-pagination-bullet:not(.labeled-bullet){
    display:none !important;
}

.swiper-pagination{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.swiper-pagination-bullet.labeled-bullet{
    display:flex !important;
    width:auto;
    height:auto;
    background:transparent;
    opacity:1;
}



/* =========================================
   CBI TODAY'S EVENTS - ICS CALENDAR
========================================= */

.today-cal {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

/* Hide original date */
.today-cal .ics-calendar-date {
    display: none !important;
}

/* Events grid */
.today-cal ul.events {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
    
    width: 100%;
    max-width: 1320px;
    margin: 0 auto !important;
    padding: 0 !important;
    
    list-style: none !important;
}


/* =========================================
   EVENT CARD
========================================= */

.today-cal ul.events > li.event {
    position: relative;

    display: block !important;

    width: 100% !important;
    min-height: 205px;

    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff;

    border-left: 5px solid #064b87;

    box-shadow: 0px 8px 20px 0px #00275526;

    overflow: hidden;

    box-sizing: border-box;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* =========================================
   HOVER
========================================= */

.today-cal ul.events > li.event:hover {
    transform: translateY(-3px) !important;
    transition: 0.3s ease !important;
    box-shadow: 0px 12px 25px 0px #00275530 !important;
}
/* =========================================
   EVENT ICON
========================================= */

.today-cal ul.events > li.event::before {
    content: "▣";
    position: absolute;
    top: 24px;
    left: 20px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #e3f0fb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #064b87;
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 1;
    z-index: 2;
    transform: rotate(45deg);
}


/* Evening events = moon */
/*
.today-cal ul.events > li.t183000::before,
.today-cal ul.events > li.t184500::before {
    content: "☾";
}*/


/* =========================================
   EVENT INFO
========================================= */

.today-cal .event-info {
    display: block !important;

    width: 100%;

    box-sizing: border-box;

    padding: 22px 20px 22px 80px;
}


/* =========================================
   TIME
========================================= */

.today-cal .event-info .time {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 4px;

    margin: 0 0 4px !important;
    padding: 0 !important;

    font-family: "Inter", sans-serif;

    font-weight: 600;
    font-size: 18px;
    line-height: 30px;

    color: #053C78;
}


/* Start + end time */
.today-cal .event-info .start_time,
.today-cal .event-info .end_time {
    display: inline;
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Inter", sans-serif;
    font-weight: 600!important;
    font-size: 18px!important;
    line-height: 30px!important;

    color: #053C78;
}


/* =========================================
   EVENT TITLE
========================================= */

.today-cal .event-info .title {
    margin: 0 !important;
    padding: 0 !important;

    font-family: "Alegreya", sans-serif;

    font-weight: 500!important;
    font-size: 30px;
    line-height: 42px;

    color: #212121;

    text-align: left;
}


/* =========================================
   HIDE LOCATION / ORGANIZER
========================================= */

.today-cal .descloc {
    display: none !important;
}


/* =========================================
   REMOVE DEFAULT ICS STYLING
========================================= */

.today-cal .ics-calendar-basic-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

.today-cal #r6a7c534fef6d7a5 .events li.event {
    border-radius: 0 !important;
}
.header-nav .sub-menu li {
    margin-left: 0px !important;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .today-cal ul.events {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .today-cal{
        padding: 0 15px;
        box-sizing: border-box;
    }

    .today-cal ul.events {
        grid-template-columns: 1fr;
        gap: 15px;
    }


    .today-cal ul.events > li.event {
        min-height: 115px;
    }


    .today-cal ul.events > li.event::before {
        top: 20px;
        left: 18px;

        width: 42px;
        height: 42px;

        font-size: 20px;
    }


    .today-cal .event-info {
        padding: 20px 18px 20px 75px;
    }


    .today-cal .event-info .time,
    .today-cal .event-info .start_time,
    .today-cal .event-info .end_time {
        font-size: 16px!important;
        line-height: 24px!important;
    }


    .today-cal .event-info .title {
        font-size: 22px;
        line-height: 30px;
    }

}



/*sidebar highholidays*/

/* =====================
   SIDEBAR
===================== */

.sidebar-con {
    position: absolute;
    top: 794px;
    left: 0;
    width: 300px;
    z-index: 10;
    transform: translateX(0);
    transition: transform 0.4s ease;
    will-change: transform;
}

/* Fixed */
.sidebar-con.is-fixed {
    position: fixed;
    top: 155px;
    left: 0;
    z-index: 999;
}

/* =====================
   SIDEBAR UI
===================== */

.side-bar-tab {
    width: 100%;
}

.side-bar-tab .elementor-icon-list-items {
    background: #b32025;
    overflow: hidden;
    box-shadow: 0px 8px 16px #00000033;
}

.sidebar-con ul li a {
    background-color: #DCEAF6;
    border-bottom: 3px solid #053C784D;
    transition: 0.3s;
}

.sidebar-con ul li a:hover,
.sidebar-con ul li a.active {
    background-color: #053C78;  
    border-bottom: 3px solid #F6C445;
}


.sidebar-con ul li a:hover .elementor-icon-list-text,
.sidebar-con ul li a.active .elementor-icon-list-text{
    color: #FFFFFF !important;
}


.side-bar-tab .elementor-icon-list-item a {
    display: flex;
    padding: 24px 18px;
}

.side-bar-tab .elementor-icon-list-text {
    color: #fff;
    font-weight: 600;
}

.side-bar-tab .elementor-icon-list-icon {
    margin-right:4px;
}

/* =====================
   TOGGLE BUTTON
===================== */

/* Default hidden (desktop) */
.sidebar-toggle-btn {
    display: none;
}

/* Button style */
.sidebar-toggle-btn {
    position: fixed;
    top: -44px; /* sync with sidebar */
    /*left: 300px;*/
    transform: translateX(306px);
    background: #053C78;
    color: #fff;
    padding: 10px 22px;
    border-radius: 0 6px 6px 0;
    z-index: 9999;
    cursor: pointer;
    border: 1px solid #fff;
    transition: transform 0.4s ease, background 0.3s ease;
}

.sidebar-toggle-btn:hover {
    background: #053C78;
}

.sidebar-toggle-btn svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    animation: arrowMove 1s infinite ease-in-out;
}

.sidebar-toggle-btn.open svg {
    transform: rotate(0deg);
    animation: arrowMoveReverse 1s infinite ease-in-out;
}

/* Animations */
@keyframes arrowMove {
    0%   { transform: translateX(0) rotate(0deg); }
    50%  { transform: translateX(5px) rotate(0deg); }
    100% { transform: translateX(0) rotate(0deg); }
}

@keyframes arrowMoveReverse {
    0%   { transform: translateX(0) rotate(180deg); }
    50%  { transform: translateX(-5px) rotate(180deg); }
    100% { transform: translateX(0) rotate(180deg); }
}
.gform_confirmation_message {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}