/* style/industry-news.css */
.page-industry-news {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-industry-news__hero {
    position: relative;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.page-industry-news__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.page-industry-news__hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(74, 39, 128, 0.7), rgba(255, 215, 0, 0.5));
    z-index: 2;
}

.page-industry-news__hero-content {
    position: relative;
    z-index: 3;
    max-width: 800px;
    padding: 20px;
}

.page-industry-news__hero-title {
    font-size: 2.8em;
    margin-bottom: 15px;
    color: #FFD700; /* Gold for highlight */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-industry-news__hero-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-industry-news__hero-button {
    display: inline-block;
    background-color: #FFD700; /* Gold */
    color: #4A2780; /* Violet */
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-industry-news__hero-button:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-industry-news__content-wrapper {
    display: flex;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    gap: 30px;
}

.page-industry-news__article-section {
    flex: 3;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-industry-news__article-heading {
    font-size: 2.2em;
    color: #4A2780; /* Violet */
    margin-bottom: 25px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-industry-news__sub-heading {
    font-size: 1.6em;
    color: #6a4a9c; /* Lighter violet */
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-industry-news__article p {
    margin-bottom: 20px;
    font-size: 1.05em;
    line-height: 1.8;
    color: #555;
}

.page-industry-news__article-image {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px;
    margin: 25px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-industry-news__cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold */
    color: #4A2780; /* Violet */
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-industry-news__cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-1px);
}

.page-industry-news__sidebar {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-industry-news__cta-card {
    background-color: #4A2780; /* Violet */
    color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.page-industry-news__cta-card-title {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #FFD700; /* Gold */
}

.page-industry-news__cta-card p {
    font-size: 1em;
    margin-bottom: 20px;
    color: #f0f0f0;
}

.page-industry-news__cta-card-button {
    display: inline-block;
    background-color: #FFD700; /* Gold */
    color: #4A2780; /* Violet */
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-industry-news__cta-card-button:hover {
    background-color: #e6c200;
    transform: translateY(-1px);
}

.page-industry-news__bottom-cta {
    background-color: #4A2780; /* Violet */
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    margin-top: 40px;
}

.page-industry-news__bottom-cta-content {
    max-width: 900px;
    margin: 0 auto;
}

.page-industry-news__bottom-cta-title {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold */
}

.page-industry-news__bottom-cta-description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-industry-news__bottom-cta-button {
    display: inline-block;
    background-color: #FFD700; /* Gold */
    color: #4A2780; /* Violet */
    padding: 18px 40px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-industry-news__bottom-cta-button:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-industry-news__content-wrapper {
        flex-direction: column;
    }

    .page-industry-news__sidebar {
        order: -1; /* Move sidebar above main content on smaller screens */
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .page-industry-news__cta-card {
        flex: 1 1 45%; /* Two cards per row */
        margin: 10px;
    }
}

@media (max-width: 768px) {
    .page-industry-news__hero {
        height: 350px;
    }

    .page-industry-news__hero-title {
        font-size: 2.2em;
    }

    .page-industry-news__hero-description {
        font-size: 1em;
    }

    .page-industry-news__article-heading {
        font-size: 1.8em;
    }

    .page-industry-news__sub-heading {
        font-size: 1.4em;
    }

    .page-industry-news__bottom-cta-title {
        font-size: 2em;
    }
    .page-industry-news__cta-card {
        flex: 1 1 100%; /* One card per row on very small screens */
    }
}

@media (max-width: 480px) {
    .page-industry-news__hero {
        height: 300px;
    }
    .page-industry-news__hero-title {
        font-size: 1.8em;
    }
    .page-industry-news__hero-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-industry-news__content-wrapper {
        padding: 0 15px;
    }
    .page-industry-news__article-section {
        padding: 20px;
    }
    .page-industry-news__article-heading {
        font-size: 1.5em;
    }
    .page-industry-news__sub-heading {
        font-size: 1.2em;
    }
    .page-industry-news__bottom-cta-title {
        font-size: 1.6em;
    }
    .page-industry-news__bottom-cta-button {
        padding: 15px 30px;
        font-size: 1.1em;
    }
}