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

.page-resources-2024-caxeng-industry-trends__hero {
    background: linear-gradient(135deg, #0A2239 0%, #3a5c80 100%); /* Dark blue to slightly lighter blue */
    color: #ffffff;
    padding: 80px 0 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-2024-caxeng-industry-trends__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,dark_pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-resources-2024-caxeng-industry-trends__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.page-resources-2024-caxeng-industry-trends__title {
    font-size: 2.8em;
    margin-bottom: 15px;
    color: #FFD700; /* Gold for main title */
    line-height: 1.2;
}

.page-resources-2024-caxeng-industry-trends__meta {
    font-size: 0.9em;
    opacity: 0.8;
    margin-bottom: 30px;
}

.page-resources-2024-caxeng-industry-trends__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    margin-top: 30px;
}

.page-resources-2024-caxeng-industry-trends__content-section {
    padding: 40px 0;
    background-color: #ffffff;
}

.page-resources-2024-caxeng-industry-trends__article-content p {
    font-size: 1.1em;
    margin-bottom: 1em;
    color: #333;
}

.page-resources-2024-caxeng-industry-trends__article-content strong {
    color: #0A2239;
}

.page-resources-2024-caxeng-industry-trends__highlight {
    color: #0A2239;
    font-weight: bold;
}

.page-resources-2024-caxeng-industry-trends__heading {
    font-size: 2em;
    color: #0A2239;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 3px solid #FFD700;
    padding-bottom: 10px;
}

.page-resources-2024-caxeng-industry-trends__sub-heading {
    font-size: 1.5em;
    color: #0A2239;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 10px;
    border-left: 5px solid #FFD700;
}

.page-resources-2024-caxeng-industry-trends__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-2024-caxeng-industry-trends__image--centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-2024-caxeng-industry-trends__cta-wrapper {
    text-align: center;
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.page-resources-2024-caxeng-industry-trends__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-2024-caxeng-industry-trends__button--primary {
    background-color: #FFD700; /* Gold */
    color: #0A2239;
    border: 2px solid #FFD700;
}

.page-resources-2024-caxeng-industry-trends__button--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-resources-2024-caxeng-industry-trends__button--secondary {
    background-color: transparent;
    color: #0A2239;
    border: 2px solid #0A2239;
}

.page-resources-2024-caxeng-industry-trends__button--secondary:hover {
    background-color: #0A2239;
    color: #FFD700;
    transform: translateY(-2px);
}

.page-resources-2024-caxeng-industry-trends__back-link-wrapper {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
}

.page-resources-2024-caxeng-industry-trends__back-link {
    color: #0A2239;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-2024-caxeng-industry-trends__back-link:hover {
    color: #FFD700;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-2024-caxeng-industry-trends__title {
        font-size: 2em;
    }

    .page-resources-2024-caxeng-industry-trends__heading {
        font-size: 1.6em;
    }

    .page-resources-2024-caxeng-industry-trends__sub-heading {
        font-size: 1.3em;
    }

    .page-resources-2024-caxeng-industry-trends__article-content p {
        font-size: 1em;
    }

    .page-resources-2024-caxeng-industry-trends__button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-2024-caxeng-industry-trends__cta-wrapper {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .page-resources-2024-caxeng-industry-trends__title {
        font-size: 1.8em;
    }

    .page-resources-2024-caxeng-industry-trends__heading {
        font-size: 1.4em;
    }

    .page-resources-2024-caxeng-industry-trends__sub-heading {
        font-size: 1.1em;
    }

    .page-resources-2024-caxeng-industry-trends__hero {
        padding: 60px 0 30px;
    }
    .page-resources-2024-caxeng-industry-trends__button {
        width: 90%;
    }
}