/* style/industry-news-asia-regulations-update.css */

.page-industry-news-asia-regulations-update {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f5f5f5;
}

.page-industry-news-asia-regulations-update__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-industry-news-asia-regulations-update__bg--dark {
    background-color: #1A237E;
    color: #f5f5f5;
}

.page-industry-news-asia-regulations-update__bg--primary {
    background-color: #FFD700;
    color: #1A237E;
}

.page-industry-news-asia-regulations-update__hero-section {
    background: linear-gradient(135deg, #FFD700, #1A237E);
    color: #f5f5f5;
    padding: 100px 0;
    text-align: center;
}

.page-industry-news-asia-regulations-update__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #f5f5f5; /* Adjusted for contrast on dark blue gradient */
    font-weight: bold;
}

.page-industry-news-asia-regulations-update__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #f5f5f5;
}

.page-industry-news-asia-regulations-update__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}

.page-industry-news-asia-regulations-update__btn--primary {
    background-color: #FFD700;
    color: #1A237E;
    border: 2px solid #FFD700;
}

.page-industry-news-asia-regulations-update__btn--primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
}

.page-industry-news-asia-regulations-update__btn--secondary {
    background-color: #1A237E;
    color: #FFD700;
    border: 2px solid #1A237E;
}

.page-industry-news-asia-regulations-update__btn--secondary:hover {
    background-color: #0d124b;
    border-color: #0d124b;
}

.page-industry-news-asia-regulations-update__btn--dark {
    background-color: #1A237E;
    color: #FFD700;
    border: 2px solid #1A237E;
}

.page-industry-news-asia-regulations-update__btn--dark:hover {
    background-color: #0d124b;
    border-color: #0d124b;
}

.page-industry-news-asia-regulations-update__btn--outline-dark {
    background-color: transparent;
    color: #1A237E;
    border: 2px solid #1A237E;
}

.page-industry-news-asia-regulations-update__btn--outline-dark:hover {
    background-color: #1A237E;
    color: #FFD700;
}

.page-industry-news-asia-regulations-update__btn--center {
    display: block;
    margin: 40px auto 0 auto;
    max-width: 300px;
}

.page-industry-news-asia-regulations-update__content-section {
    padding: 60px 0;
}

.page-industry-news-asia-regulations-update__section-title {
    font-size: 2.5em;
    color: #1A237E;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-industry-news-asia-regulations-update__bg--dark .page-industry-news-asia-regulations-update__section-title,
.page-industry-news-asia-regulations-update__bg--dark h3 {
    color: #FFD700;
}

.page-industry-news-asia-regulations-update__sub-section-title {
    font-size: 1.8em;
    color: #1A237E;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-industry-news-asia-regulations-update__bg--dark .page-industry-news-asia-regulations-update__sub-section-title {
    color: #FFD700;
}

.page-industry-news-asia-regulations-update__text-image-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    gap: 30px;
}

.page-industry-news-asia-regulations-update__text-image-block--reverse {
    flex-direction: column-reverse;
}

.page-industry-news-asia-regulations-update__text-image-block p {
    max-width: 700px;
    text-align: justify;
}

.page-industry-news-asia-regulations-update__text-content {
    flex: 1;
}

.page-industry-news-asia-regulations-update__image--responsive {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-industry-news-asia-regulations-update__image--right {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
    max-width: 400px;
}

.page-industry-news-asia-regulations-update__image--left {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    max-width: 400px;
}

.page-industry-news-asia-regulations-update__image--center {
    display: block;
    margin: 30px auto;
    max-width: 800px;
}

.page-industry-news-asia-regulations-update__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-industry-news-asia-regulations-update__feature-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.page-industry-news-asia-regulations-update__feature-item h3 {
    color: #1A237E;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.page-industry-news-asia-regulations-update__two-column-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
}

.page-industry-news-asia-regulations-update__column {
    flex: 1;
    min-width: 300px;
}

.page-industry-news-asia-regulations-update__column-title {
    font-size: 2em;
    color: #FFD700;
    margin-bottom: 25px;
    text-align: center;
}

.page-industry-news-asia-regulations-update__list {
    list-style: none;
    padding: 0;
}

.page-industry-news-asia-regulations-update__list li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    color: #f5f5f5;
}

.page-industry-news-asia-regulations-update__list li::before {
    content: '✅';
    position: absolute;
    left: 0;
    color: #FFD700;
}

.page-industry-news-asia-regulations-update__list--bullet li::before {
    content: '•';
    font-size: 1.5em;
    top: -5px;
    color: #FFD700;
}

.page-industry-news-asia-regulations-update__cta-section {
    padding: 80px 0;
    text-align: center;
}

.page-industry-news-asia-regulations-update__cta-title {
    font-size: 3em;
    margin-bottom: 20px;
    color: #1A237E;
    font-weight: bold;
}

.page-industry-news-asia-regulations-update__cta-text {
    font-size: 1.2em;
    margin-bottom: 40px;
    color: #1A237E;
}

.page-industry-news-asia-regulations-update__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* Responsive Design */
@media (min-width: 768px) {
    .page-industry-news-asia-regulations-update__text-image-block {
        flex-direction: row;
        text-align: left;
    }

    .page-industry-news-asia-regulations-update__text-image-block--reverse {
        flex-direction: row-reverse;
    }

    .page-industry-news-asia-regulations-update__text-image-block .page-industry-news-asia-regulations-update__text-content {
        padding: 0 30px;
    }

    .page-industry-news-asia-regulations-update__image--right {
        float: none;
        margin-left: 0;
        margin-bottom: 0;
    }

    .page-industry-news-asia-regulations-update__image--left {
        float: none;
        margin-right: 0;
        margin-bottom: 0;
    }

    .page-industry-news-asia-regulations-update__hero-title {
        font-size: 4.5em;
    }

    .page-industry-news-asia-regulations-update__section-title {
        font-size: 3em;
    }
}

@media (max-width: 767px) {
    .page-industry-news-asia-regulations-update__hero-title {
        font-size: 2.5em;
    }

    .page-industry-news-asia-regulations-update__hero-subtitle {
        font-size: 1.2em;
    }

    .page-industry-news-asia-regulations-update__section-title {
        font-size: 2em;
    }

    .page-industry-news-asia-regulations-update__sub-section-title {
        font-size: 1.5em;
    }

    .page-industry-news-asia-regulations-update__btn {
        padding: 12px 20px;
        font-size: 0.9em;
    }

    .page-industry-news-asia-regulations-update__image--right,
    .page-industry-news-asia-regulations-update__image--left {
        float: none;
        margin: 20px auto;
        max-width: 100%;
        text-align: center;
    }

    .page-industry-news-asia-regulations-update__feature-item {
        padding: 20px;
    }

    .page-industry-news-asia-regulations-update__column {
        min-width: unset;
        width: 100%;
    }

    .page-industry-news-asia-regulations-update__cta-title {
        font-size: 2em;
    }

    .page-industry-news-asia-regulations-update__cta-text {
        font-size: 1em;
    }

    .page-industry-news-asia-regulations-update__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-industry-news-asia-regulations-update__cta-buttons .page-industry-news-asia-regulations-update__btn {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .page-industry-news-asia-regulations-update__list li {
        color: #f5f5f5; /* Ensure contrast on dark background for mobile */
    }
}