/* style/industry-news-tech-innovations.css */

/* Base styles for the page */
.page-industry-news-tech-innovations {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f7f6;
}

.page-industry-news-tech-innovations .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-industry-news-tech-innovations .section-spacing {
    padding: 60px 0;
}

.page-industry-news-tech-innovations .bg-alt {
    background-color: #e9ecef;
}

.page-industry-news-tech-innovations .bg-primary {
    background-color: #003366;
    color: #ffffff;
}

.page-industry-news-tech-innovations .text-center {
    text-align: center;
}

/* Typography */
.page-industry-news-tech-innovations h1,
.page-industry-news-tech-innovations h2,
.page-industry-news-tech-innovations h3 {
    color: #003366; /* Deep blue for headings */
    margin-bottom: 20px;
    font-weight: bold;
}

.page-industry-news-tech-innovations h1 {
    font-size: 3.2em;
    color: #ffffff; /* White for hero title */
}

.page-industry-news-tech-innovations h2 {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 40px;
}

.page-industry-news-tech-innovations h3 {
    font-size: 1.8em;
    color: #003366;
}

.page-industry-news-tech-innovations p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #333333;
}

.page-industry-news-tech-innovations .hero-subtitle {
    font-size: 1.3em;
    color: #f0f0f0;
    margin-bottom: 30px;
}

.page-industry-news-tech-innovations .highlight-text {
    color: #003366;
    font-weight: bold;
}

.page-industry-news-tech-innovations .bg-primary .highlight-text {
    color: #FFCC00;
}

/* Buttons */
.page-industry-news-tech-innovations .btn {
    display: inline-block;
    padding: 12px 25px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
}

.page-industry-news-tech-innovations .btn-primary {
    background-color: #FFCC00; /* Gold accent */
    color: #003366; /* Deep blue text */
    border: 2px solid #FFCC00;
}

.page-industry-news-tech-innovations .btn-primary:hover {
    background-color: #e6b800;
    border-color: #e6b800;
    color: #001a33;
}

.page-industry-news-tech-innovations .btn-secondary {
    background-color: #003366; /* Deep blue */
    color: #FFCC00; /* Gold text */
    border: 2px solid #003366;
}

.page-industry-news-tech-innovations .btn-secondary:hover {
    background-color: #001a33;
    border-color: #001a33;
    color: #ffe066;
}

.page-industry-news-tech-innovations .btn-light {
    background-color: #ffffff;
    color: #003366;
    border: 2px solid #ffffff;
}

.page-industry-news-tech-innovations .btn-light:hover {
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}

.page-industry-news-tech-innovations .btn-outline-light {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.page-industry-news-tech-innovations .btn-outline-light:hover {
    background-color: #ffffff;
    color: #003366;
}

.page-industry-news-tech-innovations .cta-buttons .btn {
    margin: 0 10px;
}

/* Hero Section */
.page-industry-news-tech-innovations .hero-section {
    background: linear-gradient(135deg, #003366, #004080);
    color: #ffffff;
    text-align: center;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Image Styling */
.page-industry-news-tech-innovations .section-image,
.page-industry-news-tech-innovations .card-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-industry-news-tech-innovations .section-image {
    margin-bottom: 30px;
}

/* Grid Layout for Tech Spotlight */
.page-industry-news-tech-innovations .grid-3-col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-industry-news-tech-innovations .tech-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-industry-news-tech-innovations .tech-card:hover {
    transform: translateY(-10px);
}

.page-industry-news-tech-innovations .tech-card .card-title {
    color: #003366;
    margin-top: 0;
    margin-bottom: 15px;
}

.page-industry-news-tech-innovations .tech-card p {
    color: #555;
    font-size: 1em;
}

/* Benefit List */
.page-industry-news-tech-innovations .benefit-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.page-industry-news-tech-innovations .benefit-list li {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    font-size: 1.1em;
    color: #333;
}

.page-industry-news-tech-innovations .benefit-list li .icon-check {
    color: #FFCC00;
    font-size: 1.5em;
    margin-right: 15px;
    line-height: 1;
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #FFCC00;
    border-radius: 50%;
    text-align: center;
    line-height: 21px; /* Center the checkmark */
}

.page-industry-news-tech-innovations .benefit-list li .icon-check::before {
    content: '✔';
}

/* CTA Section */
.page-industry-news-tech-innovations .cta-title {
    color: #ffffff;
    font-size: 2.8em;
    margin-bottom: 20px;
}

.page-industry-news-tech-innovations .cta-description {
    color: #f0f0f0;
    font-size: 1.2em;
    margin-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-industry-news-tech-innovations h1 {
        font-size: 2.5em;
    }

    .page-industry-news-tech-innovations h2 {
        font-size: 2em;
    }

    .page-industry-news-tech-innovations .hero-subtitle {
        font-size: 1.1em;
    }

    .page-industry-news-tech-innovations .grid-3-col,
    .page-industry-news-tech-innovations .benefit-list {
        grid-template-columns: 1fr;
    }

    .page-industry-news-tech-innovations .cta-buttons .btn {
        display: block;
        margin: 15px auto;
    }
}

@media (max-width: 480px) {
    .page-industry-news-tech-innovations h1 {
        font-size: 2em;
    }

    .page-industry-news-tech-innovations h2 {
        font-size: 1.8em;
    }

    .page-industry-news-tech-innovations .section-spacing {
        padding: 40px 0;
    }

    .page-industry-news-tech-innovations .btn {
        padding: 10px 20px;
        font-size: 1em;
    }
}