/* style/industry-news-asia-market-analysis.css */

/* Base styles for the page content */
.page-industry-news-asia-market-analysis {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

/* Hero Section */
.page-industry-news-asia-market-analysis__hero {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 100px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 450px;
}

.page-industry-news-asia-market-analysis__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: brightness(0.6);
}

.page-industry-news-asia-market-analysis__hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}

.page-industry-news-asia-market-analysis__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #FFD700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-industry-news-asia-market-analysis__hero-subtitle {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-industry-news-asia-market-analysis__hero-btn {
    display: inline-block;
    background-color: #FFD700;
    color: #003366;
    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-asia-market-analysis__hero-btn:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

/* General Section Styling */
.page-industry-news-asia-market-analysis__section {
    max-width: 1000px;
    margin: 40px auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.page-industry-news-asia-market-analysis__section-title {
    font-size: 2.2em;
    color: #003366;
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 3px solid #FFD700;
    padding-bottom: 15px;
}

.page-industry-news-asia-market-analysis__subsection-title {
    font-size: 1.6em;
    color: #003366;
    margin-top: 30px;
    margin-bottom: 15px;
    border-left: 5px solid #FFD700;
    padding-left: 10px;
}

.page-industry-news-asia-market-analysis__section p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #444;
}

.page-industry-news-asia-market-analysis__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 15px;
    color: #444;
}

.page-industry-news-asia-market-analysis__list li {
    margin-bottom: 8px;
}

.page-industry-news-asia-market-analysis__list li strong {
    color: #003366;
}

.page-industry-news-asia-market-analysis strong.keyword {
    color: #003366;
    font-weight: bold;
}

/* Image Styling */
.page-industry-news-asia-market-analysis__image-full-width {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    margin: 25px 0;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-industry-news-asia-market-analysis__image-right {
    width: 100%;
    max-width: 450px;
    float: right;
    margin: 0 0 20px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-industry-news-asia-market-analysis__image-left {
    width: 100%;
    max-width: 450px;
    float: left;
    margin: 0 30px 20px 0;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Clearfix for floated images */
.page-industry-news-asia-market-analysis__section::after {
    content: "";
    display: table;
    clear: both;
}

/* Call to Action Section */
.page-industry-news-asia-market-analysis__cta {
    text-align: center;
    background: linear-gradient(135deg, #003366, #1a4a7a);
    color: #fff;
    padding: 60px 20px;
}

.page-industry-news-asia-market-analysis__cta .page-industry-news-asia-market-analysis__section-title {
    color: #FFD700;
    border-bottom-color: #fff;
}

.page-industry-news-asia-market-analysis__cta p {
    color: #e0e0e0;
    font-size: 1.1em;
    margin-bottom: 30px;
}

.page-industry-news-asia-market-analysis__cta-buttons {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-industry-news-asia-market-analysis__cta-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-industry-news-asia-market-analysis__cta-btn.btn--primary {
    background-color: #FFD700;
    color: #003366;
}

.page-industry-news-asia-market-analysis__cta-btn.btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.page-industry-news-asia-market-analysis__cta-btn.btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-industry-news-asia-market-analysis__cta-btn.btn--secondary:hover {
    background-color: #FFD700;
    color: #003366;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-industry-news-asia-market-analysis__hero {
        padding: 80px 15px;
    }

    .page-industry-news-asia-market-analysis__hero-title {
        font-size: 2em;
    }

    .page-industry-news-asia-market-analysis__hero-subtitle {
        font-size: 1em;
    }

    .page-industry-news-asia-market-analysis__section {
        margin: 30px 15px;
        padding: 20px;
    }

    .page-industry-news-asia-market-analysis__section-title {
        font-size: 1.8em;
    }

    .page-industry-news-asia-market-analysis__subsection-title {
        font-size: 1.4em;
    }

    .page-industry-news-asia-market-analysis__image-right,
    .page-industry-news-asia-market-analysis__image-left {
        float: none;
        margin: 20px auto;
        max-width: 100%;
    }

    .page-industry-news-asia-market-analysis__cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .page-industry-news-asia-market-analysis__cta-btn {
        width: 80%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .page-industry-news-asia-market-analysis__hero-title {
        font-size: 1.6em;
    }

    .page-industry-news-asia-market-analysis__section-title {
        font-size: 1.5em;
    }

    .page-industry-news-asia-market-analysis__subsection-title {
        font-size: 1.2em;
    }

    .page-industry-news-asia-market-analysis__hero-btn,
    .page-industry-news-asia-market-analysis__cta-btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}