/* ============================================================
   newsroom.css — Vaulsys Press & Newsroom Page Styles
   Page: partnership-truid.html
   Author: Samreen Koondhar
   Last Updated: 17-06-2026
   ============================================================ */


/* ──────────────────────────────────────────
   1. HEADER
   ────────────────────────────────────────── */

#header-wrapper2 {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
    margin-top: 10px;
}

header.dark {
    background: transparent !important;
}

header.dark .pi-nav > li.current-menu-item > a {
    background: transparent !important;
    color: #73BD89 !important;
    border-bottom: 2px solid #73BD89;
    padding-bottom: 30px;
}


/* ──────────────────────────────────────────
   2. HERO BANNER
   ────────────────────────────────────────── */

.press-hero {
    background-image: url('../img/truid-event/press-banner-mono.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 200px 0 110px;
    position: relative;
}

.press-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.40);
    z-index: 1;
}

.press-hero .container {
    position: relative;
    z-index: 2;
}

.press-hero.hidden {
    display: none;
}

.press-hero-title,
.press-hero-title strong,
.press-hero-title * {
    color: #ffffff !important;
}

.press-hero-title {
    font-family: 'Raleway', sans-serif;
    font-size: 46px;
    font-weight: 300;
    line-height: 1.2;
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 14px;
}

.press-hero-title strong {
    font-weight: 800;
    display: block;
    color: #ffffff !important;
}

.press-hero-breadcrumb {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.press-hero-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

.press-hero-breadcrumb span {
    color: rgba(255, 255, 255, 0.6);
}


/* ──────────────────────────────────────────
   3. NEWSROOM SECTION — Header
   ────────────────────────────────────────── */

.newsroom-section {
    background: #ffffff;
    padding: 75px 0 90px;
}

.newsroom-header {
    margin-bottom: 55px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 32px;
}

.newsroom-header.hidden {
    display: none;
}

.newsroom-label {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #73BD89;
    margin-bottom: 8px;
}

.newsroom-heading {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.newsroom-desc {
    display: block;
    overflow: hidden;
    text-align: justify;
}


/* ──────────────────────────────────────────
   4. NEWS LIST — Layout
   ────────────────────────────────────────── */

.news-list {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.news-item {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 70px;
}

.news-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.news-item.odd {
    flex-direction: row;
}

.news-item.even {
    flex-direction: row-reverse;
}


/* ──────────────────────────────────────────
   5. NEWS ITEM — Image Column
   ────────────────────────────────────────── */

.news-img-col {
    flex: 0 0 30%;
    max-width: 30%;
    overflow: hidden;
}

.news-img-col img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    vertical-align: top;
    border-radius: 6px;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.news-img-col:hover img {
    transform: scale(1.07);
    filter: brightness(0.85);
}


/* ──────────────────────────────────────────
   6. NEWS ITEM — Text Column
   ────────────────────────────────────────── */

.news-text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
    padding-left: 28px;
    margin-top: 0;
}

.news-meta {
    display: none;
}


/* ──────────────────────────────────────────
   7. NEWS ITEM — Title, Excerpt, CTA
   ────────────────────────────────────────── */

.news-title {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.2;
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 10px !important;
}

.news-text-col h3:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.news-excerpt {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 26px;
    text-align: justify;
}

.news-cta {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #73BD89 !important;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    transition: color 0.2s;
}

.news-cta::after {
    display: none !important;
    content: none !important;
}

.news-cta:hover {
    color: #73BD89 !important;
}


/* ──────────────────────────────────────────
   8. EXPANDED ARTICLE VIEW
   ────────────────────────────────────────── */

.news-article-banner {
    display: none;
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center center;
}

.news-item.expanded {
    flex-direction: column;
    padding: 0;
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
}

.news-item.expanded .news-article-banner {
    display: block;
}

.news-item.expanded .news-img-col {
    display: none;
}

.news-item.expanded .news-text-col {
    padding: 32px 0 40px 0;
    max-width: 100%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: justify;
    transform: none;
}

.news-item.expanded .news-title {
    text-align: left;
    font-size: 22px;
    margin-bottom: 14px !important;
}

.news-item.expanded .news-excerpt {
    display: none;
}


/* ──────────────────────────────────────────
   9. ARTICLE FULL BODY
   ────────────────────────────────────────── */

.article-full-body {
    display: none;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
    text-align: justify;
}

.news-item.expanded .article-full-body {
    display: block;
}

.article-full-body p {
    margin: 0 !important;
    padding: 0 !important;
}

.article-full-body .quote-block {
    margin: 4px 0 !important;
    color: #555;
    font-style: normal;
}


/* ──────────────────────────────────────────
   10. CONTACT BLOCK
   ────────────────────────────────────────── */

.article-full-body .contact-block {
    margin-top: 25px !important;
    text-align: left;
}

.article-full-body .contact-block h4 {
    font-size: 14px;
    color: #555;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
}

.contact-info-lines {
    margin: 0 !important;
    padding: 0 !important;
}

.contact-info-lines p,
.contact-info-lines span,
.contact-info-lines a {
    line-height: 1.6 !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #555 !important;
    font-size: 14px !important;
}

.contact-line {
    font-size: 14px !important;
    color: #555 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.contact-line a {
    color: #555 !important;
    text-decoration: underline !important;
    line-height: 1.6 !important;
    padding: 0 !important;
    margin: 0 !important;
}


/* ──────────────────────────────────────────
   11. RESPONSIVE — Mobile & Tablet
   ────────────────────────────────────────── */

@media (max-width: 991px) {
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
        width: 100% !important;
    }

    .news-item,
    .news-item.odd,
    .news-item.even {
        flex-direction: column !important;
        padding-bottom: 40px !important;
        gap: 20px !important;
    }

    .news-img-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .news-text-col {
        padding: 0 !important;
        width: 100% !important;
    }

    .press-hero-title {
        font-size: 32px !important;
    }
}