@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/BlazorBlog/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ylaway3k5v] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ylaway3k5v] {
    flex: 1;
}

.sidebar[b-ylaway3k5v] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ylaway3k5v] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ylaway3k5v]  a, .top-row[b-ylaway3k5v]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ylaway3k5v]  a:hover, .top-row[b-ylaway3k5v]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ylaway3k5v]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ylaway3k5v] {
        justify-content: space-between;
    }

    .top-row[b-ylaway3k5v]  a, .top-row[b-ylaway3k5v]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ylaway3k5v] {
        flex-direction: row;
    }

    .sidebar[b-ylaway3k5v] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ylaway3k5v] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ylaway3k5v]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ylaway3k5v], article[b-ylaway3k5v] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ylaway3k5v] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ylaway3k5v] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/BlazorBlog/Components/Pages/Admin/Dashboard.razor.rz.scp.css */
/* Dashboard Styles */
.dashboard-container[b-smo2wq6vzm] {
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 0.5rem;
}

/* Admin Header Container */
.admin-header-container[b-smo2wq6vzm] {
    position: relative;
}

/* Menu Toggle Button Styles */
.menu-toggle-btn[b-smo2wq6vzm] {
    transition: all 0.3s ease;
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
}

.menu-toggle-btn:hover[b-smo2wq6vzm] {
    background-color: rgba(0, 0, 0, 0.05);
    transform: scale(1.1);
}

.menu-toggle-btn.active[b-smo2wq6vzm] {
    background-color: rgba(13, 110, 253, 0.1);
    color: #0d6efd !important;
}

/* Dropdown Menu Styles */
.dropdown-menu[b-smo2wq6vzm] {
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    min-width: 220px;
}

.dropdown-item[b-smo2wq6vzm] {
    padding: 0.6rem 1rem;
    transition: all 0.2s ease;
}

.dropdown-item:hover[b-smo2wq6vzm] {
    background-color: rgba(13, 110, 253, 0.1);
}

.dropdown-item i[b-smo2wq6vzm] {
    width: 20px;
    text-align: center;
    margin-right: 0.5rem;
}

.rtl-container .dropdown-item i[b-smo2wq6vzm] {
    margin-right: 0;
    margin-left: 0.5rem;
}

.dropdown-divider[b-smo2wq6vzm] {
    margin: 0.5rem 0;
}

/* RTL Support for Dropdown */
.rtl-container .dropdown-menu[b-smo2wq6vzm] {
    text-align: right;
}

/* Remove this as we're handling it with Bootstrap classes now */

/* Dropdown positioning */
.dropdown-menu[b-smo2wq6vzm] {
    position: absolute;
    right: 0;
    left: auto;
    width: 100%;
    max-width: 280px;
    z-index: 1050 !important;
}

.rtl-container .dropdown-menu[b-smo2wq6vzm] {
    right: auto;
    left: 0;
}

/* Make dropdown button always visible */
.dropdown .btn-outline-primary[b-smo2wq6vzm] {
    display: block !important;
    margin-left: 10px;
}

.rtl-container .dropdown .btn-outline-primary[b-smo2wq6vzm] {
    margin-left: 0;
    margin-right: 10px;
}

/* Stats Cards */
.stats-card[b-smo2wq6vzm] {
    background-color: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.stats-card:hover[b-smo2wq6vzm] {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.stats-card .card-icon[b-smo2wq6vzm] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.stats-card .card-title[b-smo2wq6vzm] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #6c757d;
}

.stats-card .card-value[b-smo2wq6vzm] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
    color: #212529;
}

.stats-card .card-trend[b-smo2wq6vzm] {
    font-size: 0.875rem;
    color: #28a745;
}

.stats-card .card-trend.negative[b-smo2wq6vzm] {
    color: #dc3545;
}

.stats-card .card-bg-icon[b-smo2wq6vzm] {
    position: absolute;
    bottom: -15px;
    right: -15px;
    font-size: 5rem;
    opacity: 0.1;
    transform: rotate(-15deg);
}

/* Card Colors */
.stats-card.primary[b-smo2wq6vzm] {
    border-top: 4px solid #0d6efd;
}

.stats-card.success[b-smo2wq6vzm] {
    border-top: 4px solid #198754;
}

.stats-card.info[b-smo2wq6vzm] {
    border-top: 4px solid #0dcaf0;
}

.stats-card.warning[b-smo2wq6vzm] {
    border-top: 4px solid #ffc107;
}

/* Recent Activity */
.activity-card[b-smo2wq6vzm] {
    background-color: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    height: 100%;
    margin-bottom: 1.5rem;
}

.activity-card .card-header[b-smo2wq6vzm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e9ecef;
}

.activity-card .card-title[b-smo2wq6vzm] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
}

.activity-card .card-action[b-smo2wq6vzm] {
    color: #0d6efd;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
}

.activity-card .card-action:hover[b-smo2wq6vzm] {
    text-decoration: underline;
}

.activity-list[b-smo2wq6vzm] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.activity-item[b-smo2wq6vzm] {
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1f1f1;
}

.activity-item:last-child[b-smo2wq6vzm] {
    border-bottom: none;
}

.activity-icon[b-smo2wq6vzm] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.activity-icon.primary[b-smo2wq6vzm] {
    background-color: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

.activity-icon.success[b-smo2wq6vzm] {
    background-color: rgba(25, 135, 84, 0.1);
    color: #198754;
}

.activity-icon.warning[b-smo2wq6vzm] {
    background-color: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.activity-icon.info[b-smo2wq6vzm] {
    background-color: rgba(13, 202, 240, 0.1);
    color: #0dcaf0;
}

.activity-content[b-smo2wq6vzm] {
    flex-grow: 1;
}

.activity-title[b-smo2wq6vzm] {
    font-weight: 500;
    margin-bottom: 0.25rem;
    font-size: 0.9375rem;
}

.activity-subtitle[b-smo2wq6vzm] {
    color: #6c757d;
    font-size: 0.8125rem;
    margin-bottom: 0;
}

.activity-time[b-smo2wq6vzm] {
    color: #adb5bd;
    font-size: 0.75rem;
    white-space: nowrap;
}

/* Quick Actions */
.quick-actions[b-smo2wq6vzm] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.action-button[b-smo2wq6vzm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 1.25rem 1rem;
    text-decoration: none;
    color: #212529;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.action-button:hover[b-smo2wq6vzm] {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    color: #0d6efd;
}

.action-icon[b-smo2wq6vzm] {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
    color: #0d6efd;
}

.action-label[b-smo2wq6vzm] {
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
}

/* Charts */
.chart-card[b-smo2wq6vzm] {
    background-color: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    height: 100%;
    margin-bottom: 1.5rem;
}

.chart-header[b-smo2wq6vzm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.chart-title[b-smo2wq6vzm] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
}

/* Simple Chart Styles */
.simple-chart[b-smo2wq6vzm] {
    width: 100%;
}

.chart-item[b-smo2wq6vzm] {
    margin-bottom: 1rem;
}

.chart-label[b-smo2wq6vzm] {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
    font-weight: 500;
}

.chart-bar-container[b-smo2wq6vzm] {
    height: 25px;
    background-color: #f1f1f1;
    border-radius: 4px;
    overflow: hidden;
}

.chart-bar[b-smo2wq6vzm] {
    height: 100%;
    background-color: #0d6efd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0.5rem;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    transition: width 1s ease-in-out;
}

.chart-responsive[b-smo2wq6vzm] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* RTL Specific Styles */
.rtl-container .stats-card .card-bg-icon[b-smo2wq6vzm] {
    right: auto;
    left: -15px;
    transform: rotate(15deg);
}

.rtl-container .activity-icon[b-smo2wq6vzm] {
    margin-right: 0;
    margin-left: 1rem;
}

.rtl-container .chart-bar[b-smo2wq6vzm] {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 0.5rem;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .stats-card[b-smo2wq6vzm] {
        margin-bottom: 1rem;
    }

    .stats-card .card-value[b-smo2wq6vzm] {
        font-size: 1.75rem;
    }

    .stats-card .card-icon[b-smo2wq6vzm] {
        font-size: 2rem;
    }

    .activity-card .card-header[b-smo2wq6vzm] {
        flex-direction: column;
        align-items: flex-start;
    }

    .activity-card .card-action[b-smo2wq6vzm] {
        margin-top: 0.5rem;
    }

    .chart-header[b-smo2wq6vzm] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .quick-actions[b-smo2wq6vzm] {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }

    .action-icon[b-smo2wq6vzm] {
        font-size: 1.5rem;
    }

    .action-label[b-smo2wq6vzm] {
        font-size: 0.75rem;
    }

    .activity-item[b-smo2wq6vzm] {
        flex-wrap: wrap;
    }

    .activity-time[b-smo2wq6vzm] {
        width: 100%;
        text-align: left;
        margin-top: 0.5rem;
        margin-left: 2.5rem;
    }

    .rtl-container .activity-time[b-smo2wq6vzm] {
        text-align: right;
        margin-left: 0;
        margin-right: 2.5rem;
    }

    .chart-bar[b-smo2wq6vzm] {
        font-size: 0.7rem;
    }
}

@media (max-width: 576px) {
    .dashboard-container[b-smo2wq6vzm] {
        padding: 0.75rem;
        border-radius: 0.25rem;
    }

    .stats-card[b-smo2wq6vzm] {
        padding: 1rem;
        border-radius: 0.5rem;
    }

    .stats-card .card-icon[b-smo2wq6vzm] {
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
    }

    .stats-card .card-value[b-smo2wq6vzm] {
        font-size: 1.5rem;
    }

    .stats-card .card-title[b-smo2wq6vzm] {
        font-size: 0.875rem;
    }

    .stats-card .card-bg-icon[b-smo2wq6vzm] {
        font-size: 4rem;
    }

    .activity-card[b-smo2wq6vzm],
    .chart-card[b-smo2wq6vzm] {
        padding: 1rem;
        border-radius: 0.5rem;
    }

    .chart-title[b-smo2wq6vzm],
    .card-title[b-smo2wq6vzm] {
        font-size: 1rem;
    }

    .activity-content h5[b-smo2wq6vzm] {
        font-size: 0.9rem;
    }

    .activity-content p[b-smo2wq6vzm] {
        font-size: 0.8rem;
    }

    .activity-icon[b-smo2wq6vzm] {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }
}

/* Extra small devices */
@media (max-width: 420px) {
    .dashboard-container[b-smo2wq6vzm] {
        padding: 0.5rem;
    }

    h2.mb-3[b-smo2wq6vzm] {
        font-size: 1.25rem;
    }

    .text-muted[b-smo2wq6vzm] {
        font-size: 0.85rem;
    }

    .stats-card[b-smo2wq6vzm] {
        padding: 0.75rem;
    }

    .stats-card .card-icon[b-smo2wq6vzm] {
        font-size: 1.5rem;
    }

    .stats-card .card-value[b-smo2wq6vzm] {
        font-size: 1.25rem;
    }

    .activity-card .card-header h4[b-smo2wq6vzm],
    .chart-card .chart-header h4[b-smo2wq6vzm] {
        font-size: 0.95rem;
    }

    .activity-card .card-action[b-smo2wq6vzm] {
        font-size: 0.8rem;
    }

    .chart-label[b-smo2wq6vzm] {
        font-size: 0.75rem;
    }

    .chart-bar-container[b-smo2wq6vzm] {
        height: 20px;
    }
}
/* _content/BlazorBlog/Components/Pages/Admin/ManageBlogPosts.razor.rz.scp.css */
.table > tbody > tr > td[b-de0uxj4ie0] {
    vertical-align: middle;
}

.admin-button[b-de0uxj4ie0] {
    width: 70px;
}

.table > tbody > tr > td[b-de0uxj4ie0] {
    vertical-align: middle;
}

.admin-button[b-de0uxj4ie0] {
    width: 70px;
}
/* _content/BlazorBlog/Components/Pages/BlogPostDetail.razor.rz.scp.css */
/* Newsletter Subscription Styles */
.subscribe-section[b-1wq3djm4pu] {
    background-color: #f8f9fa;
    padding: 40px 0;
    margin-top: 40px;
}

.newsletter-subscription-container[b-1wq3djm4pu] {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.newsletter-icon[b-1wq3djm4pu] {
    margin-bottom: 15px;
}

.newsletter-icon i[b-1wq3djm4pu] {
    font-size: 32px;
    color: #555;
    background-color: #f0f0f0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.newsletter-title[b-1wq3djm4pu] {
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
    font-size: 22px;
}

.newsletter-description[b-1wq3djm4pu] {
    margin-bottom: 25px;
    color: #666;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-form-container[b-1wq3djm4pu] {
    margin-top: 20px;
}

/* Customize SubscribeBox component */
.newsletter-form-container :global(.border)[b-1wq3djm4pu] {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
}

.newsletter-form-container :global(.form-control)[b-1wq3djm4pu] {
    height: 45px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.newsletter-form-container :global(.btn-success)[b-1wq3djm4pu] {
    height: 45px;
    border-radius: 4px;
    background-color: #dc3545;
    border-color: #dc3545;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease;
}

.newsletter-form-container :global(.btn-success:hover)[b-1wq3djm4pu] {
    background-color: #c82333;
    border-color: #bd2130;
}

/* Checkbox styles */
.newsletter-form-container :global(.form-check)[b-1wq3djm4pu] {
    margin-top: 15px;
    text-align: start;
}

.newsletter-form-container :global(.form-check-input)[b-1wq3djm4pu] {
    margin-top: 0.25rem;
}

/* Media queries for responsiveness */
@media (max-width: 767px) {
    .newsletter-subscription-container[b-1wq3djm4pu] {
        padding: 20px;
    }

    .newsletter-title[b-1wq3djm4pu] {
        font-size: 18px;
    }

    .newsletter-description[b-1wq3djm4pu] {
        font-size: 14px;
    }
}

/* Post Hero Section */
.post-hero-section[b-1wq3djm4pu] {
    padding: 60px 0;
    background-color: #f8f9fa;
    text-align: center;
    margin-bottom: 40px;
}

.post-meta-category[b-1wq3djm4pu] {
    margin-bottom: 20px;
}

.post-category[b-1wq3djm4pu] {
    display: inline-block;
    padding: 6px 15px;
    background-color: var(--bs-primary);
    color: white;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.post-category:hover[b-1wq3djm4pu] {
    background-color: var(--bs-primary-dark, #0056b3);
    color: white;
}

.post-featured[b-1wq3djm4pu] {
    display: inline-block;
    padding: 6px 15px;
    background-color: #ff6b6b;
    color: white;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

.post-title[b-1wq3djm4pu] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}

.post-meta[b-1wq3djm4pu] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.post-author[b-1wq3djm4pu] {
    display: flex;
    align-items: center;
}

.author-avatar[b-1wq3djm4pu] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.post-date[b-1wq3djm4pu],
.post-views[b-1wq3djm4pu] {
    display: flex;
    align-items: center;
}

.post-date i[b-1wq3djm4pu],
.post-views i[b-1wq3djm4pu] {
    margin-right: 6px;
    color: var(--bs-primary);
}

/* Content Section */
.post-content-section[b-1wq3djm4pu] {
    padding-bottom: 50px;
}

.post-featured-image[b-1wq3djm4pu] {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.post-featured-image img[b-1wq3djm4pu] {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.post-featured-image:hover img[b-1wq3djm4pu] {
    transform: scale(1.02);
}

/* Gallery Slider */
.post-gallery[b-1wq3djm4pu] {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.carousel-item img[b-1wq3djm4pu] {
    border-radius: 10px;
    height: 500px;
    object-fit: cover;
}

.carousel-control-prev[b-1wq3djm4pu],
.carousel-control-next[b-1wq3djm4pu] {
    background-color: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 15px;
}

.carousel-indicators[b-1wq3djm4pu] {
    margin-bottom: 15px;
}

.carousel-indicators button[b-1wq3djm4pu] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.carousel-indicators button.active[b-1wq3djm4pu] {
    opacity: 1;
    width: 12px;
    height: 12px;
}

/* Video */
.post-video[b-1wq3djm4pu] {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Introduction */
.post-introduction[b-1wq3djm4pu] {
    margin-bottom: 30px;
}

.post-introduction .lead[b-1wq3djm4pu] {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #555;
}

/* Client Info Card */
.client-info-card[b-1wq3djm4pu] {
    border-radius: 10px;
    overflow: hidden;
}

.client-info-card .card[b-1wq3djm4pu] {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.client-info-card .card-title[b-1wq3djm4pu] {
    color: var(--bs-primary);
    font-weight: 600;
}

.client-info-card .card-text[b-1wq3djm4pu] {
    margin-bottom: 8px;
}

.client-info-card .card-text i[b-1wq3djm4pu] {
    color: var(--bs-primary);
    margin-right: 8px;
}

/* Main Content */
.post-main-content[b-1wq3djm4pu] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.post-main-content h2[b-1wq3djm4pu],
.post-main-content h3[b-1wq3djm4pu],
.post-main-content h4[b-1wq3djm4pu] {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.post-main-content p[b-1wq3djm4pu] {
    margin-bottom: 1.5rem;
}

.post-main-content img[b-1wq3djm4pu] {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1rem 0;
}

.post-main-content ul[b-1wq3djm4pu],
.post-main-content ol[b-1wq3djm4pu] {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.post-main-content li[b-1wq3djm4pu] {
    margin-bottom: 0.5rem;
}

.post-main-content blockquote[b-1wq3djm4pu] {
    border-left: 4px solid var(--bs-primary);
    padding-left: 1rem;
    font-style: italic;
    margin: 1.5rem 0;
    color: #555;
}

/* Sharing Buttons */
.post-sharing[b-1wq3djm4pu] {
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.sharing-title[b-1wq3djm4pu] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.sharing-buttons[b-1wq3djm4pu] {
    display: flex;
    gap: 15px;
}

.share-btn[b-1wq3djm4pu] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    transition: all 0.3s ease;
}

.share-btn:hover[b-1wq3djm4pu] {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.share-btn.facebook[b-1wq3djm4pu] {
    background-color: #3b5998;
}

.share-btn.twitter[b-1wq3djm4pu] {
    background-color: #1da1f2;
}

.share-btn.linkedin[b-1wq3djm4pu] {
    background-color: #0077b5;
}

.share-btn.email[b-1wq3djm4pu] {
    background-color: #dd4b39;
}

/* Related Posts Section */
.related-posts-section[b-1wq3djm4pu] {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.section-heading[b-1wq3djm4pu] {
    text-align: center;
    margin-bottom: 30px;
}

.section-title[b-1wq3djm4pu] {
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.section-title[b-1wq3djm4pu]:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: var(--bs-primary);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.related-post-card[b-1wq3djm4pu] {
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    height: 100%;
}

.related-post-card:hover[b-1wq3djm4pu] {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.related-post-card .card-img-top[b-1wq3djm4pu] {
    height: 180px;
    object-fit: cover;
}

.post-category-badge[b-1wq3djm4pu] {
    display: inline-block;
    padding: 4px 10px;
    background-color: var(--bs-primary);
    color: white;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 10px;
}

.related-post-card .card-title[b-1wq3djm4pu] {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}

.related-post-card .card-text[b-1wq3djm4pu] {
    color: #666;
    font-size: 0.9rem;
}

.related-post-card .card-footer[b-1wq3djm4pu] {
    background-color: transparent;
    border-top: 1px solid #eee;
    text-align: right;
}

/* Newsletter Section */
.newsletter-section[b-1wq3djm4pu] {
    padding: 50px 0;
    background-color: white;
}

/* Responsive */
@media (max-width: 768px) {
    .post-title[b-1wq3djm4pu] {
        font-size: 1.8rem;
    }

    .post-meta[b-1wq3djm4pu] {
        flex-direction: column;
        gap: 10px;
    }

    .carousel-item img[b-1wq3djm4pu] {
        height: 300px;
    }

    .post-introduction .lead[b-1wq3djm4pu] {
        font-size: 1.1rem;
    }
}

/* RTL Styles */
.rtl-container .post-author img[b-1wq3djm4pu] {
    margin-right: 0;
    margin-left: 10px;
}

.rtl-container .post-date i[b-1wq3djm4pu],
.rtl-container .post-views i[b-1wq3djm4pu] {
    margin-right: 0;
    margin-left: 6px;
}

.rtl-container .client-info-card .card-text i[b-1wq3djm4pu] {
    margin-right: 0;
    margin-left: 8px;
}

.rtl-container .related-post-card .card-footer[b-1wq3djm4pu] {
    text-align: left;
}

/* Dark Mode Support (if needed) */
@media (prefers-color-scheme: dark) {
    .post-hero-section[b-1wq3djm4pu] {
        background-color: #1a1a1a;
    }

    .post-title[b-1wq3djm4pu],
    .section-title[b-1wq3djm4pu] {
        color: white;
    }

    .post-introduction .lead[b-1wq3djm4pu],
    .post-main-content[b-1wq3djm4pu] {
        color: #ddd;
    }

    .related-posts-section[b-1wq3djm4pu] {
        background-color: #222;
    }

    .related-post-card[b-1wq3djm4pu] {
        background-color: #333;
        color: white;
    }

    .related-post-card .card-text[b-1wq3djm4pu] {
        color: #ccc;
    }

    .related-post-card .card-footer[b-1wq3djm4pu] {
        border-top-color: #444;
    }
}

/* ===== BANNER SECTION ===== */
.banner-wrapper[b-1wq3djm4pu] {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 500px;
    overflow: hidden;
}

/* Animated Banner */
.animated-banner[b-1wq3djm4pu] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-slide[b-1wq3djm4pu] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-out;
    z-index: 0;
    transform: scale(1.05);
}

.banner-slide.active[b-1wq3djm4pu] {
    opacity: 1;
    z-index: 1;
    transform: scale(1);
}

.slide-overlay[b-1wq3djm4pu] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.2) 100%);
}

/* Banner Navigation */
.banner-navigation[b-1wq3djm4pu] {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.nav-dot[b-1wq3djm4pu] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    padding: 0;
    appearance: none;
}

.nav-dot.active[b-1wq3djm4pu] {
    background-color: white;
    transform: scale(1.2);
}

/* Arrow Navigation */
.banner-nav[b-1wq3djm4pu] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    opacity: 0;
    transition: all 0.3s ease;
}

.banner-prev[b-1wq3djm4pu] {
    left: 20px;
}

.banner-next[b-1wq3djm4pu] {
    right: 20px;
}

.animated-banner:hover .banner-nav[b-1wq3djm4pu] {
    opacity: 0.7;
}

.banner-nav:hover[b-1wq3djm4pu] {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1 !important;
}

/* Banner Content */
.banner-content[b-1wq3djm4pu] {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    color: white;
    z-index: 10;
    padding: 0 15%;
    text-align: center;
}

.post-category-label a[b-1wq3djm4pu] {
    display: inline-block;
    background-color: var(--bs-primary, #0d6efd);
    color: white;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.post-category-label a:hover[b-1wq3djm4pu] {
    background-color: var(--bs-primary-dark, #0257d5);
    transform: translateY(-3px);
}

.banner-content .post-title[b-1wq3djm4pu] {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.post-meta-info[b-1wq3djm4pu] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.meta-item[b-1wq3djm4pu] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
}

.author-avatar[b-1wq3djm4pu] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid white;
}

/* Static Banner */
.static-banner[b-1wq3djm4pu] {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}


/* ===== CONTENT SECTION ===== */
.content-container[b-1wq3djm4pu] {
    padding: 60px 0;
}

/* Post Content Area */
.post-content-area[b-1wq3djm4pu] {
    margin-bottom: 40px;
}

.post-introduction[b-1wq3djm4pu] {
    margin-bottom: 30px;
}

.lead-text[b-1wq3djm4pu] {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #444;
    font-weight: 400;
}

.post-video-container[b-1wq3djm4pu] {
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.post-video[b-1wq3djm4pu] {
    border-radius: 10px;
    background-color: #000;
}

.post-body[b-1wq3djm4pu] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 40px;
}

.post-body h2[b-1wq3djm4pu],
.post-body h3[b-1wq3djm4pu],
.post-body h4[b-1wq3djm4pu] {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.post-body img[b-1wq3djm4pu] {
    max-width: 100%;
    border-radius: 8px;
    margin: 1.5rem 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.post-body p[b-1wq3djm4pu] {
    margin-bottom: 1.5rem;
}

.post-body blockquote[b-1wq3djm4pu] {
    border-left: 4px solid var(--bs-primary);
    padding: 10px 20px;
    background-color: #f9f9f9;
    margin: 1.5rem 0;
    font-style: italic;
}

/* Post Gallery */
.post-gallery[b-1wq3djm4pu] {
    margin: 40px 0;
}

.post-gallery h4[b-1wq3djm4pu] {
    font-size: 1.5rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.post-gallery h4[b-1wq3djm4pu]:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: var(--bs-primary);
}

.gallery-grid[b-1wq3djm4pu] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
}

.gallery-item[b-1wq3djm4pu] {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-item:hover[b-1wq3djm4pu] {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.gallery-image[b-1wq3djm4pu] {
    width: 100%;
    height: 100px;
    object-fit: cover;
    display: block;
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-image[b-1wq3djm4pu] {
    transform: scale(1.1);
}

/* Lightbox */
.lightbox[b-1wq3djm4pu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.lightbox.active[b-1wq3djm4pu] {
    opacity: 1;
    visibility: visible;
}

.lightbox-content[b-1wq3djm4pu] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.lightbox-img[b-1wq3djm4pu] {
    max-width: 100%;
    max-height: 90vh;
    display: block;
    border: 5px solid white;
    border-radius: 5px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.lightbox-close[b-1wq3djm4pu] {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 40px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lightbox-close:hover[b-1wq3djm4pu] {
    color: #f44336;
}

/* Tags */
.post-tags[b-1wq3djm4pu] {
    margin-bottom: 30px;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.tag-label[b-1wq3djm4pu] {
    font-weight: 600;
    margin-right: 10px;
    color: #333;
}

.tag-list[b-1wq3djm4pu] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.tag-item[b-1wq3djm4pu] {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 30px;
    background-color: #f5f5f5;
    color: #555;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.tag-item:hover[b-1wq3djm4pu] {
    background-color: var(--bs-primary);
    color: white;
}

/* Sharing */
.sharing-options[b-1wq3djm4pu] {
    margin-top: 30px;
}

.sharing-options h4[b-1wq3djm4pu] {
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.social-share-buttons[b-1wq3djm4pu] {
    display: flex;
    gap: 12px;
}

.share-btn[b-1wq3djm4pu] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    transition: all 0.3s ease;
}

.share-btn:hover[b-1wq3djm4pu] {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.share-btn.facebook[b-1wq3djm4pu] {
    background-color: #3b5998;
}

.share-btn.twitter[b-1wq3djm4pu] {
    background-color: #1da1f2;
}

.share-btn.linkedin[b-1wq3djm4pu] {
    background-color: #0077b5;
}

.share-btn.email[b-1wq3djm4pu] {
    background-color: #dd4b39;
}


/* ===== SIDEBAR SECTION ===== */
.post-sidebar[b-1wq3djm4pu] {
    position: sticky;
    top: 20px;
}

.sidebar-widget[b-1wq3djm4pu] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.widget-title[b-1wq3djm4pu] {
    position: relative;
    font-size: 1.3rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 600;
}

.widget-title[b-1wq3djm4pu]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: var(--bs-primary);
}

.widget-content[b-1wq3djm4pu] {
    color: #555;
}

/* Client Widget */
.client-info[b-1wq3djm4pu] {
    padding: 15px;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.client-name[b-1wq3djm4pu] {
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.client-detail[b-1wq3djm4pu] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #666;
}

.client-detail i[b-1wq3djm4pu] {
    color: var(--bs-primary);
    margin-right: 10px;
    font-size: 1.1rem;
}

/* Author Widget */
.author-info[b-1wq3djm4pu] {
    text-align: center;
}

.author-image[b-1wq3djm4pu] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 3px solid #f0f0f0;
}

.author-name[b-1wq3djm4pu] {
    font-weight: 600;
    margin-bottom: 10px;
}

.author-bio[b-1wq3djm4pu] {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Subscribe Widget */
.mini-subscribe-form :global(.form-control)[b-1wq3djm4pu] {
    border-radius: 30px;
    height: 45px;
    margin-bottom: 10px;
}

.mini-subscribe-form :global(.btn)[b-1wq3djm4pu] {
    border-radius: 30px;
    height: 45px;
}


/* ===== RELATED POSTS SECTION ===== */
.related-posts-area[b-1wq3djm4pu] {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.section-title-wrapper[b-1wq3djm4pu] {
    text-align: center;
    margin-bottom: 40px;
}

.section-title[b-1wq3djm4pu] {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.title-decoration[b-1wq3djm4pu] {
    width: 70px;
    height: 3px;
    background-color: var(--bs-primary);
    margin: 0 auto;
}

.related-posts-carousel[b-1wq3djm4pu] {
    position: relative;
    margin: 0 -15px;
    overflow: hidden;
}

.related-posts-wrapper[b-1wq3djm4pu] {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 20px 15px;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
    scroll-behavior: smooth;
}

.related-posts-wrapper[b-1wq3djm4pu]::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari/Opera */
}

.related-post-item[b-1wq3djm4pu] {
    flex: 0 0 300px;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.related-post-item:hover[b-1wq3djm4pu] {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.post-thumbnail[b-1wq3djm4pu] {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.post-thumbnail img[b-1wq3djm4pu] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.related-post-item:hover .post-thumbnail img[b-1wq3djm4pu] {
    transform: scale(1.1);
}

.post-overlay[b-1wq3djm4pu] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.related-post-item:hover .post-overlay[b-1wq3djm4pu] {
    opacity: 1;
}

.overlay-link[b-1wq3djm4pu] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    color: var(--bs-primary);
    font-size: 1.5rem;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.related-post-item:hover .overlay-link[b-1wq3djm4pu] {
    transform: translateY(0);
}

.post-info[b-1wq3djm4pu] {
    padding: 20px;
}

.post-category[b-1wq3djm4pu] {
    font-size: 0.85rem;
    color: var(--bs-primary);
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

.post-info .post-title[b-1wq3djm4pu] {
    font-size: 1.2rem;
    margin-bottom: 10px;
    line-height: 1.4;
}

.post-info .post-title a[b-1wq3djm4pu] {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-info .post-title a:hover[b-1wq3djm4pu] {
    color: var(--bs-primary);
}

.post-meta[b-1wq3djm4pu] {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    color: #777;
}

.post-date[b-1wq3djm4pu] {
    display: flex;
    align-items: center;
}

.post-date i[b-1wq3djm4pu] {
    margin-right: 5px;
}


/* ===== RTL SUPPORT ===== */
.rtl-container .widget-title[b-1wq3djm4pu]::after {
    left: auto;
    right: 0;
}

.rtl-container .client-detail i[b-1wq3djm4pu] {
    margin-right: 0;
    margin-left: 10px;
}

.rtl-container .post-date i[b-1wq3djm4pu] {
    margin-right: 0;
    margin-left: 5px;
}

.rtl-container .post-gallery h4[b-1wq3djm4pu]:after {
    left: auto;
    right: 0;
}

.rtl-container .banner-prev[b-1wq3djm4pu] {
    left: auto;
    right: 20px;
}

.rtl-container .banner-next[b-1wq3djm4pu] {
    right: auto;
    left: 20px;
}


/* ===== RESPONSIVE STYLES ===== */
@media (max-width: 992px) {
    .banner-wrapper[b-1wq3djm4pu] {
        height: 60vh;
    }

    .banner-content[b-1wq3djm4pu] {
        padding: 0 10%;
    }

    .banner-content .post-title[b-1wq3djm4pu] {
        font-size: 2.5rem;
    }

    .post-sidebar[b-1wq3djm4pu] {
        margin-top: 40px;
        position: static;
    }
}

@media (max-width: 768px) {
    .banner-wrapper[b-1wq3djm4pu] {
        height: 50vh;
    }

    .banner-content[b-1wq3djm4pu] {
        padding: 0 5%;
        bottom: 60px;
    }

    .banner-content .post-title[b-1wq3djm4pu] {
        font-size: 2rem;
    }

    .post-meta-info[b-1wq3djm4pu] {
        flex-direction: column;
        gap: 10px;
    }

    .lead-text[b-1wq3djm4pu] {
        font-size: 1.1rem;
    }

    .related-post-item[b-1wq3djm4pu] {
        flex: 0 0 250px;
    }

    .gallery-grid[b-1wq3djm4pu] {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }
}

@media (max-width: 576px) {
    .banner-wrapper[b-1wq3djm4pu] {
        height: 40vh;
        min-height: 400px;
    }

    .banner-content .post-title[b-1wq3djm4pu] {
        font-size: 1.5rem;
    }

    .nav-dot[b-1wq3djm4pu] {
        width: 10px;
        height: 10px;
    }

    .banner-navigation[b-1wq3djm4pu] {
        bottom: 20px;
    }

    .banner-nav[b-1wq3djm4pu] {
        width: 40px;
        height: 40px;
    }

    .gallery-grid[b-1wq3djm4pu] {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }

    .gallery-image[b-1wq3djm4pu] {
        height: 80px;
    }
}

/* ===== ANIMATION EFFECTS ===== */
@keyframes fadeIn-b-1wq3djm4pu {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner-content .post-title[b-1wq3djm4pu],
.post-meta-info[b-1wq3djm4pu],
.post-category-label[b-1wq3djm4pu] {
    animation: fadeIn-b-1wq3djm4pu 1s ease-out forwards;
}

.post-category-label[b-1wq3djm4pu] {
    animation-delay: 0.2s;
}

.banner-content .post-title[b-1wq3djm4pu] {
    animation-delay: 0.4s;
}

.post-meta-info[b-1wq3djm4pu] {
    animation-delay: 0.6s;
}

/* =====DARK MODE SUPPORT ===== */
@media (prefers-color-scheme: dark) {
    .content-container[b-1wq3djm4pu] {
        background-color: #1a1a1a;
        color: #f0f0f0;
    }

    .post-content-area[b-1wq3djm4pu] {
        color: #e0e0e0;
    }

    .lead-text[b-1wq3djm4pu],
    .post-body[b-1wq3djm4pu] {
        color: #c0c0c0;
    }

    .post-tags[b-1wq3djm4pu] {
        border-color: #333;
    }

    .tag-item[b-1wq3djm4pu] {
        background-color: #333;
        color: #c0c0c0;
    }

    .sidebar-widget[b-1wq3djm4pu],
    .related-post-item[b-1wq3djm4pu] {
        background-color: #222;
        color: #e0e0e0;
    }

    .related-posts-area[b-1wq3djm4pu] {
        background-color: #1a1a1a;
    }

    .widget-title[b-1wq3djm4pu],
    .client-name[b-1wq3djm4pu],
    .post-info .post-title a[b-1wq3djm4pu] {
        color: #e0e0e0;
    }

    .client-info[b-1wq3djm4pu] {
        background-color: #333;
    }

    .gallery-item[b-1wq3djm4pu] {
        background-color: #222;
    }

    .post-gallery h4[b-1wq3djm4pu] {
        color: #e0e0e0;
    }
}

/* _content/BlazorBlog/Components/Pages/BlogPostsList.razor.rz.scp.css */
/* Additional styles to match Bizbook template */
.blog-posts-page[b-7lp8i0mlz7] {
    background-color: #f8f9fa;
    font-family: 'Poppins', sans-serif;
}

.header-section .carousel-wrapper[b-7lp8i0mlz7] {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.top-post-slide[b-7lp8i0mlz7] {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
}

.slide-content[b-7lp8i0mlz7] {
    text-align: center;
    padding: 20px;
}

.post-card[b-7lp8i0mlz7] {
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.post-card:hover[b-7lp8i0mlz7] {
    transform: translateY(-5px);
}

.post-image[b-7lp8i0mlz7] {
    height: 200px;
    overflow: hidden;
}

.post-image img[b-7lp8i0mlz7] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.post-content[b-7lp8i0mlz7] {
    padding: 15px;
}

.post-title[b-7lp8i0mlz7] {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-meta[b-7lp8i0mlz7] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 14px;
    color: #999;
}

.post-date[b-7lp8i0mlz7] {
    display: flex;
    align-items: center;
}

.post-views[b-7lp8i0mlz7] {
    display: flex;
    align-items: center;
}

.post-views i[b-7lp8i0mlz7] {
    margin-right: 5px;
}

.read-more[b-7lp8i0mlz7] {
    display: block;
    text-align: center;
    padding: 8px 15px;
    background-color: #fff;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    text-decoration: none;
}

.read-more:hover[b-7lp8i0mlz7] {
    background-color: #f40000;
    color: #fff;
    border-color: #f40000;
}

/* Sidebar styling */
.blog-sidebar[b-7lp8i0mlz7] {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.sidebar-title[b-7lp8i0mlz7] {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.sidebar-desc[b-7lp8i0mlz7] {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.filter-box[b-7lp8i0mlz7] {
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.filter-header[b-7lp8i0mlz7] {
    padding: 10px 15px;
    background-color: #f9f9f9;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-header i[b-7lp8i0mlz7] {
    margin-right: 10px;
    color: #999;
}

.filter-options[b-7lp8i0mlz7] {
    padding: 15px;
    border-top: 1px solid #eee;
}

.form-check[b-7lp8i0mlz7] {
    margin-bottom: 8px;
}

.form-check-label[b-7lp8i0mlz7] {
    font-size: 14px;
    color: #555;
}

/* Header section styling */
.posts-header[b-7lp8i0mlz7] {
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #777;
}

/* No posts styling */
.no-posts-found[b-7lp8i0mlz7] {
    text-align: center;
    padding: 50px 0;
}

.no-posts-found i[b-7lp8i0mlz7] {
    font-size: 50px;
    color: #ddd;
    margin-bottom: 15px;
}

.no-posts-found h3[b-7lp8i0mlz7] {
    font-size: 20px;
    color: #555;
    margin-bottom: 10px;
}

.no-posts-found p[b-7lp8i0mlz7] {
    font-size: 14px;
    color: #999;
}

/* Pagination */
.pagination-wrapper[b-7lp8i0mlz7] {
    margin-top: 30px;
    margin-bottom: 20px;
}

.pagination .page-link[b-7lp8i0mlz7] {
    color: #333;
    border-color: #ddd;
    background-color: #fff;
    margin: 0 3px;
    border-radius: 3px;
}

.pagination .page-item.active .page-link[b-7lp8i0mlz7] {
    background-color: #f40000;
    border-color: #f40000;
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .blog-sidebar[b-7lp8i0mlz7] {
        margin-bottom: 30px;
    }

    .posts-grid[b-7lp8i0mlz7] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .posts-grid[b-7lp8i0mlz7] {
        grid-template-columns: 1fr;
    }
}

/* Blog Posts Page Styles */
.blog-posts-page[b-7lp8i0mlz7] {
    background-color: #f8f9fa;
}

/* Section Styling */
.header-section[b-7lp8i0mlz7] {
    background-color: #f2f2f2;
    padding: 3rem 0;
    position: relative;
}

.header-section[b-7lp8i0mlz7]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, rgba(66, 114, 215, 0.1), rgba(66, 114, 215, 0.05));
}

/* Filter Section */
.filter-section[b-7lp8i0mlz7] {
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    border: 1px solid #e5e5e5;
}

.filter-title[b-7lp8i0mlz7] {
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--secondary);
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.filter-option[b-7lp8i0mlz7] {
    margin-bottom: 8px;
}

.filter-label[b-7lp8i0mlz7] {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.filter-label:hover[b-7lp8i0mlz7] {
    color: var(--theme-blue);
}

.filter-label input[b-7lp8i0mlz7] {
    margin-left: 8px;
}

/* Sidebar Section */
.sidebar-section[b-7lp8i0mlz7] {
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e5e5;
}

.sidebar-title[b-7lp8i0mlz7] {
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--secondary);
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar-title[b-7lp8i0mlz7]::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 50px;
    height: 3px;
    background-color: var(--theme-blue);
}

/* Posts Small (for sidebar) */
.post-small[b-7lp8i0mlz7] {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.post-small:last-child[b-7lp8i0mlz7] {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.post-small-image[b-7lp8i0mlz7] {
    width: 70px;
    height: 70px;
    border-radius: 3px;
    overflow: hidden;
    margin-left: 15px;
}

.post-small-image img[b-7lp8i0mlz7] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-small-content[b-7lp8i0mlz7] {
    flex: 1;
}

.post-small-title[b-7lp8i0mlz7] {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.4;
}

.post-small-title a[b-7lp8i0mlz7] {
    color: var(--text-dark);
    text-decoration: none;
    transition: all 0.3s ease;
}

.post-small-title a:hover[b-7lp8i0mlz7] {
    color: var(--theme-blue);
}

.post-small-date[b-7lp8i0mlz7] {
    color: var(--text-light);
    font-size: 12px;
}

/* Categories List */
.categories-list[b-7lp8i0mlz7] {
    display: flex;
    flex-wrap: wrap;
}

.category-badge[b-7lp8i0mlz7] {
    display: inline-block;
    padding: 5px 12px;
    background-color: #f5f5f5;
    color: var(--text-dark);
    border-radius: 3px;
    font-size: 13px;
    margin-left: 8px;
    margin-bottom: 8px;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
    text-decoration: none;
}

.category-badge:hover[b-7lp8i0mlz7] {
    background-color: var(--theme-blue);
    color: white;
    border-color: var(--theme-blue);
    text-decoration: none;
}

/* Post Card Styling */
.post-card[b-7lp8i0mlz7] {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: white;
    height: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.post-card:hover[b-7lp8i0mlz7] {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.post-image[b-7lp8i0mlz7] {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.post-image img[b-7lp8i0mlz7] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.post-card:hover .post-image img[b-7lp8i0mlz7] {
    transform: scale(1.1);
}

.post-category[b-7lp8i0mlz7] {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--theme-blue);
    color: white;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 3px;
    font-weight: 500;
    z-index: 2;
}

.post-content[b-7lp8i0mlz7] {
    padding: 15px;
}

.post-title[b-7lp8i0mlz7] {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 600;
}

.post-title a[b-7lp8i0mlz7] {
    color: var(--text-dark);
    text-decoration: none;
    transition: all 0.3s ease;
}

.post-title a:hover[b-7lp8i0mlz7] {
    color: var(--theme-blue);
}

.post-excerpt[b-7lp8i0mlz7] {
    color: var(--text-light);
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.6;
    height: 65px;
    overflow: hidden;
}

.post-footer[b-7lp8i0mlz7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border-top: 1px solid #e5e5e5;
    background-color: #f9f9f9;
}

.post-meta[b-7lp8i0mlz7] {
    color: var(--text-light);
    font-size: 13px;
}

.post-date i[b-7lp8i0mlz7] {
    margin-left: 5px;
}

.post-link[b-7lp8i0mlz7] {
    color: var(--theme-blue);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.post-link:hover[b-7lp8i0mlz7] {
    color: var(--secondary);
    text-decoration: none;
}

.post-link i[b-7lp8i0mlz7] {
    font-size: 12px;
    margin-right: 5px;
    transition: all 0.3s ease;
}

.post-link:hover i[b-7lp8i0mlz7] {
    transform: translateX(3px);
}

/* Pagination Styling */
.pagination[b-7lp8i0mlz7] {
    margin-top: 2rem;
}

.page-item .page-link[b-7lp8i0mlz7] {
    color: var(--text-dark);
    border: 1px solid #e5e5e5;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px !important;
    margin: 0 5px;
    font-weight: 500;
}

.page-item.active .page-link[b-7lp8i0mlz7] {
    background-color: var(--theme-blue);
    border-color: var(--theme-blue);
}

.page-item .page-link:hover[b-7lp8i0mlz7] {
    background-color: var(--theme-blue);
    border-color: var(--theme-blue);
    color: white;
}

/* No Results Styling */
.no-results[b-7lp8i0mlz7] {
    background-color: white;
    border-radius: 3px;
    padding: 40px 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    text-align: center;
    border: 1px solid #e5e5e5;
}

.no-results i[b-7lp8i0mlz7] {
    font-size: 4rem;
    color: #ccc;
    margin-bottom: 1rem;
}

/* Explore Section */
.explore-section[b-7lp8i0mlz7] {
    background-color: #f8f9fa;
    padding: 4rem 0;
    border-top: 1px solid #e5e5e5;
}

.explore-card[b-7lp8i0mlz7] {
    background-color: white;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #e5e5e5;
}

.explore-card:hover[b-7lp8i0mlz7] {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.explore-card-image[b-7lp8i0mlz7] {
    height: 150px;
    overflow: hidden;
}

.explore-card-image img[b-7lp8i0mlz7] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.explore-card:hover .explore-card-image img[b-7lp8i0mlz7] {
    transform: scale(1.1);
}

.explore-card-content[b-7lp8i0mlz7] {
    padding: 20px;
}

.explore-card-title[b-7lp8i0mlz7] {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--text-dark);
}

.explore-card-text[b-7lp8i0mlz7] {
    color: var(--text-light);
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.explore-card-link[b-7lp8i0mlz7] {
    color: var(--theme-blue);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.explore-card-link:hover[b-7lp8i0mlz7] {
    color: var(--secondary);
    text-decoration: none;
}

.explore-card-link i[b-7lp8i0mlz7] {
    font-size: 12px;
    margin-right: 5px;
    transition: all 0.3s ease;
}

.explore-card-link:hover i[b-7lp8i0mlz7] {
    transform: translateX(3px);
}

/* Header Slider Styles */
.header-slider-section[b-7lp8i0mlz7] {
    margin-bottom: 30px;
}

.featured-post-slide[b-7lp8i0mlz7] {
    position: relative;
    width: 100%;
}

.featured-post-img[b-7lp8i0mlz7] {
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.featured-post-overlay[b-7lp8i0mlz7] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
}

.featured-post-content[b-7lp8i0mlz7] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 30px;
    color: #fff;
    text-align: center;
}

.post-category-badge[b-7lp8i0mlz7] {
    display: inline-block;
    background-color: var(--theme-blue);
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.featured-post-title[b-7lp8i0mlz7] {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.post-author[b-7lp8i0mlz7] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.author-img[b-7lp8i0mlz7] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 10px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.carousel-indicators[b-7lp8i0mlz7] {
    margin-bottom: 20px;
}

.carousel-indicators button[b-7lp8i0mlz7] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none !important;
    margin: 0 5px;
}

.carousel-indicators button.active[b-7lp8i0mlz7] {
    background-color: var(--theme-blue);
}

.carousel-control-prev[b-7lp8i0mlz7],
.carousel-control-next[b-7lp8i0mlz7] {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.7;
}

.carousel-control-prev[b-7lp8i0mlz7] {
    left: 20px;
}

.carousel-control-next[b-7lp8i0mlz7] {
    right: 20px;
}

.carousel-control-prev:hover[b-7lp8i0mlz7],
.carousel-control-next:hover[b-7lp8i0mlz7] {
    opacity: 1;
    background-color: var(--theme-blue);
}

/* Blog Title Section */
.blog-title-section[b-7lp8i0mlz7] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e5e5e5;
}

.blog-main-title[b-7lp8i0mlz7] {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--secondary);
}

.blog-subtitle[b-7lp8i0mlz7] {
    color: var(--text-light);
    font-size: 16px;
    margin-bottom: 20px;
}

.blog-stats-bar[b-7lp8i0mlz7] {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
}

.stats-item[b-7lp8i0mlz7] {
    color: var(--text-light);
    font-size: 14px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .featured-post-img[b-7lp8i0mlz7] {
        height: 350px;
    }

    .featured-post-title[b-7lp8i0mlz7] {
        font-size: 24px;
    }

    .carousel-control-prev[b-7lp8i0mlz7],
    .carousel-control-next[b-7lp8i0mlz7] {
        width: 40px;
        height: 40px;
    }
}

/* Animated Ad Banner Styles */
.animated-ad-banner[b-7lp8i0mlz7] {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.ad-item[b-7lp8i0mlz7] {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    color: white;
    position: relative;
    overflow: hidden;
}

.ad-item[b-7lp8i0mlz7]::before {
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: pulse-b-7lp8i0mlz7 3s infinite;
}

.ad-item[b-7lp8i0mlz7]::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: pulse-b-7lp8i0mlz7 4s infinite;
}

@keyframes pulse-b-7lp8i0mlz7 {
    0% {
        transform: scale(0.8);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.3;
    }

    100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
}

.ad-content[b-7lp8i0mlz7] {
    position: relative;
    z-index: 1;
}

.ad-content h4[b-7lp8i0mlz7] {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
}

.ad-content p[b-7lp8i0mlz7] {
    font-size: 14px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.ad-content .btn[b-7lp8i0mlz7] {
    font-size: 12px;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.ad-content .btn:hover[b-7lp8i0mlz7] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Category Ad Banner Styles */
.category-ad-banner[b-7lp8i0mlz7] {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.category-ad-banner .carousel-inner[b-7lp8i0mlz7] {
    border-radius: 8px;
}

.category-ad-banner .carousel-item[b-7lp8i0mlz7] {
    height: 180px;
}

.category-ad-banner .carousel-item img[b-7lp8i0mlz7] {
    height: 100%;
    object-fit: cover;
}

.category-ad-banner .carousel-caption[b-7lp8i0mlz7] {
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 0 0 8px 8px;
    width: 100%;
    left: 0;
    padding-bottom: 15px;
}

.category-ad-banner .carousel-indicators[b-7lp8i0mlz7] {
    margin-bottom: 0.5rem;
}

.category-ad-banner .carousel-indicators button[b-7lp8i0mlz7] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    margin: 0 3px;
}

.category-ad-banner .carousel-indicators button.active[b-7lp8i0mlz7] {
    background-color: #fff;
}

/* Horizontal Ad Banner */
.horizontal-ad-banner[b-7lp8i0mlz7] {
    margin: 30px 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.ad-banner-item[b-7lp8i0mlz7] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 120px;
    position: relative;
    overflow: hidden;
    animation: gradientAnimation-b-7lp8i0mlz7 15s ease infinite;
}

@keyframes gradientAnimation-b-7lp8i0mlz7 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.ad-banner-content[b-7lp8i0mlz7] {
    color: white;
    text-align: center;
    z-index: 1;
}

.ad-banner-content h4[b-7lp8i0mlz7] {
    margin-bottom: 5px;
    font-weight: 600;
}

.ad-banner-content p[b-7lp8i0mlz7] {
    margin-bottom: 10px;
    opacity: 0.9;
}

/* Filter Row */
.filter-row[b-7lp8i0mlz7] {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Blog Card */
.blog-card[b-7lp8i0mlz7] {
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: hidden;
    border: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.blog-card:hover[b-7lp8i0mlz7] {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.blog-card .card-img-top[b-7lp8i0mlz7] {
    height: 200px;
    object-fit: cover;
}

.post-category[b-7lp8i0mlz7] {
    font-size: 0.75rem;
}

.post-date[b-7lp8i0mlz7] {
    font-size: 0.75rem;
    color: #6c757d;
}

.post-meta[b-7lp8i0mlz7] {
    font-size: 0.8rem;
}

.blog-card .card-title a[b-7lp8i0mlz7] {
    color: #343a40;
    text-decoration: none;
    transition: color 0.2s;
}

.blog-card .card-title a:hover[b-7lp8i0mlz7] {
    color: #007bff;
}

.blog-card .card-text[b-7lp8i0mlz7] {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.post-stats[b-7lp8i0mlz7] {
    font-size: 0.8rem;
    color: #6c757d;
}

/* Table View Styles */
.posts-table-view[b-7lp8i0mlz7] {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 2rem;
}

.posts-table-view table[b-7lp8i0mlz7] {
    margin-bottom: 0;
}

.posts-table-view thead th[b-7lp8i0mlz7] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    color: #495057;
    padding: 15px;
}

.post-table-row[b-7lp8i0mlz7] {
    transition: background-color 0.2s;
}

.post-table-row:hover[b-7lp8i0mlz7] {
    background-color: #f8f9fa;
}

.post-table-date[b-7lp8i0mlz7] {
    width: 120px;
    font-size: 0.85rem;
    color: #6c757d;
    white-space: nowrap;
}

.post-table-views[b-7lp8i0mlz7] {
    margin-top: 5px;
    font-size: 0.75rem;
    color: #6c757d;
}

.post-table-title[b-7lp8i0mlz7] {
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

.post-table-title a[b-7lp8i0mlz7] {
    color: #343a40;
    text-decoration: none;
    transition: color 0.2s;
}

.post-table-title a:hover[b-7lp8i0mlz7] {
    color: #007bff;
}

.post-author-col[b-7lp8i0mlz7] {
    width: 150px;
}

.post-author-info[b-7lp8i0mlz7] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.post-author-name[b-7lp8i0mlz7] {
    font-size: 0.85rem;
    margin-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 120px;
}

.post-author-img[b-7lp8i0mlz7] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.post-share-col[b-7lp8i0mlz7] {
    width: 50px;
    text-align: center;
}

.share-btn[b-7lp8i0mlz7] {
    padding: 0.25rem 0.5rem;
    color: #6c757d;
    background: none;
    border: none;
}

.share-btn:hover[b-7lp8i0mlz7] {
    color: #007bff;
    background-color: #f8f9fa;
}

/* Pagination */
.pagination-wrapper[b-7lp8i0mlz7] {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.pagination .page-item.active .page-link[b-7lp8i0mlz7] {
    background-color: #007bff;
    border-color: #007bff;
}

.pagination .page-link[b-7lp8i0mlz7] {
    color: #007bff;
    border-radius: 4px;
    margin: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
}

.pagination .page-link:hover[b-7lp8i0mlz7] {
    background-color: #e9ecef;
    color: #0056b3;
}

.pagination .page-item.disabled .page-link[b-7lp8i0mlz7] {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

/* Filter Buttons Styles */
.d-flex.gap-2 .btn-sm[b-7lp8i0mlz7] {
    border-radius: 20px;
    padding: 0.35rem 0.7rem;
    font-size: 0.8rem;
    transition: all 0.3s;
}

.btn-outline-primary:hover[b-7lp8i0mlz7] {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

/* Sidebar Styles */
.sidebar .card[b-7lp8i0mlz7] {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
}

.sidebar .card-header[b-7lp8i0mlz7] {
    border-bottom: none;
    padding: 15px;
}

.sidebar .card-header h5[b-7lp8i0mlz7] {
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.sidebar .card-body[b-7lp8i0mlz7] {
    padding: 15px;
}

.sidebar .list-group-item[b-7lp8i0mlz7] {
    border-left: none;
    border-right: none;
    padding: 12px 15px;
    transition: background-color 0.2s;
}

.sidebar .list-group-item:first-child[b-7lp8i0mlz7] {
    border-top: none;
}

.sidebar .list-group-item:hover[b-7lp8i0mlz7] {
    background-color: #f8f9fa;
}

.sidebar .list-group-item a[b-7lp8i0mlz7] {
    display: block;
    width: 100%;
}

.popular-post[b-7lp8i0mlz7] {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.popular-post:last-child[b-7lp8i0mlz7] {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.badge[b-7lp8i0mlz7] {
    font-weight: 500;
    transition: all 0.2s;
}

.badge.bg-light:hover[b-7lp8i0mlz7] {
    background-color: #007bff !important;
    color: white !important;
}

/* Ad Row */
.ad-row td[b-7lp8i0mlz7] {
    padding: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {

    .post-author-col[b-7lp8i0mlz7],
    .post-share-col[b-7lp8i0mlz7] {
        width: auto;
    }

    .post-author-name[b-7lp8i0mlz7] {
        display: none;
    }

    .post-table-date[b-7lp8i0mlz7] {
        width: 80px;
    }

    .category-ad-banner .carousel-item[b-7lp8i0mlz7] {
        height: 150px;
    }

    .pagination .page-link[b-7lp8i0mlz7] {
        width: 32px;
        height: 32px;
        font-size: 0.9rem;
    }

    .ad-banner-content h4[b-7lp8i0mlz7] {
        font-size: 1.1rem;
    }
}

/* Variables de color y efectos */
:root[b-7lp8i0mlz7] {
    --primary-color: #4361ee;
    --primary-hover: #3a56d4;
    --secondary-color: #ff6b6b;
    --accent-color: #06d6a0;
    --light-bg: #f8f9fa;
    --text-dark: #343a40;
    --text-muted: #6c757d;
    --border-light: #e9ecef;
    --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 5px 15px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.1);
    --transition-normal: all 0.3s ease;
    --transition-slow: all 0.5s ease;
}

/* Directory Navigation Bar */
.directory-nav[b-7lp8i0mlz7] {
    background-color: white;
    box-shadow: var(--shadow-sm);
    padding: 15px 0;
    border-radius: 8px;
    margin-top: 20px;
}

.directory-links[b-7lp8i0mlz7] {
    gap: 15px;
}

.directory-links .nav-link[b-7lp8i0mlz7] {
    color: var(--text-dark);
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 6px;
    transition: var(--transition-normal);
}

.directory-links .nav-link:hover[b-7lp8i0mlz7],
.directory-links .nav-link.active[b-7lp8i0mlz7] {
    color: var(--primary-color);
    background-color: rgba(67, 97, 238, 0.1);
}

.directory-links .nav-link i[b-7lp8i0mlz7] {
    margin-right: 6px;
}

.directory-search .input-group[b-7lp8i0mlz7] {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.directory-search .form-control[b-7lp8i0mlz7] {
    border: none;
    padding: 12px 15px;
}

.directory-search .btn[b-7lp8i0mlz7] {
    padding: 0 20px;
}

/* Filter Row */
.filter-row[b-7lp8i0mlz7] {
    background-color: white;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: var(--shadow-sm);
}

.form-select[b-7lp8i0mlz7],
.form-control[b-7lp8i0mlz7] {
    border: 1px solid var(--border-light);
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 0.95rem;
}

.form-select:focus[b-7lp8i0mlz7],
.form-control:focus[b-7lp8i0mlz7] {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(67, 97, 238, 0.25);
}

.btn-group .btn[b-7lp8i0mlz7] {
    padding: 8px 15px;
}

/* Blog Cards */
.blog-card[b-7lp8i0mlz7] {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition-normal);
    height: 100%;
}

.blog-card:hover[b-7lp8i0mlz7] {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.blog-card .card-img-top[b-7lp8i0mlz7] {
    height: 200px;
    object-fit: cover;
}

.blog-card .card-title[b-7lp8i0mlz7] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.blog-card .card-title a[b-7lp8i0mlz7] {
    color: var(--text-dark);
    text-decoration: none;
    transition: var(--transition-normal);
}

.blog-card .card-title a:hover[b-7lp8i0mlz7] {
    color: var(--primary-color);
}

.blog-card .card-text[b-7lp8i0mlz7] {
    color: var(--text-muted);
    margin-bottom: 1rem;
    font-size: 0.95rem;
    line-height: 1.6;
}

.blog-card .card-footer[b-7lp8i0mlz7] {
    padding: 1rem;
    background-color: white;
    border-top: 1px solid var(--border-light);
}

.post-category[b-7lp8i0mlz7] {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 15px;
    background-color: var(--primary-color);
    transition: var(--transition-normal);
}

.post-category:hover[b-7lp8i0mlz7] {
    background-color: var(--primary-hover);
    transform: translateY(-2px);
}

.post-date[b-7lp8i0mlz7] {
    font-size: 0.8rem;
    color: var(--text-muted);
}

.post-table-views[b-7lp8i0mlz7] {
    font-size: 0.8rem;
    color: var(--text-muted);
}

/* Table View */
.posts-table-view[b-7lp8i0mlz7] {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.posts-table-view .table[b-7lp8i0mlz7] {
    margin-bottom: 0;
}

.posts-table-view th[b-7lp8i0mlz7] {
    padding: 15px;
    font-weight: 600;
    color: var(--text-dark);
    border-bottom: 2px solid var(--border-light);
}

.post-table-row[b-7lp8i0mlz7] {
    cursor: pointer;
    transition: var(--transition-normal);
}

.post-table-row:hover[b-7lp8i0mlz7] {
    background-color: rgba(67, 97, 238, 0.05);
}

.post-table-row td[b-7lp8i0mlz7] {
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid var(--border-light);
}

.post-thumbnail img[b-7lp8i0mlz7] {
    object-fit: cover;
    border-radius: 6px;
}

.post-table-title[b-7lp8i0mlz7] {
    font-weight: 600;
    margin-bottom: 5px;
}

.post-table-title a[b-7lp8i0mlz7] {
    color: var(--text-dark);
    text-decoration: none;
    transition: var(--transition-normal);
}

.post-table-title a:hover[b-7lp8i0mlz7] {
    color: var(--primary-color);
}

.post-table-summary[b-7lp8i0mlz7] {
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 5px;
}

.post-table-date[b-7lp8i0mlz7] {
    font-size: 0.85rem;
}

/* Pagination */
.pagination[b-7lp8i0mlz7] {
    gap: 5px;
}

.pagination .page-link[b-7lp8i0mlz7] {
    border: none;
    color: var(--text-dark);
    padding: 8px 15px;
    border-radius: 6px;
    font-weight: 500;
    transition: var(--transition-normal);
}

.pagination .page-link:hover[b-7lp8i0mlz7] {
    background-color: rgba(67, 97, 238, 0.1);
    color: var(--primary-color);
}

.pagination .page-item.active .page-link[b-7lp8i0mlz7] {
    background-color: var(--primary-color);
    color: white;
}

.pagination .page-item.disabled .page-link[b-7lp8i0mlz7] {
    color: var(--text-muted);
}

/* Sidebar */
.sidebar[b-7lp8i0mlz7] {
    position: sticky;
    top: 20px;
}

.sidebar .card[b-7lp8i0mlz7] {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    margin-bottom: 20px;
    transition: var(--transition-normal);
}

.sidebar .card:hover[b-7lp8i0mlz7] {
    box-shadow: var(--shadow-md);
}

.sidebar .card-header[b-7lp8i0mlz7] {
    background-color: white;
    border-bottom: 1px solid var(--border-light);
    padding: 15px 20px;
}

.sidebar .card-header h5[b-7lp8i0mlz7] {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.1rem;
}

.sidebar .card-header i[b-7lp8i0mlz7] {
    color: var(--primary-color);
}

.sidebar .list-group-item[b-7lp8i0mlz7] {
    padding: 12px 20px;
    border-left: none;
    border-right: none;
    transition: var(--transition-normal);
}

.sidebar .list-group-item:hover[b-7lp8i0mlz7] {
    background-color: rgba(67, 97, 238, 0.05);
}

.sidebar .list-group-item a[b-7lp8i0mlz7] {
    color: var(--text-dark);
}

.sidebar .list-group-item a:hover[b-7lp8i0mlz7] {
    color: var(--primary-color);
}

/* Popular Posts */
.popular-post[b-7lp8i0mlz7] {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid var(--border-light);
    transition: var(--transition-normal);
}

.popular-post:last-child[b-7lp8i0mlz7] {
    border-bottom: none;
}

.popular-post:hover[b-7lp8i0mlz7] {
    transform: translateX(5px);
}

.popular-post-img img[b-7lp8i0mlz7] {
    object-fit: cover;
    border-radius: 6px;
}

.popular-post-content h6[b-7lp8i0mlz7] {
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.4;
}

.popular-post-content h6 a[b-7lp8i0mlz7] {
    color: var(--text-dark);
}

.popular-post-content h6 a:hover[b-7lp8i0mlz7] {
    color: var(--primary-color);
}

/* Ad Banners */
.horizontal-ad-banner[b-7lp8i0mlz7] {
    margin-bottom: 30px;
}

.ad-banner-item[b-7lp8i0mlz7] {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow-md);
    transition: var(--transition-normal);
}

.ad-banner-item:hover[b-7lp8i0mlz7] {
    transform: scale(1.02);
    box-shadow: var(--shadow-lg);
}

.ad-banner-content[b-7lp8i0mlz7] {
    padding: 30px;
    color: white;
    text-align: center;
}

.ad-banner-content h4[b-7lp8i0mlz7],
.ad-banner-content h5[b-7lp8i0mlz7] {
    font-weight: 700;
    margin-bottom: 10px;
}

.ad-banner-content p[b-7lp8i0mlz7] {
    margin-bottom: 20px;
    opacity: 0.9;
}

.ad-banner-content .btn[b-7lp8i0mlz7] {
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 50px;
    transition: var(--transition-normal);
}

.ad-banner-content .btn:hover[b-7lp8i0mlz7] {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.badge.bg-light[b-7lp8i0mlz7] {
    color: var(--text-dark);
    transition: var(--transition-normal);
}

.badge.bg-light:hover[b-7lp8i0mlz7] {
    background-color: rgba(67, 97, 238, 0.2) !important;
    color: var(--primary-color);
}

/* Newsletter Block */
.form-check-label.small[b-7lp8i0mlz7] {
    font-size: 0.8rem;
    color: var(--text-muted);
}

.form-check-input:checked[b-7lp8i0mlz7] {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* Responsive */
@media (max-width: 991px) {
    .sidebar[b-7lp8i0mlz7] {
        position: static;
        margin-top: 30px;
    }

    .blog-card .card-img-top[b-7lp8i0mlz7] {
        height: 180px;
    }

    .directory-links[b-7lp8i0mlz7] {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 5px;
    }

    .directory-links[b-7lp8i0mlz7]::-webkit-scrollbar {
        height: 4px;
    }

    .directory-links[b-7lp8i0mlz7]::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 4px;
    }
}

@media (max-width: 767px) {
    .filter-row .col-md-4[b-7lp8i0mlz7] {
        margin-bottom: 15px;
    }

    .post-table-row td[b-7lp8i0mlz7] {
        padding: 10px;
    }

    .blog-card .card-img-top[b-7lp8i0mlz7] {
        height: 160px;
    }
}
/* _content/BlazorBlog/Components/Pages/Home.razor.rz.scp.css */
.shano-div-class[b-otejjbbavm] {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.home-page[b-otejjbbavm] {
    /* existing styles */
}

/* Stats Counter Section Styles */
.stats-counter-section[b-otejjbbavm] {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}

.stats-counter-section .section-title[b-otejjbbavm] {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.stats-counter-section .section-subtitle[b-otejjbbavm] {
    font-size: 1.1rem;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.stats-counter-section[b-otejjbbavm]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255, 255, 255, 0.05)" fill-opacity="1" d="M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: 1;
}

.counter-item[b-otejjbbavm] {
    position: relative;
    z-index: 2;
    padding: 20px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.counter-item:hover[b-otejjbbavm] {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.counter-icon[b-otejjbbavm] {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.counter-icon i[b-otejjbbavm] {
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.counter-item:hover .counter-icon[b-otejjbbavm] {
    transform: scale(1.1);
    background-color: rgba(255, 255, 255, 0.25);
}

.counter-number[b-otejjbbavm] {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: white;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.counter-item:hover .counter-number[b-otejjbbavm] {
    transform: scale(1.05);
}

.counter-title[b-otejjbbavm] {
    font-size: 1.2rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    padding: 0 10px;
}

.counter-item:hover .counter-title[b-otejjbbavm] {
    color: white;
}

/* Responsive styles for stats counter section */
@media (max-width: 992px) {
    .stats-counter-section[b-otejjbbavm] {
        padding: 50px 0;
    }

    .stats-counter-section .section-title[b-otejjbbavm] {
        font-size: 1.8rem;
    }

    .counter-number[b-otejjbbavm] {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .stats-counter-section[b-otejjbbavm] {
        padding: 40px 0;
    }

    .stats-counter-section .section-title[b-otejjbbavm] {
        font-size: 1.6rem;
    }

    .stats-counter-section .section-subtitle[b-otejjbbavm] {
        font-size: 1rem;
    }

    .counter-item[b-otejjbbavm] {
        margin-bottom: 30px;
    }

    .counter-icon[b-otejjbbavm] {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .counter-icon i[b-otejjbbavm] {
        font-size: 2rem;
    }

    .counter-number[b-otejjbbavm] {
        font-size: 2.2rem;
        margin-bottom: 5px;
    }

    .counter-title[b-otejjbbavm] {
        font-size: 1.1rem;
    }
}

/* Subscribe Section Styles */
.subscribe-section[b-otejjbbavm] {
    background-color: #f8f9fa;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}

.subscribe-section[b-otejjbbavm]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #4a7dff, #2c56dd, #4a7dff);
    background-size: 200% 100%;
    animation: gradientMove-b-otejjbbavm 3s linear infinite;
}

@keyframes gradientMove-b-otejjbbavm {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.compact-subscribe-box[b-otejjbbavm] {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.compact-subscribe-box:hover[b-otejjbbavm] {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.subscribe-info[b-otejjbbavm] {
    text-align: center;
    padding-right: 20px;
}

.subscribe-info i[b-otejjbbavm] {
    font-size: 2.5rem;
    color: #4a7dff;
    margin-bottom: 15px;
    display: inline-block;
}

.subscribe-info h4[b-otejjbbavm] {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.subscribe-info p[b-otejjbbavm] {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 0;
    line-height: 1.5;
}

/* RTL adjustments */
.rtl-container .subscribe-info[b-otejjbbavm] {
    padding-right: 0;
    padding-left: 20px;
}

@media (max-width: 767px) {
    .subscribe-info[b-otejjbbavm] {
        margin-bottom: 25px;
        padding-right: 0;
    }

    .rtl-container .subscribe-info[b-otejjbbavm] {
        padding-left: 0;
    }

    .compact-subscribe-box[b-otejjbbavm] {
        padding: 20px;
    }
}

/* Enhanced Category Cards Styling */
.category-card[b-otejjbbavm] {
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    border: none;
}

.category-card:hover[b-otejjbbavm] {
    transform: translateY(-7px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.category-card[b-otejjbbavm]::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    transition: opacity 0.3s ease;
}

.category-card:hover[b-otejjbbavm]::before {
    opacity: 1;
}

.category-icon[b-otejjbbavm] {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
}

.category-icon img[b-otejjbbavm] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.category-icon i[b-otejjbbavm] {
    font-size: 2.5rem;
}

.category-card:hover .category-icon[b-otejjbbavm] {
    background-color: rgba(255, 255, 255, 0.25);
    transform: scale(1.1);
}

.category-card:hover .category-icon img[b-otejjbbavm] {
    transform: scale(1.1);
}

.category-title[b-otejjbbavm] {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.category-count[b-otejjbbavm] {
    font-size: 0.9rem;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.category-card:hover .category-title[b-otejjbbavm],
.category-card:hover .category-count[b-otejjbbavm] {
    transform: translateY(-3px);
}

/* Category card colors - each with a different gradient background */
.col-md-3:nth-child(8n+1) .category-card[b-otejjbbavm] {
    background: linear-gradient(45deg, #4a7dff, #2c56dd);
}

.col-md-3:nth-child(8n+2) .category-card[b-otejjbbavm] {
    background: linear-gradient(45deg, #ff7a45, #e74c3c);
}

.col-md-3:nth-child(8n+3) .category-card[b-otejjbbavm] {
    background: linear-gradient(45deg, #43c6ac, #28a745);
}

.col-md-3:nth-child(8n+4) .category-card[b-otejjbbavm] {
    background: linear-gradient(45deg, #884ae1, #6610f2);
}

.col-md-3:nth-child(8n+5) .category-card[b-otejjbbavm] {
    background: linear-gradient(45deg, #ffb347, #ff7300);
}

.col-md-3:nth-child(8n+6) .category-card[b-otejjbbavm] {
    background: linear-gradient(45deg, #20c997, #17a2b8);
}

.col-md-3:nth-child(8n+7) .category-card[b-otejjbbavm] {
    background: linear-gradient(45deg, #fa5252, #d32535);
}

.col-md-3:nth-child(8n+8) .category-card[b-otejjbbavm] {
    background: linear-gradient(45deg, #6c757d, #495057);
}

/* Special styling for the View All card */
.category-more[b-otejjbbavm] {
    background: linear-gradient(45deg, #343a40, #212529) !important;
    border: 1px dashed rgba(255, 255, 255, 0.2);
}

.category-more .category-icon[b-otejjbbavm] {
    background-color: rgba(255, 255, 255, 0.1);
}

.category-more:hover .category-icon[b-otejjbbavm] {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Featured Project Section */
.featured-project[b-otejjbbavm] {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.featured-project:hover[b-otejjbbavm] {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.featured-project[b-otejjbbavm]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #4a7dff, #2c56dd);
}

.project-image[b-otejjbbavm] {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.project-image img[b-otejjbbavm] {
    transition: transform 0.5s ease;
}

.featured-project:hover .project-image img[b-otejjbbavm] {
    transform: scale(1.05);
}

.project-title[b-otejjbbavm] {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 15px 0;
    color: #333;
}

.project-description[b-otejjbbavm] {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.project-meta[b-otejjbbavm] {
    color: #777;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .featured-project[b-otejjbbavm] {
        padding: 20px;
    }

    .project-image[b-otejjbbavm] {
        margin-bottom: 20px;
    }

    .project-title[b-otejjbbavm] {
        font-size: 1.5rem;
    }
}

/* Featured Project Cards */
.featured-project-card[b-otejjbbavm] {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.featured-project-card:hover[b-otejjbbavm] {
    transform: translateY(-7px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.project-card-image[b-otejjbbavm] {
    position: relative;
    overflow: hidden;
}

.project-card-image img[b-otejjbbavm] {
    transition: transform 0.5s ease;
    height: 200px;
    object-fit: cover;
}

.featured-project-card:hover .project-card-image img[b-otejjbbavm] {
    transform: scale(1.05);
}

.project-card-category[b-otejjbbavm] {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(49, 108, 244, 0.85);
    color: #fff;
    padding: 5px 15px;
    font-size: 0.85rem;
    border-top-right-radius: 10px;
}

.project-card-content[b-otejjbbavm] {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.project-card-title[b-otejjbbavm] {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}

.project-card-description[b-otejjbbavm] {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 15px;
    flex: 1;
}

.project-card-footer[b-otejjbbavm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.project-card-date[b-otejjbbavm] {
    color: #888;
    font-size: 0.85rem;
}

.project-card-link[b-otejjbbavm] {
    color: #316cf4;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.project-card-link:hover[b-otejjbbavm] {
    color: #1e4fbe;
}

@media (max-width: 768px) {
    .featured-project-card[b-otejjbbavm] {
        margin-bottom: 30px;
    }
}

/* Popular Categories Section Styles */
.popular-categories-section .category-card[b-otejjbbavm] {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 25px;
    transition: all 0.3s ease;
    height: 100%;
}

.popular-categories-section .category-card:hover[b-otejjbbavm] {
    transform: translateY(-7px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.popular-categories-section .category-icon[b-otejjbbavm] {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 123, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.popular-categories-section .category-card:hover .category-icon[b-otejjbbavm] {
    transform: scale(1.1);
}

.popular-categories-section .category-name[b-otejjbbavm] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
    transition: all 0.3s ease;
}

.popular-categories-section .category-card:hover .category-name[b-otejjbbavm] {
    color: #4a7dff;
}

.popular-categories-section .category-count .badge[b-otejjbbavm] {
    padding: 6px 12px;
    font-weight: 500;
    border-radius: 20px;
    font-size: 0.75rem;
    transition: all 0.3s ease;
}

.popular-categories-section .category-card:hover .category-count .badge[b-otejjbbavm] {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
/* _content/BlazorBlog/Components/Shared/AdBanner.razor.rz.scp.css */
.ad-banner-item[b-6ho8xlqr12] {
    border-radius: 8px;
    color: white;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.ad-banner-item:hover[b-6ho8xlqr12] {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.ad-banner-content[b-6ho8xlqr12] {
    text-align: center;
}

.ad-banner-content h5[b-6ho8xlqr12] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.ad-banner-content p[b-6ho8xlqr12] {
    margin-bottom: 1rem;
    opacity: 0.9;
}

.ad-banner-content .btn[b-6ho8xlqr12] {
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.ad-banner-content .btn:hover[b-6ho8xlqr12] {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .ad-banner-item[b-6ho8xlqr12] {
        padding: 1.25rem;
        margin-bottom: 1rem;
    }

    .ad-banner-content h5[b-6ho8xlqr12] {
        font-size: 1.1rem;
    }

    .ad-banner-content p[b-6ho8xlqr12] {
        font-size: 0.9rem;
    }
}
/* _content/BlazorBlog/Components/Shared/ConfirmationModal.razor.rz.scp.css */
.modal-backdrop[b-x5ghc5fqw4] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content[b-x5ghc5fqw4] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    background: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 50%;
    max-width: 400px;
}
/* _content/BlazorBlog/Components/Shared/DirectoryAdPopup.razor.rz.scp.css */
.directory-ad-popup[b-xdu5419kez] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 90%;
    max-width: 400px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    direction: rtl;
}

.directory-ad-popup.open[b-xdu5419kez] {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: all;
}

.directory-ad-content[b-xdu5419kez] {
    padding: 25px;
    position: relative;
}

.close-btn[b-xdu5419kez] {
    position: absolute;
    top: 10px;
    left: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #777;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s;
}

.close-btn:hover[b-xdu5419kez] {
    background-color: #f0f0f0;
    color: #333;
}

.directory-ad-header[b-xdu5419kez] {
    margin-bottom: 15px;
    text-align: center;
}

.directory-ad-header h4[b-xdu5419kez] {
    margin: 0;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.directory-ad-body p[b-xdu5419kez] {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    text-align: center;
}

.directory-ad-body .btn[b-xdu5419kez] {
    font-weight: 600;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.directory-ad-body .btn:hover[b-xdu5419kez] {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

@media (max-width: 576px) {
    .directory-ad-popup[b-xdu5419kez] {
        width: 90%;
        max-width: 320px;
    }

    .directory-ad-content[b-xdu5419kez] {
        padding: 20px;
    }

    .directory-ad-header h4[b-xdu5419kez] {
        font-size: 18px;
    }

    .directory-ad-body p[b-xdu5419kez] {
        font-size: 14px;
    }
}
/* _content/BlazorBlog/Components/Shared/Loader.razor.rz.scp.css */
.fullscreen-fixed[b-c3d5u5h5z0]{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.overlay[b-c3d5u5h5z0] {
    background: black;
    opacity: 0.5;
    z-index: 1050;
}

.loader-wrapper[b-c3d5u5h5z0]{
    z-index: 1051;
}
/* _content/BlazorBlog/Components/Shared/NewsletterPopup.razor.rz.scp.css */
.newsletter-popup[b-ayhonigwlm] {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 320px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transform: translateX(-400px);
    transition: transform 0.4s ease-in-out;
    direction: rtl;
}

.newsletter-popup.open[b-ayhonigwlm] {
    transform: translateX(0);
}

.newsletter-content[b-ayhonigwlm] {
    padding: 20px;
    position: relative;
}

.close-btn[b-ayhonigwlm] {
    position: absolute;
    top: 10px;
    left: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #777;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s;
}

.close-btn:hover[b-ayhonigwlm] {
    background-color: #f0f0f0;
    color: #333;
}

.newsletter-header[b-ayhonigwlm] {
    margin-bottom: 15px;
    text-align: center;
}

.newsletter-header h4[b-ayhonigwlm] {
    margin: 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.newsletter-body p[b-ayhonigwlm] {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    text-align: center;
}

.newsletter-form input[b-ayhonigwlm] {
    font-size: 14px;
    text-align: right;
}

@media (max-width: 576px) {
    .newsletter-popup[b-ayhonigwlm] {
        width: 90%;
        max-width: 320px;
    }
}
/* _content/BlazorBlog/Components/Shared/SubscribeBox.razor.rz.scp.css */
.newsletter-form[b-lm38lml2cp] {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.newsletter-input-wrapper[b-lm38lml2cp] {
    display: flex;
    width: 100%;
}

.newsletter-input-wrapper .form-control[b-lm38lml2cp] {
    flex: 1;
    height: 50px;
    padding: 10px 20px;
    border-radius: 3px 0 0 3px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.newsletter-input-wrapper .btn[b-lm38lml2cp] {
    min-width: 120px;
    border-radius: 0 3px 3px 0;
    height: 50px;
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.newsletter-input-wrapper .btn:hover[b-lm38lml2cp] {
    background-color: #c82333;
    border-color: #bd2130;
}

.terms-container[b-lm38lml2cp] {
    text-align: left;
    margin-top: 15px;
}

.terms-check[b-lm38lml2cp] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.form-check-input[b-lm38lml2cp] {
    margin-top: 5px;
    margin-right: 10px;
}

.form-check-label[b-lm38lml2cp] {
    font-size: 13px;
    color: #666;
}

.message-container[b-lm38lml2cp] {
    color: #28a745;
    font-size: 14px;
    margin-top: 10px;
}

/* RTL Support */
:host-context([dir="rtl"]) .newsletter-input-wrapper .form-control[b-lm38lml2cp] {
    border-radius: 0 3px 3px 0;
}

:host-context([dir="rtl"]) .newsletter-input-wrapper .btn[b-lm38lml2cp] {
    border-radius: 3px 0 0 3px;
}

:host-context([dir="rtl"]) .terms-container[b-lm38lml2cp] {
    text-align: right;
}

:host-context([dir="rtl"]) .form-check-input[b-lm38lml2cp] {
    margin-right: 0;
    margin-left: 10px;
}

@media (max-width: 576px) {
    .newsletter-input-wrapper[b-lm38lml2cp] {
        flex-direction: column;
    }

    .newsletter-input-wrapper .form-control[b-lm38lml2cp],
    .newsletter-input-wrapper .btn[b-lm38lml2cp] {
        width: 100%;
        border-radius: 3px;
        margin-bottom: 10px;
    }

    :host-context([dir="rtl"]) .newsletter-input-wrapper .form-control[b-lm38lml2cp],
    :host-context([dir="rtl"]) .newsletter-input-wrapper .btn[b-lm38lml2cp] {
        border-radius: 3px;
    }
}

.subscribe-box-container[b-lm38lml2cp] {
    width: 100%;
}

.subscribe-form[b-lm38lml2cp] {
    width: 100%;
}

.fields-group[b-lm38lml2cp] {
    width: 100%;
}

.input-group[b-lm38lml2cp] {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}

.input-group .form-control[b-lm38lml2cp] {
    border: 1px solid #ddd;
    padding: 10px 15px;
    height: 45px;
    background-color: #fff;
    color: #333;
}

.input-group .name-field[b-lm38lml2cp] {
    border-radius: 5px 0 0 5px;
    border-right: none;
    width: 30%;
    min-width: 100px;
}

.input-group .email-field[b-lm38lml2cp] {
    border-radius: 0;
    flex-grow: 1;
}

.input-group .btn[b-lm38lml2cp] {
    border-radius: 0 5px 5px 0;
    padding: 10px 20px;
    height: 45px;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: linear-gradient(135deg, #4a7dff, #2c56dd);
    border: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.input-group .btn:hover[b-lm38lml2cp] {
    background: linear-gradient(135deg, #3a6aea, #1c46cd);
    transform: translateY(-1px);
}

.validation-row[b-lm38lml2cp] {
    display: flex;
    margin-top: 5px;
}

.name-validation[b-lm38lml2cp] {
    width: 30%;
    min-width: 100px;
    padding-right: 10px;
}

.email-validation[b-lm38lml2cp] {
    flex-grow: 1;
}

.feedback-message[b-lm38lml2cp] {
    font-size: 0.85rem;
    padding: 5px 0;
    animation: fadeIn-b-lm38lml2cp 0.3s ease-in-out;
}

@keyframes fadeIn-b-lm38lml2cp {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* RTL Support */
:host-context([dir="rtl"]) .input-group .name-field[b-lm38lml2cp] {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #ddd;
    border-left: none;
}

:host-context([dir="rtl"]) .input-group .email-field[b-lm38lml2cp] {
    border-radius: 0;
}

:host-context([dir="rtl"]) .input-group .btn[b-lm38lml2cp] {
    border-radius: 5px 0 0 5px;
}

:host-context([dir="rtl"]) .name-validation[b-lm38lml2cp] {
    padding-right: 0;
    padding-left: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .input-group[b-lm38lml2cp] {
        flex-wrap: wrap;
    }

    .input-group .name-field[b-lm38lml2cp],
    .input-group .email-field[b-lm38lml2cp] {
        width: 100%;
        border-radius: 5px 5px 0 0;
        border-right: 1px solid #ddd;
        margin-bottom: 0;
        border-bottom: none;
    }

    .input-group .email-field[b-lm38lml2cp] {
        border-radius: 0;
    }

    .input-group .btn[b-lm38lml2cp] {
        width: 100%;
        border-radius: 0 0 5px 5px;
    }

    .validation-row[b-lm38lml2cp] {
        flex-direction: column;
    }

    .name-validation[b-lm38lml2cp],
    .email-validation[b-lm38lml2cp] {
        width: 100%;
        padding-right: 0;
    }

    :host-context([dir="rtl"]) .name-validation[b-lm38lml2cp] {
        padding-left: 0;
    }
}

@media (max-width: 576px) {

    .input-group .name-field[b-lm38lml2cp],
    .input-group .email-field[b-lm38lml2cp],
    .input-group .btn[b-lm38lml2cp] {
        font-size: 14px;
    }
}
/* _content/BlazorBlog/Components/Shared/SubscribePopup.razor.rz.scp.css */
.subscribe-popup[b-rph5zhksh7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    backdrop-filter: blur(5px);
}

.subscribe-popup.visible[b-rph5zhksh7] {
    opacity: 1;
    visibility: visible;
}

.subscribe-popup-content[b-rph5zhksh7] {
    width: 90%;
    max-width: 600px;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transform: scale(0.9) translateY(30px);
    transition: transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.subscribe-popup.visible .subscribe-popup-content[b-rph5zhksh7] {
    transform: scale(1) translateY(0);
}

.subscribe-popup-header[b-rph5zhksh7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    background: linear-gradient(135deg, #4a7dff, #2c56dd);
    border-bottom: none;
    color: white;
    position: relative;
}

.subscribe-popup-header[b-rph5zhksh7]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #ff9a9e, #fad0c4, #fad0c4, #ff9a9e);
    background-size: 300% 100%;
    animation: gradientMove-b-rph5zhksh7 4s linear infinite;
}

@keyframes gradientMove-b-rph5zhksh7 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.subscribe-popup-header h3[b-rph5zhksh7] {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.5px;
}

.subscribe-popup-header .btn-close[b-rph5zhksh7] {
    filter: invert(1) brightness(1.5);
    opacity: 0.8;
    transition: opacity 0.2s, transform 0.2s;
}

.subscribe-popup-header .btn-close:hover[b-rph5zhksh7] {
    opacity: 1;
    transform: rotate(90deg);
}

.subscribe-popup-body[b-rph5zhksh7] {
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.popup-decoration[b-rph5zhksh7] {
    text-align: center;
    margin-bottom: 20px;
    animation: pulse-b-rph5zhksh7 2s infinite ease-in-out;
}

.popup-decoration i[b-rph5zhksh7] {
    font-size: 3.5rem;
    color: #4a7dff;
    background: linear-gradient(135deg, #4a7dff, #2c56dd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes pulse-b-rph5zhksh7 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.popup-description[b-rph5zhksh7] {
    text-align: center;
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 25px;
    line-height: 1.6;
}

.popup-benefits[b-rph5zhksh7] {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.benefit-item[b-rph5zhksh7] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.benefit-item i[b-rph5zhksh7] {
    color: #4a7dff;
    font-size: 1.2rem;
}

.benefit-item span[b-rph5zhksh7] {
    color: #555;
    font-size: 0.95rem;
}

.subscribe-popup-body[b-rph5zhksh7]::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background-color: rgba(74, 125, 255, 0.1);
    border-radius: 50%;
    z-index: -1;
}

.subscribe-popup-body[b-rph5zhksh7]::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 100px;
    height: 100px;
    background-color: rgba(255, 154, 158, 0.1);
    border-radius: 50%;
    z-index: -1;
}

/* RTL support */
:host-context([dir="rtl"]) .subscribe-popup-header[b-rph5zhksh7] {
    flex-direction: row-reverse;
}

:host-context([dir="rtl"]) .benefit-item[b-rph5zhksh7] {
    flex-direction: row-reverse;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .subscribe-popup-content[b-rph5zhksh7] {
        width: 95%;
    }

    .subscribe-popup-header[b-rph5zhksh7] {
        padding: 20px;
    }

    .subscribe-popup-header h3[b-rph5zhksh7] {
        font-size: 1.3rem;
    }

    .subscribe-popup-body[b-rph5zhksh7] {
        padding: 20px;
    }

    .popup-decoration i[b-rph5zhksh7] {
        font-size: 3rem;
    }

    .popup-description[b-rph5zhksh7] {
        font-size: 1rem;
    }
}
/* _content/BlazorBlog/Components/Shared/Toast.razor.rz.scp.css */
.toast-container[b-lm5q09sec4] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 9999;
    direction: rtl;
}

.toast[b-lm5q09sec4] {
    min-width: 300px;
    margin-bottom: 0.5rem;
    color: #fff;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.3);
    opacity: 1;
    border-radius: 0.25rem;
    display: block !important;
}

.toast-header[b-lm5q09sec4] {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #fff;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.toast-body[b-lm5q09sec4] {
    padding: 0.75rem;
    direction: rtl;
    text-align: right;
}

.close[b-lm5q09sec4] {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.toast.Info[b-lm5q09sec4] {
    background-color: #17a2b8;
}

.toast.Success[b-lm5q09sec4] {
    background-color: #28a745;
}

.toast.Warning[b-lm5q09sec4] {
    background-color: #ffc107;
    color: #212529;
}

.toast.Error[b-lm5q09sec4] {
    background-color: #dc3545;
}
