.bredcrumbs_repo {
    background-color: #EEEFF2;
    padding: 24px 0px;
}
.bredcrumbs_repo .bredcrumb_data{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.bredcrumbs_repo .bredcrumb_data a{
    color: #000C8D;
    font-family: 'Peridot PE Variable',sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
}
.bredcrumbs_repo .bredcrumb_data .separator_bred{
    color: #D1D1D6;
    font-family: 'Peridot-PE-Variable';
    font-weight: 400;
    font-size: 14px;
    margin-left: 8px;
    margin-right: 8px;
}

.bredcrumbs_repo .bredcrumb_data .acticol_title_data{
    color: #6E6E73;
    font-family: 'Peridot PE Variable',sans-serif;
    font-weight: 400;
    font-size: 14px;
}

section.content_blog_data {
    margin-top: 60px;
    margin-bottom: 30px;
}
.titlu_commponet_article h2{
    color: #000C8D;
    font-family: 'General Sans',sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0px;
}
.titlu_commponet_article {
    padding-top: 8px;
    padding-bottom: 8px;
}
.text_blog_commponet_article{
    padding-top: 8px;
    padding-bottom: 8px;
}
.text_blog_commponet_article h3{
    color: #010205;
    font-family: 'General Sans',sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 8px;
    padding-left: 10px;
}
.text_blog_commponet_article p{
    color: #303036;
    font-family: 'Peridot PE Variable',sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
}
.text_blog_commponet_article ol li,
.text_blog_commponet_article ul li{
    color: #303036;
    font-family: 'Peridot PE Variable',sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.imagine_commponet_article{
    margin-top: 8px;
    margin-bottom: 8px;
}
.imagine_commponet_article img{
    width: 100%;
}
.content_article_up h1{
    color: #010205;
    font-family: 'General Sans',sans-serif;
    font-weight: 500;
    font-size: 34px;
}

.sectione_detalii_articol {
    display: flex;
    flex-wrap: wrap;
}
.content_article_up {
    margin-bottom: 20px;
}

.data_columns_article {
    display: flex;
    margin-right: 20px;
    align-items: center;
    gap: 5px;
    color: #303036;
    font-family: 'Peridot PE Variable',sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.data_columns_article  a {
    font-family: 'Peridot PE Variable', sans-serif;
    text-decoration: none;
    display: block;
    float: left;
    background: #F5F5F5;
    border: 1px solid #D5D5D5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 23px;
    font-size: 11px;
    padding: 0px 8px;
    color: #22262e;
    margin: 0 3px;
}

.jm-sticky-top {
    position: sticky;
    top: 5em;
}
.desktop_cuprins_data {
    overflow-y: auto;
    padding-bottom: 25px;
    padding-right: 85px;
}
.desktop_cuprins_data ul{
    padding-left: 0px;
    padding-top: 10px;
}
.mobile_cuprins_list ul{
    padding-left: 0px;
}
.mobile_cuprins_list ul li ,
.desktop_cuprins_data ul li{
    list-style: none;
    margin-bottom: 8px;
}
.mobile_cuprins_list ul li a,
.desktop_cuprins_data ul li a{
    color: #000C8D;
    font-family: 'Peridot PE Variable',sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}

.desktop_cuprins_data span.title_cup{
    color: #010205;
    font-family: 'Peridot PE Variable',sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}
.button_cuprins_data{
    background-color: #000C8D;
    color: #fff;
    font-family: 'Peridot PE Variable',sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.button_cuprins_data:hover{
    background-color: #000111;
    color: #fff;
}


/* Secțiunea articole populare */
 .popular-articles-section {
    background-color: #EEEFF2;
    padding: 64px 0;
    overflow: hidden;
}

.section-title {
    text-align: center;
    font-size: 42px;
    font-weight: 500;
    color: #010205;
    margin-bottom: 40px;
}

.articles-slider {
    position: relative;
    overflow: hidden;
}

/* Owl Carousel Overrides */
.articles-slider .owl-carousel .owl-stage-outer {
    overflow: visible;
    padding-right: 60px;
}

.articles-slider .owl-carousel .owl-item {
    opacity: 1;
}

.article-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    /* transition: transform 0.3s, box-shadow 0.3s; */
    display: flex;
    flex-direction: column;
    min-width: 0;
}

/* .article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
} */

.article-image {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.article-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    min-height: 320px;
    justify-content: space-between;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-family: 'Peridot PE Variable', sans-serif;
    font-size: 14px;
    color: #303036;
    margin-bottom: 16px;
}

.article-meta a {
    font-family: 'Peridot PE Variable', sans-serif;
    /* font-size: 14px;
    color: #303036;
    margin-bottom: 16px; */
    text-decoration: none;

    display: block;
    float: left;
    background: #F5F5F5;
    border: 1px solid #D5D5D5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 23px;
    font-size: 11px;
    margin: 0px 5px 0px 0px;
    padding: 0px 8px;
    color: #22262e;
}

.article-meta svg {
    width: 16px;
    height: 16px;
}

.article-title {
    font-size: 20px;
    font-weight: 500;
    font-family: 'General Sans',sans-serif;
    color: #010205;
    margin-bottom: 0px;
    line-height: 1.4;
}

.article-description {
    font-size: 16px;
    color: #303036;
    font-family: 'Peridot PE Variable',sans-serif;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-top: 10px;
}

.article-footer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 16px;
}

.article-link {
    color: #000C8D;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    font-family: 'Peridot PE Variable',sans-serif;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    transition: gap 0.3s;
    padding-bottom: 12px;
}

.article-link:hover {
    gap: 10px;
}

.article-date {
    font-family: 'Peridot PE Variable',sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #303036;
}

.article-date svg {
    width: 16px;
    height: 16px;
}

/* Pagination */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.pagination-btn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #EEEFF2;
}

.pagination-btn:hover {
    background: #F3F4F6;
    border-color: #0d28a6;
}

.pagination-btn.next {
    background: #0d28a6;
    border-color: #0d28a6;
    color: white;
}

.pagination-btn.next:hover {
    background: #0a1f7d;
}

.pagination-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-dots {
    display: flex;
    gap: 8px;
}

.pagination-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D1D5DB;
    cursor: pointer;
    transition: all 0.3s;
}

.pagination-dot.active {
    background: #0d28a6;
    width: 30px;
    border-radius: 5px;
}
.blog_body_data .article-image{
    height: 225px;
}
.blog_body_data {
    margin-top: 70px;
    margin-bottom: 45px;
}
.pagination_repo_custom {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.pagination_repo_custom .pagination-outer {
    background: white;
    padding: 8px;
    border: 1px solid #EEEFF2;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 30px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
}
.pagination_repo_custom ul{
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 400;
    align-items: center;
}
.pagination_repo_custom ul li.next_btn a{
    background: #000C8D;
    color: #fff;
}
.pagination_repo_custom ul li.prev_btn a{
    background: #F0F2F5;
    color: #555;
}
.pagination_repo_custom ul li.next_btn a,
.pagination_repo_custom ul li.prev_btn a{
    width: 41px;
    height: 36px;
    border-radius: 4px;
    padding: 8px 11px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.pagination_repo_custom ul li.next_btn a:hover,
.pagination_repo_custom ul li.prev_btn a:hover{
    background: #000C8D;
    color: #FFFFFF;
}
.pagination_repo_custom ul li.next_btn a,
.pagination_repo_custom ul li.prev_btn a{
    text-decoration: none;
    color: #36373A;
    font-size: 16px;
}
.pagination_repo_custom ul li.prev_btn a svg path{
    fill: #36373A;
}
.pagination_repo_custom ul  li.prev_btn {
    margin-right: 15px;
}
.pagination_repo_custom ul  li.next_btn {
    margin-left: 15px;
}
/* .pagination_repo_custom ul .numaratoare {
    margin: 0 6px;
} */
.pagination_repo_custom ul .numaratoare a{
    /* font-family: 'Peridot PE Variable'; */
    font-weight: 600;
    font-size: 18px;
    color: #36373A;
    text-decoration: none;
}
.pagination_repo_custom ul .current{
    /* font-family: 'Peridot PE Variable'; */
    font-weight: 600;
    font-size: 18px;
    color: #000C8D;
    text-decoration: none;
    margin-right: 6px;
    margin-left: 6px;
}
.pag_slide_scrl{
    display: flex; 
    justify-content: center; 
    margin-top: 50px;
}
.pag_slide_bk{
    background: #FFFFFF; 
    padding: 8px; 
    border-radius: 8px; 
    display: inline-flex; 
    box-shadow: 0px -2px 16px 0px #00000014; 
    backdrop-filter: blur(12px);
}

 .specs-container {
    width: 100%;
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 20px;
}

.specs-header {
    background-color: #001a99;
    color: white;
    padding: 15px 25px;
    font-weight: bold;
    font-size: 1.1rem;
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
}

.specs-table tr:nth-child(even) {
    background-color: #f2f5ff;
}

.specs-table td {
    padding: 15px 25px;
    color: #333;
    font-size: 0.95rem;
    border-bottom: 1px solid #eee;
}

.specs-table td:last-child {
    text-align: right;
    font-weight: 500;
}

.badge {
    display: inline-flex;
    align-items: center;
    background-color: #e8ebf7;
    padding: 5px 12px;
    border-radius: 4px;
    color: #001a99;
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: bold;
    gap:6px;
}

.icon {
    margin-right: 8px;
    font-size: 1rem;
}

@media (min-width: 992px) { 
    .no_desktop_article {
        display: none;
    }
}
@media (max-width: 991.98px) { 
    .desktop_cuprins_data{
        display: none;
    }
    section.content_blog_data {
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .no_desktop_article {
        margin-bottom: 25px;
    }
    .content_article_up h1 {
        font-size: 24px;
    }
    .titlu_commponet_article h2 {
        font-size: 22px;
        margin-bottom: 0px;
    }
    .text_blog_commponet_article h3 {
        font-size: 18px;
    }
    .blog_body_data .article-image {
        height: 200px;
    }
    .section-title {
        font-size: 35px;
        margin-bottom: 40px;
    }
}
@media (max-width: 767.98px) { 
    .blog_body_data {
        margin-top: 50px;
    }
    .popular-articles-section {
        padding: 40px 0;
        overflow: hidden;
    }
}
@media (max-width: 575.98px) {
    .content_article_up h1 {
        font-size: 22px;
    }
    .titlu_commponet_article h2 {
        font-size: 19px;
        margin-bottom: 0px;
    }
    .text_blog_commponet_article h3 {
        font-size: 17px;
    }
    .text_blog_commponet_article p {
        font-size: 15px;
    }
    .text_blog_commponet_article ol li,
    .text_blog_commponet_article ul li {
        font-size: 15px;
    }
    .text_blog_commponet_article ol,
    .text_blog_commponet_article ul{
        padding-left: 25px; 
    }
    .section-title {
        font-size: 30px;
        margin-bottom: 28px;
    }

    .popular-articles-section {
        padding: 30px 0;
    }

    .articles-slider .owl-carousel .owl-stage-outer {
        padding-right: 30px;
    }
    .article-title {
        font-size: 18px;
    }
    .article-content {
        padding: 15px;
    }
    .article-description {
        font-size: 15px;
    }
    .article-description {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .article-link {
        font-size: 15px;
    }
    .section-title {
        font-size: 26px;
        margin-bottom: 28px;
    }
    .article-card {
        border-radius: 5px;
    }
}