.podays-theme {
    --surface: #f7f9fc;
    --surface-container-low: #f2f4f7;
    --surface-container-lowest: #ffffff;
    --on-surface: #191c1e;
    --on-surface-variant: #3e4a3e;
    --outline-variant: #bdcaba;
    --bs-body-bg: var(--surface);
}

.podays-body {
    background: var(--surface);
    color: var(--on-surface);
}

.podays-header {
    background: white;
}

.podays-surface-low {
    background: var(--surface-container-low);
}

.podays-surface-lowest {
    background: var(--surface-container-lowest);
}

.podays-label-md {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bs-grass-green);
}

.podays-btn-primary {
    background: linear-gradient(135deg, var(--bs-grass-green), var(--bs-old-green));
    color: #fff;
    border: none;
    border-radius: 0.75rem;
    padding: 0.65rem 1.25rem;
}

.podays-bg-grass-green-to-old-green {
    background: linear-gradient(135deg, var(--bs-grass-green), var(--bs-old-green));
}

.podays-btn-primary:hover {
    color: #fff;
    opacity: 0.92;
}

.podays-btn-azure-blue {
    --bs-btn-bg: var(--bs-azure-blue);
    --bs-btn-border-color: var(--bs-azure-blue);
    --bs-btn-hover-bg: var(--bs-azure-blue-text-emphasis);
    --bs-btn-hover-border-color: var(--bs-azure-blue-text-emphasis);
    --bs-btn-focus-shadow-rgb: var(--bs-azure-blue-rgb);
    --bs-btn-active-bg: var(--bs-cobalt-blue);
    --bs-btn-active-border-color: var(--bs-cobalt-blue);
    --bs-btn-disabled-bg: var(--bs-azure-blue);
    --bs-btn-disabled-border-color: var(--bs-azure-blue);
    border-radius: 0.75rem;
    padding: 0.65rem 1.25rem;
    background: var(--bs-azure-blue);
    border-color: var(--bs-azure-blue);
    color: #fff;
}

.podays-btn-coral {
    --bs-btn-bg: var(--bs-coral);
    --bs-btn-border-color: var(--bs-coral);
    --bs-btn-hover-bg: #fd606d;
    --bs-btn-hover-border-color: #fd5764;
    --bs-btn-focus-shadow-rgb: var(--bs-coral-rgb);
    --bs-btn-active-bg: #fd6975;
    --bs-btn-active-border-color: #fd5764;
    --bs-btn-disabled-bg: var(--bs-coral);
    --bs-btn-disabled-border-color: var(--bs-coral);
    border-radius: 0.75rem;
    padding: 0.65rem 1.25rem;
    background: var(--bs-coral);
    border-color: var(--bs-coral);
    color: #fff;
}

.podays-btn-coral:hover, .podays-btn-azure-blue:hover {
    color: #fff;
    opacity: 0.92;
}

.podays-btn-dark {
    --bs-btn-bg: var(--bs-dark);
    --bs-btn-border-color: var(--bs-dark);
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: var(--bs-dark-rgb);
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-disabled-bg: var(--bs-dark);
    --bs-btn-disabled-border-color: var(--bs-dark);
    border-radius: 0.75rem;
    padding: 0.65rem 1.25rem;
    background: var(--bs-dark);
    border-color: var(--bs-dark);
    color: #fff;
}

.podays-btn-programme-light {
    background: var(--surface-container-lowest);
    color: var(--on-surface);
    border: none;
    border-radius: 0.75rem;
    padding: 0.65rem 1.25rem;
}

.podays-programme-card {
    border-radius: 1rem;
    padding: 1.5rem;
}

.podays-programme-day {
    border-radius: 1rem;
    overflow: hidden;
}

.podays-programme-row {
    background: var(--surface-container-low);
    border-radius: 0.75rem;
    padding: 1.25rem;
}

.podays-programme-grid {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr) 160px;
    gap: 1.5rem;
    align-items: start;
}

.podays-programme-table-.podays-header {
    background: var(--surface-container-low);
    border-radius: 0.75rem;
    padding: 0.85rem 1.25rem;
}

.podays-programme-table-header .podays-programme-grid {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--on-surface-variant);
    font-weight: 600;
}

.podays-programme-time {

    font-weight: 700;
    font-size: 1rem;
}

.podays-chip {
    background: var(--surface);
    border-radius: 999px;
    padding: 0.25rem 0.6rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: inline-block;
}

.podays-chip-primary {
    background: rgba(0, 107, 44, 0.12);
    color: var(--bs-grass-green);
}

.podays-chip-secondary {
    background: rgba(57, 79, 199, 0.12);
    color: var(--bs-azure-blue);
}

.podays-programme-sticky {
    top: 90px;
}

.podays-quick-link, .table-podays td a {
    color: var(--bs-azure-blue);
    text-decoration: none;
}

.podays-quick-link:hover {
    text-decoration: underline;
}

.podays-location-chip {
    background: var(--surface);
    border-radius: 999px;
    padding: 0.3rem 0.8rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--on-surface-variant);
    display: inline-flex;
    justify-content: center;
    min-width: 120px;
}


.podays-eureka-banner {
    margin-top: 20px;
    height: 40px;
}

@media (max-width: 991.98px) {
    .podays-programme-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .podays-location-chip {
        justify-content: flex-start;
        min-width: 0;
    }
}

.podays-hero {
    padding-block: 0;
}

.podays-hero-banner {
    position: relative;
    width: 100%;
    min-height: 0;
    margin-inline: auto;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    background: url("https://image.itea4.org/PIcJaXcECVyA0mJ-uy1SAd2R0-k=/https://itea4.org/img/i/13157-1778590315.png") bottom center / cover no-repeat;
}

.podays-hero-inner {
    position: relative;
    z-index: 1;
    padding-block: clamp(3rem, 6vw, 4.5rem);
}

.podays-hero-banner::after {
    content: "";
    position: absolute;
    inset: auto auto -120px -80px;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(0, 107, 44, 0.35) 0%, rgba(0, 107, 44, 0) 70%);
    pointer-events: none;
}

.podays-hero-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    max-width: 42rem;
    color: #fff;
    padding: 1.5rem 1.75rem 1.75rem;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, rgba(7, 22, 33, 0.78) 0%, rgba(7, 22, 33, 0.56) 62%, rgba(7, 22, 33, 0.18) 100%);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.podays-hero-content::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 8px;
    background: linear-gradient(180deg, var(--bs-grass-green) 0%, var(--bs-azure-blue) 100%);
}

.podays-hero-content .display-3 {
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.34);
}

.podays-hero-content .podays-label-md {
    color: rgba(226, 244, 230, 0.9);
}

.podays-hero-content .podays-lead {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.1rem;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}

.podays-hero-panel {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    background: linear-gradient(160deg, rgba(10, 26, 40, 0.94) 0%, rgba(13, 48, 61, 0.88) 100%);
    color: #fff;
    padding: 1.75rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
}

.podays-hero-panel::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 8px;
    background: linear-gradient(180deg, var(--bs-grass-green) 0%, var(--bs-azure-blue) 100%);
}

.podays-hero-panel::after {
    content: "";
    position: absolute;
    inset: auto -70px -70px auto;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 72%);
    pointer-events: none;
}

.podays-hero-panel i {
    color: var(--bs-grass-green);
}

.podays-hero-panel .text-uppercase {
    letter-spacing: 0.12em;
}

.podays-hero-panel .podays-highlight-link {
    color: #fff;
}

.podays-hero-panel .podays-highlight-link:hover {
    color: rgba(255, 255, 255, 0.82);
}

.podays-lead {
    max-width: 720px;
}

.podays-section-title {
    font-size: 1.8rem;
    font-weight: 700;
}

.podays-section-tonal {
    background: var(--surface-container-low);
}

.podays-section-visual {
    background-color: var(--surface-container-low);
    background-image: linear-gradient(90deg, rgba(242, 244, 247, 0.82) 0%, rgba(242, 244, 247, 0.7) 42%, rgba(242, 244, 247, 0.48) 68%, rgba(242, 244, 247, 0.16) 100%),
    url("https://image.itea4.org/_htFa2EvHy4-8oFL4wu1dOaRWaM=/https://itea4.org/img/i/13155-1778590203.png");
    background-position: left top, left bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 100%, contain;
}

.podays-media-frame {
    border-radius: 0.75rem;
    overflow: hidden;
}

.podays-ratio-16x10 {
    position: relative;
    width: 100%;
    padding-top: 62.5%;
}

.podays-ratio-16x10 > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.podays-media-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.podays-overlay-card {
    position: absolute;
    right: -1.5rem;
    bottom: -1.5rem;
    background: var(--surface-container-lowest);
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    max-width: 18rem;
}

.podays-highlight-card {
    background: var(--bs-cobalt-blue);
    color: #fff;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

.podays-highlight-card i {
    color: var(--bs-grass-green);
}

.podays-video-showcase {
    width: min(100%, 360px);
    padding: 0.75rem;
    border-radius: 2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(242, 244, 247, 0.96) 100%);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.14);
}

.podays-vertical-video {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border-radius: 1.5rem;
    background: #000;
}

.podays-vertical-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.podays-highlight-link {
    color: var(--bs-grass-green);
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.podays-highlight-link:hover {
    color: #fff;
}

.podays-resource-panel {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f6fbf8 100%);
    border: 1px solid rgba(25, 28, 30, 0.08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.podays-resource-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 8px;
    background: linear-gradient(90deg, var(--bs-grass-green) 0%, var(--bs-azure-blue) 100%);
}

.podays-resource-panel .podays-label-md,
.podays-resource-panel .text-muted {
    color: var(--on-surface-variant) !important;
}

.podays-resource-panel .podays-quick-link {
    display: block;
    padding: 0.9rem 1rem;
    border-radius: 0.85rem;
    background: rgba(57, 79, 199, 0.06);
    font-weight: 600;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.podays-resource-panel .podays-quick-link:hover {
    background: rgba(57, 79, 199, 0.12);
    text-decoration: none;
    transform: translateX(4px);
}

@media (max-width: 991.98px) {
    .podays-hero-banner {
        min-height: auto;
        padding: 2rem 0;
    }

    .podays-hero-content {
        max-width: none;
    }
}

@media (max-width: 575.98px) {
    .podays-hero-banner {
        min-height: auto;
        padding: 1.5rem 0;
    }

    .podays-hero-content {
        padding: 1.25rem;
    }
}

podays-card {
    display: block;
}

.podays-card {
    background: var(--surface-container-lowest);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.table-podays {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-hover-bg: transparent;
    --bs-table-striped-bg: transparent;
    --bs-table-border-color: rgba(25, 28, 30, 0.12);
    border: 1px solid var(--bs-table-border-color);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 1rem;
    overflow: hidden;
}

.table-podays > :not(caption) > * > * {
    background: transparent;
    padding: 1rem 1.25rem;
    vertical-align: top;
}

.table-podays > thead > * {
    background: linear-gradient(135deg, var(--bs-grass-green), var(--bs-old-green));
    color: #fff;
}

.table-podays > :not(:first-child) {
    border-top: 1px solid var(--bs-table-border-color);
}

.table-podays > tbody > tr:first-child > * {
    border-top: 0;
}

.table-podays > tbody > tr > *:first-child,
.table-podays > thead > tr > *:first-child {
    border-left: 0;
}

.table-podays > thead > tr > th, .table-podays > thead > tr > th > a {
    font-weight: 600;
    color: #fff;
}

.table-podays > tbody > tr:first-child > *:first-child,
.table-podays > thead > tr:first-child > *:first-child {
    border-top-left-radius: 1rem;
}

.table-podays > tbody > tr:first-child > *:last-child,
.table-podays > thead > tr:first-child > *:last-child {
    border-top-right-radius: 1rem;
}

.table-podays > tbody > tr:last-child > *:first-child {
    border-bottom-left-radius: 1rem;
}

.table-podays > tbody > tr:last-child > *:last-child {
    border-bottom-right-radius: 1rem;
}

.podays-card--info {
    padding: 1.5rem;
    background: var(--surface-container-low);
    box-shadow: none;
}

.podays-card-link {
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.podays-card-link:hover {
    text-decoration: none;
}

.podays-card-media {
    overflow: hidden;
}

.podays-price {
    color: var(--bs-grass-green);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
}

.podays-map-card {
    border-radius: 1rem;
    overflow: hidden;
    min-height: 420px;
    background: var(--surface-container-low);
}

.podays-map-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.podays-map-pill {
    background: #fff;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: var(--bs-cobalt-blue);
}

.podays-map-actions {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
}

.podays-info-icon {
    font-size: 1.25rem;
    color: var(--bs-azure-blue);
    margin-bottom: 0.75rem;
}

#navbar_top {
    background: var(--surface-container-low) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#navbar_top .nav-link,
#navbar_top .navbar-brand,
#navbar_top .navbar-toggler {
    color: var(--on-surface-variant) !important;
}

#navbar_top .nav-link:hover,
#navbar_top .nav-link:focus {
    color: #fff;
    opacity: 0.85;
}

#navbar_top .nav-item.active .nav-link {
    background: #3a404a;
    color: #fff !important;
    border-radius: 10px;
    padding-inline: 0.85rem;
}

#navbar_top .dropdown-menu {
    background: #1f2329;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

#navbar_top .dropdown-item {
    color: #f5f7fb;
}

#navbar_top .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 991.98px) {
    .podays-hero {
        padding-top: 2.5rem;
    }

    .podays-overlay-card {
        position: static;
        margin-top: 1.5rem;
        max-width: none;
    }
}
