
    /* Newsroom Hero Main Styles */
.newsroom-hero {
    position: relative;
    padding: 120px 0;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 450px;
}

.nr-content {
    position: relative;
    z-index: 10;
    max-width: 750px;
    margin: 0 auto;
}

.nr-subtitle {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #FF5B2D; /* Նարնջագույն տեքստը */
    margin-bottom: 15px;
    text-transform: uppercase;
}

.nr-title {
    font-size: 64px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 25px;
    line-height: 1.1;
}

.nr-desc {
    font-size: 20px;
    color: #4a4a4a;
    line-height: 1.6;
    font-weight: 400;
}

/* Background & Decorative Elements */
.nr-bg-elements {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.nr-curve {
    position: absolute;
    left: -100px;
    top: -50px;
    z-index: 1;
    opacity: 0.7;
}

.nr-icon {
    position: absolute;
    z-index: 2;
}

.nr-arrow-blue {
    top: 18%;
    left: 32%;
    width: 35px;
    transform: rotate(-10deg);
}

.nr-arrow-orange {
    top: 38%;
    left: 18%;
    width: 50px;
}

.nr-newspaper-wrapper {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 320px;
}

.nr-newspaper-img {
    width: 100%;
    height: auto;
    opacity: 0.9;
}

.nr-arrow-yellow {
    bottom: 25%;
    right: 15%;
    width: 55px;
}

    .pagination-wrapper {
        text-align: center;
        margin-top: 50px;
    }

    .pagination-wrapper .page-numbers {
        display: inline-block;
        padding: 8px 16px;
        margin: 0 4px;
        border-radius: 8px;
        border: 1px solid #e2e8f0;
        color: #1e293b;
        transition: all 0.3s ease;
    }

    .pagination-wrapper .page-numbers.current {
        background-color: #7C3AED; /* Քո մանուշակագույնը */
        color: #fff;
        border-color: #7C3AED;
    }

    .pagination-wrapper .page-numbers:hover:not(.current) {
        background-color: #f1f5f9;
    }


/* Responsive fixes */
@media (max-width: 1199px) {
    .nr-newspaper-wrapper { width: 250px; right: 2%; }
    .nr-title { font-size: 50px; }
}

@media (max-width: 991px) {
    .nr-newspaper-wrapper { display: none; } /* Պլանշետի վրա թաքցնում ենք աջի նկարը */
    .nr-arrow-blue { left: 10%; top: 10%; }
    .nr-arrow-orange { left: 5%; top: 40%; }
    .nr-title { font-size: 40px; }
}

@media (max-width: 767px) {
    .newsroom-hero { padding: 80px 0; }
    .nr-desc { font-size: 16px; }
}
