a,
.list-card a:hover,
a:hover {
    color: #8B1A2B;
}
.select-sec-btn a {
    background-color: #8B1A2B;
    border-color: #8B1A2B !important;
}
.header-main .takeaway-div input[type="checkbox"]::before {
    background-color: #8B1A2B;
    opacity: 0.6;
}
.header-main .takeaway-div input[type="checkbox"]:checked::before {
    opacity: 1;
}
.btn-primary{
    background: #8B1A2B !important;
    border-color: #8B1A2B !important;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary.focus,
.btn-primary:focus,
.custom-control-input:checked~.custom-control-label::before,
.row.fu-loadmore-btn .page-link {
    background: #fff !important;
    border-color: #8B1A2B !important;
    color: #8B1A2B !important;
}
.btn-link {
    color: #8B1A2B;
}
.transactions-banner {
    background: #8B1A2B;
}
.text-primary,
.card-icon>span {
    color: #8B1A2B !important;
}
.dropdown-item.active,
.dropdown-item:active{
    background: #8B1A2B;
}
.page-link{
    color: #8B1A2B;
}
.page-link:hover {
    background: #8B1A2B;
    border-color: #8B1A2B;
}
.btn-outline-primary {
    color: #8B1A2B;
    border-color: #8B1A2B;
}
.btn-outline-primary:hover {
    background: #8B1A2B;
    border-color: #8B1A2B;
}
@media (max-width: 991px) {
    .bg-primary {
        background: #8B1A2B !important;
    }
}
.swal2-actions .swal2-confirm.swal2-styled {
    background: #8B1A2B;
}
.swal2-actions .swal2-confirm{
    background: #8B1A2B;
}

button:disabled:hover,
button:disabled {
    background-color: #8B1A2B;
    cursor: not-allowed;
    opacity: 0.6;
    color: #fff;
}

/* ===== NAVBAR ===== */
html, body {
    margin: 0 !important;
    padding: 0 !important;
}
.nav-header {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 1px 12px rgba(0,0,0,.06);
}
.nav-header > .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
}
.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    gap: 20px;
}
.nav-logo-wrap { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.nav-logo-text-brand {
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-weight: 900;
    font-size: 1.75rem;
    color: #7a0d1c;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: -0.3px;
}
.nav-logo-text { display: flex; align-items: center; }
.nav-links {
    display: flex;
    align-items: center;
    gap: 36px;
    flex: 1;
    justify-content: center;
}
.nav-link-item {
    font-size: .9rem;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: color .18s;
    white-space: nowrap;
}
.nav-link-item:hover { color: #8B1A2B; }
.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}
.nav-review-btn {
    background: #8B1A2B;
    color: #fff;
    padding: 9px 22px;
    border-radius: 50px;
    font-size: .88rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity .2s, transform .2s;
    white-space: nowrap;
}
.nav-review-btn:hover { opacity: .88; color: #fff; transform: translateY(-1px); }
.nav-profile-btn {
    width: 38px; height: 38px;
    border-radius: 50%;
    border: 1.5px solid #8B1A2B;
    background: #8B1A2B;
    display: flex; align-items: center; justify-content: center;
    color: #fff !important;
    font-size: 1rem;
    cursor: pointer;
    transition: all .2s;
    text-decoration: none;
}
.nav-profile-btn:hover {
    background: #6b0f1a;
    border-color: #6b0f1a;
    color: #fff !important;
    transform: scale(1.05);
}
.nav-profile-wrap { position: relative; }
.nav-business-wrap { position: relative; }
.nav-business-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: .9rem;
    font-weight: 500;
    color: #333;
    transition: color .18s;
    display: flex;
    align-items: center;
}
.nav-business-btn:hover { color: #8B1A2B; }
.nav-business-dropdown {
    left: 0;
    right: auto;
}
.nav-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(0,0,0,.12);
    min-width: 200px;
    padding: 8px 0;
    display: none;
    z-index: 999;
}
.nav-dropdown.open { display: block; }
.nav-dropdown a {
    display: flex;
    align-items: center;
    padding: 10px 18px;
    font-size: .88rem;
    color: #333;
    text-decoration: none;
    transition: background .15s;
}
.nav-dropdown a:hover { background: #fafafa; color: #8B1A2B; }
.nav-dropdown-divider { height: 1px; background: #f0f0f0; margin: 6px 0; }
.nav-hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}
.nav-hamburger span {
    display: block;
    width: 22px; height: 2px;
    background: #333;
    border-radius: 2px;
    transition: all .2s;
}
.nav-mobile-menu {
    display: none;
    flex-direction: column;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    padding: 12px 0;
}
.nav-mobile-menu.open { display: flex; }
.nav-mobile-link {
    padding: 12px 24px;
    font-size: .92rem;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: color .15s;
}
.nav-mobile-link:hover { color: #8B1A2B; }
.nav-mobile-link--red { color: #8B1A2B; font-weight: 600; }
@media (max-width: 767px) {
    .nav-links { display: none; }
    .nav-review-btn { display: none; }
    .nav-hamburger { display: flex; }
    .nav-logo-text-brand { font-size: 1.45rem; }
    .nav-inner { height: 64px; gap: 12px; }
}
@media (max-width: 480px) {
    .nav-logo-text-brand { font-size: 1.25rem; }
    .nav-inner { height: 56px; }
}


/* ===== SITE FOOTER ===== */
.site-footer {
    background: #fff;
    border-top: 1px solid #ebebeb;
    padding: 60px 0 0;
    font-family: 'Outfit', 'Montserrat', sans-serif;
}
.sf-top {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 50px;
}
.sf-brand {}
.sf-logo-wrap { display: inline-block; margin-bottom: 16px; }
.sf-logo { width: auto; height: 20px; max-width: 100px; }
.sf-logo-text {
    font-size: 1.5rem;
    letter-spacing: -1px;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
}
.sf-tagline {
    font-size: .85rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}
.sf-socials { display: flex; gap: 10px; }
.sf-social-btn {
    width: 36px; height: 36px;
    border-radius: 50%;
    border: 1.5px solid #e0e0e0;
    display: flex; align-items: center; justify-content: center;
    color: #555;
    font-size: .95rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.sf-social-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    color: #fff;
}

/* Brand Specific Colors */
.sf-social-btn.sf-twitter {
    color: #000000;
    border-color: #000000;
}
.sf-social-btn.sf-twitter:hover {
    background: #000000;
    border-color: #000000;
    color: #fff;
}

.sf-social-btn.sf-instagram {
    color: #E1306C;
    border-color: #E1306C;
}
.sf-social-btn.sf-instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-color: transparent;
    color: #fff;
}

.sf-social-btn.sf-youtube {
    color: #FF0000;
    border-color: #FF0000;
}
.sf-social-btn.sf-youtube:hover {
    background: #FF0000;
    border-color: #FF0000;
    color: #fff;
}

.sf-social-btn.sf-tiktok {
    color: #010101;
    border-color: #010101;
}
.sf-social-btn.sf-tiktok:hover {
    background: #000000;
    border-color: #000000;
    color: #fff;
}

.sf-social-btn.sf-pinterest {
    color: #BD081C;
    border-color: #BD081C;
}
.sf-social-btn.sf-pinterest:hover {
    background: #BD081C;
    border-color: #BD081C;
    color: #fff;
}

.sf-social-btn.sf-facebook {
    color: #1877F2;
    border-color: #1877F2;
}
.sf-social-btn.sf-facebook:hover {
    background: #1877F2;
    border-color: #1877F2;
    color: #fff;
}
.sf-col-title {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.sf-links {
    list-style: none;
    padding: 0; margin: 0;
}
.sf-links li { margin-bottom: 12px; }
.sf-links a {
    font-size: .88rem;
    color: #555;
    text-decoration: none;
    transition: color .18s;
}
.sf-links a:hover { color: #8B1A2B; }
.sf-bottom {
    border-top: 1px solid #ebebeb;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.sf-copy {
    font-size: .82rem;
    color: #888;
}
.sf-legal { display: flex; gap: 24px; }
.sf-legal a {
    font-size: .82rem;
    color: #888;
    text-decoration: none;
    transition: color .18s;
}
.sf-legal a:hover { color: #8B1A2B; }
@media (max-width: 991px) {
    .sf-top { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 575px) {
    .site-footer { padding: 40px 0 0; }
    .sf-top { display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; }
    .sf-brand { width: 100%; text-align: center; display: flex; flex-direction: column; align-items: center; }
    .sf-logo-wrap { margin: 0 auto 16px; }
    .sf-socials { justify-content: center; }
    .sf-col { width: calc(33.333% - 20px); min-width: 100px; text-align: left; }
    .sf-col-title { font-size: 0.65rem; }
    .sf-links a { font-size: 0.75rem; }
    .sf-bottom { flex-direction: column; gap: 12px; }
    .sf-legal { justify-content: center; width: 100%; gap: 16px; flex-wrap: wrap; }
}

/* ===== SKELETON SHIMMER LOADER ===== */
.skeleton-bg {
    background: #e2e8f0;
    background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
    background-size: 200% 100%;
    animation: shimmer-anim 1.5s infinite linear;
}
@keyframes shimmer-anim {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Category Card Skeleton styles */
.skeleton-cat-card .ebc-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Blog Card Skeleton styles */
.skeleton-blog-card .blg-card {
    display: block;
    height: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    overflow: hidden;
}

/* Recent Activity Card Skeleton styles */
.skeleton-ra-card .ra-card {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

/* Search Result Card Skeleton styles */
.skeleton-srp-card {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    margin-bottom: 24px;
    display: flex;
    overflow: hidden;
}
@media (max-width: 768px) {
    .skeleton-srp-card {
        flex-direction: column;
    }
    .skeleton-srp-card .srp-card-img-wrap {
        width: 100% !important;
        height: 180px !important;
    }
}

/* Nearby location status badge */
.srp-nearby-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fdf2f2;
    border: 1px solid #fbd5d5;
    color: #9b1c1c;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(155, 28, 28, 0.05);
    animation: fadeInNearbyBadge 0.3s ease-in-out;
}

@keyframes fadeInNearbyBadge {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Card Distance indicator style */
.srp-card-distance {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 12px;
    margin-left: 8px;
    border: 1px solid #e0e7ff;
}
