/* style/online-casino-game-types-introduction.css */
.page-online-casino-game-types-introduction {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-online-casino-game-types-introduction .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-online-casino-game-types-introduction .hero-section {
    background: linear-gradient(135deg, #FFD700, #00BFFF);
    color: #ffffff; /* White text on blue/gold gradient for high contrast */
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-online-casino-game-types-introduction .hero-section h1 {
    font-size: 3em;
    margin-bottom: 20px;
    color: #000000; /* Darker text for contrast on lighter parts of gradient */
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.page-online-casino-game-types-introduction .hero-section p {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #222; /* Dark text for contrast */
}

.page-online-casino-game-types-introduction .hero-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.page-online-casino-game-types-introduction .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}

.page-online-casino-game-types-introduction .btn-primary {
    background-color: #FFD700; /* Gold background */
    color: #333; /* Dark text for contrast */
    border: 2px solid #b39700;
}

.page-online-casino-game-types-introduction .btn-primary:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-online-casino-game-types-introduction .btn-secondary {
    background-color: #00BFFF; /* Deep sky blue background */
    color: #FFFFFF; /* White text for contrast */
    border: 2px solid #0086b3;
}

.page-online-casino-game-types-introduction .btn-secondary:hover {
    background-color: #00aadd;
    transform: translateY(-2px);
}

.page-online-casino-game-types-introduction .game-types-overview,
.page-online-casino-game-types-introduction .why-caxeng,
.page-online-casino-game-types-introduction .responsible-gambling,
.page-online-casino-game-types-introduction .call-to-action {
    padding: 60px 0;
}

.page-online-casino-game-types-introduction .game-types-overview {
    background-color: #f9f9f9;
}

.page-online-casino-game-types-introduction .game-types-overview h2,
.page-online-casino-game-types-introduction .why-caxeng h2,
.page-online-casino-game-types-introduction .responsible-gambling h2,
.page-online-casino-game-types-introduction .call-to-action h2 {
    font-size: 2.5em;
    color: #00BFFF; /* Deep sky blue for headings */
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.page-online-casino-game-types-introduction .game-types-overview p,
.page-online-casino-game-types-introduction .why-caxeng p,
.page-online-casino-game-types-introduction .responsible-gambling p,
.page-online-casino-game-types-introduction .call-to-action p {
    font-size: 1.1em;
    text-align: center;
    margin-bottom: 20px;
    color: #444;
}

.page-online-casino-game-types-introduction .game-category {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 30px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-online-casino-game-types-introduction .game-category h3 {
    font-size: 2em;
    color: #FFD700; /* Gold for subheadings */
    margin-bottom: 20px;
    font-weight: 600;
}

.page-online-casino-game-types-introduction .game-category p {
    text-align: left;
    color: #333;
    margin-bottom: 15px;
}

.page-online-casino-game-types-introduction .game-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.page-online-casino-game-types-introduction .game-category ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
    text-align: left;
    width: 100%;
    max-width: 600px;
}

.page-online-casino-game-types-introduction .game-category ul li {
    background-color: #e0f7fa; /* Light blue background for list items */
    margin-bottom: 10px;
    padding: 10px 15px;
    border-left: 5px solid #00BFFF; /* Deep sky blue accent */
    border-radius: 5px;
    color: #333;
    font-size: 1em;
}

.page-online-casino-game-types-introduction .why-caxeng {
    background-color: #e0f7fa; /* Light blue background */
    color: #333;
    text-align: center;
}

.page-online-casino-game-types-introduction .why-caxeng ul {
    list-style: none;
    padding: 0;
    margin: 0 auto 30px auto;
    max-width: 800px;
}

.page-online-casino-game-types-introduction .why-caxeng ul li {
    background-color: #ffffff; /* White background for list items */
    margin-bottom: 15px;
    padding: 15px 20px;
    border-left: 5px solid #FFD700; /* Gold accent */
    border-radius: 8px;
    text-align: left;
    font-size: 1.1em;
    color: #333;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.page-online-casino-game-types-introduction .app-image {
    max-width: 500px;
    width: 100%;
    height: auto;
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.page-online-casino-game-types-introduction .responsible-gambling {
    background-color: #f9f9f9;
    color: #333;
    text-align: center;
}

.page-online-casino-game-types-introduction .call-to-action {
    background: linear-gradient(90deg, #00BFFF, #FFD700); /* Gradient for CTA */
    color: #ffffff; /* White text for contrast */
    text-align: center;
    padding: 80px 0;
}

.page-online-casino-game-types-introduction .call-to-action h2 {
    color: #000000; /* Darker text for contrast on lighter gradient */
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.page-online-casino-game-types-introduction .call-to-action p {
    color: #222; /* Dark text for contrast */
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.page-online-casino-game-types-introduction .brand-link {
    color: inherit; /* Inherit color from parent for brand links */
    text-decoration: underline;
    font-weight: bold;
}

.page-online-casino-game-types-introduction .brand-link:hover {
    color: #00BFFF; /* Deep sky blue on hover for brand links */
    text-decoration: none;
}

.page-online-casino-game-types-introduction .hero-section .brand-link {
    color: #000000;
}

.page-online-casino-game-types-introduction .hero-section .brand-link:hover {
    color: #00BFFF;
}

.page-online-casino-game-types-introduction .app-download-link {
    color: #00BFFF;
    text-decoration: underline;
}

.page-online-casino-game-types-introduction .app-download-link:hover {
    color: #FFD700;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-online-casino-game-types-introduction .hero-section h1 {
        font-size: 2.2em;
    }

    .page-online-casino-game-types-introduction .game-types-overview h2,
    .page-online-casino-game-types-introduction .why-caxeng h2,
    .page-online-casino-game-types-introduction .responsible-gambling h2,
    .page-online-casino-game-types-introduction .call-to-action h2 {
        font-size: 2em;
    }

    .page-online-casino-game-types-introduction .game-category h3 {
        font-size: 1.6em;
    }

    .page-online-casino-game-types-introduction .hero-section,
    .page-online-casino-game-types-introduction .game-types-overview,
    .page-online-casino-game-types-introduction .why-caxeng,
    .page-online-casino-game-types-introduction .responsible-gambling,
    .page-online-casino-game-types-introduction .call-to-action {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .page-online-casino-game-types-introduction .hero-section h1 {
        font-size: 1.8em;
    }

    .page-online-casino-game-types-introduction .hero-section p {
        font-size: 1em;
    }

    .page-online-casino-game-types-introduction .btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .page-online-casino-game-types-introduction .game-types-overview h2,
    .page-online-casino-game-types-introduction .why-caxeng h2,
    .page-online-casino-game-types-introduction .responsible-gambling h2,
    .page-online-casino-game-types-introduction .call-to-action h2 {
        font-size: 1.8em;
    }

    .page-online-casino-game-types-introduction .game-category h3 {
        font-size: 1.4em;
    }
}