﻿body {
    background: linear-gradient(to bottom, #2a7c7e 0%, #bfe2dc 90%, #ffffff 100%);
}

.bg-short,
.bg-long {
    background: linear-gradient(to bottom, #2a7c7e 0%, #bfe2dc 90%, #ffffff 100%);
}

.tit {
    color: #9f0404;
    text-shadow: 0 0 1px #726E6E 2px 2px 2px #D6D6D6 !important;
}

.h3 {
    font-family: 'Poiret One' !important;
    margin-top: 0;
    font-size: 63px !important;
    text-align: center;
    color: #9f0404 !important;
}

h4, .h4 {
    text-align: center !important;
    border-radius: 15px;
    color: #9f0404;
}

#t_mini {
    border-radius: 50%;
    margin-top: 10px;
    max-width: 150px;
    border: 5px solid #ecbc4c;
    box-shadow: 0 0 15px 5px rgba(236, 188, 76, 0.6);
}

.Navigation1 {
    height: 100%;
    width: 100%;
    background: #95c5c194;
    border: #ecbc4c 1px solid;
    border-radius: 15px;
    padding: 10px 15px;
    overflow: hidden;
    font-family: Century Gothic;
    box-shadow: 2px 3px 3px #8c8b8b, -1px 2px 2px #8c8b8b;
}

.card {
    flex: 0 1 calc(31% - 1em);
    background-color: #f4efb9;
    color: black;
}

input[type=checkbox] {
    accent-color: #ecbc4c;
    height: 20px;
    width: 20px;
    vertical-align: bottom;
    border-radius: 4px;
    border: 2px solid #444;
}

.select-selected,
.form-control:focus,
.select2-container--focus .select2-selection {
    border-color: #4B9293 !important;
    box-shadow: none !important;
}

.select-selected {
    background-color: #4B9293;
}

.details-title,
.amount-label {
    color: #9d1628;
}

.total-amount {
    color: #9d1628 !important;
    background: #fff8f8 !important;
    border: 1px solid #e5b7be !important;
}

.btn-save-modern {
    background: linear-gradient(135deg, #a00404, #c10b0b);
    box-shadow: 0 8px 18px rgba(160, 4, 4, 0.22);
}

    .btn-save-modern:hover {
        box-shadow: 0 10px 22px rgba(160, 4, 4, 0.28);
    }

@media screen and (max-width: 768px) {
    .nav-link > img {
        width: 60% !important;
    }
}

/* SIR Index hero/cards (force apply) */
.event-page {
    margin-top: 35px;
    margin-bottom: 50px;
}

:root {
    --sir-teal-deep: #2f6f72;
    --sir-teal-soft: #5e9ea1;
    --sir-honey: #dfb64b;
    --sir-cream: #f6efcf;
    --sir-paper: #f8f2df;
    --sir-paper-soft: #fdf8eb;
    --sir-ink: #3f3532;
}

.event-hero,
.event-card,
.event-note-box,
.event-video-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(180deg, var(--sir-paper) 0%, var(--sir-paper-soft) 100%) !important;
    border: 1px solid #d9ca9c !important;
    box-shadow: 0 10px 24px rgba(47, 111, 114, 0.18) !important;
}

.event-hero,
.event-card,
.event-note-box {
    padding: 30px 28px;
}

.event-main-grid {
    display: grid !important;
    grid-template-columns: 2fr 1fr !important;
    gap: 25px;
    align-items: stretch;
    margin-bottom: 25px;
}

.event-hero::before,
.event-card::before,
.event-note-box::before,
.event-video-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: linear-gradient(90deg, var(--sir-teal-deep) 0%, var(--sir-honey) 52%, var(--sir-teal-soft) 100%);
}

.event-hero::after,
.event-card::after,
.event-note-box::after,
.event-video-card::after {
    content: "";
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(103, 136, 137, 0.28);
    border-radius: 14px;
    pointer-events: none;
}

.event-section-title,
.event-note-box h3,
.event-hero h1 {
    font-family: 'Poiret One', Georgia, serif !important;
    color: #8f1a2b !important;
    text-align: center;
}

.event-hero-subtitle,
.event-hero-text,
.event-note-box p,
.event-muted,
.event-small-note {
    color: var(--sir-ink);
}

.event-hero-date,
.event-lineup-more {
    background: linear-gradient(180deg, #f3dfad 0%, #ebcc7a 100%) !important;
    border: 1px solid #d3ad4f !important;
    color: #7b2020 !important;
}

.event-form-control {
    border: 1px solid #c8b786 !important;
    background: #fffdf8 !important;
}

.event-form-control:focus {
    border-color: var(--sir-teal-soft) !important;
    box-shadow: 0 0 0 0.15rem rgba(47, 111, 114, 0.2) !important;
}

.btn-rbw {
    background: linear-gradient(180deg, var(--sir-teal-deep) 0%, #25585b 100%) !important;
    color: #fff !important;
}

.btn-rbw:hover,
.btn-rbw:focus {
    background: linear-gradient(180deg, #275f62 0%, #1f4b4e 100%) !important;
    color: #fff !important;
}

@media (max-width: 991.98px) {
    .event-main-grid {
        grid-template-columns: 1fr !important;
    }
}
