/* ==========================================================================
   BAMORABI PREMIUM FRONT-PAGE STYLE - CUSTOM MASTERPIECE
   ========================================================================== */

:root {
    --bmr-bg-dark: #0f172a;
    --bmr-bg-darker: #0b0f19;
    --bmr-bg-card: #ffffff;
    --bmr-text-dark: #0f172a;
    --bmr-text-slate: #334155;
    --bmr-text-muted: #64748b;
    --bmr-text-light: #f8fafc;
    --bmr-primary: #008DD2;
    --bmr-primary-rgb: 0, 141, 210;
    --bmr-accent-amber: #f59e0b;
    --bmr-accent-green: #10b981;
    --bmr-accent-green-rgb: 16, 185, 129;
    --bmr-glow: rgba(0, 141, 210, 0.15);
}

/* Base reset & fonts */
.bmr-homepage {
    font-family: "Vazir", "VazirFN", sans-serif !important;
    background-color: #f8fafc !important;
    color: var(--bmr-text-slate) !important;
    margin-top: -11px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    direction: rtl;
}

.bmr-homepage * {
    box-sizing: border-box !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bmr-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 16px !important;
    width: 100% !important;
}

/* Reusable Section Headers */
.bmr-section-header {
    margin-bottom: 35px !important;
    position: relative !important;
}

.bmr-section-header.text-center {
    text-align: center !important;
}

.bmr-section-header.text-right {
    text-align: right !important;
}

.bmr-section-badge {
    display: inline-block !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    color: var(--bmr-primary) !important;
    background-color: rgba(var(--bmr-primary-rgb), 0.08) !important;
    padding: 5px 14px !important;
    border-radius: 9999px !important;
    margin-bottom: 12px !important;
    letter-spacing: 0.5px !important;
    border: 1px solid rgba(var(--bmr-primary-rgb), 0.12) !important;
    text-transform: uppercase;
}

.bmr-section-badge.bg-amber {
    color: var(--bmr-accent-amber) !important;
    background-color: rgba(245, 158, 11, 0.08) !important;
    border-color: rgba(245, 158, 11, 0.12) !important;
}

.bmr-section-badge.bg-teal {
    color: var(--bmr-accent-green) !important;
    background-color: rgba(var(--bmr-accent-green-rgb), 0.08) !important;
    border-color: rgba(var(--bmr-accent-green-rgb), 0.12) !important;
}

.bmr-section-badge.bg-blue {
    color: var(--bmr-primary) !important;
    background-color: rgba(var(--bmr-primary-rgb), 0.08) !important;
    border-color: rgba(var(--bmr-primary-rgb), 0.12) !important;
}

.bmr-section-title {
    font-size: 21px !important;
    font-weight: 800 !important;
    color: var(--bmr-text-dark) !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.4 !important;
}

.bmr-section-title.text-white {
    color: #ffffff !important;
}

.bmr-section-subtitle {
    font-size: 13.5px !important;
    color: var(--bmr-text-muted) !important;
    margin: 0 !important;
    font-weight: 500 !important;
}

.bmr-section-subtitle.text-muted {
    color: #94a3b8 !important;
}


/* ==========================================================================
   1. HERO & SEARCH SECTION (LIGHT MODE WITH GLOWING ELEMENTS)
   ========================================================================== */
.bmr-hero-section {
    background: radial-gradient(circle at top, #f0f7ff, #ffffff) !important;
    padding: 64px 0 48px 0 !important;
    color: var(--bmr-text-dark) !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.bmr-hero-glow {
    position: absolute !important;
    top: -150px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 600px !important;
    height: 350px !important;
    background: radial-gradient(circle, rgba(var(--bmr-primary-rgb), 0.1) 0%, transparent 70%) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

.bmr-hero-container {
    max-width: 850px !important;
    margin: 0 auto !important;
    padding: 0 16px !important;
    position: relative !important;
    z-index: 2 !important;
}

.bmr-hero-badge {
    display: inline-block !important;
    font-size: 11.5px !important;
    font-weight: 850 !important;
    color: var(--bmr-primary) !important;
    background-color: rgba(var(--bmr-primary-rgb), 0.06) !important;
    border: 1px solid rgba(var(--bmr-primary-rgb), 0.12) !important;
    padding: 6px 16px !important;
    border-radius: 9999px !important;
    margin-bottom: 20px !important;
}

.bmr-hero-title {
    font-size: 28px !important;
    font-weight: 900 !important;
    line-height: 1.45 !important;
    margin: 0 0 16px 0 !important;
    color: var(--bmr-text-dark) !important;
}

.bmr-hero-subtitle {
    font-size: 15px !important;
    color: var(--bmr-text-slate) !important;
    margin: 0 0 35px 0 !important;
    font-weight: 500;
}

/* Premium Light Dual Search Form */
.bmr-search-form {
    max-width: 780px !important;
    margin: 0 auto 30px auto !important;
}

.bmr-search-wrapper {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    background: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 20px !important;
    padding: 6px !important;
    box-shadow: 0 15px 35px rgba(0, 141, 210, 0.08) !important;
    width: 100% !important;
}

.bmr-search-wrapper:focus-within {
    border-color: var(--bmr-primary) !important;
    box-shadow: 0 15px 35px rgba(0, 141, 210, 0.15) !important;
    transform: translateY(-2px) !important;
}

.bmr-search-input-col {
    display: flex !important;
    align-items: center !important;
    flex: 1 1 50% !important;
    padding: 0 14px !important;
    position: relative !important;
}

.bmr-search-field-icon {
    width: 20px !important;
    height: 20px !important;
    color: #94a3b8 !important;
    flex-shrink: 0 !important;
    margin-left: 10px !important;
}

.bmr-search-input {
    width: 100% !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    padding: 12px 0 !important;
    font-size: 14px !important;
    color: var(--bmr-text-dark) !important;
    font-family: inherit !important;
}

.bmr-search-input::placeholder {
    color: #94a3b8 !important;
}

.bmr-search-separator {
    width: 1px !important;
    height: 32px !important;
    background-color: #e2e8f0 !important;
    margin: 0 8px !important;
    flex-shrink: 0 !important;
}

.bmr-search-select-col {
    display: flex !important;
    align-items: center !important;
    flex: 1 1 35% !important;
    padding: 0 10px !important;
    position: relative !important;
}

.bmr-search-sport-select {
    width: 100% !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    font-size: 13.5px !important;
    color: var(--bmr-text-slate) !important;
    font-weight: 600 !important;
    font-family: inherit !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.bmr-search-submit {
    background: linear-gradient(135deg, var(--bmr-primary), #0076a1) !important;
    border: none !important;
    border-radius: 14px !important;
    padding: 12px 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #ffffff !important;
    font-size: 13.5px !important;
    font-weight: 750 !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    box-shadow: 0 4px 12px rgba(var(--bmr-primary-rgb), 0.25) !important;
}

.bmr-search-submit:hover {
    background: linear-gradient(135deg, #0076a1, #005a7d) !important;
    transform: scale(1.02) !important;
}

.bmr-search-submit svg {
    width: 16px !important;
    height: 16px !important;
}

.bmr-hero-action-row {
    display: flex !important;
    justify-content: center !important;
    margin-top: 20px !important;
}

.bmr-hero-sport-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 24px !important;
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    color: var(--bmr-text-slate) !important;
    border-radius: 9999px !important;
    font-size: 13.5px !important;
    font-weight: 750 !important;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
    transition: all 0.3s ease !important;
}

.bmr-hero-sport-btn svg {
    width: 18px !important;
    height: 18px !important;
    color: var(--bmr-primary) !important;
    transition: transform 0.3s ease !important;
}

.bmr-hero-sport-btn:hover {
    border-color: var(--bmr-primary) !important;
    color: var(--bmr-primary) !important;
    box-shadow: 0 6px 20px rgba(var(--bmr-primary-rgb), 0.08) !important;
    //transform: translateY(-2px) !important;
}

.bmr-hero-sport-btn:hover svg {
    transform: rotate(15deg) !important;
}

.bmr-hero-tags {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

.bmr-tag-label {
    font-size: 12.5px !important;
    color: var(--bmr-text-muted) !important;
    margin-left: 4px !important;
}

.bmr-hero-tags a {
    color: var(--bmr-text-slate) !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    padding: 5px 14px !important;
    border-radius: 9999px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02) !important;
}

.bmr-hero-tags a:hover {
    color: #ffffff !important;
    background-color: var(--bmr-primary) !important;
    border-color: var(--bmr-primary) !important;
}


/* ==========================================================================
   2. VIP ADS FULL-WIDTH SECTION - PERFECT 5 ITEMS (3 FULL, 2 HALF)
   ========================================================================== */
.bmr-vip-section {
    padding: 10px 0 20px 0 !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid #e2e8f0 !important;
    width: 100% !important;
    overflow: hidden !important;
}

/* حذف حاشیه و پدینگ کانتینر برای چسبیدن کامل به لبه‌های مرورگر */
.bmr-vip-section .bmr-container,
.bmr-vip-section .bmr-container-fluid {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* اسلایدر اصلی تبلیغات بدون هیچ پدینگ اضافه در طرفین */
.bmr-ad-slider {
    display: flex !important;
    overflow-x: auto !important;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    /* فایرفاکس */
    -ms-overflow-style: none !important;
    gap: 16px !important;
    padding: 10px 0 !important;
    /* پدینگ بالا و پایین برای سایه کارت‌ها، چپ و راست دقیقاً 0 */
    margin: 0 !important;
    width: 100% !important;
}

.bmr-ad-slider::-webkit-scrollbar {
    display: none !important;
    /* کروم و سافاری */
}

.bmr-ad-slider.grabbing {
    scroll-snap-type: none !important;
    cursor: grabbing !important;
}

/* استایل چیدمان ۵ تایی در دسکتاپ - ۳ کامل وسط، ۲ نصفه دقیق در لبه‌ها */
@media (min-width: 992px) {
    .bmr-ad-item {
        /* فرمول ریاضی دقیق:
           تقسیم بر ۴ یعنی در فضای مانیتور دقیقاً ۴ کارت جا می‌شود.
           از آنجا که اسلایدر ما پدینگ لبه ندارد، مرورگر به صورت خودکار کارت اول را از لبه صفر شروع می‌کند.
           برای اینکه کارت اول نصفه شود، با جاوا اسکریپت موقعیت اسکرول را نصف عرض کارت جلو می‌بریم.
        */
        flex: 0 0 calc((100% - 48px) / 4) !important;
        width: calc((100% - 48px) / 4) !important;
        min-width: 0 !important;
        max-width: none !important;
        box-sizing: border-box !important;
        scroll-snap-align: unset !important;
    }
}

/* تبلت‌ها */
@media (max-width: 991px) and (min-width: 768px) {
    .bmr-ad-item {
        flex: 0 0 calc((100% - 16px) / 2.5) !important;
        width: calc((100% - 16px) / 2.5) !important;
        min-width: 0 !important;
    }
}

/* موبایل */
/* تنظیمات موبایل - نمایش دقیقاً ۱ کارت کامل در ردیف */
@media (max-width: 767px) {
    .bmr-ad-item {
        /* ۱۰۰٪ عرض */
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 0 !important;
        scroll-snap-align: center !important;
    }

    .bmr-ad-slider {
        padding: 10px 16px !important;
        /* ایجاد پدینگ ۱۶ پیکسلی لبه‌ها برای زیبایی */
        gap: 16px !important;
    }
}

.bmr-ad-img-wrap {
    position: relative !important;
    height: 215px !important;
    background: #f8fafc !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.bmr-ad-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center !important;
    display: block !important;
}

.bmr-ad-img--placeholder {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #cbd5e1 !important;
    background: #f1f5f9 !important;
}

.bmr-ad-badge {
    background: linear-gradient(135deg, #10b981, #059669) !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 4px 12px !important;
    border-radius: 9999px !important;
    flex-shrink: 0 !important;
    box-shadow: 0 2px 4px rgba(16, 185, 129, 0.15) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.4 !important;
}

.bmr-ad-info {
    padding: 12px 4px 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.bmr-ad-details {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    flex-grow: 1 !important;
}

.bmr-ad-name {
    display: block !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 2px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: right !important;
}

.bmr-ad-sub {
    font-size: 12px !important;
    color: #64748b !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: right !important;
}

/* ==========================================================================
   3. BENTO BOARD SERVICES GRID
   ========================================================================== */
.bmr-bento-services-section {
    padding: 60px 0 !important;
    background-color: #f8fafc !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.bmr-services-bento-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
}

.bmr-service-bento-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 18px !important;
    padding: 24px 16px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    text-decoration: none !important;
    color: inherit !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.01) !important;
    height: 100% !important;
    position: relative !important;
}

.bmr-service-bento-card::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, transparent, var(--bmr-primary), transparent) !important;
    opacity: 0 !important;
}

.bmr-service-bento-card:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(var(--bmr-primary-rgb), 0.2) !important;
    box-shadow: 0 10px 25px rgba(var(--bmr-primary-rgb), 0.06) !important;
}

.bmr-service-bento-card:hover::before {
    opacity: 1 !important;
}

.bmr-bento-icon-container {
    width: 56px !important;
    height: 56px !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.bmr-bento-icon-container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.bmr-bento-title {
    font-size: 13.5px !important;
    font-weight: 800 !important;
    color: var(--bmr-text-dark) !important;
    margin: 0 0 4px 0 !important;
}

.bmr-service-bento-card:hover .bmr-bento-title {
    color: var(--bmr-primary) !important;
}

.bmr-bento-desc {
    font-size: 11.5px !important;
    color: var(--bmr-text-muted) !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}


/* ==========================================================================
   4. TWO COLUMN: LATEST COACHES & 12 CATEGORIES SIDEBAR
   ========================================================================== */
.bmr-listings-section {
    padding: 55px 0 !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.bmr-listings-layout {
    display: grid !important;
    grid-template-columns: 1fr 340px !important;
    gap: 30px !important;
    align-items: stretch !important;
}

.bmr-categories-sidebar-column {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.bmr-coaches-main-column {
    min-width: 0 !important;
}

.bmr-archive-list-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

/* ──────────────────────────────────────────────────────── */
/* ── EXACT ARCHIVE CARD STYLES (.bmr-card) ── */
/* ──────────────────────────────────────────────────────── */
.bmr-card {
    display: flex !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    text-decoration: none !important;
    color: inherit !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02) !important;
    position: relative !important;
    width: 100% !important;
}

.bmr-card:hover {
    border-color: #cbd5e1 !important;
    background-color: #fafbfc !important;
}

/* Premium VIP Card Styles */
.bmr-card--vip {
    border: 1px solid #f59e0b !important;
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.02) 0%, rgba(255, 255, 255, 0) 100%) !important;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.08) !important;
}

.bmr-card--vip:hover {
    border-color: #d97706 !important;
}

/* Image Container */
.bmr-card__img-container {
    padding: 7px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.bmr-card__img {
    width: 146px !important;
    height: 110px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    position: relative !important;
    background: #f1f5f9 !important;
    border: 1px solid #e2e8f0 !important;
}

.bmr-card--vip .bmr-card__img {
    border-color: #fbbf24 !important;
    border-width: 2px !important;
}

.bmr-card__img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: top center !important;
    display: block !important;
}

.bmr-card__img-ph {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #94a3b8 !important;
    background: #f1f5f9 !important;
}

/* Golden VIP Ribbon */
.bmr-card__vip-ribbon {
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    z-index: 2 !important;
    background: linear-gradient(135deg, #f59e0b, #d97706) !important;
    color: #ffffff !important;
    font-size: 10.5px !important;
    font-weight: 700 !important;
    padding: 3px 10px !important;
    border-radius: 9999px !important;
    box-shadow: 0 2px 4px rgba(217, 119, 6, 0.15) !important;
}

/* Card Body */
.bmr-card__body {
    flex: 1 !important;
    padding: 16px 16px 0 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

.bmr-card__name {
    font-size: 15.5px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 6px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding-left: 64px !important;
    /* ribbon space */
}

.bmr-card__sport {
    font-size: 11px !important;
    font-weight: 700 !important;
    border: 1px solid rgba(16, 185, 129, 0.15) !important;
    padding: 3px 10px !important;
    border-radius: 9999px !important;
    align-self: start !important;
    margin-top: 3px !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    color: var(--bmr-accent-green) !important;
    background: rgba(var(--bmr-accent-green-rgb), 0.03) !important;
}

.bmr-card--vip .bmr-card__sport {
    color: #d97706 !important;
    background: rgba(245, 158, 11, 0.05) !important;
    border-color: rgba(245, 158, 11, 0.18) !important;
}

/* Meta details */
.bmr-card__meta {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 12.5px !important;
    color: #64748b !important;
    font-weight: 600 !important;
    border-top: 1px solid #f1f5f9 !important;
    padding: 10px 0 12px !important;
    margin-top: auto !important;
}

.bmr-card__meta svg {
    flex-shrink: 0 !important;
    color: #94a3b8 !important;
}

.bmr-card__meta-dot {
    width: 4px !important;
    height: 4px !important;
    border-radius: 50% !important;
    background: #cbd5e1 !important;
    flex-shrink: 0 !important;
}

/* Categories Sidebar */
.bmr-sidebar-box {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    padding: 24px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01) !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.bmr-sidebar-footer-btn-wrapper {
    margin-top: auto !important;
}

.bmr-sidebar-title {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: var(--bmr-text-dark) !important;
    margin: 0 0 16px 0 !important;
    display: flex !important;
    align-items: center !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.bmr-sidebar-categories-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.bmr-sidebar-cat-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 14px !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    color: #475569 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.bmr-sidebar-cat-item:hover {
    background-color: rgba(var(--bmr-primary-rgb), 0.05) !important;
    color: var(--bmr-primary) !important;
    transform: translateX(-4px) !important;
}

.bmr-sidebar-view-all-btn {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 14px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: var(--bmr-primary) !important;
    background-color: rgba(var(--bmr-primary-rgb), 0.05) !important;
    border: 1px solid rgba(var(--bmr-primary-rgb), 0.15) !important;
    padding: 12px 16px !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
}

.bmr-sidebar-view-all-btn:hover {
    background-color: var(--bmr-primary) !important;
    color: #ffffff !important;
    border-color: var(--bmr-primary) !important;
}

.bmr-listings-action-footer {
    display: flex !important;
    justify-content: center !important;
    margin-top: 24px !important;
}

.bmr-view-all-coaches-btn,
.bmr-single-coach-btn-link,
.bmr-recipe-action-btn {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 14px 32px !important;
    font-size: 14.5px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    background-color: var(--bmr-primary) !important;
    border-radius: 9999px !important;
    text-decoration: none !important;
    //box-shadow: 0 4px 15px rgba(var(--bmr-primary-rgb), 0.2) !important;
    transition: all 0.3s ease !important;
}

.bmr-view-all-coaches-btn:hover,
.bmr-single-coach-btn-link:hover,
.bmr-recipe-action-btn:hover {
    //transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(var(--bmr-primary-rgb), 0.3) !important;
    background-color: #0076a1 !important;
}

.bmr-btn-secondary {
    background-color: transparent !important;
    color: var(--bmr-primary) !important;
    border: 2px solid var(--bmr-primary) !important;
    box-shadow: none !important;
}

.bmr-btn-secondary:hover {
    background-color: rgba(var(--bmr-primary-rgb), 0.05) !important;
    color: var(--bmr-primary) !important;
    box-shadow: none !important;
}



/* ==========================================================================
   5. SPORTS RECIPES (آشپزی ورزشی) SECTION (FRAMELESS ROUND PLATES)
   ========================================================================== */
.bmr-recipes-section {
    background-color: #0f172a !important;
    padding: 65px 0 !important;
    position: relative !important;
    overflow: hidden !important;
}

.bmr-recipes-bg-glow {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: radial-gradient(circle at center, rgba(16, 185, 129, 0.08), transparent 75%) !important;
    pointer-events: none !important;
}

/* Full Width sliding row for Recipes */
.bmr-recipes-slider-fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow-x: auto !important;
    scrollbar-width: none !important;
    padding: 10px 8% !important;
    margin-bottom: 24px !important;
}

.bmr-recipes-slider-fullwidth::-webkit-scrollbar {
    display: none !important;
}

.bmr-recipes-slider-track {
    display: flex !important;
    gap: 24px !important;
}

/* Centered Grid for Recipes */
.bmr-recipes-grid-centered {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 32px !important;
    padding: 0 16px !important;
    margin-bottom: 32px !important;
}

@media (max-width: 768px) {
    .bmr-recipes-grid-centered {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px 10px !important;
        padding: 0 8px !important;
    }

    .bmr-recipe-card-clean {
        flex: none !important;
        width: 100% !important;
    }

    .bmr-recipe-img-plate {
        width: 120px !important;
        height: 120px !important;
    }
}

/* Frameless Round Plate Cards */
.bmr-recipe-card-clean {
    flex: 0 0 180px !important;
    width: 180px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

.bmr-recipe-card-clean a {
    text-decoration: none !important;
    color: inherit !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

/* Exquisite Frameless round plate */
.bmr-recipe-img-plate {
    width: 180px !important;
    height: 180px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    position: relative !important;
    background: transparent !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.bmr-recipe-card-clean:hover .bmr-recipe-img-plate {
    transform: scale(1.1) rotate(12deg) !important;
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.2) !important;
}

.bmr-recipe-img-plate img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    /* PNG support */
    background: transparent !important;
}

.bmr-recipe-plate-ph {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 40px !important;
    background: #1e293b !important;
    border-radius: 50% !important;
}

.bmr-recipe-title-clean {
    font-size: 13.5px !important;
    font-weight: 750 !important;
    color: #f8fafc !important;
    margin-top: 14px !important;
    line-height: 1.5 !important;
    height: 42px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    text-align: center !important;
}

.bmr-recipe-card-clean:hover .bmr-recipe-title-clean {
    color: var(--bmr-accent-green) !important;
}


/* ==========================================================================
   6. LATEST GYMS (آخرین باشگاه ها) SECTION
   ========================================================================== */
.bmr-gyms-section {
    padding: 60px 0 !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.bmr-gyms-archive-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    margin-bottom: 35px !important;
}

.bmr-gyms-action-buttons {
    display: flex !important;
    justify-content: center !important;
    gap: 16px !important;
    margin-top: 24px !important;
}

.bmr-gym-btn-primary,
.bmr-gym-btn-secondary {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 14px 32px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    border-radius: 9999px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.bmr-gym-btn-primary {
    color: #ffffff !important;
    background-color: var(--bmr-primary) !important;
    border: 2px solid var(--bmr-primary) !important;
    //box-shadow: 0 4px 15px rgba(var(--bmr-primary-rgb), 0.2) !important;
}

.bmr-gym-btn-primary:hover {
    //transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(var(--bmr-primary-rgb), 0.3) !important;
    background-color: #0076a1 !important;
    border-color: #0076a1 !important;
}

.bmr-gym-btn-secondary {
    color: var(--bmr-text-slate) !important;
    background-color: #ffffff !important;
    border: 2px solid #e2e8f0 !important;
    //box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
}

.bmr-gym-btn-secondary:hover {
    color: var(--bmr-primary) !important;
    border-color: var(--bmr-primary) !important;
    //transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(var(--bmr-primary-rgb), 0.08) !important;
}


/* ==========================================================================
   7. CITIES SECTION (NO FRAMES FOR IMAGES)
   ========================================================================== */
.bmr-cities-section {
    padding: 60px 0 !important;
    background-color: #f8fafc !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.bmr-cities-slider-outer {
    position: relative !important;
}

.bmr-cities-slider {
    overflow-x: auto !important;
    scrollbar-width: none !important;
    display: flex !important;
    padding: 10px 0 !important;
}

.bmr-cities-slider::-webkit-scrollbar {
    display: none !important;
}

.bmr-cities-track {
    display: flex !important;
    gap: 16px !important;
}

/* Clean, Frameless City Cards */
.bmr-city-card-clean {
    flex: 0 0 160px !important;
    width: 160px !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    position: relative !important;
    height: 110px !important;
    border: none !important;
    box-shadow: none !important;
}

.bmr-city-card-clean a {
    text-decoration: none !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

.bmr-city-img-clean {
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    transition: transform 0.5s ease !important;
}

.bmr-city-card-clean:hover .bmr-city-img-clean {
    transform: scale(1.1) !important;
}

.bmr-city-info {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: rgba(15, 23, 42, 0.4) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.bmr-city-card-clean:hover .bmr-city-info {
    background: rgba(var(--bmr-primary-rgb), 0.5) !important;
}

.bmr-city-name {
    font-size: 15px !important;
    font-weight: 850 !important;
    color: #ffffff !important;
    margin: 0 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}


/* ==========================================================================
   7. CITIES / LANDING PAGES SECTION
   ========================================================================== */
.bmr-cities-section {
    padding: 60px 0 !important;
    background-color: #f8fafc !important;
    border-top: 1px solid #e2e8f0 !important;
}

.bmr-cities-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px !important;
    justify-items: center !important;
    text-align: center !important;
}

.bmr-city-bento-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-decoration: none !important;
    color: inherit !important;
    padding: 8px !important;
    width: 100% !important;
    max-width: 110px !important;
}

.bmr-city-icon-wrap {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    margin-bottom: 12px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.bmr-city-icon-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.bmr-city-bento-card:hover .bmr-city-icon-wrap {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
}

.bmr-city-bento-title {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: var(--bmr-text-dark) !important;
    transition: color 0.3s ease !important;
}

.bmr-city-bento-card:hover .bmr-city-bento-title {
    color: var(--bmr-primary) !important;
}

@media (min-width: 768px) {
    .bmr-cities-grid {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 24px !important;
    }

    .bmr-city-bento-card {
        width: 140px !important;
    }

    .bmr-city-icon-wrap {
        width: 120px !important;
        height: 120px !important;
        margin-bottom: 16px !important;
    }

    .bmr-city-bento-title {
        font-size: 15px !important;
    }
}

/* ==========================================================================
   8. BLOG & ARTICLES SECTION (HIGHLY ELEGANT, REFINED & NON-BULKY)
   ========================================================================== */
.bmr-blog-section {
    padding: 60px 0 !important;
    background-color: #ffffff !important;
    position: relative !important;
}

.bmr-blog-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    margin-bottom: 35px !important;
}

.bmr-blog-card {
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01) !important;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.4s ease, box-shadow 0.4s ease !important;
}

.bmr-blog-card:hover {
    transform: translateY(-4px) !important;
    border-color: var(--bmr-primary) !important;
    box-shadow: 0 10px 25px rgba(0, 141, 210, 0.08) !important;
}

.bmr-blog-card a {
    text-decoration: none !important;
    color: inherit !important;
    display: block !important;
}

.bmr-blog-img-wrap {
    height: 130px !important;
    background-color: #f8fafc !important;
    overflow: hidden !important;
    position: relative !important;
}

.bmr-blog-img-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.bmr-blog-card:hover .bmr-blog-img-wrap img {
    transform: scale(1.08) !important;
}

/* Subtle overlay to soften the bottom of the image */
.bmr-blog-img-wrap::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 30% !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.15), transparent) !important;
    pointer-events: none !important;
}

.bmr-blog-content {
    padding: 12px 14px !important;
    display: flex !important;
    flex-direction: column !important;
}

.bmr-blog-meta-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 8px !important;
}

.bmr-blog-badge {
    font-size: 9px !important;
    font-weight: 800 !important;
    color: var(--bmr-primary) !important;
    background: rgba(var(--bmr-primary-rgb), 0.05) !important;
    border: none !important;
    padding: 2px 8px !important;
    border-radius: 9999px !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.bmr-blog-date {
    font-size: 10px !important;
    color: var(--bmr-text-muted) !important;
    font-weight: 600 !important;
}

.bmr-blog-title {
    font-size: 13px !important;
    font-weight: 800 !important;
    color: var(--bmr-text-dark) !important;
    line-height: 1.4 !important;
    margin: 0 0 6px 0 !important;
    height: 36px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    transition: color 0.3s ease !important;
}

.bmr-blog-card:hover .bmr-blog-title {
    color: var(--bmr-primary) !important;
}

.bmr-blog-excerpt {
    font-size: 11px !important;
    color: var(--bmr-text-slate) !important;
    line-height: 1.5 !important;
    margin: 0 0 10px 0 !important;
    text-align: justify !important;
    height: 33px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.bmr-blog-readmore {
    font-size: 11px !important;
    font-weight: 750 !important;
    color: var(--bmr-primary) !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    transition: gap 0.3s ease !important;
}

.bmr-blog-card:hover .bmr-blog-readmore {
    color: #0076a1 !important;
}

.bmr-blog-readmore svg {
    transition: transform 0.3s ease !important;
}

.bmr-blog-card:hover .bmr-blog-readmore svg {
    transform: translateX(-4px) !important;
}


/* ==========================================================================
   9. RESPONSIVE BREAKPOINTS (ROBUST MOBILE & TABLET LAYOUTS)
   ========================================================================== */

@media (max-width: 1023px) {
    .bmr-listings-layout {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .bmr-categories-sidebar-column {
        order: 1 !important;
        /* Categories go under list on tablet */
    }

    .bmr-sidebar-categories-list {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }

    .bmr-sidebar-cat-item {
        background-color: #f8fafc !important;
        //justify-content: center !important;
    }

    .bmr-sidebar-view-all-btn {
        text-align: center !important;
        display: block !important;
    }
}

@media (max-width: 767px) {

    /* 1. Hero & Search */
    .bmr-hero-section {
        padding: 55px 0 45px 0 !important;
    }

    .bmr-hero-title {
        font-size: 19px !important;
        line-height: 1.5 !important;
    }

    .bmr-hero-subtitle {
        font-size: 13px !important;
        margin-bottom: 24px !important;
    }

    /* Vertical stacking on mobile */
    .bmr-search-wrapper {
        flex-direction: column !important;
        gap: 10px !important;
        padding: 12px !important;
        border-radius: 16px !important;
    }

    .bmr-search-input-col {
        flex: 1 1 100% !important;
        width: 100% !important;
        padding: 0 !important;
        border-bottom: 1px solid #e2e8f0 !important;
        padding-bottom: 8px !important;
    }

    .bmr-search-separator {
        display: none !important;
    }

    .bmr-search-select-col {
        flex: 1 1 100% !important;
        width: 100% !important;
        padding: 0 !important;
        border-bottom: 1px solid #e2e8f0 !important;
        padding-bottom: 8px !important;
    }

    .bmr-search-submit {
        width: 100% !important;
        justify-content: center !important;
        border-radius: 10px !important;
        padding: 14px !important;
    }

    /* 2. VIP Ads on Mobile */
    /* SINGLE CARD VIEW (تکی و عین باکس توی آرشیو) */
    .bmr-ad-item-full {
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        scroll-snap-align: center !important;
    }

    .bmr-ad-slider-full {
        padding: 10px 16px !important;
        gap: 16px !important;
    }

    /* 3. Bento Services on Mobile */
    .bmr-services-bento-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 6px !important;
    }

    .bmr-service-bento-card {
        padding: 10px 4px !important;
        border-radius: 10px !important;
    }

    .bmr-bento-icon-container {
        width: 48px !important;
        height: 64px !important;
        margin-bottom: 6px !important;
    }

    .bmr-bento-title {
        font-size: 10px !important;
        font-weight: 800 !important;
    }

    .bmr-bento-desc {
        display: none !important;
        /* Clean layout space constraint */
    }

    /* 4. Gyms & Blog Columns */
    .bmr-gyms-archive-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .bmr-blog-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .bmr-gyms-action-buttons {
        flex-direction: column !important;
        width: 100% !important;
    }

    .bmr-gym-btn-primary,
    .bmr-gym-btn-secondary {
        width: 100% !important;
    }

    .bmr-sidebar-categories-list {
        grid-template-columns: 1fr !important;
    }

    /* Replicated Card Mobile optimizations */
    .bmr-card__img {
        width: 90px !important;
        height: 90px !important;
    }

    .bmr-card__name {
        font-size: 13.5px !important;
        padding-left: 45px !important;
    }

    .bmr-card__vip-ribbon {
        top: 8px !important;
        left: 8px !important;
        font-size: 9.5px !important;
        padding: 2px 7px !important;
    }

    .bmr-gyms-action-buttons {
        flex-direction: column !important;
    }

    .bmr-gyms-action-buttons .bmr-single-coach-btn-link {
        width: 100% !important;
    }
}

.bmr-action-footer {
    display: flex !important;
    justify-content: center !important;
    margin-top: 24px !important;
    width: 100% !important;
}

.bmr-container-fluid {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 24px;
    /* یک پدینگ جزئی برای اینکه چسبیده به لبه مطلق مرورگر نباشد */
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto;
}

/* ==========================================================================
   NEW: CORE SERVICES SHOWCASE (SECTIONS FOR COACHES & ATHLETES)
   ========================================================================== */
.bmr-platform-services-section {
    padding: 70px 0 !important;
    background-color: #f8fafc !important;
    position: relative;
    overflow: hidden;
}

.bmr-platform-services-grid {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 30px !important;
    margin-top: 45px !important;
}

.bmr-platform-service-card {
    grid-column: span 2;
    background: #ffffff !important;
    border: 1px solid rgba(0, 141, 210, 0.06) !important;
    border-radius: 20px !important;
    padding: 30px 24px 24px 24px !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    box-shadow: 0 10px 30px -10px rgba(15, 23, 42, 0.04) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.bmr-platform-service-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 20px 40px -15px rgba(0, 141, 210, 0.1) !important;
    border-color: rgba(0, 141, 210, 0.15) !important;
}

/* Perfect alignment for row 2 (centering 2 items in 6-column grid) */
@media (min-width: 992px) {
    #service-class-booking {
        grid-column: 2 / span 2 !important;
    }
    #service-attendance-tracking {
        grid-column: 4 / span 2 !important;
    }
}

.bmr-ps-badge {
    position: absolute !important;
    top: 20px !important;
    left: 20px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 4px 10px !important;
    border-radius: 8px !important;
}

.bmr-ps-badge-primary {
    color: var(--bmr-primary) !important;
    background-color: rgba(var(--bmr-primary-rgb), 0.08) !important;
}

.bmr-ps-badge-accent-green {
    color: var(--bmr-accent-green) !important;
    background-color: rgba(var(--bmr-accent-green-rgb), 0.08) !important;
}

.bmr-ps-badge-accent-amber {
    color: var(--bmr-accent-amber) !important;
    background-color: rgba(245, 158, 11, 0.08) !important;
}

.bmr-ps-icon-wrapper {
    width: 56px !important;
    height: 56px !important;
    border-radius: 14px !important;
    background-color: rgba(var(--bmr-primary-rgb), 0.06) !important;
    color: var(--bmr-primary) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 24px !important;
}

#service-online-lab .bmr-ps-icon-wrapper {
    background-color: rgba(var(--bmr-accent-green-rgb), 0.06) !important;
    color: var(--bmr-accent-green) !important;
}

#service-workout-design .bmr-ps-icon-wrapper {
    background-color: rgba(245, 158, 11, 0.06) !important;
    color: var(--bmr-accent-amber) !important;
}

.bmr-ps-svg-icon {
    width: 28px !important;
    height: 28px !important;
}

.bmr-ps-content {
    flex-grow: 1 !important;
}

.bmr-ps-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: var(--bmr-text-dark) !important;
    margin: 0 0 12px 0 !important;
    line-height: 1.4 !important;
}

.bmr-ps-desc {
    font-size: 13.5px !important;
    line-height: 1.6 !important;
    color: var(--bmr-text-slate) !important;
    margin-bottom: 18px !important;
    text-align: justify !important;
}

.bmr-ps-features {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 24px 0 !important;
}

.bmr-ps-features li {
    font-size: 12.5px !important;
    line-height: 1.5 !important;
    color: var(--bmr-text-muted) !important;
    margin-bottom: 8px !important;
    padding-right: 18px !important;
    position: relative !important;
}

.bmr-ps-features li::before {
    content: "✓" !important;
    position: absolute !important;
    right: 0 !important;
    top: 1px !important;
    color: var(--bmr-accent-green) !important;
    font-weight: 900 !important;
    font-size: 12px !important;
}

.bmr-ps-footer {
    margin-top: auto !important;
}

.bmr-ps-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 11px 20px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    background: transparent !important;
    color: var(--bmr-primary) !important;
    border: 1px solid rgba(var(--bmr-primary-rgb), 0.2) !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.bmr-ps-btn:hover {
    background: var(--bmr-primary) !important;
    color: #ffffff !important;
    border-color: var(--bmr-primary) !important;
    box-shadow: 0 4px 12px rgba(var(--bmr-primary-rgb), 0.15) !important;
}

#service-online-lab .bmr-ps-btn {
    color: var(--bmr-accent-green) !important;
    border-color: rgba(var(--bmr-accent-green-rgb), 0.2) !important;
}

#service-online-lab .bmr-ps-btn:hover {
    background: var(--bmr-accent-green) !important;
    color: #ffffff !important;
    border-color: var(--bmr-accent-green) !important;
    box-shadow: 0 4px 12px rgba(var(--bmr-accent-green-rgb), 0.15) !important;
}

#service-workout-design .bmr-ps-btn {
    color: var(--bmr-accent-amber) !important;
    border-color: rgba(245, 158, 11, 0.2) !important;
}

#service-workout-design .bmr-ps-btn:hover {
    background: var(--bmr-accent-amber) !important;
    color: #ffffff !important;
    border-color: var(--bmr-accent-amber) !important;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.15) !important;
}

/* ==========================================================================
   Responsive Breakpoints for New Services Showcase
   ========================================================================== */
@media (max-width: 991px) {
    .bmr-platform-services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    
    .bmr-platform-service-card {
        grid-column: span 1 !important;
    }
    
    #service-attendance-tracking {
        grid-column: span 2 !important; /* Spans across to center at bottom */
    }
}

@media (max-width: 767px) {
    .bmr-platform-services-section {
        padding: 45px 0 !important;
    }
    
    .bmr-platform-services-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        margin-top: 25px !important;
    }
    
    .bmr-platform-service-card {
        grid-column: span 1 !important;
        padding: 24px 20px 20px 20px !important;
    }
    
    #service-attendance-tracking {
        grid-column: span 1 !important;
    }
    
    .bmr-ps-title {
        font-size: 16px !important;
    }
    
    .bmr-ps-desc {
        font-size: 12.5px !important;
    }
}