/* OOm Search Toggle - Start */
.oom-search-toggle-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.oom-search-icon-container img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    cursor: pointer;
}
input.oom-search-input {
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    outline: none;
    max-width: 133px;
    color: #fff;
    font-size: var(--e-global-typography-6005269-font-size);
    font-weight: var(--e-global-typography-6005269-font-weight);
    line-height: var(--e-global-typography-6005269-line-height);
}
input.oom-search-input::placeholder {
    font-family: var(--e-global-typography-6005269-font-family), Sans-serif;
    color: #fff;
    font-size: var(--e-global-typography-6005269-font-size);
    font-weight: var(--e-global-typography-6005269-font-weight);
    line-height: var(--e-global-typography-6005269-line-height);
}
input.oom-search-input:focus {
    border-bottom: 1px solid white;
    outline: none;
    box-shadow: none;
}
.oom-search-icon-container {
    display: flex;
}
/* OOm Search Toggle - End */

/* OOm Menu - Start */
.oom-nus-menu li.menu-item {
    position: relative;
    z-index: 2;
}

.oom-nus-menu .elementor-nav-menu {
    position: relative;
}

#oom-menu-marker {
    width: 35px;
    height: 45px;
    background: #FF8F1E;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(255, 143, 30, 0.6), 0 0 40px rgba(255, 143, 30, 0.4), 0 0 60px rgba(255, 143, 30, 0.3), 0 0 80px rgba(255, 143, 30, 0.2);
    filter: blur(5px);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease, left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

#oom-menu-marker.active {
    opacity: 1;
}

li.oom-mobile-search-toggle {
    display: none ! Important;
}

@media (min-width: 1440.99px) {
    .oom-nus-menu .elementor-nav-menu--dropdown {
        padding: 20px 40px !important;
        margin-left: -40px !important;
    }
}

@media (max-width: 1440px) and (min-width: 1235.98px) {
    .oom-nus-menu  .elementor-nav-menu--dropdown {
        padding: 20px 30px !important;
        margin-left: -30px !important;
    }
}

@media (min-width: 1235.98px) {
    .oom-nus-menu a.elementor-sub-item {
        position: relative;
        border-inline-start: 0 !important;
        border-bottom: 1px solid var( --e-global-color-493ce95 );
        text-decoration: none;
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        display: inline-block;
    }
    
    /* animated underline */
    .oom-nus-menu a.elementor-sub-item::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background: white;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.35s ease;
    }
    
    /* hover */
    .oom-nus-menu a.elementor-sub-item:hover::after {
        transform: scaleX(1);
    }
}

@media (max-width: 1235px) {
    .elementor-44 .elementor-element.elementor-element-319c105 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
        margin-top: -48px !important;
        z-index: 1;
    }
    .oom-nus-menu .elementor-menu-toggle {
        z-index: 2;
    }
    .oom-nus-menu nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        padding-top: 60px;
    }
    .oom-nus-menu .elementor-nav-menu {
        position: relative;
        max-width: 90%;
        margin: 0 auto;
    }
    li.oom-mobile-search-toggle {
        display: flex!important;
        padding: 20px;
        padding-top: 80px;
    }
}
/* OOm Menu - End */

/* Number Box - Start */
.oom-number-circle-box {
    border: 1px solid white;
    height: 50px;
    width: 50px;
    min-width: 50px!important;
    min-height: 50px!important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
@media (max-width: 1235px) {
    .oom-number-circle-box {
        height: 40px;
        width: 40px;
        min-width: 40px;
        min-height: 40px;
    }
}
/* Number Box - End */

/* OOm Line - Start */
.oom-line svg.e-font-icon-svg {
    margin: 0px ! Important;
}
.oom-line span.elementor-icon-list-icon {
    position: relative;
}
.oom-line span.elementor-icon-list-icon:before {
    content: "";
    height: 22px;
    width: 2px;
    background: white;
    display: block;
    position: absolute;
    left: 50%;
    top: 98%;
    transform: translateX(-50%);
}
.oom-line li.elementor-icon-list-item:last-child span.elementor-icon-list-icon:before {
    display: none ! Important;
}
.oom-line span.elementor-icon-list-text {
    padding-left: 15px !important;
}
/* OOm Line - End */


/* OOm Globe Text - Start */
.oom-globe-container {
    padding-bottom: 20px;
}
.oom-globe-text a{
    position: relative;
    padding-bottom: 10px;
}
.oom-globe-text a:after {
    content: "";
    background: url(../../uploads/2026/01/Website-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom:-22px;
    left: 0;
    width: 18px;
    height: 18px;
}
/* OOm Globe Text - End */


/* OOm Schedule Type Tag - Start */
.oom-schedule-title h4 {
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 3;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.oom-schedule-pop-close-icon svg {
    width: 35px !important;
    max-width: 35px !important;
    height: 35px !important;
    max-height: 35px !important;
}

.oom-tagging-span {
    padding: 10px 31px;
    border-radius: 30px 0px;
    color: white;
}
.oom-tagging-span span {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Nunito Sans';
    line-height: 20px;
}
/* Talk */
.oom-schedule-term-11 .oom-tagging-span {
    background: #FF8F1E;
}
.oom-schedule-term-11 {
    background: #FFFAD7!important;
}
/* Special Class */
.oom-schedule-term-12 .oom-tagging-span {
    background: #F26858;
}
.oom-schedule-term-12 {
    background: #FFE1DE!important;
}
/* Virtual */
.oom-schedule-term-10 .oom-tagging-span {
    background: #9998D7;
}
.oom-schedule-term-10 {
    background: #E1E1FF!important;
}
.oom-schedule-term-10 .oom-schedule-not-virtual-box, .oom-schedule-virtual-box {
    display: none;
}
.oom-schedule-term-10 .oom-schedule-virtual-box,
.single-schedule .oom-schedule-virtual-box {
    display: flex;
}
.oom-not-virtual-venu-box {
    display: flex;
}

.single-schedule .oom-schedule-virtual-box img {
    filter: brightness(0) invert(1);
}
/* OOm Schedule Type Tag - End */

/* OOm Schedule Type Post - Start */
.single-schedule .schedule_type-talks .oom-not-virtual-venu-box,
.single-schedule .schedule_type-special-classes .oom-not-virtual-venu-box {
    display: flex!important;
}
.single-schedule .schedule_type-talks .oom-schedule-virtual-box,
.single-schedule .schedule_type-special-classes .oom-schedule-virtual-box {
    display: none!important;
}

.single-schedule .schedule_type-virtual .oom-not-virtual-venu-box {
    display: none!important;
}
.single-schedule .schedule_type-virtual .oom-schedule-virtual-box {
    display: flex!important;
}
/* OOm Schedule Type Post - End */

/* OOm Schedule Filter - Start */
.oom-schedule-filter-container {
    background: #003d7c;
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    border-radius: 50px;
    padding: 100px 0px;
    margin-bottom: 70px;
}

.oom-schedule-filter-wrapper {
    width: 100%;
}

/* Category Tabs */
.oom-schedule-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
    gap: 20px;
    margin-bottom: 20px;
}

.oom-schedule-tab {
    padding: 7px 30px;
    border: 1px solid #FFF;
    background: transparent;
    color: white;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Advent Pro';
}

.oom-schedule-tab:hover {
    background: rgba(255, 255, 255, 0.1);
}

.oom-schedule-tab.active[data-filter="talks"], .oom-schedule-tab[data-filter="talks"]:hover {
    background: #FF8F1E;
}
.oom-schedule-tab.active[data-filter="special-classes"], .oom-schedule-tab[data-filter="special-classes"]:hover {
    background: #F26858;
}
.oom-schedule-tab.active[data-filter="virtual"], .oom-schedule-tab[data-filter="virtual"]:hover   {
    background: #9998D7;
}


/* Month/Year Display */
.oom-schedule-month-year {
    text-align: center;
    margin-bottom: 20px;
}
.oom-month-year-text {
    color: white;
    font-size: clamp(1.625rem, 1.405rem + 0.939vw, 2.25rem);
    padding: 10px 0;
    font-family: 'Advent Pro';
    font-weight: 700;
}

/* Calendar – ensure wrapper is always visible (e.g. when VIRTUAL filter hides third-filters) */
.oom-schedule-calendar,
#oom-schedule-calendar {
    display: block !important;
}

.oom-calendar-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    margin-bottom: 15px;
}
.oom-calendar-header, .oom-calendar-grid {
    max-width: 90%;
    margin: 0 auto;
}
.oom-calendar-day {
    text-align: center;
    font-weight: 600;
    color: white;
    font-size: clamp(1.625rem, 1.405rem + 0.939vw, 2.25rem);
    padding: 10px 0;
    font-family: 'Advent Pro';
    font-weight: 700;
}
.oom-calendar-day:first-child {
    color: #DD569F;
}

@media (max-width: 1024px) {
    .oom-calendar-day {
        position: relative;
        overflow: hidden;
        text-indent: -9999px;
    }
    .oom-calendar-day::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-indent: 0;
        font-weight: 800;
        color: white;
        font-family: 'Advent Pro';
    }
    .oom-calendar-day:nth-child(1)::after {
        content: "S";
        color: #f472b6;
    }
    .oom-calendar-day:nth-child(2)::after {
        content: "M";
    }
    .oom-calendar-day:nth-child(3)::after {
        content: "T";
    }
    .oom-calendar-day:nth-child(4)::after {
        content: "W";
    }
    .oom-calendar-day:nth-child(5)::after {
        content: "T";
    }
    .oom-calendar-day:nth-child(6)::after {
        content: "F";
    }
    .oom-calendar-day:nth-child(7)::after {
        content: "S";
    }
}

.oom-calendar-grid {
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0px;
    border-radius: 30px;
    border: 2px solid white;
}


.oom-calendar-cell {
    aspect-ratio: 1;
    background: transparent;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 8px;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.9);
    border-right: 2px solid rgba(255, 255, 255, 0.9);
    height: 120px;
    width: 100%;
}

.oom-calendar-cell:nth-child(7n) {
    border-right: none;
}

.oom-calendar-cell:nth-last-child(-n+7) {
    border-bottom: none;
}

.oom-calendar-cell:nth-last-child(-n+3) .oom-calendar-date {
    visibility: hidden;
}


.oom-calendar-cell.empty {
    background: transparent;
    cursor: default;
}

.oom-calendar-cell:hover:not(.empty) {
    background: rgba(255, 255, 255, 0.2);
}

.oom-calendar-cell.selected {
    background: #326650 !important; /* Green background for active/selected date */
    box-shadow: 0 0 10px rgba(26, 61, 14, 0.5);
}

.oom-calendar-date {
    font-size: clamp(2rem, 1.405rem + 0.939vw, 2.625rem);
    font-weight: 600;
    color: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    margin: 0;
    font-family: 'Advent Pro';
    font-weight: 800;
}

.oom-calendar-dots {
    display: flex;
    gap: 4px;
    justify-content: center;
    flex-wrap: wrap;
}

.oom-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.oom-dot-talks {
    background: #FF8F1E;
}

.oom-dot-special-classes {
    background: #F26858;
}

.oom-dot-virtual {
    background: #9998D7;
}

/* Virtual Calendar Styling */
.oom-calendar-cell.virtual-date {
    background: rgba(255, 255, 255, 0.1);
}

.oom-calendar-cell.virtual-start-date {
    background: #1a3d0e !important; /* Dark green background for Feb 1 (start date) */
    border-color: rgba(255, 255, 255, 0.3);
}

/* Event Label Styling - Dot first, then text */
.oom-calendar-event-label {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 500;
    color: white;
    z-index: 1;
    line-height: 1.2;
    font-family: 'Nunito Sans';
    font-size: 14px;
}

.oom-calendar-event-label-multiple,
.oom-calendar-virtual-label {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.oom-event-item {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 4px;
}

@media (max-width: 1235.98px) {
    .oom-calendar-grid {
        border-radius: 10px;
        border: 1px solid white;
    }
    .oom-calendar-cell {
        width: inherit;
        height: inherit;
        border-bottom-width: 1px;
        border-right-width: 1px;
    }

    .oom-schedule-filter-container {
        padding: 50px 0px;
    }
    /* Center the date number at the top */
    .oom-calendar-cell .oom-calendar-date {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        right: auto;
        text-align: center;
        font-weight: 800;
    }
    
    /* Position dots horizontally below the date, centered */
    .oom-calendar-cell .oom-calendar-event-label-multiple,
    .oom-calendar-cell .oom-calendar-event-label {
        position: absolute;
        top: 65%;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    /* Virtual label: reset desktop positioning so dot is centered on mobile */
    .oom-calendar-cell .oom-calendar-virtual-label {
        right: auto;
        max-width: none;
    }

    /* Hide text labels, show only dots */
    .oom-calendar-cell .oom-calendar-event-label-multiple .oom-event-text,
    .oom-calendar-cell .oom-calendar-event-label .oom-event-text {
        display: none;
    }
    
    /* Make dots slightly larger for better visibility */
    .oom-calendar-cell .oom-calendar-event-label-multiple .oom-dot,
    .oom-calendar-cell .oom-calendar-event-label .oom-dot {
        width: 10px;
        height: 10px;
    }
    /* Virtual: mobile shows one single dot only */
    .oom-calendar-cell .oom-calendar-virtual-label .oom-event-item ~ .oom-event-item {
        display: none;
    }
    .oom-calendar-cell .oom-calendar-virtual-label .oom-event-text {
        display: none;
    }
}

.oom-event-text {
    font-size: clamp(0.625rem, -5rem + 6.6667vw, 1rem);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.oom-calendar-event-label .oom-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

/* Legacy support for old virtual label class */
.oom-calendar-virtual-label {
    position: absolute;
    top: 6px;
    left: 6px;
    right: 44px;
    max-width: calc(100% - 44px);
    display: flex;
    align-items: flex-start;
    gap: 4px;
    font-size: 10px;
    font-weight: 500;
    color: white;
    z-index: 1;
}

.oom-calendar-virtual-label .oom-event-item {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-direction: row;
    min-width: 0;
    max-width: 100%;
}

.oom-event-text.oom-virtual-post-title {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    min-width: 0;
}

.oom-virtual-text {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.oom-calendar-virtual-label .oom-dot-virtual {
    width: 6px;
    height: 6px;
    background: #9998D7;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

/* Third Filter Controls */
.oom-schedule-third-filters {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 90%;
    margin: 0 auto;
}

.oom-filter-dropdown-wrapper {
    position: relative;
}

.oom-filter-dropdown {
    padding: 8px 15px;
    border: 2px solid #D9D9D9;
    display: flex;
    align-items: center;
    min-width: 150px;
    color: #003d7c;
    transition: all 0.3s ease;
    background: #D9D9D9;
    border-radius: 10px;
    justify-content: space-between;
    font-size: clamp(1.125rem, 1.405rem + 0.939vw, 1.25rem);
    font-family: 'Advent Pro';
    font-weight: 700;
}

.oom-filter-dropdown:hover, .oom-filter-dropdown:focus, .oom-filter-dropdown:active {
    background: #D9D9D9;
    color: #003d7c;
}

.oom-filter-count {
    background: #003d7c;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    right: -10px;
    top: -10px;
}

.oom-filter-arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.oom-filter-dropdown-menu.active + .oom-filter-dropdown .oom-filter-arrow,
.oom-filter-dropdown-wrapper:has(.oom-filter-dropdown-menu.active) .oom-filter-arrow {
    transform: rotate(180deg);
}

.oom-filter-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    background: white;
    border: 2px solid #003d7c;
    border-radius: 10px;
    min-width: 200px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.oom-filter-dropdown-menu.active {
    display: block;
}

.oom-filter-option {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.oom-filter-option:hover {
    background: #f5f5f5;
}

.oom-filter-option input[type="checkbox"] {
    margin-right: 10px;
    cursor: pointer;
}


.oom-filter-option span {
    font-size: 16px;
    color: #003d7c;
    font-family: 'Advent Pro';
    font-weight: 600;
}

.oom-filter-reset {
    padding: 12px 20px;
    background: transparent;
    border: 2px solid white;
    border-radius: 4px;
    color: #003d7c;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-size: clamp(1.125rem, 1.405rem + 0.939vw, 1.25rem);
    font-family: 'Advent Pro';
    font-weight: 700;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.oom-filter-reset:hover, .oom-filter-reset:focus, .oom-filter-reset:active {
    color: #003d7c;
    background: transparent;
}

.oom-reset-icon {
    font-size: 18px;
}

/* Responsive */
@media (max-width: 768px) {
    .oom-schedule-tabs {
        gap: 10px;
    }
    .oom-calendar-day {
        font-size: 12px;
        padding: 5px 0;
    }
    
    .oom-calendar-date {
        font-size: 14px;
    }
    
    .oom-dot {
        width: 6px;
        height: 6px;
    }
    
    .oom-filter-dropdown {
        width: 100%;
    }
}

@media (max-width: 560.98px) {
    .oom-schedule-third-filters {
        flex-direction: column;
        align-items: stretch;
    }
}
/* OOm Schedule Filter - End */

/* AJAX Loading Spinner */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.oom-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oom-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.oom-loading {
    position: relative;
    min-height: 200px;
}

/* JetEngine Popup */
.jet-popup__container-inner {
    background: transparent !important;
}

img.oom-venue-code-image {
    border-radius: 20px;
}

.hide-this-section {
    display: none;
}

.oom-line .elementor-icon-list-text a {
    display: inline !important;
}

.oom-around-utown span.elementor-icon-list-text {
    display: flex;
}