/* =========================================================
   Suncrest Park - site.css (cleaned and reorganized)
   Notes:
   - Consolidated duplicate selectors
   - Moved gallery styles OUT of @media print
   - Grouped sections for easier maintenance
   ========================================================= */

/* =========================================================
   1. Base / Global
   ========================================================= */

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;
    background: #f4f8fb;
    color: #1f2933;
    line-height: 1.7;
}

.site-main {
    min-height: calc(100vh - 220px);
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/* =========================================================
   2. Shared Utilities
   ========================================================= */

.page-section {
    margin-bottom: 2rem;
}

.section-kicker,
.home-kicker {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1f5f8b;
    background: #e9f4fb;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
}

.settings-kicker {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0d6efd;
}

.page-pill-badge {
    display: inline-block;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    background-color: rgba(13, 110, 253, 0.10);
    color: #0d6efd;
    border: 1px solid rgba(13, 110, 253, 0.35);
    font-weight: 600;
    font-size: 0.85rem;
    line-height: 1.2;
}

.page-pill-badge-light {
    display: inline-block;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    background-color: #f8f9fa;
    color: #495057;
    border: 1px solid #dee2e6;
    font-weight: 600;
    font-size: 0.85rem;
    line-height: 1.2;
}

.smaller {
    font-size: 0.8rem;
}

/* =========================================================
   3. Navbar
   ========================================================= */

.navbar {
    background: #ffffff;
    border-bottom: 1px solid #e3e9ef;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

.navbar-brand {
    font-size: 1.35rem;
    font-weight: 700;
    color: #16344d !important;
}

.navbar .nav-link {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f4e79 !important;
    padding: 0.6rem 0.9rem;
    border-radius: 10px;
    transition: all 0.2s ease;
}

    .navbar .nav-link:hover,
    .navbar .nav-link:focus {
        background: #e9f4fb;
        color: #1f5f8b !important;
        text-decoration: none;
    }

    .navbar .nav-link.active {
        background: #d8ecf9;
        color: #1f5f8b !important;
    }

.dropdown-menu {
    border-radius: 14px;
    border: 1px solid #e3e9ef;
    box-shadow: 0 10px 25px rgba(28, 55, 90, 0.12);
    padding: 0.5rem 0;
}

.dropdown-item {
    font-size: 1.05rem;
    padding: 0.6rem 1.1rem;
    color: #1f4e79;
    transition: background 0.2s ease;
}

    .dropdown-item:hover,
    .dropdown-item:focus {
        background: #e9f4fb;
        color: #1f5f8b;
    }

.navbar .nav-item form {
    margin: 0;
}

@media (max-width: 767.98px) {
    .navbar .nav-link {
        font-size: 1.15rem;
        padding: 0.75rem 1rem;
    }

    .dropdown-item {
        font-size: 1.1rem;
        padding: 0.75rem 1.25rem;
    }
}

/* =========================================================
   4. Buttons / Cards / Forms
   ========================================================= */

.btn {
    border-radius: 12px;
    font-weight: 600;
    padding: 0.65rem 1.1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .btn:hover,
    .btn:focus {
        transform: translateY(-1px);
        box-shadow: 0 10px 20px rgba(28, 55, 90, 0.12);
    }

.btn-primary {
    background-color: #1f5f8b;
    border-color: #1f5f8b;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #194d72;
        border-color: #194d72;
    }

.card.bg-light {
    box-shadow: 0 0 0 2px rgba(13,110,253,0.25);
}

.card .badge {
    font-size: 0.95rem;
    padding: 6px 10px;
}

.card.rounded-4 {
    border-radius: 1rem !important;
}

.form-floating > .form-control {
    border-radius: 0.85rem;
}

/* =========================================================
   5. Homepage
   ========================================================= */

.home-hero-card {
    padding: 2.25rem;
    border-radius: 22px;
    text-align: center;
}

.home-hero-glow {
    position: relative;
    background: radial-gradient(circle at top left, rgba(13, 110, 253, 0.12), transparent 35%), radial-gradient(circle at top right, rgba(25, 135, 84, 0.10), transparent 30%), linear-gradient(135deg, rgba(31,78,121,0.08), rgba(31,95,139,0.05));
    border-radius: 1.5rem;
}

.home-hero-body {
    padding: 2rem 2rem 2.25rem 2rem;
}

.home-hero-copy {
    max-width: 820px;
}

.home-title {
    font-size: 2.2rem;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #16344d;
    letter-spacing: -0.02em;
}

.home-action-buttons .btn {
    min-width: 220px;
}

.home-hero-mini-stats {
    margin-top: 0.25rem;
    margin-bottom: 0;
}

.hero-mini-stat {
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(13,110,253,0.12);
    border-radius: 1rem;
    padding: 0.9rem 0.75rem;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.hero-mini-stat-number {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.1;
    color: #1f4e79;
}

.hero-mini-stat-label {
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

.stat-card {
    text-align: center;
    padding: 1.75rem 1rem;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(28, 55, 90, 0.08);
}

.stat-number {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1f4e79;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #4a657d;
    font-weight: 600;
}

.quick-link-card,
.feature-card,
.annual-letter-card {
    border-radius: 1.25rem;
}

.quick-link-card {
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

    .quick-link-card h3 {
        font-size: 1.2rem;
        margin-bottom: 0.75rem;
        color: #16344d;
    }

    .quick-link-card p {
        color: #4c6377;
        margin-bottom: 1.25rem;
    }

.feature-card {
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    overflow: hidden;
}

    .feature-card:hover,
    .quick-link-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 36px rgba(0,0,0,0.08) !important;
    }

.feature-card-primary {
    background: linear-gradient(180deg, rgba(13,110,253,0.05), rgba(255,255,255,1));
}

.feature-card-info {
    background: linear-gradient(180deg, rgba(13,202,240,0.06), rgba(255,255,255,1));
}

.feature-card-success {
    background: linear-gradient(180deg, rgba(25,135,84,0.06), rgba(255,255,255,1));
}

.feature-icon,
.quick-link-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: rgba(13,110,253,0.10);
    color: #0d6efd;
    border: 1px solid rgba(13,110,253,0.15);
}

.home-link-list .list-group-item {
    border-left: 0;
    border-right: 0;
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
    font-weight: 500;
}

    .home-link-list .list-group-item:first-child {
        border-top: 0;
    }

    .home-link-list .list-group-item:hover {
        background-color: rgba(13,110,253,0.03);
    }

.homepage-notice-banner,
.homepage-alert-banner {
    background: #fff8e6;
    border: 1px solid #f3d98b;
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 0.5rem 1rem rgba(16, 24, 40, 0.04);
}

.homepage-alert-banner {
    background: linear-gradient(135deg, #fff3cd, #ffe69c);
    border: 2px solid #ffc107;
    border-radius: 16px;
    padding: 20px 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    animation: fadeIn 0.4s ease-in-out;
}

.homepage-notice-icon,
.applications-open-icon {
    width: 46px;
    height: 46px;
    border-radius: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.homepage-notice-icon {
    background: rgba(255, 193, 7, 0.18);
    color: #8a6500;
}

.alert-icon {
    font-size: 1.8rem;
    color: #d39e00;
}

.alert-title {
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #856404;
}

.alert-text {
    font-size: 1rem;
    font-weight: 700;
    color: #664d03;
}

.homepage-alert-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fff3cd, #ffe69c);
    border: 1px solid #ffc107;
    border-radius: 10px;
    padding: 6px 12px;
    font-weight: 600;
    color: #664d03;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

    .homepage-alert-inline i {
        color: #d39e00;
        font-size: 1rem;
    }

.alert-label {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    opacity: 0.85;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991.98px) {
    .home-title {
        font-size: 2.2rem;
    }
}

@media (min-width: 992px) {
    .home-hero-body {
        padding: 1.75rem 2.5rem 2rem 2.5rem;
    }

    .home-title {
        margin-bottom: 1rem !important;
    }

    .home-hero-copy {
        margin-bottom: 1.5rem !important;
    }
}

/* =========================================================
   6. Membership / Public Info Pages
   ========================================================= */

.membership-hero-panel {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(13, 110, 253, 0.08);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 1rem 2.5rem rgba(16, 24, 40, 0.06);
}

.membership-hero-card {
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(111, 66, 193, 0.08));
    border-radius: 1rem;
    padding: 1.25rem;
    border: 1px solid rgba(13, 110, 253, 0.12);
}

.membership-action-card {
    border-radius: 1.25rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

    .membership-action-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 1rem 2rem rgba(16, 24, 40, 0.08);
    }

    .membership-action-card.featured {
        border: 1px solid rgba(13, 110, 253, 0.15);
        background: linear-gradient(180deg, rgba(13, 110, 253, 0.05) 0%, #ffffff 100%);
    }

.membership-icon {
    width: 60px;
    height: 60px;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.12), rgba(111, 66, 193, 0.12));
    color: #0d6efd;
}

.membership-notice-card {
    background: #fff8e6;
    border: 1px solid #f3d98b;
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 0.5rem 1rem rgba(16, 24, 40, 0.04);
}

.membership-notice-icon {
    width: 46px;
    height: 46px;
    border-radius: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 193, 7, 0.18);
    color: #8a6500;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.membership-checklist {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

    .membership-checklist li {
        margin-bottom: 0.85rem;
    }

        .membership-checklist li:last-child {
            margin-bottom: 0;
        }

.membership-downloads-card,
.membership-info-card {
    border-radius: 1.25rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.download-tile {
    border: 1px solid rgba(13, 110, 253, 0.08);
    border-radius: 1rem;
    padding: 1.25rem;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(16, 24, 40, 0.04);
}

.returning-member-callout {
    border-radius: 1.25rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(111, 66, 193, 0.08));
    border: 1px solid rgba(13, 110, 253, 0.12);
}

.info-panel,
.rules-card {
    background: #fff;
    border: 1px solid rgba(13, 110, 253, 0.08);
    border-radius: 16px;
    padding: 1.25rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
    height: 100%;
}

.rules-card {
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

    .info-panel h3,
    .rules-card h3 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

.info-panel p:last-child,
.info-panel ul:last-child {
    margin-bottom: 0;
}

.info-list {
    padding-left: 1.15rem;
}

    .info-list li,
    .rules-card ul li {
        margin-bottom: 0.5rem;
    }

        .info-list li:last-child {
            margin-bottom: 0;
        }

.contact-panel {
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.05), rgba(13, 202, 240, 0.05));
}

.reservation-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.applications-open-banner {
    background: #e8f3ff;
    border: 1px solid #b6d4fe;
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 0.5rem 1rem rgba(16, 24, 40, 0.04);
}

.applications-open-icon {
    background: rgba(13, 110, 253, 0.15);
    color: #0d6efd;
    font-size: 1.2rem;
}

@media (max-width: 767.98px) {
    .membership-hero-panel {
        padding: 1.5rem;
        border-radius: 1.1rem;
    }

    .membership-action-card,
    .membership-downloads-card,
    .returning-member-callout,
    .membership-notice-card,
    .settings-card,
    .annual-letter-card {
        border-radius: 1rem;
    }

    .info-panel {
        padding: 1rem;
        border-radius: 14px;
    }
}

/* =========================================================
   7. Settings / Admin Toggles / Annual Letter
   ========================================================= */

.settings-card {
    border-radius: 1.25rem;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 1rem 2rem rgba(16, 24, 40, 0.06);
}

.settings-toggle-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.settings-toggle-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.settings-switch .form-check-input {
    width: 3rem;
    height: 1.6rem;
    cursor: pointer;
}

    .settings-switch .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

.settings-textarea {
    min-height: 120px;
    resize: vertical;
}

.settings-card .form-check.form-switch {
    flex-shrink: 0;
}

.settings-card .form-check-input {
    margin-top: 0;
}

.annual-letter-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 1rem 2rem rgba(16, 24, 40, 0.06);
}

.annual-letter-preview-wrap {
    border: 1px solid rgba(13, 110, 253, 0.10);
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    min-height: 650px;
}

.annual-letter-frame {
    width: 100%;
    height: 650px;
    border: 0;
    display: block;
}

@media (max-width: 767.98px) {
    .settings-toggle-row {
        align-items: flex-start;
    }

    .settings-card .d-flex.justify-content-between.align-items-start {
        gap: 1rem;
    }

    .annual-letter-preview-wrap,
    .annual-letter-frame {
        min-height: 500px;
        height: 500px;
    }
}

/* =========================================================
   8. Reservation Summary / Filter Buttons
   ========================================================= */

.dashboard-card.reservation-card {
    border-radius: 18px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 10px 24px rgba(28, 55, 90, 0.10);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    overflow: hidden;
    position: relative;
}

    .dashboard-card.reservation-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 16px 32px rgba(28, 55, 90, 0.14);
    }

    .dashboard-card.reservation-card .card-body {
        padding: 1.15rem 1rem;
    }

.summary-label {
    font-size: 0.88rem;
    font-weight: 700;
    color: #4b647a;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.summary-value {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1;
    color: #16344d;
}

.reservation-all {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    border-left: 4px solid #1f5f8b;
}

.reservation-pending {
    background: linear-gradient(180deg, #fffdf7 0%, #fff8e8 100%);
    border-left: 4px solid #d39e00;
}

.reservation-approved {
    background: linear-gradient(180deg, #f8fdf9 0%, #edf8f0 100%);
    border-left: 4px solid #198754;
}

.reservation-upcoming {
    background: linear-gradient(180deg, #f7fbfe 0%, #edf6fb 100%);
    border-left: 4px solid #0d6efd;
}

.reservation-deposit {
    background: linear-gradient(180deg, #fbf8fe 0%, #f3edf9 100%);
    border-left: 4px solid #6f42c1;
}

.reservation-cancelled {
    background: linear-gradient(180deg, #fcfcfc 0%, #f1f3f5 100%);
    border-left: 4px solid #6c757d;
}

.active-filter-card {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(28, 55, 90, 0.16);
    outline: 2px solid rgba(31, 95, 139, 0.16);
}

.reservation-filter-row {
    gap: 0.5rem;
}

.reservation-filter-btn {
    border-radius: 12px;
    border: 1px solid rgba(31, 95, 139, 0.16);
    background: #ffffff;
    color: #1f5f8b;
    font-weight: 600;
    padding: 0.55rem 0.95rem;
    transition: all 0.18s ease;
}

    .reservation-filter-btn:hover {
        background: #eef6fb;
        color: #16344d;
    }

    .reservation-filter-btn.active {
        background: linear-gradient(180deg, #1f5f8b 0%, #194d72 100%);
        color: #ffffff;
        border-color: #194d72;
        box-shadow: 0 10px 20px rgba(28, 55, 90, 0.14);
    }

/* =========================================================
   9. Admin Queue / Dashboard Cards
   ========================================================= */

.queue-card-link,
.dashboard-link-card {
    text-decoration: none;
    display: block;
    color: inherit;
}

    .dashboard-link-card:hover {
        color: inherit;
    }

    .dashboard-link-card .card {
        transition: transform 0.15s ease, box-shadow 0.15s ease;
    }

    .dashboard-link-card:hover .card {
        transform: translateY(-2px);
        box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.10);
    }

.queue-summary-card {
    border-radius: 1rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.08);
    animation: queueCardBounceIn 0.45s ease;
}

    .queue-summary-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 0.75rem 1.4rem rgba(0, 0, 0, 0.14);
    }

    .queue-summary-card .queue-card-label {
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: #6c757d;
    }

    .queue-summary-card .queue-card-value {
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.1;
        color: #212529;
    }

    .queue-summary-card.is-active {
        transform: translateY(-2px);
        box-shadow: 0 0.9rem 1.6rem rgba(0, 0, 0, 0.16);
        outline: 2px solid rgba(0, 0, 0, 0.06);
    }

    .queue-summary-card.queue-pending {
        background: linear-gradient(135deg, rgba(255, 243, 205, 0.95), rgba(255, 248, 230, 1));
    }

    .queue-summary-card.queue-needsinfo {
        background: linear-gradient(135deg, rgba(207, 244, 252, 0.95), rgba(233, 251, 255, 1));
    }

    .queue-summary-card.queue-approved {
        background: linear-gradient(135deg, rgba(209, 231, 221, 0.95), rgba(234, 248, 240, 1));
    }

    .queue-summary-card.queue-denied {
        background: linear-gradient(135deg, rgba(248, 215, 218, 0.95), rgba(252, 236, 238, 1));
    }

    .queue-summary-card.queue-all {
        background: linear-gradient(135deg, rgba(222, 226, 230, 0.95), rgba(245, 246, 248, 1));
    }

    .queue-summary-card.queue-pending.is-active {
        border-color: #ffc107 !important;
    }

    .queue-summary-card.queue-needsinfo.is-active {
        border-color: #0dcaf0 !important;
    }

    .queue-summary-card.queue-approved.is-active {
        border-color: #198754 !important;
    }

    .queue-summary-card.queue-denied.is-active {
        border-color: #dc3545 !important;
    }

    .queue-summary-card.queue-all.is-active {
        border-color: #212529 !important;
    }

@keyframes queueCardBounceIn {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(0.98);
    }

    60% {
        opacity: 1;
        transform: translateY(-2px) scale(1.01);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.dashboard-card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    background: linear-gradient(180deg, #ffffff, #f8f9fa);
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

    .dashboard-card:hover {
        transform: translateY(-4px) scale(1.01);
        box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    }

.dashboard-membership {
    border-left: 5px solid #0d6efd;
}

.dashboard-boatslip {
    border-left: 5px solid #0dcaf0;
}

.dashboard-reservations {
    border-left: 5px solid #6f42c1;
}

.dashboard-users {
    border-left: 5px solid #198754;
}

.dashboard-card i {
    opacity: 0.7;
}

.dashboard-card:hover i {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

/* =========================================================
   10. Directors / Success / Feedback / Login
   ========================================================= */

.directors-president-card {
    background: linear-gradient(135deg, rgba(13,110,253,0.08), rgba(25,135,84,0.06));
    border: 1px solid rgba(13,110,253,0.10);
}

.director-card {
    border-radius: 1.25rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

    .director-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 36px rgba(0,0,0,0.08) !important;
    }

.success-check-circle {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(25, 135, 84, 0.10);
    color: #198754;
    border: 1px solid rgba(25, 135, 84, 0.25);
    font-size: 2rem;
}

.feedback-fab {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1050;
    border-radius: 999px;
    padding: 0.8rem 1rem;
    font-weight: 600;
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.18);
}

    .feedback-fab:hover {
        transform: translateY(-2px);
        transition: all 0.2s ease;
    }

.login-shell {
    background: radial-gradient(circle at top, rgba(13, 110, 253, 0.10), transparent 35%), linear-gradient(180deg, #f4f8fc 0%, #eaf1f8 100%);
    min-height: calc(100vh - 140px);
}

.min-vh-75 {
    min-height: 75vh;
}

.login-card {
    background: #fff;
    border-radius: 1.25rem !important;
}

.login-card-top {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 55%, #084298 100%);
}

.login-icon-wrap {
    width: 78px;
    height: 78px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
}

.login-sun-icon {
    font-size: 2.2rem;
    color: #ffd166;
}

.login-input {
    border-radius: 0.9rem;
}

    .login-input:focus {
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
    }

#login-submit {
    font-weight: 600;
    letter-spacing: 0.2px;
}

.login-btn {
    font-size: 1rem;
    letter-spacing: 0.2px;
}

.login-help-box {
    background: #f8fbff;
    border: 1px solid rgba(13, 110, 253, 0.10);
}

.login-help-icon {
    color: #0d6efd;
    margin-top: 2px;
}

@media (max-width: 576px) {
    .feedback-fab {
        right: 14px;
        bottom: 14px;
        padding: 0.7rem 0.9rem;
        font-size: 0.95rem;
    }

    .login-card-top {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .login-icon-wrap {
        width: 68px;
        height: 68px;
    }

    .login-sun-icon {
        font-size: 1.9rem;
    }
}

/* =========================================================
   11. Footer
   ========================================================= */

.site-footer {
    background: #16344d;
    color: rgba(255,255,255,0.9);
    margin-top: 2rem;
}

.site-footer-title {
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 0.9rem;
    font-weight: 700;
}

.site-footer a {
    color: #d7ecfa;
    text-decoration: none;
}

    .site-footer a:hover,
    .site-footer a:focus {
        color: #ffffff;
        text-decoration: underline;
    }

.site-footer-links li + li {
    margin-top: 0.45rem;
}

@media screen and (max-width: 767.98px) {
    .home-hero-card {
        padding: 1.5rem;
    }

    .home-title {
        font-size: 1.8rem;
    }

    .home-action-buttons .btn {
        width: 100%;
        min-width: 0;
    }

    .site-footer {
        text-align: center;
    }
}

/* =========================================================
   12. Photo Gallery
   ========================================================= */

.photo-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    background: #000;
}

    .photo-card img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        display: block;
        transition: transform 0.4s ease, opacity 0.3s ease;
    }

    .photo-card:hover img {
        transform: scale(1.08);
        opacity: 0.9;
    }

.gallery-feature-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    min-height: 340px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    background: #0f172a;
}

.gallery-feature-image {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.gallery-feature-card:hover .gallery-feature-image {
    transform: scale(1.06);
}

.gallery-feature-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    padding: 1.25rem;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.15), transparent);
}

.gallery-card {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.06);
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .gallery-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
    }

.gallery-card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}

.gallery-card-body {
    padding: 1rem;
    flex: 1 1 auto;
}

.gallery-sort-handle {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    color: #475569;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: grab;
    user-select: none;
    flex-shrink: 0;
}

    .gallery-sort-handle:active {
        cursor: grabbing;
    }

.sortable-photo {
    transition: transform 0.2s ease;
}

.gallery-lightbox-trigger {
    cursor: pointer;
}

.gallery-lightbox-image {
    max-height: 75vh;
    object-fit: contain;
    border-radius: 16px;
    background: #f8fafc;
}

.modal-content {
    border-radius: 20px;
}

#photoSortContainer > div {
    display: flex;
}

.gallery-card img,
.gallery-feature-card img {
    max-width: 100%;
}

/* =========================================================
   13. Print
   ========================================================= */

@media print {
    .no-print,
    .navbar,
    footer,
    .btn,
    .feedback-fab {
        display: none !important;
    }

    body {
        background: #fff !important;
    }

    .container {
        max-width: 100% !important;
        width: 100% !important;
    }

    .card {
        border: 1px solid #ddd !important;
        box-shadow: none !important;
        break-inside: avoid;
    }

    .card-header {
        background: #fff !important;
    }

    a {
        text-decoration: none !important;
        color: inherit !important;
    }
}



















/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

/* =========================================
   Reservation Summary Cards
   ========================================= */

/*.dashboard-card.reservation-card {
    border-radius: 18px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 10px 24px rgba(28, 55, 90, 0.10);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    overflow: hidden;
    position: relative;
}

    .dashboard-card.reservation-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 16px 32px rgba(28, 55, 90, 0.14);
    }

    .dashboard-card.reservation-card .card-body {
        padding: 1.15rem 1rem;
    }

.summary-label {
    font-size: 0.88rem;
    font-weight: 700;
    color: #4b647a;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.summary-value {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1;
    color: #16344d;
}

.reservation-all {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
    border-left: 4px solid #1f5f8b;
}

.reservation-pending {
    background: linear-gradient(180deg, #fffdf7 0%, #fff8e8 100%);
    border-left: 4px solid #d39e00;
}

.reservation-approved {
    background: linear-gradient(180deg, #f8fdf9 0%, #edf8f0 100%);
    border-left: 4px solid #198754;
}

.reservation-upcoming {
    background: linear-gradient(180deg, #f7fbfe 0%, #edf6fb 100%);
    border-left: 4px solid #0d6efd;
}

.reservation-deposit {
    background: linear-gradient(180deg, #fbf8fe 0%, #f3edf9 100%);
    border-left: 4px solid #6f42c1;
}

.reservation-cancelled {
    background: linear-gradient(180deg, #fcfcfc 0%, #f1f3f5 100%);
    border-left: 4px solid #6c757d;
}

.active-filter-card {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(28, 55, 90, 0.16);
    outline: 2px solid rgba(31, 95, 139, 0.16);
}*/

/* =========================================
   Reservation Filter Buttons
   ========================================= */

/*.reservation-filter-row {
    gap: 0.5rem;
}

.reservation-filter-btn {
    border-radius: 12px;
    border: 1px solid rgba(31, 95, 139, 0.16);
    background: #ffffff;
    color: #1f5f8b;
    font-weight: 600;
    padding: 0.55rem 0.95rem;
    transition: all 0.18s ease;
}

    .reservation-filter-btn:hover {
        background: #eef6fb;
        color: #16344d;
    }

    .reservation-filter-btn.active {
        background: linear-gradient(180deg, #1f5f8b 0%, #194d72 100%);
        color: #ffffff;
        border-color: #194d72;
        box-shadow: 0 10px 20px rgba(28, 55, 90, 0.14);
    }*/
/* =========================================================
   Admin Queue Summary Cards
   ========================================================= */

/*.queue-card-link {
    text-decoration: none;
    display: block;
    color: inherit;
}

.queue-summary-card {
    border-radius: 1rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.08);
    animation: queueCardBounceIn 0.45s ease;
}

    .queue-summary-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 0.75rem 1.4rem rgba(0, 0, 0, 0.14);
    }

    .queue-summary-card .queue-card-label {
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: #6c757d;
    }

    .queue-summary-card .queue-card-value {
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.1;
        color: #212529;
    }

    .queue-summary-card.is-active {
        transform: translateY(-2px);
        box-shadow: 0 0.9rem 1.6rem rgba(0, 0, 0, 0.16);
        outline: 2px solid rgba(0, 0, 0, 0.06);
    }

    .queue-summary-card.queue-pending {
        background: linear-gradient(135deg, rgba(255, 243, 205, 0.95), rgba(255, 248, 230, 1));
    }

    .queue-summary-card.queue-needsinfo {
        background: linear-gradient(135deg, rgba(207, 244, 252, 0.95), rgba(233, 251, 255, 1));
    }

    .queue-summary-card.queue-approved {
        background: linear-gradient(135deg, rgba(209, 231, 221, 0.95), rgba(234, 248, 240, 1));
    }

    .queue-summary-card.queue-denied {
        background: linear-gradient(135deg, rgba(248, 215, 218, 0.95), rgba(252, 236, 238, 1));
    }

    .queue-summary-card.queue-all {
        background: linear-gradient(135deg, rgba(222, 226, 230, 0.95), rgba(245, 246, 248, 1));
    }

    .queue-summary-card.queue-pending.is-active {
        border-color: #ffc107 !important;
    }

    .queue-summary-card.queue-needsinfo.is-active {
        border-color: #0dcaf0 !important;
    }

    .queue-summary-card.queue-approved.is-active {
        border-color: #198754 !important;
    }

    .queue-summary-card.queue-denied.is-active {
        border-color: #dc3545 !important;
    }

    .queue-summary-card.queue-all.is-active {
        border-color: #212529 !important;
    }

@keyframes queueCardBounceIn {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(0.98);
    }

    60% {
        opacity: 1;
        transform: translateY(-2px) scale(1.01);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}*/
/* =========================================================
   Navbar Styling (Suncrest Theme)
   ========================================================= */

/*.navbar {
    background: #ffffff;
    border-bottom: 1px solid #e3e9ef;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}*/

/* Brand */
/*.navbar-brand {
    font-size: 1.35rem;
    font-weight: 700;
    color: #16344d !important;
}*/

/* Main nav links */
/*.navbar .nav-link {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1f4e79 !important;
    padding: 0.6rem 0.9rem;
    border-radius: 10px;
    transition: all 0.2s ease;
}*/

    /* Hover state */
    /*.navbar .nav-link:hover,
    .navbar .nav-link:focus {
        background: #e9f4fb;
        color: #1f5f8b !important;
        text-decoration: none;
    }*/

    /* Active link (we’ll wire this later if you want) */
    /*.navbar .nav-link.active {
        background: #d8ecf9;
        color: #1f5f8b !important;
    }*/

/* Dropdown menu */
/*.dropdown-menu {
    border-radius: 14px;
    border: 1px solid #e3e9ef;
    box-shadow: 0 10px 25px rgba(28, 55, 90, 0.12);
    padding: 0.5rem 0;
}*/

/* Dropdown items */
/*.dropdown-item {
    font-size: 1.05rem;
    padding: 0.6rem 1.1rem;
    color: #1f4e79;
    transition: background 0.2s ease;
}*/

    /* Dropdown hover */
    /*.dropdown-item:hover,
    .dropdown-item:focus {
        background: #e9f4fb;
        color: #1f5f8b;
    }*/

/* Login partial alignment */
/*.navbar .nav-item form {
    margin: 0;
}*/

/* =========================================================
   Mobile Navbar Improvements
   ========================================================= */

/*@media (max-width: 767.98px) {

    .navbar .nav-link {
        font-size: 1.15rem;
        padding: 0.75rem 1rem;
    }

    .dropdown-item {
        font-size: 1.1rem;
        padding: 0.75rem 1.25rem;
    }
}*/


/* =========================================================
   Suncrest Public Site Base
   ========================================================= */

/*body {
    background: #f4f8fb;
    color: #1f2933;
    line-height: 1.7;
}*/

/* =========================================================
   Shared Utility / Section Styles
   ========================================================= */

/*.page-section {
    margin-bottom: 2rem;
}

.section-kicker,
.home-kicker {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1f5f8b;
    background: #e9f4fb;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
}*/

/* =========================================================
   Homepage
   ========================================================= */

/*.home-hero-card {
    padding: 2.25rem;
    border-radius: 22px;
    text-align: center;
}

.home-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #16344d;
}

.home-action-buttons .btn {
    min-width: 220px;
}

.stat-card {
    text-align: center;
    padding: 1.75rem 1rem;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(28, 55, 90, 0.08);
}

.stat-number {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1f4e79;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #4a657d;
    font-weight: 600;
}

.quick-link-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
    color: #16344d;
}

.quick-link-card p {
    color: #4c6377;
    margin-bottom: 1.25rem;
}*/

/* =========================================================
   Buttons / Cards polish
   ========================================================= */

/*.btn {
    border-radius: 12px;
    font-weight: 600;
    padding: 0.65rem 1.1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .btn:hover,
    .btn:focus {
        transform: translateY(-1px);
        box-shadow: 0 10px 20px rgba(28, 55, 90, 0.12);
    }

.btn-primary {
    background-color: #1f5f8b;
    border-color: #1f5f8b;
}

    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #194d72;
        border-color: #194d72;
    }*/

/* =========================================================
   Responsive
   ========================================================= */

/*@media screen and (max-width: 767.98px) {
    .home-hero-card {
        padding: 1.5rem;
    }

    .home-title {
        font-size: 1.8rem;
    }

    .home-action-buttons .btn {
        width: 100%;
        min-width: 0;
    }
}*/

/* =========================================================
   Footer
   ========================================================= */

/*.site-footer {
    background: #16344d;
    color: rgba(255,255,255,0.9);
    margin-top: 2rem;
}

.site-footer-title {
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 0.9rem;
    font-weight: 700;
}

.site-footer a {
    color: #d7ecfa;
    text-decoration: none;
}

    .site-footer a:hover,
    .site-footer a:focus {
        color: #ffffff;
        text-decoration: underline;
    }

.site-footer-links li + li {
    margin-top: 0.45rem;
}

@media screen and (max-width: 767.98px) {
    .site-footer {
        text-align: center;
    }
}
.site-main {
    min-height: calc(100vh - 220px);
}*/

/* =========================================================
   Membership Page
   ========================================================= */

/*.membership-hero-panel {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(13, 110, 253, 0.08);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 1rem 2.5rem rgba(16, 24, 40, 0.06);
}

.membership-hero-card {
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(111, 66, 193, 0.08));
    border-radius: 1rem;
    padding: 1.25rem;
    border: 1px solid rgba(13, 110, 253, 0.12);
}

.membership-action-card {
    border-radius: 1.25rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

    .membership-action-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 1rem 2rem rgba(16, 24, 40, 0.08);
    }

    .membership-action-card.featured {
        border: 1px solid rgba(13, 110, 253, 0.15);
        background: linear-gradient(180deg, rgba(13, 110, 253, 0.05) 0%, #ffffff 100%);
    }

.membership-icon {
    width: 60px;
    height: 60px;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.12), rgba(111, 66, 193, 0.12));
    color: #0d6efd;
}

.membership-notice-card {
    background: #fff8e6;
    border: 1px solid #f3d98b;
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 0.5rem 1rem rgba(16, 24, 40, 0.04);
}

.membership-notice-icon {
    width: 46px;
    height: 46px;
    border-radius: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 193, 7, 0.18);
    color: #8a6500;
    font-size: 1.15rem;
    flex-shrink: 0;
}

.membership-checklist {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

    .membership-checklist li {
        margin-bottom: 0.85rem;
    }

        .membership-checklist li:last-child {
            margin-bottom: 0;
        }

.membership-downloads-card {
    border-radius: 1.25rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.download-tile {
    border: 1px solid rgba(13, 110, 253, 0.08);
    border-radius: 1rem;
    padding: 1.25rem;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(16, 24, 40, 0.04);
}

.returning-member-callout {
    border-radius: 1.25rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(111, 66, 193, 0.08));
    border: 1px solid rgba(13, 110, 253, 0.12);
}

.section-kicker {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0d6efd;
}

@media (max-width: 767.98px) {
    .membership-hero-panel {
        padding: 1.5rem;
        border-radius: 1.1rem;
    }

    .membership-action-card,
    .membership-downloads-card,
    .returning-member-callout,
    .membership-notice-card {
        border-radius: 1rem;
    }
}*/
/* =========================================================
   Settings Page
   ========================================================= */

/*.settings-kicker {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0d6efd;
}

.settings-card {
    border-radius: 1.25rem;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 1rem 2rem rgba(16, 24, 40, 0.06);
}

.settings-toggle-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.settings-toggle-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.settings-switch .form-check-input {
    width: 3rem;
    height: 1.6rem;
    cursor: pointer;
}

    .settings-switch .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

.settings-textarea {
    min-height: 120px;
    resize: vertical;
}

@media (max-width: 767.98px) {
    .settings-toggle-row {
        align-items: flex-start;
    }

    .settings-card {
        border-radius: 1rem;
    }
}*/
/* =========================================================
   Annual Letter
   ========================================================= */

/*.annual-letter-card {
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 1rem 2rem rgba(16, 24, 40, 0.06);
}

.annual-letter-preview-wrap {
    border: 1px solid rgba(13, 110, 253, 0.10);
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    min-height: 650px;
}

.annual-letter-frame {
    width: 100%;
    height: 650px;
    border: 0;
    display: block;
}

@media (max-width: 767.98px) {
    .annual-letter-card {
        border-radius: 1rem;
    }

    .annual-letter-preview-wrap,
    .annual-letter-frame {
        min-height: 500px;
        height: 500px;
    }
}*/
/* =========================================================
   Homepage Notice
   ========================================================= */

/*.homepage-notice-banner {
    background: #fff8e6;
    border: 1px solid #f3d98b;
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 0.5rem 1rem rgba(16, 24, 40, 0.04);
}

.homepage-notice-icon {
    width: 46px;
    height: 46px;
    border-radius: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 193, 7, 0.18);
    color: #8a6500;
    font-size: 1.15rem;
    flex-shrink: 0;
}
.settings-card .form-check.form-switch {
    flex-shrink: 0;
}

.settings-card .form-check-input {
    margin-top: 0;
}

@media (max-width: 767.98px) {
    .settings-card .d-flex.justify-content-between.align-items-start {
        gap: 1rem;
    }
}*/
/* =========================================================
   Applications Open Banner
   ========================================================= */

/*.applications-open-banner {
    background: #e8f3ff;
    border: 1px solid #b6d4fe;
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 0.5rem 1rem rgba(16, 24, 40, 0.04);
}

.applications-open-icon {
    width: 46px;
    height: 46px;
    border-radius: 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 110, 253, 0.15);
    color: #0d6efd;
    font-size: 1.2rem;
    flex-shrink: 0;
}
.card.bg-light {
    box-shadow: 0 0 0 2px rgba(13,110,253,0.25);
}
.card .badge {
    font-size: 0.95rem;
    padding: 6px 10px;
}
.dashboard-link-card {
    text-decoration: none;
    color: inherit;
    display: block;
}

    .dashboard-link-card .card {
        transition: transform 0.15s ease, box-shadow 0.15s ease;
    }

    .dashboard-link-card:hover .card {
        transform: translateY(-2px);
        box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.10);
    }

    .dashboard-link-card:hover {
        color: inherit;
    }

.dashboard-card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    background: linear-gradient(180deg, #ffffff, #f8f9fa);
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

    .dashboard-card:hover {
        transform: translateY(-4px) scale(1.01);
        box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    }

.dashboard-membership {
    border-left: 5px solid #0d6efd;
}

.dashboard-boatslip {
    border-left: 5px solid #0dcaf0;
}

.dashboard-reservations {
    border-left: 5px solid #6f42c1;
}

.dashboard-users {
    border-left: 5px solid #198754;
}

.dashboard-card i {
    opacity: 0.7;
}
.dashboard-card:hover i {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}
.home-hero-glow {
    position: relative;
    background: radial-gradient(circle at top left, rgba(13, 110, 253, 0.12), transparent 35%), radial-gradient(circle at top right, rgba(25, 135, 84, 0.10), transparent 30%), linear-gradient(135deg, rgba(31,78,121,0.08), rgba(31,95,139,0.05));
    border-radius: 1.5rem;
}

.home-title {
    letter-spacing: -0.02em;
}

.home-hero-mini-stats {
    margin-top: 0.5rem;
}

.hero-mini-stat {
    background: rgba(255,255,255,0.75);
    border: 1px solid rgba(13,110,253,0.12);
    border-radius: 1rem;
    padding: 1rem 0.75rem;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.hero-mini-stat-number {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.1;
    color: #1f4e79;
}

.hero-mini-stat-label {
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 0.25rem;
}

.feature-card,
.quick-link-card,
.annual-letter-card {
    border-radius: 1.25rem;
}

.feature-card {
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    overflow: hidden;
}

    .feature-card:hover,
    .quick-link-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 36px rgba(0,0,0,0.08) !important;
    }

.feature-card-primary {
    background: linear-gradient(180deg, rgba(13,110,253,0.05), rgba(255,255,255,1));
}

.feature-card-info {
    background: linear-gradient(180deg, rgba(13,202,240,0.06), rgba(255,255,255,1));
}

.feature-card-success {
    background: linear-gradient(180deg, rgba(25,135,84,0.06), rgba(255,255,255,1));
}

.feature-icon,
.quick-link-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    background: rgba(13,110,253,0.10);
    color: #0d6efd;
    border: 1px solid rgba(13,110,253,0.15);
}

.quick-link-card {
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.home-link-list .list-group-item {
    border-left: 0;
    border-right: 0;
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
    font-weight: 500;
}

    .home-link-list .list-group-item:first-child {
        border-top: 0;
    }

    .home-link-list .list-group-item:hover {
        background-color: rgba(13,110,253,0.03);
    }

@media (max-width: 991.98px) {
    .home-title {
        font-size: 2.2rem;
    }
}
.feature-icon,
.quick-link-icon {
    font-size: 1.5rem;*/ /* bump slightly */
/*}

.home-hero-body {
    padding: 2rem 2rem 2.25rem 2rem;
}

.home-title {
    letter-spacing: -0.02em;
    margin-top: 0;
}

.home-hero-copy {
    max-width: 820px;
}

.home-hero-mini-stats {
    margin-top: 0.25rem;
    margin-bottom: 0;
}

.hero-mini-stat {
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(13,110,253,0.12);
    border-radius: 1rem;
    padding: 0.9rem 0.75rem;
    height: 100%;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

@media (min-width: 992px) {
    .home-hero-body {
        padding: 1.75rem 2.5rem 2rem 2.5rem;
    }

    .home-title {
        margin-bottom: 1rem !important;
    }

    .home-hero-copy {
        margin-bottom: 1.5rem !important;
    }
}

.page-pill-badge {
    display: inline-block;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    background-color: rgba(13, 110, 253, 0.10);
    color: #0d6efd;
    border: 1px solid rgba(13, 110, 253, 0.35);
    font-weight: 600;
    font-size: 0.85rem;
    line-height: 1.2;
}

.page-pill-badge-light {
    display: inline-block;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    background-color: #f8f9fa;
    color: #495057;
    border: 1px solid #dee2e6;
    font-weight: 600;
    font-size: 0.85rem;
    line-height: 1.2;
}

.directors-president-card {
    background: linear-gradient(135deg, rgba(13,110,253,0.08), rgba(25,135,84,0.06));
    border: 1px solid rgba(13,110,253,0.10);
}

.director-card {
    border-radius: 1.25rem;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

    .director-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 36px rgba(0,0,0,0.08) !important;
    }

.success-check-circle {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(25, 135, 84, 0.10);
    color: #198754;
    border: 1px solid rgba(25, 135, 84, 0.25);
    font-size: 2rem;
}

.feedback-fab {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1050;
    border-radius: 999px;
    padding: 0.8rem 1rem;
    font-weight: 600;
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.18);
}

    .feedback-fab:hover {
        transform: translateY(-2px);
        transition: all 0.2s ease;
    }

@media (max-width: 576px) {
    .feedback-fab {
        right: 14px;
        bottom: 14px;
        padding: 0.7rem 0.9rem;
        font-size: 0.95rem;
    }
}
.form-floating > .form-control {
    border-radius: 0.9rem;
}

.card.rounded-4 {
    border-radius: 1rem !important;
}

#login-submit {
    font-weight: 600;
}

.form-floating > .form-control {
    border-radius: 0.85rem;
}

.card.rounded-4 {
    border-radius: 1rem !important;
}

#login-submit {
    font-weight: 600;
    letter-spacing: 0.2px;
}

.login-shell {
    background: radial-gradient(circle at top, rgba(13, 110, 253, 0.10), transparent 35%), linear-gradient(180deg, #f4f8fc 0%, #eaf1f8 100%);
    min-height: calc(100vh - 140px);
}

.min-vh-75 {
    min-height: 75vh;
}

.login-card {
    background: #fff;
    border-radius: 1.25rem !important;
}

.login-card-top {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 55%, #084298 100%);
}

.login-icon-wrap {
    width: 78px;
    height: 78px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
}

.login-sun-icon {
    font-size: 2.2rem;
    color: #ffd166;
}

.login-input {
    border-radius: 0.9rem;
}

    .login-input:focus {
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
    }

.login-btn {
    font-size: 1rem;
    letter-spacing: 0.2px;
}

.login-help-box {
    background: #f8fbff;
    border: 1px solid rgba(13, 110, 253, 0.10);
}

.login-help-icon {
    color: #0d6efd;
    margin-top: 2px;
}

@media (max-width: 576px) {
    .login-card-top {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .login-icon-wrap {
        width: 68px;
        height: 68px;
    }

    .login-sun-icon {
        font-size: 1.9rem;
    }
}


.homepage-alert-banner {
    background: linear-gradient(135deg, #fff3cd, #ffe69c);
    border: 2px solid #ffc107;
    border-radius: 16px;
    padding: 20px 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    animation: fadeIn 0.4s ease-in-out;
}

.alert-icon {
    font-size: 1.8rem;
    color: #d39e00;
}

.alert-title {
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #856404;
}

.alert-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #664d03;
}*/

/* subtle entrance */
/*@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.homepage-alert-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fff3cd, #ffe69c);
    border: 1px solid #ffc107;
    border-radius: 10px;
    padding: 6px 12px;
    font-weight: 600;
    color: #664d03;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}*/

    /* icon */
    /*.homepage-alert-inline i {
        color: #d39e00;
        font-size: 1rem;
    }*/

/* small label */
/*.alert-label {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    opacity: 0.85;
}*/

/* main message */
/*.alert-text {
    font-size: 1rem;
    font-weight: 700;
}

.membership-info-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.info-panel {
    background: #fff;
    border: 1px solid rgba(13, 110, 253, 0.08);
    border-radius: 16px;
    padding: 1.25rem 1.25rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
    height: 100%;
}

    .info-panel h3 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .info-panel p:last-child,
    .info-panel ul:last-child {
        margin-bottom: 0;
    }

.info-list {
    padding-left: 1.15rem;
}

    .info-list li {
        margin-bottom: 0.5rem;
    }

        .info-list li:last-child {
            margin-bottom: 0;
        }

.contact-panel {
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.05), rgba(13, 202, 240, 0.05));
}

@media (max-width: 767.98px) {
    .info-panel {
        padding: 1rem;
        border-radius: 14px;
    }
}

.reservation-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.rules-card {
    background: #fff;
    border: 1px solid rgba(13, 110, 253, 0.08);
    border-radius: 16px;
    padding: 1.25rem;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

    .rules-card h3 {
        display: flex;
        align-items: center;
    }

    .rules-card ul li {
        margin-bottom: 0.5rem;
    }


@media print {
    .no-print, .navbar, footer, .btn {
        display: none !important;
    }

    body {
        background: #fff !important;
    }

    .container {
        max-width: 100% !important;
        width: 100% !important;
    }

    .card {
        border: 1px solid #ddd !important;
        box-shadow: none !important;
        break-inside: avoid;
    }

    .card-header {
        background: #fff !important;
    }

    a {
        text-decoration: none !important;
        color: inherit !important;
    }
}*/

/* =========================================================
   Photo Gallery
   ========================================================= */

/*.photo-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    background: #000;
}

    .photo-card img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        display: block;
        transition: transform 0.4s ease, opacity 0.3s ease;
    }

    .photo-card:hover img {
        transform: scale(1.08);
        opacity: 0.9;
    }

.gallery-feature-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    min-height: 340px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    background: #0f172a;
}

.gallery-feature-image {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.gallery-feature-card:hover .gallery-feature-image {
    transform: scale(1.06);
}

.gallery-feature-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    padding: 1.25rem;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.15), transparent);
}

.gallery-card {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.06);
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .gallery-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
    }

.gallery-card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    flex-shrink: 0;
}

.gallery-card-body {
    padding: 1rem;
    flex: 1 1 auto;
}

.gallery-sort-handle {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    color: #475569;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: grab;
    user-select: none;
    flex-shrink: 0;
}

    .gallery-sort-handle:active {
        cursor: grabbing;
    }

.sortable-photo {
    transition: transform 0.2s ease;
}

.gallery-lightbox-trigger {
    cursor: pointer;
}

.gallery-lightbox-image {
    max-height: 75vh;
    object-fit: contain;
    border-radius: 16px;
    background: #f8fafc;
}

.modal-content {
    border-radius: 20px;
}

#photoSortContainer > div {
    display: flex;
}

.gallery-card img,
.gallery-feature-card img {
    max-width: 100%;
}*/