html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

/*body {
    height: 100%;
    margin: 0;
}*/


body {
    background-color: #fafafa; /* soft light base */
    background-image:
    /* faint diagonal tire track pattern */
    repeating-linear-gradient( 45deg, rgba(0,0,0,0.02), rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.04) 10px, rgba(0,0,0,0.04) 20px ),
    /* subtle checkered texture overlay */
    linear-gradient( 0deg, rgba(255,255,255,0.02) 25%, rgba(0,0,0,0.01) 25%, rgba(0,0,0,0.01) 50%, rgba(255,255,255,0.02) 50%, rgba(255,255,255,0.02) 75%, rgba(0,0,0,0.01) 75%, rgba(0,0,0,0.01) 100% );
    background-size: 40px 40px, 20px 20px;
}



.gfont {
    font-family: 'Pacifico', sans-serif;
    font-size: 22px;
}


.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
   
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
   
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.super-rounded {
    border-radius: 30px;
}

footer a, .navbar a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

    footer a:hover, .navbar a:hover {
        color: red;
    }

.navbar.bg-dark .nav-link {
    color: white !important;
}

.navbar.bg-dark .nav-link:hover {
    color: red !important;
}
.navbar.bg-dark .nav-link.active {
    color: red !important;
    font-weight: normal; /* optional, for emphasis */
    border-bottom: 1px solid red; /* optional, for a visual indicator */
}
.category-header-open {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.category-header-women {
    background: linear-gradient(135deg, #F8B7CD, #d63384);
    color: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.category-header-pillion {
    background: linear-gradient(135deg, #8B5E3C, #5C4033);
    color: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.category-header-club {
   
    background: linear-gradient(135deg, #E9C46A, #F4A261, #DDA15E);
    color: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.category-header-loneranger {
    background: linear-gradient(135deg, #8A2BE2, #4B0082);
    color: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.category-header-analytics {
    background: linear-gradient(135deg, #DCDCDC, #000000);
    color: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.category-header-analytics-title {
    background-color: #1a1a1a; /* or a dark gray like #2c2c2c */
    color: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.funky-title {
    font-family: 'Bungee', cursive;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 2px 2px #00000033;
    animation: pulse 1.2s infinite alternate;
}

@keyframes pulse {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.05);
    }
}

@supports (-webkit-touch-callout: none) {
    .video-background {
        position: absolute;
    }
}


/* General card styling */
.card-custom {
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 1.5rem;
}

/* Rally status badges */
.badge-status {
    font-size: 1.35rem;
    padding: 0.5em 1em;
}

/* Color variants */
.badge-planned {
    background-color: #ffc107;
    color: #212529;
}

.badge-confirmed {
    background-color: #28a745;
    color: white;
}

.badge-open {
    background-color: #dc3545;
    color: white;
}

.badge-inprogress {
    background-color: #fd7e14;
    color: white;
}

.badge-closed {
    background-color: #6c757d;
    color: white;
}

/* Highlight sections */
.section-highlight {
    padding: 1rem;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 1rem;
}

/* Day Plan Table */
.table-dayplan {
    border-radius: 8px;
    overflow: hidden;
}

/* Category headers */
.category-header {
    padding: 1rem;
    border-radius: 12px;
    text-align: center;
    color: white;
    margin-bottom: 1rem;
}

.category-header-open {
    background-color: #007bff;
}

.category-header-women {
    background-color: #e83e8c;
}

.category-header-pillion {
    background-color: #6f42c1;
}

.category-header-club {
    background-color: #20c997;
}

.category-header-loneranger {
    background-color: #fd7e14;
}

/* Funky Title */
.funky-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
