﻿/*#region Master*/
:root {
    --primary-color: #ff6b35;
    --secondary-color: #004e89;
    --accent-color: #f7931e;
    --dark-bg: #1a1a1a;
    --light-bg: #f5f5f5;
    --text-dark: #2c3e50;
    --text-light: #ffffff;
    --success-green: #27ae60;
    --warning-orange: #e67e22;
    --danger-red: #c0392b;
    --trail-black: #000000;
    --trail-red: #e74c3c;
    --trail-blue: #3498db;
    --trail-green: #2ecc71;
    --screen-sm-padding: 45px 0;
    --screen-lg-padding: 75px 0;
}

body {
    font-family: 'Roboto', sans-serif;
    color: var(--text-dark);
    overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

h5 {
    font-size: 18px;
}

h4 {
    font-size: 20px;
}

h3 {
    font-size: 22px;
}

p {
    font-size: 14px;
}

a, input {
    outline: 0;
    text-decoration: none;
}

    /* Change Autocomplete styles in Chrome*/
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus {
        -webkit-text-fill-color: #353535;
        -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
        transition: background-color 5000s ease-in-out 0s;
    }

a {
    color: var(--main-colour);
}

    a:hover {
        text-decoration: none;
        color: var(--main-colour);
    }

ul {
    list-style: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: var(--bs-form-invalid-border-color) !important;
}

.content-side-padding {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.modal-loading {
    position: fixed;
    z-index: 1056;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    background-color: Black;
    opacity: 0.85;
    -moz-opacity: 0.85;
}


#Progress {
    position: fixed;
    width: 64px;
    height: 64px;
    text-align: center;
    z-index: 1058;
    top: 40%;
    margin: 0 auto;
    display: flex;
    left: 0;
    right: 0;
    color: #fff;
}

#back-top {
    bottom: 1.2rem;
    margin: 0;
    position: fixed;
    right: 1rem;
    z-index: 99999;
}

    #back-top a {
        background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
        height: 40px;
        text-decoration: none;
        width: 40px;
        transition: all 200ms linear 0s;
        border-radius: 10px;
        align-items: center;
        display: grid;
    }

        #back-top a:hover, #back-top a:active {
            background-color: var(--main-colour);
            color: var(--darker-text-gray);
        }

        #back-top a svg {
            color: #fff;
            display: block;
            font-size: 15px;
            margin: 0 auto;
            text-align: center;
            height: 25px;
        }

.back-top-captcha {
    bottom: 6.5rem !important;
}

.btn-main {
    display: inline-block;
    color: #fff;
    text-align: center;
    border: 1px solid var(--primary-color) !important;
    background-color: var(--primary-color);
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 25px;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
}

    .btn-main:hover {
        color: var(--primary-color);
        background: transparent;
        box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
        transform: translateY(-2px);
    }

.cursor-pointer {
    cursor: pointer;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    color: var(--dark-blue);
    opacity: 1;
}

.form-switch .form-check-input {
    margin-top: 2.3px !important;
    width: 2.2em;
    height: 1.2em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(69, 85, 96,1)'/%3e%3c/svg%3e");
}

.form-check-input:checked {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255, 255, 255,1)'/%3e%3c/svg%3e");
}


.page-header {
    position: relative;
    height: 50vh;
    min-height: 300px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, rgba(0, 78, 137, 0.8), rgba(255, 107, 53, 0.8)), url('../pics/ocean.jpg') center/cover no-repeat;
}

    .page-header .page-title {
        font-size: 35px;
        font-weight: 900;
        margin-bottom: 15px;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
        letter-spacing: 2px;
    }

    .page-header .page-subtitle {
        font-size: 16px;
        font-weight: 300;
        opacity: 0.95;
    }

.section-title {
    margin-bottom: 20px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: 900;
        color: var(--text-dark);
    }

    .section-title p {
        font-size: 20px;
        color: #777;
        margin: unset;
    }

    .section-title .subtitle {
        border: 1px solid #c4d7e9;
        border-radius: 24px;
        align-items: center;
        padding: 8px 16px 8px 10px;
        display: inline-flex;
        margin-bottom: 20px;
    }

        .section-title .subtitle svg {
            color: var(--primary-color);
            font-size: 24px;
        }

        .section-title .subtitle p {
            font-size: 14px;
        }

.feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    gap: 20px;
}

    .feature-item svg {
        font-size: 2rem;
        color: var(--primary-color);
        margin-top: 5px;
    }

    .feature-item h5 {
        margin-bottom: 5px;
        font-weight: 700;
    }

    .feature-item p {
        color: #777;
        margin: 0;
    }

.tag {
    background: var(--light-bg);
    color: var(--text-dark);
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 500;
}

.btn-primary-custom {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: var(--text-light);
}

    .btn-primary-custom:hover {
        background: transparent;
        border-color: var(--primary-color);
        color: var(--primary-color);
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(255, 107, 53, 0.3);
    }


/*#endregion*/

/*#region Navbar*/

.navbar {
    background: rgba(26, 26, 26, 0.95);
    backdrop-filter: blur(10px);
    padding: 25px 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

    .navbar .navbar-brand {
        padding: 0;
    }

    .navbar .navbar-logo {
        height: 100%;
        width: auto;
        max-height: 60px;
        transition: all 0.3s ease;
        filter: brightness(0) invert(1); /* make black logo render white */
    }

    .navbar .navbar-brand-name {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: 20px;
        letter-spacing: 2px;
        color: var(--text-light);
        margin-left: 12px;
    }

    .navbar .nav-link {
        color: rgba(255, 255, 255, 0.85) !important;
        font-weight: 500;
        margin: 0 10px;
        transition: all 0.3s ease;
        position: relative;
        font-size: 14px;
    }

        .navbar .nav-link:hover {
            color: var(--primary-color) !important;
        }

    .navbar .breadcrumb {
        margin: 0;
        padding: 0;
        background: transparent;
        font-size: 0.85rem;
    }

    /* Dropdown Menus */
    .navbar .dropdown-menu {
        background: rgba(26, 26, 26, 0.98);
        border: 1px solid rgba(255, 107, 53, 0.3);
        border-radius: 10px;
        padding: 10px 0;
        margin-top: 10px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    }

    .navbar .dropdown-item {
        color: rgba(255, 255, 255, 0.85);
        padding: 10px 20px;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .navbar .dropdown-item i {
            width: 20px;
            color: var(--primary-color);
        }

        .navbar .dropdown-item:hover {
            background-color: unset;
        }

    .navbar .btn-main {
        border: unset !important;
    }

        .navbar .btn-main:hover {
            background: #fff;
            color: var(--primary-color) !important;
        }

/*#endregion*/

/*#region Home Page*/

/*#region Banner */

#mainContent .carousel-item-top {
    height: 565px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

    #mainContent .carousel-item-top::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(0, 78, 137, 0.7), rgba(255, 107, 53, 0.7));
        z-index: 1;
    }

    #mainContent .carousel-item-top::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 2;
    }

#mainContent .carousel-caption {
    z-index: 10;
    color: var(--text-light);
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 78%;
    max-width: 1200px;
}

#mainContent .carousel-heading {
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 5px;
    margin-bottom: 20px;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
}

#mainContent .carousel-subheading {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

    #mainContent .carousel-subheading span {
        background-color: transparent;
        padding: 0;
    }

#mainContent .carousel-caption .btn {
    margin: 10px;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    transition: all 0.3s ease;
    display: inline-block;
}

#mainContent .carousel-caption .btn-primary-custom {
    background: var(--primary-color);
    color: var(--text-light);
    border: 2px solid var(--primary-color);
}

    #mainContent .carousel-caption .btn-primary-custom:hover {
        background: transparent;
        color: var(--text-light);
        border: 2px solid var(--text-light);
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(255, 107, 53, 0.4);
    }

#mainContent .carousel-caption .btn-outline-custom {
    background: transparent;
    color: var(--text-light);
    border: 2px solid var(--text-light);
}

    #mainContent .carousel-caption .btn-outline-custom:hover {
        background: var(--text-light);
        color: var(--primary-color);
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
    }

#mainContent .carousel-control-prev,
#mainContent .carousel-control-next {
    opacity: 1;
    z-index: 15;
    width: 60px;
}

#mainContent .carousel-control-prev-icon,
#mainContent .carousel-control-next-icon {
    color: var(--primary-color);
    width: 35px;
    height: 35px;
    border: solid 2px var(--primary-color);
    background-size: 100% 55% !important;
    background: var(--primary-color) no-repeat center center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

#mainContent .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

#mainContent .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

#mainContent .carousel-control-prev:hover .carousel-control-prev-icon,
#mainContent .carousel-control-next:hover .carousel-control-next-icon {
    border-color: var(--text-light);
    transform: scale(1.1);
}

#mainContent .carousel-indicators {
    z-index: 15;
}

    #mainContent .carousel-indicators button {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        border: 2px solid var(--text-light);
        transition: all 0.3s ease;
    }

        #mainContent .carousel-indicators button.active {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
            width: 40px;
            border-radius: 10px;
        }

/*#endregion */

/*#region Stats*/

.stats-section {
    background: var(--dark-bg);
    padding: 60px 0;
    color: var(--text-light);
}

    .stats-section .stat-item {
        padding: 20px;
        text-align: center;
    }

    .stats-section .stat-icon {
        font-size: 50px;
        color: var(--primary-color);
        margin-bottom: 15px;
    }

    .stats-section .stat-number {
        font-size: 24px;
        font-weight: 900;
        margin-bottom: 10px;
        color: var(--text-light);
    }

    .stats-section .stat-unit {
        font-size: 18px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.8);
        margin-left: 8px;
    }

    .stats-section .stat-label {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.7);
        text-transform: uppercase;
        letter-spacing: 1px;
    }

/*#endregion*/

/*#region About Us*/

.about-section {
    padding: var(--screen-sm-padding);
}

    .about-section p {
        line-height: 1.8;
        color: #555;
    }

    .about-section .about-image-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        height: 500px;
    }

    .about-section .about-img {
        background-size: cover;
        background-position: center;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

    .about-section .about-img-1 {
        background-image: url('../pics/about/close-up-person-doing-mountain-biking.jpg');
        grid-row: 1 / 3;
    }

    .about-section .about-img-2 {
        background-image: url('../pics/about/young-adult-using-electric-bike-country-side.jpg');
    }

    .about-section img {
        border-radius: 15px;
    }

/*#endregion*/

/*#region Featured Trails*/

.featured-trails-section {
    padding: var(--screen-sm-padding);
}

.trail-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

    .trail-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    }

.trail-card-image {
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 15px;
    gap: 10px;
}

.trail-img-1 {
    background-image: url('https://images.unsplash.com/photo-1544191696-102dbdaeeaa0?w=800');
}

.trail-img-2 {
    background-image: url('https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=800');
}

.trail-img-3 {
    background-image: url('https://images.unsplash.com/photo-1551632811-561732d1e306?w=800');
}

.trail-difficulty {
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    display: inline-block;
    width: fit-content;
}

    .trail-difficulty.black {
        background: var(--trail-black);
        color: white;
    }

    .trail-difficulty.red {
        background: var(--trail-red);
        color: white;
    }

    .trail-difficulty.blue {
        background: var(--trail-blue);
        color: white;
    }

    .trail-difficulty.green {
        background: var(--trail-green);
        color: white;
    }

.trail-type {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 15px;
    border-radius: 25px;
    font-size: 0.85rem;
    margin-left: auto;
    display: inline-block;
    white-space: nowrap;
}

.trail-card-body {
    padding: 25px;
}

.trail-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.trail-description {
    color: #777;
    margin-bottom: 20px;
}

.trail-stats {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

    .trail-stats span {
        color: #555;
        font-size: 0.9rem;
    }

    .trail-stats svg {
        color: var(--primary-color);
        margin-right: 5px;
    }

/*#endregion*/

/*#region Curated Experiences*/

.experiences-section {
    padding: var(--screen-sm-padding);
    background: var(--light-bg);
}

    .experiences-section .section-title .subtitle {
        background-color: #f0fff5;
    }

    .experiences-section .section-title svg {
        color: #28a745;
    }

    .experiences-section .experience-card {
        background: white;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        height: 100%;
    }

        .experiences-section .experience-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
        }

    .experiences-section .experience-image {
        height: 300px;
        background-size: cover;
        background-position: center;
    }

    .experiences-section .exp-img-1 {
        background-image: url('https://images.unsplash.com/photo-1434725039720-aaad6dd32dfe?w=800');
    }

    .experiences-section .exp-img-2 {
        background-image: url('https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=800');
    }

    .experiences-section .experience-content {
        padding: 30px;
    }

    .experiences-section .experience-meta {
        display: flex;
        gap: 20px;
        margin-bottom: 15px;
        font-size: 0.9rem;
        color: #777;
    }

    .experiences-section .experience-title {
        font-weight: 700;
        margin-bottom: 15px;
        color: var(--text-dark);
    }

    .experiences-section .experience-excerpt {
        color: #555;
        margin-bottom: 20px;
        line-height: 1.7;
    }

.experience-tags, .legend-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.btn-experience {
    background: var(--secondary-color);
    border: unset !important;
}

    .btn-experience:hover {
        background: var(--primary-color);
        color: #fff;
    }

/*#endregion*/

/*#region Support Section*/

.support-section {
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    padding: var(--screen-sm-padding);
}

    .support-section .coffee-support-card {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        padding: 40px;
        border-radius: 20px;
        border: 2px solid rgba(255, 255, 255, 0.2);
    }

        .support-section .coffee-support-card h4 {
            font-weight: 700;
            margin-bottom: 15px;
            color: white;
        }

        .support-section .coffee-support-card p {
            margin-bottom: 30px;
            color: rgba(255, 255, 255, 0.9);
        }

    .support-section .coffee-options {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .support-section .btn-coffee {
        background: #fff;
        color: var(--secondary-color);
        border: none;
        padding: 10px;
        border-radius: 10px;
        font-weight: 600;
        font-size: 14px;
        transition: all 0.3s ease;
        cursor: pointer;
    }

.btn-coffee:hover {
    background: var(--accent-color);
    color: #fff;
    transform: scale(1.05);
}

/*#endregion*/

/*#region Local Legends*/

.legends-section {
    padding: var(--screen-sm-padding);
}

    .legends-section .legend-card {
        background: white;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
    }

        .legends-section .legend-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
        }

    .legends-section .legend-video {
        position: relative;
        height: 250px;
        overflow: hidden;
    }

    .legends-section .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70px;
        height: 70px;
        background: var(--primary-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .legends-section .play-button:hover {
            background: var(--accent-color);
            transform: translate(-50%, -50%) scale(1.1);
        }

        .legends-section .play-button i {
            color: white;
            font-size: 1.5rem;
            margin-left: 5px;
        }

    .legends-section .legend-content {
        padding: 25px;
    }

    .legends-section .legend-name {
        font-weight: 700;
        margin-bottom: 5px;
        color: var(--text-dark);
    }

    .legends-section .legend-role {
        color: var(--primary-color);
        font-weight: 600;
        margin-bottom: 15px;
    }

    .legends-section .legend-excerpt {
        color: #777;
    }

/*#endregion*/

/*#region Sponsors*/

.sponsors-preview-section {
    padding: var(--screen-sm-padding);
    background: var(--light-bg);
}

.sponsors-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.sponsor-logo-item {
    height: 165px;
    background: var(--light-bg);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #999;
    font-size: 1rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

    .sponsor-logo-item:hover {
        transform: translateY(-5px);
        filter: grayscale(100%) opacity(0.7);
    }

.sponsors-preview-section .squirt-logo {
    background-color: #1d242d;
}

.sponsors-preview-section img {
    border-radius: 6px;
}

/*#endregion*/

/*#endregion*/

/*#region Committee*/

.committee-header {
    background: linear-gradient(135deg, rgba(0, 78, 137, 0.8), rgba(255, 107, 53, 0.8)), url('../pics/committee/team.jpg') center/cover no-repeat;
}

.committee-section {
    padding: var(--screen-sm-padding);
    background: var(--light-bg);
}

    .committee-section .committee-card {
        background: white;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        height: 100%;
    }

        .committee-section .committee-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
        }

    .committee-section .member-photo {
        height: 300px;
        width: 300px;
        background-size: cover;
        background-position: center;
        position: relative;
    }

        /*.committee-section .member-photo::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
        }*/

    .committee-section .member-content {
        padding: 30px;
    }

    .committee-section .member-name {
        font-weight: 900;
        margin-bottom: 10px;
        color: var(--text-dark);
    }

    .committee-section .member-role {
        color: var(--primary-color);
        font-weight: 700;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .committee-section .member-bio {
        color: #555;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .committee-section .member-contact {
        padding-top: 20px;
        border-top: 2px solid #e0e0e0;
    }

        .committee-section .member-contact p {
            margin-bottom: 8px;
            font-size: 0.9rem;
            color: #666;
            display: flex;
            align-items: center;
            gap: 8px;
        }

            .committee-section .member-contact p:last-child {
                margin-bottom: 0;
            }

        .committee-section .member-contact i {
            color: var(--primary-color);
            width: 18px;
        }

        .committee-section .member-contact a {
            color: var(--primary-color);
            text-decoration: none;
            transition: all 0.3s ease;
        }

            .committee-section .member-contact a:hover {
                color: var(--secondary-color);
                text-decoration: underline;
            }

/* Join Committee CTA */
.join-committee-section {
    padding: var(--screen-sm-padding);
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    color: #fff;
}

    .join-committee-section h2 {
        font-size: 28px;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .join-committee-section p {
        font-size: 18px;
        margin-bottom: 30px;
        opacity: 0.9;
    }

/*#endregion*/

/*#region Membership*/

.membership-header {
    background: linear-gradient(135deg, rgba(0, 78, 137, 0.8), rgba(255, 107, 53, 0.8)), url('https://images.unsplash.com/photo-1571188654248-7a89213915f7?w=1920') center/cover no-repeat;
}

.member-discounts-section {
    padding: var(--screen-sm-padding);
    background: var(--secondary-color);
}

    .member-discounts-section .section-title h2, .member-discounts-section .section-title p {
        color: #fff;
    }

    .member-discounts-section .discount-card {
        background: white;
        border-radius: 20px;
        padding: 40px 30px;
        text-align: center;
        transition: all 0.3s ease;
        height: 100%;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

    .member-discounts-section .discount-card-link:hover .discount-card {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    }

    .member-discounts-section .discount-icon {
        width: 80px;
        height: 80px;
        background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 0;
        font-size: 2rem;
        color: white;
    }

    .member-discounts-section .discount-card h4 {
        font-weight: 900;
        margin-bottom: 15px;
        color: var(--text-dark);
    }

    .member-discounts-section .discount-amount {
        font-size: 28px;
        font-weight: 900;
        color: var(--primary-color);
        margin: 20px 0;
    }

    .member-discounts-section .discount-card p {
        color: #666;
        line-height: 1.6;
        margin: 0;
    }

    .member-discounts-section .discount-card small {
        color: #999;
        font-size: 0.85rem;
    }

    .member-discounts-section .discount-cta {
        margin-top: 20px;
        padding: 12px 25px;
        background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
        color: white;
        border-radius: 30px;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        transition: all 0.3s ease;
    }

    .member-discounts-section .discount-card-link:hover .discount-cta {
        transform: scale(1.05);
        box-shadow: 0 5px 15px rgba(255, 107, 53, 0.4);
    }

/*#endregion*/

/*#region Benefits Section*/

.benefits-section {
    padding: var(--screen-sm-padding);
}

    .benefits-section .benefit-card {
        text-align: center;
        padding: 40px 30px;
        background: var(--light-bg);
        border-radius: 15px;
        transition: all 0.3s ease;
        height: 100%;
    }

        .benefits-section .benefit-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

    .benefits-section .benefit-icon {
        width: 80px;
        height: 80px;
        background: var(--primary-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        font-size: 2rem;
        color: #fff;
    }

    .benefits-section .benefit-card h4 {
        font-weight: 700;
        margin-bottom: 15px;
        color: var(--text-dark);
    }

    .benefits-section .benefit-card p {
        color: #666;
        margin: 0;
    }

/*#endregion*/

/*#region Membership Plans*/

.membership-plans-section {
    padding: var(--screen-sm-padding);
    background: var(--light-bg);
}

    .membership-plans-section .pricing-card {
        background: white;
        border-radius: 20px;
        padding: 40px 30px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        height: 100%;
        position: relative;
    }

        .membership-plans-section .pricing-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }

        .membership-plans-section .pricing-card.featured {
            border: 3px solid var(--primary-color);
        }

    .membership-plans-section .popular-badge {
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        background: var(--primary-color);
        color: white;
        padding: 8px 25px;
        border-radius: 25px;
        font-weight: 700;
        font-size: 12px;
    }

    .membership-plans-section .pricing-header {
        text-align: center;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 2px solid #e0e0e0;
    }

        .membership-plans-section .pricing-header h3 {
            font-weight: 900;
            margin-bottom: 20px;
            color: var(--text-dark);
        }

    .membership-plans-section .price {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .membership-plans-section .currency {
        font-size: 20px;
        font-weight: 700;
        color: var(--primary-color);
        margin-right: 5px;
        margin-top: 10px;
    }

    .membership-plans-section .amount {
        font-size: 45px;
        font-weight: 900;
        color: var(--text-dark);
        line-height: 1;
    }

    .membership-plans-section .period {
        font-size: 14px;
        color: #777;
        margin-left: 5px;
        margin-top: 25px;
    }

    .membership-plans-section .savings {
        color: var(--success-green);
        font-weight: 700;
        font-size: 1.1rem;
    }

    .membership-plans-section .pricing-validity {
        color: #777;
        font-size: 0.95rem;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .membership-plans-section .pricing-note {
        text-align: center;
        font-size: 0.85rem;
        color: #999;
        margin-top: 15px;
        margin-bottom: 0;
        font-style: italic;
    }

    .membership-plans-section .pricing-features {
        list-style: none;
        padding: 0;
        margin-bottom: 30px;
    }

        .membership-plans-section .pricing-features li {
            padding: 12px 0;
            color: #555;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .membership-plans-section .pricing-features i.fa-check {
            color: var(--success-green);
            font-size: 1.1rem;
        }

        .membership-plans-section .pricing-features i.fa-times {
            color: #ccc;
            font-size: 1.1rem;
        }

    .membership-plans-section .btn-pricing, .btn-pricing-featured {
        width: 100%;
        border-radius: 10px;
        transition: all 0.3s ease;
        border: none !important;
    }

    .membership-plans-section .btn-pricing {
        background: var(--secondary-color);
        border: unset !important;
        color: #fff;
    }

        .membership-plans-section .btn-pricing:hover {
            background: var(--primary-color);
            color: #fff;
            transform: translateY(-2px);
        }

    .membership-plans-section .btn-pricing-featured {
        background: var(--primary-color);
        color: #fff;
    }

        .membership-plans-section .btn-pricing-featured:hover {
            background: #fff;
            color: var(--primary-color);
            border: 1px solid var(--primary-color) !important;
        }


/*#endregion*/

/*#region Coffee Donation*/

.coffee-donation-section {
    padding: var(--screen-sm-padding);
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    color: #fff;
}

    .coffee-donation-section .section-title h2, .coffee-donation-section .section-title p {
        color: #fff;
    }

.coffee-disclaimer {
    background: rgba(255, 255, 255, 0.15);
    border-left: 4px solid rgba(255, 255, 255, 0.5);
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

    .coffee-disclaimer svg {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.9);
        margin-top: 2px;
        flex-shrink: 0;
    }

    .coffee-disclaimer small {
        color: rgba(255, 255, 255, 0.95);
        line-height: 1.6;
    }

.coffee-stats {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}

.coffee-stat {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .coffee-stat svg {
        font-size: 2.5rem;
        color: rgba(255, 255, 255, 0.8);
    }

    .coffee-stat strong {
        display: block;
        font-size: 24px;
        font-weight: 900;
    }

    .coffee-stat span {
        display: block;
        font-size: 14px;
        opacity: 0.9;
    }

.coffee-donation-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

    .coffee-donation-card h4 {
        margin-bottom: 15px;
        font-weight: 700;
        color: #fff;
    }

    .coffee-donation-card p {
        margin-bottom: 30px;
        color: rgba(255, 255, 255, 0.9);
    }

.coffee-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.btn-coffee-amount {
    background: #fff;
    color: var(--secondary-color);
    border: none;
    padding: 20px;
    border-radius: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

    .btn-coffee-amount:hover {
        background: var(--accent-color);
        color: #fff;
        transform: scale(1.05);
    }

    .btn-coffee-amount svg {
        font-size: 18px;
    }

    .btn-coffee-amount span {
        font-size: 16px;
    }

    .btn-coffee-amount strong {
        font-size: 24px;
        font-weight: 900;
    }

.custom-amount-section {
    padding-top: 30px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

    .custom-amount-section label {
        display: block;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .custom-amount-section .input-group-text {
        background: white;
        border: none;
        font-weight: 700;
        color: var(--secondary-color);
    }

    .custom-amount-section .form-control {
        border: none;
        padding: 12px;
    }

        .custom-amount-section .form-control:focus {
            box-shadow: none;
        }

.btn-donate-custom {
    background: var(--accent-color);
    color: white;
    border: none;
    padding: 12px 25px;
    font-weight: 700;
    border-radius: 0px 20px 20px 0px !important;
}

    .btn-donate-custom:hover {
        background: var(--primary-color);
    }

.custom-amount-section .invalid-feedback {
    color: #fff !important;
}

.btn-payment-info {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #fff !important;
}

    .btn-payment-info:hover {
        background: #fff;
    }

/*#endregion*/

/*#region Money Breakdown*/

.money-breakdown-section {
    padding: var(--screen-sm-padding);
}

.breakdown-card {
    text-align: center;
    padding: 40px 30px;
    background: var(--light-bg);
    border-radius: 15px;
    height: 100%;
}

.breakdown-percentage {
    font-size: 35px;
    font-weight: 900;
    color: var(--primary-color);
    margin-bottom: 20px;
    display: block;
}

.breakdown-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.breakdown-card p {
    color: #666;
    margin: 0;
}

/*#endregion*/

/*#region FAQ*/

.faq-section {
    padding: var(--screen-sm-padding);
    background: var(--light-bg);
}

    .faq-section .accordion-item {
        border: none;
        margin-bottom: 15px;
        border-radius: 10px;
        overflow: hidden;
    }

    .faq-section .accordion-button {
        background: #fff;
        color: var(--text-dark);
        font-weight: 600;
        font-size: 16px;
        padding: 20px 25px;
        border: none;
    }

        .faq-section .accordion-button:not(.collapsed) {
            background: var(--primary-color);
            color: #fff;
        }

        .faq-section .accordion-button:focus {
            box-shadow: none;
            border: none;
        }

    .faq-section .accordion-body {
        padding: 25px;
    }

        .faq-section .accordion-body p {
            color: #555;
            margin: unset;
            line-height: 1.7;
        }

/*#endregion*/

/*#region Bike Shop*/

.shops-header {
    background: linear-gradient(135deg, rgba(0, 78, 137, 0.8), rgba(255, 107, 53, 0.8)), url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1920') center/cover no-repeat;
}

/*#region Member Benefits Banner */

.member-benefits-banner {
    background: var(--primary-color);
    padding: 30px 0;
    color: white;
}

.benefits-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

    .benefits-content svg {
        font-size: 3rem;
    }

    .benefits-content h3 {
        margin: 0;
        font-weight: 700;
    }

    .benefits-content p {
        margin: 0;
        opacity: 0.9;
    }

/*#endregion*/

/*#region Shops Section*/

.shops-section {
    padding: var(--screen-sm-padding);
    background: var(--light-bg);
}

    .shops-section .shop-card {
        background: white;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        margin-bottom: 40px;
        padding: 20px;
        transition: all 0.3s ease;
    }

        .shops-section .shop-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
        }

    .shops-section .shop-image {
        border-radius: 15px;
    }

    .shops-section .shop-header {
        margin-bottom: 20px;
    }

    .shops-section .shop-name {
        font-size: 28px;
        font-weight: 900;
        margin-bottom: 15px;
        color: var(--text-dark);
    }

    .shops-section .shop-badges {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

        .shops-section .shop-badges span {
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.5px;
        }

    .shops-section .badge-discount {
        background: var(--success-green);
        color: #fff;
    }

    .shops-section .badge-service {
        background: var(--secondary-color);
        color: #fff;
    }

    .shops-section .badge-specialty {
        background: var(--accent-color);
        color: #fff;
    }

    .shops-section .shop-description {
        line-height: 1.7;
        color: #555;
        margin-bottom: 25px;
    }

    .shops-section .shop-services {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 2px solid #e0e0e0;
    }

        .shops-section .shop-services span {
            background: var(--light-bg);
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 12px;
            color: var(--text-dark);
        }

        .shops-section .shop-services svg {
            color: var(--primary-color);
            margin-right: 5px;
        }

    .shops-section .shop-details {
        margin-bottom: 30px;
    }

    .shops-section .detail-item {
        display: flex;
        gap: 15px;
    }

        .shops-section .detail-item svg {
            color: var(--primary-color);
            margin-top: 3px;
            width: 20px;
            font-size: 25px;
        }

        .shops-section .detail-item strong {
            display: block;
            color: var(--text-dark);
            margin-bottom: 5px;
            font-size: 16px;
        }

        .shops-section .detail-item p {
            margin: 0;
            color: #666;
            font-size: 12px;
        }

        .shops-section .detail-item a {
            color: var(--secondary-color);
            text-decoration: none;
        }

            .shops-section .detail-item a:hover {
                color: var(--primary-color);
            }

    .shops-section .shop-actions {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .shops-section .btn-shop-action {
        background: var(--secondary-color);
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border-color: var(--secondary-color) !important;
    }

        .shops-section .btn-shop-action:hover {
            background: var(--primary-color);
            border-color: var(--primary-color) !important;
            color: #fff;
        }

/*#endregion*/

/*#region Partner CTA*/

.partner-cta-section {
    padding: 50px 0;
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    color: white;
}

    .partner-cta-section h2 {
        font-size: 32px;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .partner-cta-section p {
        font-size: 18px;
        margin-bottom: 30px;
        opacity: 0.9;
    }

/*#endregion*/

/*#endregion*/

/*#region Payments*/

.payments-header {
    background: linear-gradient(135deg, rgba(255, 107, 53, 0.9), rgba(0, 78, 137, 0.9)), url('../pics/payments/payment-banner.jpg') center/cover no-repeat;
}

/*#region Payment Info Section*/

.payment-info-section {
    padding: var(--screen-sm-padding);
}

    .payment-info-section .payment-intro {
        padding: 40px;
        background: var(--light-bg);
        border-radius: 20px;
    }

    .payment-info-section .payment-shield-icon {
        font-size: 4rem;
        color: var(--primary-color);
        margin-bottom: 20px;
    }

    .payment-info-section .payment-intro h2 {
        font-weight: 900;
        margin-bottom: 20px;
        color: var(--text-dark);
    }

    .payment-info-section .payment-intro {
        color: #666;
    }

    .payment-info-section .security-badges {
        display: flex;
        justify-content: center;
        gap: 40px;
    }

    .payment-info-section .badge-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

        .payment-info-section .badge-item svg {
            font-size: 2.5rem;
            color: var(--success-green);
        }

        .payment-info-section .badge-item span {
            font-weight: 600;
            color: var(--text-dark);
            font-size: 14px;
        }

/*#endregion*/

/*#region Payment Methods Section*/

.payment-methods-section {
    padding: var(--screen-sm-padding);
}

    .payment-methods-section .category-description {
        font-size: 18px;
        color: #666;
        margin-bottom: 30px;
        font-style: italic;
    }

    .payment-methods-section .category-title {
        font-weight: 900;
        color: var(--text-dark);
        margin-bottom: 30px;
        padding-bottom: 15px;
        border-bottom: 4px solid var(--primary-color);
        display: flex;
        align-items: center;
        gap: 15px;
    }

        .payment-methods-section .category-title svg {
            color: var(--primary-color);
            font-size: 1.8rem;
        }

    .payment-methods-section .payment-method-card {
        background: white;
        padding: 35px 25px;
        border-radius: 20px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        height: 100%;
        border: 2px solid transparent;
    }

        .payment-methods-section .payment-method-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
            border-color: var(--light-bg);
        }

        .payment-methods-section .payment-method-card img {
            max-height: 60px;
            margin-bottom: 30px;
        }

    .payment-methods-section .payment-category {
        margin-bottom: 35px;
    }

    .payment-methods-section .payment-method-card h4 {
        font-weight: 900;
        margin-bottom: 15px;
        color: var(--text-dark);
        text-align: center;
    }

    .payment-methods-section .payment-method-card p {
        color: #666;
        margin-bottom: unset;
        text-align: center;
        line-height: 1.6;
    }

/*#endregion*/

/*#region CTA Section */

.payment-cta-section {
    padding: var(--screen-sm-padding);
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    position: relative;
}

    .payment-cta-section::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -10%;
        width: 500px;
        height: 500px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 50%;
        z-index: 0;
    }

    .payment-cta-section .section-title h2, .payment-cta-section .section-title p {
        color: #fff;
    }

    .payment-cta-section .payment-benefits {
        padding: 0;
        margin: unset;
    }

        .payment-cta-section .payment-benefits li {
            padding: 12px 0;
            font-size: 14px;
            color: #fff;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .payment-cta-section .payment-benefits svg {
            color: var(--success-green);
            background: #fff;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    .payment-cta-section .cta-card {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        padding: 50px 40px;
        border-radius: 20px;
        border: 2px solid rgba(255, 255, 255, 0.2);
    }

        .payment-cta-section .cta-card h3 {
            font-size: 26px;
            margin-bottom: 20px;
            color: #fff;
        }

        .payment-cta-section .cta-card p {
            color: rgba(255, 255, 255, 0.95);
            margin-bottom: 25px;
        }

    .payment-cta-section .btn-donate-now {
        background: white;
        color: var(--primary-color);
        display: inline-flex;
        align-items: center;
        gap: 12px;
        border: none !important;
    }

        .payment-cta-section .btn-donate-now:hover {
            background: var(--secondary-color);
            color: #fff;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        }

    .payment-cta-section .cta-note {
        margin-top: 15px;
        margin-bottom: unset !important;
        color: rgba(255, 255, 255, 0.8);
        font-style: italic;
    }

    .payment-cta-section .btn-back-link {
        background: rgba(255, 255, 255, 0.2);
        color: white;
        border: 2px solid #fff !important;
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

        .payment-cta-section .btn-back-link:hover {
            background: #fff;
            color: var(--primary-color);
        }

/*#endregion*/

/*#endregion*/

/*#region Sponsors*/

.sponsors-header {
    background: linear-gradient(135deg, rgba(0, 78, 137, 0.8), rgba(255, 107, 53, 0.8)), url('../pics/sponsors/team-banner.jpg') center/cover no-repeat;
}

/*#region Thank You Banner */

.thank-you-banner {
    background: var(--primary-color);
    padding: 60px 0;
    color: #fff;
}

    .thank-you-banner svg {
        font-size: 4rem;
        margin-bottom: 20px;
        animation: heartbeat 1.5s ease-in-out infinite;
    }

@keyframes heartbeat {
    0%, 100% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }
}

.thank-you-banner .section-title h2 {
    color: #fff;
    margin-bottom: 20px;
}

.thank-you-banner .section-title p {
    color: #fff;
    opacity: 0.95;
    max-width: 800px;
    margin: 0 auto;
}

.dynamic-logo {
    width: 200px;
}

/*#endregion*/

/*#region Sponsor Sections*/

.sponsors-section {
    padding: var(--screen-sm-padding);
    background: var(--light-bg);
}

    .sponsors-section .sponsor-card {
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        height: 100%;
    }

        .sponsors-section .sponsor-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }

    .sponsors-section .sponsor-logo {
        height: 180px;
        background: linear-gradient(135deg, #f5f5f5, #e8e8e8);
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #e0e0e0;
    }

.logo-placeholder {
    font-size: 1.3rem;
    font-weight: 900;
    color: #888;
    letter-spacing: 1px;
    text-align: center;
    padding: 20px;
}

.sponsors-section .sponsor-info {
    padding: 30px;
}

.sponsors-section .sponsor-name {
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.sponsors-section .sponsor-detail {
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.btn-sponsor-link {
    background: var(--secondary-color);
    display: inline-flex;
    align-items: center;
    border: unset !important;
    gap: 8px;
}

    .btn-sponsor-link:hover {
        background: var(--primary-color);
        color: #fff;
    }

/*#endregion*/

/*#region Impact Section*/

.impact-section {
    padding: var(--screen-sm-padding);
}

.impact-card {
    padding: 40px 20px;
    background: var(--light-bg);
    border-radius: 15px;
    transition: all 0.3s ease;
    height: 100%;
}

    .impact-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .impact-card svg {
        font-size: 3rem;
        color: var(--primary-color);
        margin-bottom: 20px;
    }

    .impact-card h3 {
        font-size: 30px;
        font-weight: 900;
        color: var(--text-dark);
        margin-bottom: 10px;
    }

    .impact-card p {
        color: #666;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

/*#endregion*/

/*#region Become Sponsor Section*/

.become-sponsor-section {
    padding: var(--screen-sm-padding);
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
}

    .become-sponsor-section .section-title h2, .become-sponsor-section .section-title p {
        color: #fff;
    }

    .become-sponsor-section .sponsor-benefits {
        padding: 0;
        display: inline-block;
    }

        .become-sponsor-section .sponsor-benefits li {
            padding: 10px 0;
            font-size: 14px;
            color: #fff;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .become-sponsor-section .sponsor-benefits svg {
            color: var(--accent-color);
            font-size: 1.2rem;
        }

/*#endregion*/

/*#endregion*/

/*#region Events*/

.page-header.events-banner {
    background: linear-gradient(135deg, rgba(0, 78, 137, 0.8), rgba(255, 107, 53, 0.8)), url('../pics/events/event-trail.jpg') center/cover no-repeat;
}

.events-section {
    padding: var(--screen-sm-padding);
    background: #f5f5f5;
}

    .events-section .event-card {
        background: #fff;
        border-radius: 15px;
        overflow: hidden;
        height: 100%;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        border-left: 5px solid var(--primary-color);
    }

        .events-section .event-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }

    .events-section .event-header {
        display: flex;
        gap: 25px;
        padding: 30px;
        background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
        border-bottom: 1px solid #eee;
    }

    .events-section .event-date-badge {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: var(--primary-color);
        color: #fff;
        border-radius: 10px;
        padding: 15px 20px;
        min-width: 80px;
        font-weight: 700;
        flex-shrink: 0;
    }

    .events-section .event-day {
        font-size: 22px;
        line-height: 1;
    }

    .events-section .event-month {
        font-size: 16px;
        margin-top: 5px;
        opacity: 0.9;
    }

    .events-section .event-title {
        font-weight: 700;
        color: #2c3e50;
        margin: 0 0 10px 0;
        line-height: 1.3;
    }

    .events-section .event-meta {
        font-size: 0.95rem;
        color: #7f8c8d;
    }

    .events-section .event-location {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .events-section .event-body {
        padding: 30px;
    }

    .events-section .event-description {
        color: #555;
        line-height: 1.8;
    }

    .events-section .event-details {
        margin-bottom: 25px;
        padding: 20px;
        background: #f9f9f9;
        border-radius: 10px;
    }

    .events-section .detail-item {
        display: flex;
        gap: 15px;
    }

        .events-section .detail-item svg {
            color: var(--primary-color);
            font-size: 1.3rem;
            flex-shrink: 0;
            margin-top: 3px;
        }

        .events-section .detail-item strong {
            display: block;
            color: #2c3e50;
            margin-bottom: 5px;
            font-size: 16px;
        }

        .events-section .detail-item p {
            color: #555;
            margin: 0;
        }

        .events-section .detail-item a {
            color: var(--primary-color);
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }

            .events-section .detail-item a:hover {
                color: var(--accent-color);
            }

    .events-section .event-footer {
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

.submit-event-section {
    padding: var(--screen-sm-padding);
}

/*#endregion*/

/*#region Trails*/

.page-header.trail-banner {
    background: linear-gradient(135deg, rgba(0, 78, 137, 0.8), rgba(255, 107, 53, 0.8)), url('../pics/trails/trail.jpg') center/cover no-repeat;
}

/*#region Trail Stats Section*/

.trail-stats-section {
    padding: var(--screen-sm-padding);
    background: linear-gradient(135deg, rgba(0, 78, 137, 0.08), rgba(255, 107, 53, 0.08));
}

    .trail-stats-section .stat-item {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .trail-stats-section .stat-item:hover {
            transform: translateY(-5px);
        }

    .trail-stats-section .stat-icon {
        font-size: 2.5rem;
        color: var(--primary-color);
        margin-bottom: 15px;
    }

    .trail-stats-section .stat-number {
        font-size: 28px;
        font-weight: 700;
        color: #333;
        margin-bottom: 10px;
    }

    .trail-stats-section .stat-unit {
        font-size: 14px;
        font-weight: 600;
        color: #666;
        margin-left: 6px;
    }

    .trail-stats-section .stat-label {
        font-size: 16px;
        color: #666;
        margin: 0;
        font-weight: 500;
    }

/*#endregion*/

/*#region Trail Info Section*/

.trail-info-section {
    padding: var(--screen-sm-padding);
}

.trail-info-box {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    border-left: 5px solid var(--primary-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.trail-info-text {
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}

    .trail-info-text:last-child {
        margin-bottom: 0;
    }

.trail-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

    .trail-link:hover {
        color: #004e89;
        text-decoration: underline;
    }

    .trail-link svg {
        margin-left: 5px;
        font-size: 0.85rem;
    }

/*#endregion*/

/*#region Trails Grid*/

.trails-grid-section {
    padding: var(--screen-sm-padding);
    background: linear-gradient(135deg, rgba(0, 78, 137, 0.08), rgba(255, 107, 53, 0.08));
}

/*#endregion*/

/*#region Trail Check*/

.trail-check-cta-section {
    padding: var(--screen-sm-padding);
}

    .trail-check-cta-section .benefit-icon svg {
        color: #FFF;
    }

.trail-check-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 35px;
}

.trail-check-image {
    background-image: url('../pics/trails/guy-riding-a-bike.jpg');
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.trail-check-icon {
    position: relative;
    z-index: 2;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .trail-check-icon i {
        font-size: 48px;
        color: #28a745;
    }

.trail-check-benefits {
    margin-bottom: 30px;
}

.benefit-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.benefit-icon {
    width: 40px;
    height: 40px;
    background: #28a745;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

    .benefit-icon i {
        color: white;
        font-size: 18px;
    }

.benefit-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.trail-check-action {
    margin-top: 30px;
}

.me-2 {
    margin-right: 8px;
}


/*#endregion*/

/*#endregion*/

/*#region Member Accordion*/

/* ── Accordion item card ── */
.member-accordion .accordion-item {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.35s ease, transform 0.25s ease;
    margin-bottom: 0; /* gap handles spacing */
}

    .member-accordion .accordion-item:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 16px 40px rgba(0, 78, 137, 0.08);
        transform: translateY(-2px);
    }

/* ── Accordion header (the clickable row) ── */
.member-accordion .accordion-header {
    background: transparent;
    border: none;
    position: relative;
}


/* ── Collapsed / expanded state handled via JS toggling 'show' on collapseDiv ── */
.member-accordion .accordion-collapse {
    overflow: hidden;
}

/* ── Chevron icon ── */
.member-accordion .accordion-icon {
    color: #bbb;
    font-size: 13px;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), color 0.25s ease;
    flex-shrink: 0;
}

.member-accordion .accordion-item.is-open .accordion-icon {
    transform: rotate(180deg);
    color: var(--primary-color);
}

/* ── Column layout inside header ── */
.member-accordion .accordion-button-custom .col-6,
.member-accordion .accordion-button-custom .col-lg-1,
.member-accordion .accordion-button-custom .col-lg-2,
.member-accordion .accordion-button-custom .col-lg-3 {
    margin-bottom: 0 !important;
}

/* ── Member name heading ── */
.member-accordion .accordion-button-custom h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    transition: color 0.25s ease;
}

/* ── Meta text (phone, email, membership info) in header ── */
.member-accordion .accordion-button-custom .fs-6 {
    font-size: 13px !important;
    color: #666;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

/* ── Membership number pill ── */
.member-accordion .accordion-button-custom .col-lg-3 .fs-6 {
    background: linear-gradient(135deg, rgba(0, 78, 137, 0.07), rgba(255, 107, 53, 0.07));
    border-radius: 10px;
    padding: 6px 12px;
    font-size: 12px !important;
    font-weight: 600;
    color: var(--secondary-color);
    display: inline-block;
    line-height: 1.5;
}

    /* "No Active Membership" state */
    .member-accordion .accordion-button-custom .col-lg-3 .fs-6:has-text {
        color: #aaa;
    }

/* ── Membership type badge (Adult / Child) ── */
.member-accordion .col-lg-2 .fs-6 {
    display: inline-flex;
    align-items: center;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 12px !important;
    color: var(--primary-color);
    border: 1px solid rgba(255, 107, 53, 0.25);
}

/* ── Checkbox (select member) ── */

.member-accordion .member-select-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    background: #fff;
    flex-shrink: 0;
}

    .member-accordion .member-select-checkbox input[type="checkbox"]:checked {
        background: var(--primary-color);
        border-color: var(--primary-color);
    }

        .member-accordion .member-select-checkbox input[type="checkbox"]:checked::after {
            content: '';
            position: absolute;
            top: 3px;
            left: 6px;
            width: 6px;
            height: 10px;
            border: 2px solid #fff;
            border-top: none;
            border-left: none;
            transform: rotate(45deg);
        }

    .member-accordion .member-select-checkbox input[type="checkbox"]:hover {
        border-color: var(--primary-color);
        box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.15);
    }

/* ── Thin divider between header and body ── */
.member-accordion .accordion-collapse.show {
    border-top: 1px solid #f0f0f0;
}

/* ── Accordion body ── */
.member-accordion .accordion-body {
    padding: 30px 28px 28px;
    background: #fdfdfd;
    border-radius: 0 0 18px 18px;
}

/* Label (heading) */
.member-accordion .card-info-heading {
    font-size: 16px;
    color: var(--trail-black);
    font-weight: 600;
}

/* Value */
.member-accordion .accordion-body span:not(.card-info-heading),
.member-accordion .accordion-body label:not(.card-info-heading) {
    font-size: 14px;
    color: var(--text-dark);
}

/* Empty / no data value */
.member-accordion .accordion-body span:empty::after {
    content: '—';
    color: #ccc;
    font-weight: 400;
}

/* ── Info field hover effect ── */


/* ── Action buttons container ── */
.member-accordion .col-12.col-lg-12.d-flex {
    padding-top: 24px;
    margin-top: 8px;
    border-top: 1px solid #f0f0f0;
    gap: 12px;
    flex-wrap: wrap;
}

/* ── Base button style ── */
.member-accordion .btn-edit-member,
.member-accordion .btn-disable-member {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 28px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    border-radius: 50px;
    border: none !important;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    text-transform: uppercase;
    min-width: 150px;
    position: relative;
    overflow: hidden;
}

    /* Shimmer ripple on hover */
    .member-accordion .btn-edit-member::after,
    .member-accordion .btn-disable-member::after {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.12);
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: inherit;
    }

    .member-accordion .btn-edit-member:hover::after,
    .member-accordion .btn-disable-member:hover::after {
        opacity: 1;
    }

/* Edit — primary blue */
.member-accordion .btn-edit-member {
    background: linear-gradient(135deg, var(--secondary-color), #005fa3);
    color: #fff;
    box-shadow: 0 4px 14px rgba(0, 78, 137, 0.25);
}

    .member-accordion .btn-edit-member:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0, 78, 137, 0.35);
    }

    .member-accordion .btn-edit-member:active {
        transform: translateY(0);
        box-shadow: 0 2px 8px rgba(0, 78, 137, 0.2);
    }

/* Disable — outlined danger → filled on hover */
.member-accordion .btn-disable-member {
    background: transparent;
    color: #dc3545;
    border: 2px solid #dc3545 !important;
    box-shadow: none;
}

    .member-accordion .btn-disable-member:hover {
        background: #dc3545;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(220, 53, 69, 0.3);
    }

    /* Enable variant (when member is disabled) */
    .member-accordion .btn-disable-member[value^="Enable"] {
        color: var(--success-green);
        border-color: var(--success-green) !important;
    }

        .member-accordion .btn-disable-member[value^="Enable"]:hover {
            background: var(--success-green);
            color: #fff;
            box-shadow: 0 8px 20px rgba(39, 174, 96, 0.3);
        }

/* ── Disabled member row ── */
.member-accordion .accordion-header.member-disabled {
    opacity: 1;
}

    .member-accordion .accordion-header.member-disabled .accordion-button-custom {
        background: repeating-linear-gradient( -55deg, #fafafa, #fafafa 6px, #f5f5f5 6px, #f5f5f5 12px );
    }

/*#endregion*/

/*#region Member Section */

.member {
    padding: var(--screen-sm-padding);
    background: var(--light-bg);
}

    .member h4 {
        font-size: 18px;
        font-weight: 700;
        color: var(--primary-color);
        margin: 30px 0 20px 0;
        padding-bottom: 10px;
        border-bottom: 2px solid var(--primary-color);
        display: inline-block;
    }

    .member .form-floating > .form-control,
    .member .form-floating > .form-select {
        border: 2px solid #e0e0e0;
        border-radius: 12px;
        height: 60px;
        font-size: 15px;
    }

        .member .form-floating > .form-control:focus,
        .member .form-floating > .form-select:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.25rem rgba(255, 107, 53, 0.25);
        }

    .member .form-floating > label {
        color: #666;
        font-weight: 500;
    }

    .member .form-floating > .form-control:focus ~ label,
    .member .form-floating > .form-control:not(:placeholder-shown) ~ label,
    .member .form-floating > .form-select ~ label {
        color: var(--primary-color);
        font-weight: 600;
    }

    .member .input-box {
        border: 2px solid #e0e0e0;
        border-radius: 12px;
        height: 60px;
        font-size: 15px;
    }

        .member .input-box:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.25rem rgba(255, 107, 53, 0.25);
        }

.members-btn {
    display: inline-block;
    color: #fff;
    text-align: center;
    border: 2px solid var(--primary-color) !important;
    background-color: var(--primary-color);
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
}

    .members-btn:hover {
        color: var(--primary-color);
        background: transparent;
        box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
        transform: translateY(-2px);
    }

.member-delete {
    background-color: var(--danger-red);
    border-color: var(--danger-red) !important;
}

    .member-delete:hover {
        color: var(--danger-red);
        background: transparent;
    }

.family-add-btn,
.permit-add-btn {
    display: inline-block;
    color: #fff;
    text-align: center;
    border: 2px solid var(--secondary-color) !important;
    background-color: var(--secondary-color);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 50px;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    margin: 10px 10px 10px 0;
}

    .family-add-btn:hover,
    .permit-add-btn:hover {
        color: var(--secondary-color);
        background: transparent;
        box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
        transform: translateY(-2px);
    }

.select-all {
    margin: 15px 0;
}

    .select-all input[type="checkbox"] {
        margin-right: 10px;
    }

.modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-header {
    background: var(--primary-color);
    color: #fff;
    border-radius: 20px 20px 0 0;
    border-bottom: none;
}

    .modal-header .modal-title {
        font-weight: 700;
    }

    .modal-header .btn-close {
        filter: invert(1);
    }

.modal-footer {
    border-top: 1px solid #eee;
}

    .modal-footer .btn-secondary {
        background: #6c757d;
        border: none;
        border-radius: 50px;
        padding: 10px 25px;
        font-weight: 600;
    }

    .modal-footer .btn-primary {
        background: var(--primary-color);
        border: none;
        border-radius: 50px;
        padding: 10px 25px;
        font-weight: 600;
    }

.warning-info {
    background: #fff3cd !important;
    border-left: 4px solid #ffc107;
}

/* Calendar styling */
.date-wrapper {
    position: relative;
}

.calendar-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    pointer-events: none;
}

.member-list {
    overflow-y: auto;
}

/*#endregion */

/*#region Donation*/

.payment-info-section {
    padding: var(--screen-sm-padding);
    background: var(--light-bg);
}

.donation-selection {
    padding: var(--screen-sm-padding);
}

/*#endregion*/

/*#region Thank you*/

.thank-you-section {
    padding: var(--screen-sm-padding);
    background: var(--light-bg);
}

    .thank-you-section .thank-you-card {
        background: #fff;
        border-radius: 25px;
        padding: 60px 40px;
        box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    .thank-you-section .success-icon {
        width: 100px;
        height: 100px;
        background: linear-gradient(135deg, var(--success-green), #2ecc71);
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .thank-you-section .success-icon::before {
            content: '';
            position: absolute;
            width: 120px;
            height: 120px;
            border: 3px solid var(--success-green);
            border-radius: 50%;
            opacity: 0.3;
            animation: pulse 2s infinite;
        }

        .thank-you-section .success-icon svg {
            color: #fff;
            font-size: 40px;
        }

    .thank-you-section .thank-you-title {
        font-size: 32px;
        font-weight: 900;
        color: var(--text-dark);
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

    .thank-you-section .thank-you-message {
        font-size: 16px;
        color: #666;
        line-height: 1.8;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .thank-you-section .donation-impact {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        margin-bottom: 40px;
        padding: 30px;
        background: var(--light-bg);
        border-radius: 15px;
    }

    .thank-you-section .impact-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

        .thank-you-section .impact-item svg {
            font-size: 28px;
            color: var(--primary-color);
        }

        .thank-you-section .impact-item span {
            font-size: 14px;
            font-weight: 600;
            color: var(--text-dark);
        }

    .thank-you-section .thank-you-divider {
        height: 2px;
        background: linear-gradient(90deg, transparent, var(--primary-color), transparent);
        margin: 40px 0;
    }

    .thank-you-section .thank-you-actions {
        display: flex;
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

        .thank-you-section .thank-you-actions .btn-main,
        .thank-you-section .thank-you-actions .btn-secondary-custom {
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

    .thank-you-section .btn-secondary-custom {
        background: transparent;
        border: 1px solid var(--secondary-color) !important;
        color: var(--secondary-color);
    }

        .thank-you-section .btn-secondary-custom:hover {
            background: var(--secondary-color);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 78, 137, 0.3);
        }

    .thank-you-section .share-section {
        padding-top: 30px;
        border-top: 2px solid #f0f0f0;
    }

    .thank-you-section .share-text {
        font-size: 16px;
        font-weight: 600;
        color: var(--text-dark);
        margin-bottom: 20px;
    }

    .thank-you-section .social-share-links {
        display: flex;
        gap: 15px;
        justify-content: center;
    }

    .thank-you-section .share-link {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        transition: all 0.3s ease;
        text-decoration: none;
    }

        .thank-you-section .share-link:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        }

        .thank-you-section .share-link.facebook {
            background: #1877f2;
        }

        .thank-you-section .share-link.twitter {
            background: #1da1f2;
        }

        .thank-you-section .share-link.instagram {
            background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        }

        .thank-you-section .share-link.whatsapp {
            background: #25d366;
        }

    .thank-you-section .info-icon-wrapper {
        margin-bottom: 30px;
    }

    .thank-you-section .error-icon {
        width: 100px;
        height: 100px;
        background: red;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .thank-you-section .error-icon::before {
            content: '';
            position: absolute;
            width: 120px;
            height: 120px;
            border: 3px solid red;
            border-radius: 50%;
            opacity: 0.3;
            animation: pulse 2s infinite;
        }

        .thank-you-section .error-icon svg {
            color: #fff;
            font-size: 40px;
        }


    /* Email Receipt Section */
    .thank-you-section .email-receipt-section {
        margin: 40px 0;
        padding: 30px;
        background: var(--light-bg);
        border-radius: 15px;
        border: 2px dashed rgba(0, 123, 255, 0.2);
    }

    .thank-you-section .receipt-info {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin-bottom: 25px;
        color: var(--text-dark);
    }

        .thank-you-section .receipt-info svg {
            font-size: 24px;
            color: var(--primary-color);
        }

        .thank-you-section .receipt-info p {
            margin: 0;
            font-size: 15px;
            font-weight: 500;
            text-align: center;
        }

    .thank-you-section .email-form-group {
        max-width: 500px;
        margin: 0 auto;
    }

        .thank-you-section .email-form-group .form-floating {
            margin-bottom: 15px;
        }

/*#endregion*/

/*#region Reset Password Page*/

.reset-password-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: var(--screen-sm-padding);
}

.reset-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid rgba(255, 107, 53, 0.1);
    transition: all 0.3s ease;
}

    .reset-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

.reset-card-header {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    padding: 2.5rem 2rem;
    text-align: center;
    position: relative;
}

    .reset-card-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="50" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="30" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
        opacity: 0.3;
    }

.reset-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 2;
}

.success-icon {
    background: var(--success-green);
    border-color: rgba(255, 255, 255, 0.3);
}

.reset-card-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.reset-card-body {
    padding: 2.5rem 2rem;
}

.reset-intro-text {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    text-align: center;
    line-height: 1.6;
}

.reset-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    position: relative;
}

    .reset-steps::before {
        content: '';
        position: absolute;
        top: 25px;
        left: 50px;
        right: 50px;
        height: 2px;
        background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
        z-index: 1;
    }

.step-item {
    text-align: center;
    flex: 1;
    position: relative;
    z-index: 2;
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-weight: 700;
    font-size: 1.2rem;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.step-item p {
    margin: 0;
    font-size: 0.9rem;
    color: #495057;
    font-weight: 500;
}

.form-label {
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.input-group {
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.input-group-text {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border: none;
    color: white;
    font-size: 1.1rem;
}

.form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.25);
}

.form-control.is-invalid {
    border-color: var(--danger-red);
    background-image: none;
}

    .form-control.is-invalid:focus {
        box-shadow: 0 0 0 0.2rem rgba(192, 57, 43, 0.25);
    }

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: var(--danger-red);
    font-weight: 500;
}

.form-help-text {
    background: rgba(255, 107, 53, 0.1);
    border-left: 4px solid var(--primary-color);
    padding: 1rem 1.25rem;
    border-radius: 8px;
    color: #495057;
    font-size: 0.9rem;
}

    .form-help-text i {
        color: var(--primary-color);
        margin-right: 0.5rem;
    }

.email-confirmation {
    background: rgba(0, 78, 137, 0.1);
    border: 1px solid rgba(0, 78, 137, 0.2);
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.email-display {
    background: white;
    border: 2px solid var(--secondary-color);
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
    font-weight: 600;
    color: var(--secondary-color);
    text-align: center;
    font-size: 1.1rem;
}

    .email-display i {
        margin-right: 0.5rem;
    }

.password-requirements {
    background: rgba(39, 174, 96, 0.1);
    border-left: 4px solid var(--success-green);
    padding: 1rem 1.25rem;
    border-radius: 8px;
    color: #495057;
    font-size: 0.9rem;
}

    .password-requirements i {
        color: var(--success-green);
        margin-right: 0.5rem;
    }

.success-card .reset-card-header {
    background: linear-gradient(135deg, var(--success-green), #27ae60);
}

.success-message {
    text-align: center;
    padding: 2rem;
    background: rgba(39, 174, 96, 0.1);
    border-radius: 12px;
    margin-bottom: 2rem;
}

    .success-message i {
        font-size: 3rem;
        color: var(--success-green);
        margin-bottom: 1rem;
        display: block;
    }

    .success-message p {
        margin: 0;
        font-size: 1.1rem;
        color: #495057;
        font-weight: 500;
    }

.help-text {
    text-align: center;
    color: #6c757d;
}

    .help-text p {
        margin-bottom: 1rem;
    }

    .help-text a {
        color: var(--primary-color);
        text-decoration: none;
        font-weight: 600;
    }

        .help-text a:hover {
            text-decoration: underline;
        }

.btn-primary-custom {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border: none;
    color: white;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

    .btn-primary-custom:hover {
        background: linear-gradient(135deg, var(--accent-color), var(--primary-color));
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
        color: white;
    }

    .btn-primary-custom:focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.25);
    }

/*#endregion */

/*#region Contact*/

.contact-header {
    background: linear-gradient(135deg, rgba(0, 78, 137, 0.8), rgba(255, 107, 53, 0.8)), url('../pics/contact/YoungandOld.jpg') center/cover no-repeat;
}

.contact-section {
    padding: var(--screen-sm-padding);
    background: var(--light-bg);
}

    .contact-section .contact-form-card {
        background: white;
        padding: 25px;
        border-radius: 20px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    }

    .contact-section .contact-info-card, .social-card, .quick-links-card {
        background: white;
        padding: 25px;
        border-radius: 20px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }

    .contact-section .form-title {
        font-size: 26px;
        font-weight: 900;
        margin-bottom: 30px;
        color: var(--text-dark);
    }

    .contact-section .info-title {
        font-weight: 900;
        margin-bottom: 25px;
        color: var(--text-dark);
    }

    .contact-section .info-item {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 2px solid #e0e0e0;
    }

        .contact-section .info-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

    .contact-section .info-icon {
        width: 50px;
        height: 50px;
        background: var(--primary-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.3rem;
        flex-shrink: 0;
        margin-bottom: 15px;
    }

    .contact-section .info-item h5 {
        font-weight: 700;
        margin-bottom: 8px;
        color: var(--text-dark);
    }

    .contact-section .info-item p {
        margin: 0;
        color: #666;
        line-height: 1.6;
    }

    .contact-section .info-item a {
        color: var(--secondary-color);
        text-decoration: none;
    }

        .contact-section .info-item a:hover {
            color: var(--primary-color);
        }

    .contact-section .social-card p {
        color: #666;
        margin-bottom: 25px;
    }

    .contact-section .social-links-large {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .contact-section .social-link-large {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 15px;
        background: var(--light-bg);
        border-radius: 10px;
        color: var(--text-dark);
        text-decoration: none;
        transition: all 0.3s ease;
        font-weight: 600;
    }

        .contact-section .social-link-large:hover {
            background: var(--primary-color);
            color: white;
            transform: translateY(-3px);
        }

        .contact-section .social-link-large i {
            font-size: 1.5rem;
        }

/*#endregion*/

/*#region Footer*/

.footer {
    padding-top: 25px;
    background: var(--dark-bg);
    color: rgba(255, 255, 255, 0.8);
}

    .footer .container {
        padding-bottom: 25px;
    }

    .footer .footer-block img {
        height: 40px;
        width: auto;
        max-width: 40px;
        margin-bottom: 15px;
        filter: brightness(0) invert(1);
    }

    .footer .footer-title {
        color: #fff;
        font-weight: 700;
        margin-bottom: 20px;
        font-size: 1.2rem;
    }

    .footer .footer-text {
        line-height: 1.8;
        margin-bottom: 20px;
        color: #fff;
    }

.social-links {
    display: flex;
    gap: 15px;
}

    .social-links a {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        transition: all 0.3s ease;
    }

        .social-links a:hover {
            background: var(--primary-color);
            transform: translateY(-3px);
        }

.footer .footer-block h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 800;
}

.footer .footer-block ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .footer .footer-block ul li {
        margin-bottom: 5px;
    }

        .footer .footer-block ul li:last-child {
            margin: unset;
        }

        .footer .footer-block ul li a {
            position: relative;
            color: #fff;
            transition: 0.5s;
        }

            .footer .footer-block ul li a::before {
                content: "\f061";
                font-weight: 600;
                left: 0;
                opacity: 0;
                transition: 0.5s;
                position: absolute;
                font-family: "Font Awesome 7 Free";
            }

            .footer .footer-block ul li a:hover {
                padding-left: 20px;
                text-decoration: underline;
                color: var(--primary-color);
            }

                .footer .footer-block ul li a:hover::before {
                    opacity: 1;
                    color: var(--primary-color);
                }

.footer .copyright_area {
    background: #fff;
    color: var(--text-dark);
    text-align: center;
    padding: 20px 15px;
    font-size: 12px;
}

    .footer .copyright_area a {
        font-weight: 700;
        text-transform: uppercase;
        color: var(--primary-color);
    }

/*#endregion*/

/*#region Digital ID*/

.digital-id-section {
    padding: var(--screen-sm-padding);
    background: linear-gradient(135deg, #004e89 0%, #1a1a1a 100%);
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.id-card-container {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.id-card {
    background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
}

.id-card-header {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    padding: 20px 15px;
    text-align: center;
    position: relative;
}

    .id-card-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.1" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,138.7C960,139,1056,117,1152,101.3C1248,85,1344,75,1392,69.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
        background-size: cover;
        opacity: 0.3;
    }

.club-logo {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.id-title {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.id-card-body {
    padding: 20px 15px;
}

.member-photo-section {
    text-align: center;
    margin-bottom: 15px;
}

.member-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 5px solid #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

    .member-photo i,
    .member-photo svg {
        font-size: 80px !important;
        width: 80px !important;
        height: 80px !important;
        line-height: 80px !important;
        color: #999;
    }

.member-name {
    font-size: 24px;
    font-weight: 900;
    color: #2c3e50;
    margin: 10px 0 3px;
    text-align: center;
}

.member-type {
    font-size: 14px;
    font-weight: 600;
    color: #ff6b35;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 12px;
}

.id-info-grid {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
}

.id-info-item {
    background: #fff;
    padding: 10px 12px;
    border-radius: 10px;
    border-left: 4px solid #ff6b35;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.id-info-label {
    font-size: 11px;
    font-weight: 700;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

.id-info-value {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
}

.membership-status {
    background: linear-gradient(135deg, #004e89 0%, #003d6b 100%);
    padding: 12px;
    border-radius: 10px;
    text-align: center;
    margin-top: 12px;
}

.membership-status-label {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.membership-status-value {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
}

.status-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
}

.status-active {
    background: #4caf50;
    color: #fff;
}

.status-expired {
    background: #f44336;
    color: #fff;
}

.share-section {
    padding: 15px;
    text-align: center;
    border-top: 2px dashed #e0e0e0;
    background: #fff;
}

.share-title {
    font-size: 11px;
    font-weight: 700;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.share-buttons {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    white-space: nowrap;
}

.share-btn-whatsapp {
    background: #25D366;
    color: #fff;
}

    .share-btn-whatsapp:hover {
        background: #1da851;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
    }

.share-btn-copy {
    background: #004e89;
    color: #fff;
}

    .share-btn-copy:hover {
        background: #003d6b;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 78, 137, 0.3);
    }

    .share-btn-copy.copied {
        background: #4caf50;
    }

.share-btn-email {
    background: #ff6b35;
    color: #fff;
}

    .share-btn-email:hover {
        background: #f7931e;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
    }

.share-btn i {
    font-size: 16px;
}

.id-footer {
    background: #f5f5f5;
    padding: 12px;
    text-align: center;
    border-top: 2px dashed #e0e0e0;
}

.id-footer-text {
    font-size: 10px;
    color: #999;
    margin: 0;
}

.error-container {
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.error-icon {
    font-size: 60px;
    color: #f44336;
    margin-bottom: 20px;
}

.error-title {
    font-size: 24px;
    font-weight: 900;
    color: #2c3e50;
    margin-bottom: 10px;
}

.error-text {
    font-size: 14px;
    color: #777;
}

@media (max-width: 576px) {

    .id-card-header {
        padding: 20px 15px;
    }

    .member-name {
        font-size: 22px;
    }

    .id-info-value {
        font-size: 14px;
    }

    .share-buttons {
        flex-direction: column;
    }

    .share-btn {
        width: 100%;
    }
}

/*#endregion*/





/*RESPONSIVE STYLES PER BREAK POINT*/
/* XSM Screen (340px and down*/
@media (max-width: 340px) {
    /*#region Master*/

    .content-side-padding {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    p {
        font-size: 11px;
    }

    .btn-main {
        font-size: 11px;
    }

    /*#endregion*/

    /*#region Sponsors*/

    .sponsor-card .badge {
        font-size: 8px;
    }

    /*#endregion*/
}


/* SM Screen (600px and up) */
@media (min-width: 600px) {
}

/* MD Breakpoint (tablets, 768px and up) */
@media (min-width: 768px) {


    /*#region Sponsors*/

    .sponsor-logo-item {
        height: 120px;
    }

    /*#endregion*/

    /*#region Banner*/

    #mainContent .carousel-item-top {
        height: 650px;
    }

    #mainContent .carousel-heading {
        font-size: 40px;
    }

    #mainContent .carousel-subheading {
        font-size: 25px;
    }

    #mainContent .carousel-caption .btn {
        margin: 15px;
    }

    /*#endregion*/

    /*#region Shops Section*/

    .shops-section .shop-card {
        padding: 30px;
    }

    /*#endregion*/

    /*#region Contact*/

    .contact-section .info-item {
        display: flex;
        gap: 20px;
    }

    /*#endregion*/
}

/* LG Breakpoint (tablets, 992px and up) */
@media (min-width: 992px) {


    .family-add-btn,
    .permit-add-btn {
        font-size: 14px;
    }

    /*#region Navbar*/

    .navbar .navbar-brand {
        height: 50px;
    }

    .navbar .navbar-logo {
        max-height: 50px;
    }

    .navbar .navbar-brand-name {
        font-size: 1.1rem;
        margin-left: 10px;
    }

    /*#endregion*/

    /*#region Banner*/

    #mainContent .carousel-control-prev {
        left: 15px;
    }

    #mainContent .carousel-control-next {
        right: 15px;
    }

    /*#endregion*/

    /*#region Home Page*/

    /*#region Banner*/

    #mainContent .carousel-item-top {
        height: 725px;
    }

    #mainContent .carousel-heading {
        font-size: 50px;
    }

    #mainContent .carousel-subheading {
        font-size: 30px;
    }

    #mainContent .carousel-control-prev,
    #mainContent .carousel-control-next {
        width: 80px;
    }

    #mainContent .carousel-control-prev-icon,
    #mainContent .carousel-control-next-icon {
        width: 50px;
        height: 50px;
    }

    /*#endregion*/

    /*#region About Us*/

    .about-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Featured Trails*/

    .featured-trails-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Support Section*/

    .support-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Local Legends*/

    .legends-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Sponsors*/

    .sponsors-preview-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#endregion*/

    /*#region Committee*/

    .committee-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Contact*/

    .contact-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Membership*/

    .member-discounts-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Benefits Section*/

    .benefits-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Membership Plans*/

    .membership-plans-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Coffee Donation*/

    .coffee-donation-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Money Breakdown*/

    .money-breakdown-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region FAQ*/

    .faq-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Shops Section*/

    .shops-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Partner CTA*/

    .partner-cta-section {
        padding: 80px 0;
    }

    /*#endregion*/

    /*#region Payments*/

    /*#region Payment Info Section*/

    .payment-info-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Payment Methods Section*/

    .payment-methods-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region CTA Section */

    .payment-cta-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#endregion*/

    /*#region Sponsor Sections*/

    .sponsors-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Impact Section*/

    .impact-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Become Sponsor Section*/

    .become-sponsor-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Events*/

    .events-section {
        padding: var(--screen-lg-padding);
    }

    .submit-event-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Trails*/

    /*#region Trail Stats Section*/

    .trail-stats-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Trail Info Section*/

    .trail-info-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Trails Grid*/

    .trails-grid-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Trail Check*/

    .trail-check-cta-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#endregion*/

    /*#region Members*/

    .member {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Donation*/

    .payment-info-section {
        padding: var(--screen-lg-padding);
    }

    .donation-selection {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Thank you*/

    .thank-you-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Reset Password Page*/

    .reset-password-section {
        padding: var(--screen-lg-padding);
    }

    /*#endregion*/

    /*#region Footer*/

    .footer {
        padding-top: 50px;
    }

        .footer .container {
            padding-bottom: 50px;
        }

    /*#endregion*/

    /*#region Digital ID*/

    /*#endregion*/
}

/* Normal Screen 18 Inch - 19 Inch ( (Resolution 1366x768 ) 1349px and up) */
@media (min-width: 1349px) {

    /*#region Master*/

    .section-title {
        margin-bottom: 40px;
    }

        .section-title h2 {
            font-size: 38px;
        }

        .section-title p {
            font-size: 22px;
        }

        .section-title .subtitle p {
            font-size: 16px;
        }

    p {
        font-size: 16px;
    }

    h5 {
        font-size: 20px;
    }

    h4 {
        font-size: 22px;
    }

    h3 {
        font-size: 24px;
    }

    .page-header .page-title {
        font-size: 50px;
    }

    .page-header .page-subtitle {
        font-size: 18px;
    }

    /*#endregion*/

    /*#region Navbar*/


    .navbar .nav-link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background: var(--primary-color);
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }

    .navbar .nav-link:hover::after {
        width: 80%;
    }

    .navbar .nav-link.active {
        color: var(--primary-color) !important;
    }

        .navbar .nav-link.active::after {
            width: 80%;
        }

    .navbar .dropdown-toggle {
        position: relative;
    }

        .navbar .dropdown-toggle::after {
            content: '';
            display: inline-block;
            width: 0;
            height: 0;
            margin-left: 0px;
            vertical-align: 0.255em;
            border-top: 0.35em solid var(--primary-color);
            border-right: 0.35em solid transparent;
            border-left: 0.35em solid transparent;
            transition: transform 0.3s ease;
        }

        .navbar .dropdown-toggle.active {
            color: var(--primary-color) !important;
        }

    .navbar .dropdown-item.active {
        background: var(--primary-color);
        color: white !important;
    }

        .navbar .dropdown-item.active i {
            color: white;
        }

    .navbar .dropdown-item:hover {
        background: var(--primary-color);
        color: white;
    }

        .navbar .dropdown-item:hover i {
            color: white;
        }


    /*#endregion*/

    /*#region Home Page*/

    /*#region Navbar*/

    .navbar .nav-link {
        font-size: 16px;
    }

    /*#endregion*/

    /*#region Banner*/

    #mainContent .carousel-item-top {
        height: 768px;
    }

    #mainContent .carousel-heading {
        font-size: 70px;
    }

    #mainContent .carousel-subheading {
        font-size: 40px;
    }

    /*#endregion*/

    /*#region Stats*/

    .stats-section .stat-number {
        font-size: 24px;
    }

    .stats-section .stat-label {
        font-size: 20px;
    }

    /*#endregion*/

    /*#region Featured Trails*/

    .trail-name {
        font-size: 22px;
    }

    /*#endregion*/

    /*#region Support Section*/

    .btn-coffee {
        padding: 15px;
        font-size: 16px;
    }

    /*#endregion*/

    /*#endregion*/

    /*#region Committee*/

    .join-committee-section h2 {
        font-size: 40px;
    }

    .join-committee-section p {
        font-size: 22px;
    }

    /*#endregion*/

    /*#region Contact*/

    .contact-section .form-title {
        font-size: 32px;
    }

    /*#endregion*/

    /*#region Coffee Donation*/

    .coffee-disclaimer small {
        font-size: 18px;
    }

    .coffee-stat strong {
        font-size: 26px;
    }

    .btn-coffee-amount svg {
        font-size: 22px;
    }

    .btn-coffee-amount span {
        font-size: 18px;
    }

    .btn-coffee-amount strong {
        font-size: 26px;
    }

    /*#endregion*/

    /*#region Money Breakdown*/

    .breakdown-percentage {
        font-size: 45px;
    }

    /*#endregion*/

    /*#region FAQs*/

    .faq-section .accordion-button {
        font-size: 18px;
    }

    /*#endregion*/

    /*#region Shops Section*/

    .shops-section .shop-name {
        font-size: 32px;
    }

    .shops-section .shop-services span {
        font-size: 14px;
    }

    .shops-section .detail-item strong {
        font-size: 18px;
    }

    .shops-section .detail-item p {
        font-size: 14px;
    }


    /*#endregion*/

    /*#region Partner CTA*/

    .partner-cta-section h2 {
        font-size: 38px;
    }

    .partner-cta-section p {
        font-size: 22px;
    }

    /*#endregion*/

    /*#region Payments*/

    /*#region Payment Methods Section*/

    .payment-methods-section .category-description {
        font-size: 20px;
    }

    .payment-methods-section .payment-category {
        margin-bottom: 65px;
    }

    /*#endregion*/

    /*#region CTA Section */

    .payment-cta-section .cta-card h3 {
        font-size: 30px;
    }

    .payment-cta-section .payment-benefits li {
        font-size: 16px;
    }

    /*#endregion*/

    /*#endregion*/

    /*#region Impact Section*/

    .impact-card h3 {
        font-size: 36px;
    }

    /*#endregion*/

    /*#region Events*/

    .events-section .detail-item strong {
        font-size: 16px;
    }

    .events-section .event-day {
        font-size: 24px;
    }

    .events-section .event-month {
        font-size: 18px;
    }

    /*#endregion*/

    /*#region Trails*/

    /*#region Trail Stats Section*/

    .trail-stats-section .stat-number {
        font-size: 36px;
    }

    .trail-stats-section .stat-label {
        font-size: 18px;
    }

    /*#endregion*/

    /*#endregion*/

    /*#region Members*/

    .member-accordion .accordion-item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 4px;
        background: var(--primary-color);
        border-radius: 18px 0 0 18px;
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 2;
        pointer-events: none;
    }

    .member-accordion .accordion-item:hover::before {
        opacity: 1;
    }

    .member-accordion .accordion-button-custom:hover {
        background: #fafafa;
    }

    /*#endregion*/

    /*#region Thank you*/

    .thank-you-title {
        font-size: 50px;
    }

    .thank-you-message {
        font-size: 20px;
    }

    /*#endregion*/

    /*#region Footer*/

    .footer .copyright_area {
        font-size: 14px;
    }

    /*#endregion*/

}

/*High Definition Plus (HD+) ( (Resolution 1600x900), 1600px and up) */
@media (min-width: 1600px) {

    /*#region Home Page*/

    /*#region Banner*/

    #mainContent .carousel-item-top {
        height: 920px;
    }

    #mainContent .carousel-heading {
        font-size: 80px;
    }

    #mainContent .carousel-subheading {
        font-size: 45px;
    }

    /*#endregion*/

    /*#endregion*/

}

/*Extra Large Screen 23 Inch ( (Resolution 1920x1080 ) 1800px and up) */
@media (min-width: 1800px) {

    /*#region Home Page*/

    /*#region Banner*/

    #mainContent .carousel-heading {
        font-size: 100px;
    }

    #mainContent .carousel-subheading {
        font-size: 50px;
    }

    /*#endregion*/

    /*#endregion*/

}

/*Extra Large Screen 27 Inch ( (Resolution 2560x1440 ) 2560px and up) */
@media (min-width: 2560px) {
}

/*Extra Large Screen 32 Inch ( (Resolution 3840x2160 ) 3840px and up) */
@media (min-width: 3840px) {
}

/*#region Login Section */

.login-header-section {
    position: relative;
    display: flex;
    align-items: center;
}

.login-hero {
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 78, 137, 0.95), rgba(255, 107, 53, 0.9)), url('../pics/hillbillies_background_login.jpg') center/cover no-repeat;
    padding: 100px 0 100px 0;
}

.login-hero-title {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.login-hero-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
    max-width: 500px;
    margin: 0 auto 0 0;
}

.login-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.login-form {
    padding: 40px;
}

    .login-form .form-floating > .form-control {
        border: 2px solid #e0e0e0;
        border-radius: 12px;
        height: 60px;
        font-size: 15px;
        padding-left: 15px;
    }

        .login-form .form-floating > .form-control:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.25rem rgba(255, 107, 53, 0.25);
        }

    .login-form .form-floating > label {
        padding-left: 15px;
        color: #666;
        font-weight: 500;
    }

    .login-form .form-floating > .form-control:focus ~ label,
    .login-form .form-floating > .form-control:not(:placeholder-shown) ~ label {
        color: var(--primary-color);
        font-weight: 600;
    }

.forgot-password-link {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

    .forgot-password-link:hover {
        color: var(--secondary-color);
        text-decoration: underline;
    }

.login-divider {
    position: relative;
    text-align: center;
    margin: 25px 0;
}

    .login-divider::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, #ddd, transparent);
    }

    .login-divider span {
        position: relative;
        background: #fff;
        padding: 0 20px;
        color: #888;
        font-size: 14px;
        font-weight: 500;
    }

.privacy-notice {
    background: var(--light-bg);
    padding: 20px 40px;
    text-align: center;
    border-top: 1px solid #eee;
}

    .privacy-notice p {
        font-size: 13px;
        color: #666;
    }

    .privacy-notice a {
        color: var(--primary-color);
        font-weight: 600;
    }

        .privacy-notice a:hover {
            text-decoration: underline;
        }

.btn-secondary-custom {
    display: inline-block;
    color: var(--primary-color);
    text-align: center;
    border: 2px solid var(--primary-color) !important;
    background-color: transparent;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 25px;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    border-radius: 50px;
}

    .btn-secondary-custom:hover {
        color: #fff;
        background: var(--primary-color);
        box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
        transform: translateY(-2px);
    }

/*#endregion */

/*#region Member Registration Form */

/* Form container card */
.member-register {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    padding: 50px;
    margin: 0 auto;
    max-width: 1200px;
}

    .member-register .section-title {
        margin-bottom: 40px;
        text-align: center;
    }

        .member-register .section-title h2 {
            font-size: 32px;
            font-weight: 800;
            color: var(--text-dark);
            margin-bottom: 10px;
        }

    /* Section headers (Personal, Medical, Membership & Bike) */
    .member-register h4 {
        font-size: 20px;
        font-weight: 700;
        color: var(--primary-color);
        padding-bottom: 15px;
        border-bottom: 3px solid var(--light-bg);
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .member-register h4:first-of-type {
            margin-top: 0;
        }

        .member-register h4::before {
            content: '';
            width: 4px;
            height: 24px;
            background: linear-gradient(180deg, var(--primary-color), var(--secondary-color));
            border-radius: 2px;
        }

    /* Form inputs - enhanced floating labels */

    .member-register .form-floating .form-control {
        border: 2px solid #e8e8e8;
        border-radius: 12px;
        height: 60px;
        padding: 20px 15px 10px 15px;
        font-size: 15px;
        transition: all 0.3s ease;
        background: #fafafa;
    }

        .member-register .form-floating .form-control:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.1);
            background: #fff;
        }

    .member-register .form-floating label {
        padding: 0 15px;
        font-size: 14px;
        color: #777;
        font-weight: 500;
        display: flex;
        align-items: center;
        height: 60px;
    }

    .member-register .form-floating .form-control:focus ~ label,
    .member-register .form-floating .form-control:not(:placeholder-shown) ~ label {
        transform: scale(0.85) translateY(-12px);
        color: var(--primary-color);
        font-weight: 600;
    }

    /* Date picker styling */

    .member-register .calendar-icon {
        right: 18px;
        font-size: 18px;
    }

    /* Select dropdown styling */
    .member-register .form-floating select.form-control {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    /* Checkbox styling */
    .member-register .custom-checkbox {
        margin-bottom: 25px;
        padding: 15px;
        background: #f8f9fa;
        border-radius: 10px;
        border: 2px solid #e8e8e8;
        display: flex;
    }

    .member-register .custom-control-input {
        width: 20px;
        height: 20px;
        accent-color: var(--primary-color);
        cursor: pointer;
    }

    .member-register .custom-control-label {
        font-weight: 500;
        color: #555;
        cursor: pointer;
        padding-left: 8px;
    }

    /* Use main email checkbox */
    .member-register .use-main-email {
        margin-top: 15px;
        padding: 12px 15px;
        background: var(--light-bg);
        border-radius: 10px;
        border-left: 4px solid var(--primary-color);
    }

        .member-register .use-main-email input[type="checkbox"] {
            width: 18px;
            height: 18px;
            accent-color: var(--primary-color);
            margin-right: 10px;
            cursor: pointer;
        }

        .member-register .use-main-email label {
            font-weight: 600;
            color: var(--text-dark);
            cursor: pointer;
            margin-bottom: 0;
        }

    /* Form buttons area */
    .member-register .col-12:has(.members-btn) {
        margin-top: 40px;
        padding-top: 30px;
        border-top: 2px solid var(--light-bg);
    }

    /* Submit/Action buttons */
    .member-register .members-btn {
        min-width: 180px;
        padding: 15px 30px;
        font-size: 15px;
        font-weight: 600;
        border-radius: 50px;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

        .member-register .members-btn:not(.member-delete) {
            background: linear-gradient(135deg, var(--primary-color), #ff8555);
            color: #fff;
            box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
        }

            .member-register .members-btn:not(.member-delete):hover {
                transform: translateY(-2px);
                box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
            }

    /* Delete button */
    .member-register .member-delete {
        background: #dc3545;
        color: #fff;
        box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
    }

        .member-register .member-delete:hover {
            background: #c82333;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(220, 53, 69, 0.4);
        }

    /* Alert styling */
    .member-register .alert {
        border-radius: 12px;
        border: none;
        padding: 15px 20px;
    }

    .member-register .alert-danger {
        background: #f8d7da;
        border-left: 4px solid #dc3545;
    }

.accordion-button-custom {
    background-color: #fff;
    border: 0;
    padding: 1rem 1.25rem;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

    .accordion-button-custom:hover {
        background-color: #f8f9fa;
    }

    .accordion-button-custom:not(.collapsed) {
        background-color: #e7f1ff;
    }

    .accordion-button-custom::after {
        display: none;
    }

.accordion-header.member-disabled .accordion-button-custom {
    opacity: 0.6;
    background-color: #f8f9fa;
}

/*#endregion */

/*#region Privacy Section */

.privacy-header {
    background: linear-gradient(135deg, rgba(0, 78, 137, 0.9), rgba(255, 107, 53, 0.9)), url('../pics/ocean.jpg') center/cover no-repeat;
}

.privacy-section {
    padding: var(--screen-lg-padding);
    background: var(--light-bg);
}

.privacy-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    padding: 60px;
}

.privacy-intro {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 2px solid var(--light-bg);
}

    .privacy-intro .lead {
        font-size: 20px;
        color: var(--text-dark);
        font-weight: 500;
        max-width: 700px;
        margin: 0 auto;
    }

.privacy-block {
    margin-bottom: 40px;
}

    .privacy-block:last-of-type {
        margin-bottom: 0;
    }

    .privacy-block h3 {
        font-size: 22px;
        font-weight: 700;
        color: var(--text-dark);
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

        .privacy-block h3 i {
            color: var(--primary-color);
            font-size: 24px;
        }

    .privacy-block p {
        color: #555;
        line-height: 1.8;
        margin-bottom: 15px;
    }

        .privacy-block p:last-child {
            margin-bottom: 0;
        }

.privacy-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 12px;
}

    .privacy-list li {
        display: flex;
        align-items: center;
        padding: 10px 15px;
        background: var(--light-bg);
        border-radius: 10px;
        color: #555;
        font-size: 15px;
    }

        .privacy-list li i {
            color: var(--success-green);
            font-size: 16px;
        }

.privacy-link {
    color: var(--primary-color);
    font-weight: 600;
    transition: all 0.3s ease;
}

    .privacy-link:hover {
        color: var(--secondary-color);
        text-decoration: underline;
    }

.privacy-footer {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 2px solid var(--light-bg);
}

/* Mobile adjustments */
@media (max-width: 767px) {
    .privacy-card {
        padding: 30px;
    }

    .privacy-intro .lead {
        font-size: 18px;
    }

    .privacy-block h3 {
        font-size: 20px;
    }

    .privacy-list {
        grid-template-columns: 1fr;
    }
}

/*#endregion */
