/* style/gambling-news-tech-innovation-in-gambling.css */

.page-gambling-news-tech-innovation-in-gambling {
    font-family: 'Arial', sans-serif;
    color: #E5E5E5; /* Light gray for main text on dark background */
    background-color: #1A202C; /* Primary dark background */
    line-height: 1.6;
}

.page-gambling-news-tech-innovation-in-gambling__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-gambling-news-tech-innovation-in-gambling__hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #1A202C 0%, #3a4a6e 100%); /* Gradient background for hero */
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-gambling-news-tech-innovation-in-gambling__hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 0;
}

.page-gambling-news-tech-innovation-in-gambling__hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-gambling-news-tech-innovation-in-gambling__hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
}

.page-gambling-news-tech-innovation-in-gambling__hero-title {
    font-size: 3.5em;
    color: #FFD700; /* Accent color for title */
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-gambling-news-tech-innovation-in-gambling__hero-subtitle {
    font-size: 1.5em;
    color: #b0b0b0;
    margin-bottom: 30px;
}

/* General Section Styling */
.page-gambling-news-tech-innovation-in-gambling__section {
    padding: 60px 0;
    background-color: #1A202C;
}

.page-gambling-news-tech-innovation-in-gambling__section:nth-of-type(even) {
    background-color: #252d3d; /* Slightly lighter dark background for alternating sections */
}

.page-gambling-news-tech-innovation-in-gambling__section-title {
    font-size: 2.5em;
    color: #FFD700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-gambling-news-tech-innovation-in-gambling__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    border-radius: 2px;
}

.page-gambling-news-tech-innovation-in-gambling__paragraph {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #E5E5E5;
    text-align: justify;
}

/* Feature Grid */
.page-gambling-news-tech-innovation-in-gambling__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-gambling-news-tech-innovation-in-gambling__feature-item {
    background-color: #2d3748; /* Slightly lighter background for feature cards */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-gambling-news-tech-innovation-in-gambling__feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-gambling-news-tech-innovation-in-gambling__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
    filter: drop-shadow(0 0 5px #FFD700);
}

.page-gambling-news-tech-innovation-in-gambling__feature-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-gambling-news-tech-innovation-in-gambling__feature-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    text-align: left;
}

.page-gambling-news-tech-innovation-in-gambling__feature-list li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    color: #E5E5E5;
}

.page-gambling-news-tech-innovation-in-gambling__feature-list li::before {
    content: '✓';
    color: #FFD700;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Lucky88 Commitment Section */
.page-gambling-news-tech-innovation-in-gambling__lucky88-commitment {
    background-color: #1A202C;
}

.page-gambling-news-tech-innovation-in-gambling__content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.page-gambling-news-tech-innovation-in-gambling__lucky88-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-gambling-news-tech-innovation-in-gambling__text-content {
    text-align: justify;
}

.page-gambling-news-tech-innovation-in-gambling__cta-buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Future Outlook Section */
.page-gambling-news-tech-innovation-in-gambling__future-outlook {
    background-color: #252d3d;
    text-align: center;
}

.page-gambling-news-tech-innovation-in-gambling__future-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

/* Call to Action Final */
.page-gambling-news-tech-innovation-in-gambling__cta-final {
    background: linear-gradient(45deg, #1A202C, #0d121c);
    padding: 80px 20px;
    text-align: center;
}

.page-gambling-news-tech-innovation-in-gambling__cta-content {
    max-width: 900px;
}

.page-gambling-news-tech-innovation-in-gambling__cta-title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 20px;
}

.page-gambling-news-tech-innovation-in-gambling__cta-description {
    font-size: 1.3em;
    color: #b0b0b0;
    margin-bottom: 40px;
}

/* Buttons */
.page-gambling-news-tech-innovation-in-gambling__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
}

.page-gambling-news-tech-innovation-in-gambling__btn--primary {
    background-color: #FFD700;
    color: #1A202C;
    box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-gambling-news-tech-innovation-in-gambling__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(255, 215, 0, 0.6);
}

.page-gambling-news-tech-innovation-in-gambling__btn--secondary {
    background-color: #1A202C;
    color: #FFD700;
    border: 2px solid #FFD700;
    box-shadow: 0 4px 10px rgba(26, 32, 44, 0.4);
}

.page-gambling-news-tech-innovation-in-gambling__btn--secondary:hover {
    background-color: #FFD700;
    color: #1A202C;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(255, 215, 0, 0.6);
}

/* Responsive Design */
@media (min-width: 768px) {
    .page-gambling-news-tech-innovation-in-gambling__hero {
        flex-direction: row;
        text-align: left;
        padding: 120px 40px;
        justify-content: space-between;
    }

    .page-gambling-news-tech-innovation-in-gambling__hero-content {
        max-width: 50%;
        margin-right: 40px;
    }

    .page-gambling-news-tech-innovation-in-gambling__hero-title {
        font-size: 4.5em;
    }

    .page-gambling-news-tech-innovation-in-gambling__hero-subtitle {
        font-size: 1.8em;
    }

    .page-gambling-news-tech-innovation-in-gambling__content-wrapper {
        flex-direction: row;
        align-items: flex-start;
    }

    .page-gambling-news-tech-innovation-in-gambling__lucky88-image {
        margin-right: 40px;
        max-width: 40%;
    }

    .page-gambling-news-tech-innovation-in-gambling__text-content {
        flex: 1;
    }
}

@media (max-width: 767px) {
    .page-gambling-news-tech-innovation-in-gambling__hero-title {
        font-size: 2.5em;
    }

    .page-gambling-news-tech-innovation-in-gambling__hero-subtitle {
        font-size: 1.2em;
    }

    .page-gambling-news-tech-innovation-in-gambling__section-title {
        font-size: 2em;
    }

    .page-gambling-news-tech-innovation-in-gambling__feature-item {
        padding: 20px;
    }

    .page-gambling-news-tech-innovation-in-gambling__feature-title {
        font-size: 1.5em;
    }

    .page-gambling-news-tech-innovation-in-gambling__cta-title {
        font-size: 2em;
    }

    .page-gambling-news-tech-innovation-in-gambling__cta-description {
        font-size: 1em;
    }

    .page-gambling-news-tech-innovation-in-gambling__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-gambling-news-tech-innovation-in-gambling__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
}