:root {
    --zbr-orange: #FF7F2A;
}
body {
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
}
@font-face {
    font-family: Cavalier Bold;
    src: url("/assets/fonts/cavalier-bold.ttf") format("truetype");
}

.text-decoration-underline {
    text-decoration: underline;
}
.text-decoration-underline:hover {
    text-decoration: underline;
    color: var(--zbr-orange) !important;
}

.big-dot {
  font-size: 2em;      /* make it bigger */
  line-height: 0;
  vertical-align: baseline;
}

.header-logo {
    max-width: 150px;
}

@media (max-width: 1200px) {
    .header-logo {
        max-width: 130px;
    }
}

.btn-primary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #333333;
    --bs-btn-border-color: #FF7F2A;
    --bs-btn-hover-bg: #111111;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-border-color: #FF7F2A;
    --bs-btn-focus-shadow-rgb: 111, 66, 193;
    /* animation: pulse 1.5s infinite; */
}

.btn-live {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #e91916;
    --bs-btn-border-color: #e91916;
    --bs-btn-hover-bg: #111111;
    --bs-btn-hover-color: #e91916;
    --bs-btn-hover-border-color: #e91916;
    --bs-btn-focus-shadow-rgb: 111, 66, 193;
    animation: pulse-red 1.5s infinite;
/*
    position: relative;
    color: #fff;
    background-color: #e91916;
    border-color: #e91916;
    animation: pulse 1.5s infinite;
*/
}

.alert-custom {
    font-size: 1rem;
    --bs-alert-color: #fff;
    --bs-alert-bg: rgba(233,25,22, 0.7);
    --bs-alert-border-color: rgba(233,25,22, 0.7);
}

@keyframes pulse {
    0%   { box-shadow: 0 0 0 0 #FF7F2A; }
    70%  { box-shadow: 0 0 0 4px rgba(233,25,22, 0); }
    100% { box-shadow: 0 0 0 0 rgba(233,25,22, 0); }
}

@keyframes pulse-red {
    0%   { box-shadow: 0 0 0 0 rgba(233,25,22, 0.7); }
    70%  { box-shadow: 0 0 0 15px rgba(233,25,22, 0); }
    100% { box-shadow: 0 0 0 0 rgba(233,25,22, 0); }
}

.zbr-orange {
    color: var(--zbr-orange) !important;
    /* background-color: rgba(255, 122, 24, 0.1); */
}

.table .zbr-orange {
    color: var(--zbr-orange) !important;
    background-color: rgba(255, 127, 42, 0.12);
}

.zbr-heading-text {
    font-family: Cavalier Bold, "Helvetica Neue", sans-serif;
    font-size: 3rem;
    letter-spacing: 0.4rem;
    /* color: #f2853b; */
    color: var(--zbr-orange) !important;
}

.zbr-footer-heading-text {
    font-family: Cavalier Bold, "Helvetica Neue", sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    color: var(--zbr-orange) !important;
}

.zbr-text {
    font-family: Cavalier Bold, "Helvetica Neue", sans-serif;
    letter-spacing: 0.2rem;
}

.zbr-marquee-text {
    font-family: Cavalier Bold, "Helvetica Neue", sans-serif;
    letter-spacing: 0.3rem;
    font-size: 1.4rem;
}

.zbr-nav-text {
    font-family: Cavalier Bold, "Helvetica Neue", sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
}

.zbr-btn-text {
    font-family: Cavalier Bold, "Helvetica Neue", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 1200px) {
    .nav-link {
        margin: 0;
        padding: 0;
    }
    .zbr-nav-text {
        font-family: Cavalier Bold, "Helvetica Neue", sans-serif;
        font-size: 1rem;
        font-weight: normal;
        letter-spacing: 0.1rem;
    }

    .zbr-btn-text {
        font-family: Cavalier Bold, "Helvetica Neue", sans-serif;
        font-size: 1rem;
        letter-spacing: 0.1rem;
        padding-top: 15px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 420px) {
    .nav-link {
        margin: 0;
        padding: 0;
    }
    .zbr-nav-text {
        font-family: Cavalier Bold, "Helvetica Neue", sans-serif;
        font-size: 1.6rem;
        font-weight: normal;
        letter-spacing: 0.1rem;
    }

    .zbr-btn-text {
        font-family: Cavalier Bold, "Helvetica Neue", sans-serif;
        font-size: 1.6rem;
        letter-spacing: 0.1rem;
        padding-top: 15px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
}


.zbr-border {
    border-color: #FFB380 !important;
    border: 1px solid;
}

.navbar {
    border-radius: 80px 15px 15px 80px !important;
}

img.sim-gear-logo {
    max-width: 240px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.nav-link.active {
    color: #FF7F2A !important;
}

.nav-link:hover {
    color: #FF7F2A !important;
    text-decoration: underline;
}






.social-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #000;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}

.social-link i {
    font-size: 4rem; /* BIG icons */
    margin-bottom: 0.5rem;
}

.social-link span {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}

/* Hover effect (desktop only) */
@media (hover: hover) {
    .social-link:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.4);
    }
}

/* Brand colors */
.social-link.twitch i     { color: #9146FF; }
.social-link.youtube i    { color: #FF0000; }
.social-link.discord i    { color: #5865F2; }
.social-link.instagram i  { color: #E1306C; }
.social-link.tiktok i     { color: #69C9D0; }






.section-footer-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8); /* adjust darkness */
    z-index: 1;
}

.section-footer-bg-image > .container {
    position: relative;
    z-index: 2;
}

.section-footer-bg-image {
    position: relative;
    background-image: url("/assets/images/backgrounds/main6.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.section-main-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8); /* adjust darkness */
    z-index: 1;
}

.section-main-bg-image > .container {
    position: relative;
    z-index: 2;
}

.section-main-bg-image {
    position: relative;
    background-image: url("/assets/images/backgrounds/track1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.section-gear-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8); /* adjust darkness */
    z-index: 1;
}

.section-gear-bg-image > .container {
    position: relative;
    z-index: 2;
}

.section-gear-bg-image {
    position: relative;
    background-image: url("/assets/images/zachb_rig.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}





/* Schedule */
.schedule-container {
    max-width: 720px;
    margin: 0 auto;
}
.table-responsive {
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.table {
    margin-bottom: 0;
    background-color: #333;
}
.table thead {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}
.table tbody tr:hover {
    background-color: #f1f3f5;
}
.table th,
.table td {
    padding: 0.75rem 1rem;
}
.no-stream {
    color: #6c757d;
    font-style: italic;
}
.timezone-note {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 8px;
    text-align: center;
}




#section-terms h2.zbr-terms-heading-text, #section-privacy h2.zbr-privacy-heading-text {
    font-size: 1.4rem;
    color: #f2853b;
}

#section-terms h3.zbr-terms-heading-text, #section-privacy h3.zbr-privacy-heading-text {
    font-size: 1.2rem;
    color: #f2853b;
}


/* Schedule (online/offline) */
.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.status-dot.online {
    background-color: #e91916;
    box-shadow: 0 0 0 #e91916;
    animation: pulse-red 1.5s infinite;
}

.status-dot.offline {
    background-color: #adb5bd;
}

@keyframes pulse-green {
    0%   { box-shadow: 0 0 0 0 rgba(40,167,69,.7); }
    70%  { box-shadow: 0 0 0 8px rgba(40,167,69,0); }
    100% { box-shadow: 0 0 0 0 rgba(40,167,69,0); }
}

