
.c-section--center-info {
    margin-top: 0px;
}

.social-links {
    margin-top: 0px;
}

.pb-50
{
    padding-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

@media (max-width: 1024px) 
{
    .c-wrapper:first-child .c-section--no-bg:first-child .c-centered-content {
        padding-top: 44px;
    }
}

@media (max-width: 1240px)
{
    .c-wrapper:first-child .c-section--no-bg:first-child .c-centered-content {
        padding-top: 64px;
    }
}

.c-wrapper:first-child .c-section--no-bg:first-child .c-centered-content {
    padding-top: 96px;
}

.our-centres__list--outside .b-centre-item:hover, .our-centres__list--nearby .b-centre-item:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #000 !important;
}

.b-centre-item__name{
    color: #000;
}

.hide
{
    display: none !important;
}

.c-hero__scrollto{
    z-index: 12;
}

.availability-modal .session-info__price {
    padding-right: 0px !important;
    
}

.print-page .timetable-print ul li table tr {
    font-weight: 700 !important;
}

/* Breadcrumbs */

main nav {
    background-color: #333e48;
    width: 100%;
    min-height: 65px;
    color: #eee;
}

.c-section--center-info nav {
    background-color: white;
    width: 100%;
    min-height: 65px;
}

.breadcrumb {
    padding: 20px;
    margin: 0;
    list-style: none;
    display: flex;
    font-size: 14px;
}

    .breadcrumb li {
        margin-right: 10px;
    }

.c-section--center-info .breadcrumb li:not(:last-child)::after {
    content: ">";
    margin-left: 10px;
    color: #333e48;
}

.c-center-info__name, ol li, ul li {
    margin-bottom: 0px;
}

nav .breadcrumb li {
    display: inline-flex;
    align-items: center;
}

    nav .breadcrumb li:not(:last-child)::after {
        content: ">";
        margin-left: 10px;
        color: #f38b00;
        display: inline-block;
        flex-shrink: 0;
    }

nav .breadcrumb a {
    text-decoration: none;
    color: #eee;
    display: inline-block;
}


.c-section--center-info .breadcrumb a {
    text-decoration: none;
    color: #f38b00;
}

.hero .breadcrumb a {
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

nav .breadcrumb-wrapper {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}

@media only screen and (max-width: 767px)  {
    .breadcrumb {
        padding: 10px;
    }

    .c-section--center-info .breadcrumb {
        padding: 20px;
    }

    nav .breadcrumb-wrapper ul {
        display: flex;
        flex-wrap: wrap;
    }
    
    nav .breadcrumb a {
        font-size: 12px;
        white-space: nowrap;
    }
}

.c-footer-places-logo {
    margin-top: 25px;
    margin-bottom: 20px;
}

.c-footer-places-logo svg {
    width: 170px;
    height: 80px;
}

.ui-autocomplete li {
    font-size: 12px;
}

/* Timetable search */

@media only screen and (max-width: 767px) {
    .timetable-search {
        margin-bottom: 10px;
    }
}

#filterContainer {
    text-align: center;
    margin-bottom: 30px;
}

#noResultsMessage {
    text-align: center;
    margin-bottom: 30px;
    color: #333e48;
    display: none;
}

/* Header Extension for Breadcrumbs and Join Now Button */
.header-extension {
    background-color: #333e48;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 100;
    transition: all 0.3s ease;
}

/* Fixed positioning when Join Now button is present and scrolled */
.header-extension.with-join-button.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Spacer to prevent content jump when header becomes fixed */
.header-extension-spacer {
    display: none;
    height: 0;
}

.header-extension-spacer.active {
    display: block;
}

.header-extension nav {
    background-color: transparent;
    border-top: none;
    flex-grow: 1;
}

/* Join Now Button */
.join-now-wrapper {
    padding: 12px 20px;
    margin-right: 7.5%;
}

.btn-join-now {
    display: inline-block;
    padding: 8px 20px;
    background-color: #f38b00;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.3s ease;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid transparent;
    white-space: nowrap;
}

.btn-join-now:hover {
    background-color: #d17300;
    text-decoration: none;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

@media only screen and (max-width: 767px) {
    .header-extension {
        flex-direction: column;
        align-items: stretch;
    }
    
    /* Sticky behavior on mobile too */
    .header-extension.with-join-button {
        position: sticky;
        top: 0;
        z-index: 1000;
    }
    
    .join-now-wrapper {
        text-align: center;
        padding: 8px 15px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .header-extension:has(.join-now-wrapper) nav {
        min-height: 45px;
    }
    
    .btn-join-now {
        font-size: 13px;
        padding: 7px 18px;
        width: auto;
        white-space: nowrap;
    }
}

/* Mobile Menu Join Now Button */
.c-mobile-nav__join-wrapper {
    padding: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

/* ==============================================
   Feature Panel Swipe Styles - Mobile Only
   Enables horizontal swipe navigation for Feature Panels
   with 2 or more panels on mobile devices (≤768px)
   ============================================== */
@media (max-width: 768px) {
    /* Container for swipable panels */
    .c-section--memberships-options .o-2up {
        position: relative;
        overflow: hidden;
        margin-bottom: 30px; /* Space for hint below */
        /* Override flex display from base styles - needed due to specificity */
        display: block !important;
    }

    /* Inner wrapper for horizontal scrolling - added by JavaScript */
    .c-section--memberships-options .o-2up .feature-panels-wrapper {
        display: flex;
        transition: transform 0.3s ease-out;
        touch-action: pan-y; /* Allow vertical scroll, handle horizontal in JS */
        width: 100%;
    }

    /* Each panel takes full width on mobile
       High specificity selector to override .o-2up__item base styles
       !important needed to override inline styles and .c-card--50 */
    .c-section--memberships-options .o-2up .o-2up__item,
    .c-section--memberships-options .o-2up .o-2up__item.c-card--50 {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0;
        float: none; /* Reset float from base styles */
    }

    /* Ensure proper sizing for the card container */
    .c-section--memberships-options .o-2up .c-card {
        width: 100%;
        min-height: 400px;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    /* Ensure content is properly positioned */
    .c-section--memberships-options .c-card__content {
        width: 100%;
        padding: 30px 20px;
    }

    /* Dots indicator - shows current panel position */
    .feature-panels-dots {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        display: flex;
        gap: 8px;
        padding: 8px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 20px;
        z-index: 2;
        margin: 10px auto 0;
        width: fit-content;
    }

    /* Individual dot styles */
    .feature-panels-dots .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ccc;
        transition: background-color 0.3s ease;
        cursor: pointer;
    }

    /* Active dot uses brand color */
    .feature-panels-dots .dot.active {
        background-color: #f38b00;
    }

    /* Visual hint for swipe capability - shows on first load */
    .feature-panels-hint {
        position: relative;
        color: #666;
        font-size: 13px;
        padding: 0;
        background: transparent;
        border-radius: 0;
        opacity: 1;
        transition: opacity 0.3s ease;
        pointer-events: none; /* Don't block touch events */
        z-index: 2;
        text-align: center;
        margin: 5px auto 0;
    }

    /* Hide hint after first interaction */
    .feature-panels-hint.hidden {
        opacity: 0;
    }
}