/* style/industry-news-trends-latest-tech.css */

.page-industry-news-trends-latest-tech {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #0A2239; /* Dark blue text for readability */
    background-color: #f8f8f8;
}

.page-industry-news-trends-latest-tech__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-industry-news-trends-latest-tech__hero-section {
    background: linear-gradient(135deg, #0A2239 0%, #1a3a5c 100%); /* Dark blue gradient */
    color: #ffffff;
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-industry-news-trends-latest-tech__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,pattern]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-industry-news-trends-latest-tech__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #E0B44B; /* Gold for main title */
    position: relative;
    z-index: 1;
}

.page-industry-news-trends-latest-tech__hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.page-industry-news-trends-latest-tech__content-section {
    padding: 60px 0;
}

.page-industry-news-trends-latest-tech__article {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-industry-news-trends-latest-tech__heading-2 {
    font-size: 2.2em;
    color: #0A2239;
    margin-top: 50px;
    margin-bottom: 25px;
    border-bottom: 3px solid #E0B44B;
    padding-bottom: 10px;
}

.page-industry-news-trends-latest-tech__heading-3 {
    font-size: 1.7em;
    color: #1a3a5c;
    margin-top: 35px;
    margin-bottom: 15px;
}

.page-industry-news-trends-latest-tech__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: justify;
}

.page-industry-news-trends-latest-tech__image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-industry-news-trends-latest-tech__btn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin: 10px;
    position: relative;
    z-index: 1;
}

.page-industry-news-trends-latest-tech__btn--primary {
    background-color: #E0B44B; /* Gold button */
    color: #0A2239; /* Dark blue text on gold */
    border: 2px solid #E0B44B;
}

.page-industry-news-trends-latest-tech__btn--primary:hover {
    background-color: #c99e3f;
    transform: translateY(-3px);
}

.page-industry-news-trends-latest-tech__btn--secondary {
    background-color: transparent;
    color: #E0B44B; /* Gold text */
    border: 2px solid #E0B44B;
}

.page-industry-news-trends-latest-tech__btn--secondary:hover {
    background-color: #E0B44B;
    color: #0A2239; /* Dark blue text on gold */
    transform: translateY(-3px);
}

.page-industry-news-trends-latest-tech__cta-group {
    text-align: center;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px dashed #e0e0e0;
}

.page-industry-news-trends-latest-tech .highlight {
    color: #E0B44B;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-industry-news-trends-latest-tech__hero-title {
        font-size: 2.8em;
    }
    .page-industry-news-trends-latest-tech__hero-subtitle {
        font-size: 1.1em;
    }
    .page-industry-news-trends-latest-tech__heading-2 {
        font-size: 1.8em;
    }
    .page-industry-news-trends-latest-tech__heading-3 {
        font-size: 1.5em;
    }
    .page-industry-news-trends-latest-tech__paragraph {
        font-size: 1em;
    }
}

@media (max-width: 768px) {
    .page-industry-news-trends-latest-tech__hero-section {
        padding: 80px 0;
    }
    .page-industry-news-trends-latest-tech__hero-title {
        font-size: 2.2em;
    }
    .page-industry-news-trends-latest-tech__hero-subtitle {
        font-size: 0.95em;
    }
    .page-industry-news-trends-latest-tech__article {
        padding: 25px;
    }
    .page-industry-news-trends-latest-tech__heading-2 {
        font-size: 1.6em;
    }
    .page-industry-news-trends-latest-tech__heading-3 {
        font-size: 1.3em;
    }
    .page-industry-news-trends-latest-tech__btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-industry-news-trends-latest-tech__cta-group {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .page-industry-news-trends-latest-tech__hero-section {
        padding: 60px 0;
    }
    .page-industry-news-trends-latest-tech__hero-title {
        font-size: 1.8em;
    }
    .page-industry-news-trends-latest-tech__hero-subtitle {
        font-size: 0.9em;
    }
    .page-industry-news-trends-latest-tech__article {
        padding: 15px;
    }
    .page-industry-news-trends-latest-tech__heading-2 {
        font-size: 1.4em;
    }
    .page-industry-news-trends-latest-tech__heading-3 {
        font-size: 1.2em;
    }
    .page-industry-news-trends-latest-tech__btn {
        width: 100%;
        margin: 10px 0;
    }
}