/* style/live-casino-technology.css */
.page-live-casino-technology {
    font-family: 'Arial', sans-serif;
    color: #f0f0f0; /* Default text color for dark background */
    background-color: #1A0D3B; /* Main dark background */
}

.page-live-casino-technology__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-live-casino-technology__hero-section {
    background: linear-gradient(135deg, #1A0D3B 0%, #3a1f70 100%); /* Dark gradient */
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #FFD700;
}

.page-live-casino-technology__hero-title {
    font-size: 3.5em;
    color: #FFD700; /* Bright yellow for title */
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-live-casino-technology__hero-subtitle {
    font-size: 1.5em;
    color: #e0e0e0;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* General Section Styling */
.page-live-casino-technology__section-title {
    font-size: 2.8em;
    color: #FFD700; /* Bright yellow for section titles */
    text-align: center;
    margin-bottom: 30px;
    padding-top: 60px;
    position: relative;
}

.page-live-casino-technology__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #FFD700;
    margin: 15px auto 0;
    border-radius: 2px;
}

.page-live-casino-technology__section-description {
    font-size: 1.2em;
    color: #c0c0c0;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

/* Buttons */
.page-live-casino-technology__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;
    margin: 10px;
    cursor: pointer;
}

.page-live-casino-technology__btn--primary {
    background-color: #FFD700; /* Auxiliary color */
    color: #1A0D3B; /* Main dark color for text */
    border: 2px solid #FFD700;
}

.page-live-casino-technology__btn--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-live-casino-technology__btn--secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-live-casino-technology__btn--secondary:hover {
    background-color: #FFD700;
    color: #1A0D3B;
    transform: translateY(-3px);
}

.page-live-casino-technology__btn--ghost {
    background-color: rgba(255, 255, 255, 0.1);
    color: #FFD700;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.page-live-casino-technology__btn--ghost:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.page-live-casino-technology__btn--large {
    padding: 18px 40px;
    font-size: 1.3em;
}

/* Intro Section */
.page-live-casino-technology__intro-section {
    background-color: #1A0D3B;
    padding: 80px 0;
}

.page-live-casino-technology__intro-content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.page-live-casino-technology__intro-content .page-live-casino-technology__text-content {
    flex: 1;
}

.page-live-casino-technology__intro-content .page-live-casino-technology__image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-live-casino-technology__intro-content .page-live-casino-technology__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-live-casino-technology__intro-section p {
    font-size: 1.1em;
    line-height: 1.8;
    color: #d0d0d0;
    margin-bottom: 20px;
}

/* Features Section */
.page-live-casino-technology__features-section {
    background-color: #2a155c;
    padding: 80px 0;
    text-align: center;
}

.page-live-casino-technology__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page-live-casino-technology__feature-item {
    background-color: #3a1f70; /* Slightly lighter dark background */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: left;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-live-casino-technology__feature-item:hover {
    transform: translateY(-10px);
    background-color: #4a2d8a;
}

.page-live-casino-technology__feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 5px #FFD700);
}

.page-live-casino-technology__feature-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-bottom: 15px;
}

.page-live-casino-technology__feature-item p {
    font-size: 1em;
    line-height: 1.7;
    color: #c0c0c0;
}

/* Benefits Section */
.page-live-casino-technology__benefits-section {
    background-color: #1A0D3B;
    padding: 80px 0;
}

.page-live-casino-technology__benefits-content {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-direction: row-reverse; /* Image on right */
}

.page-live-casino-technology__benefits-content .page-live-casino-technology__text-content {
    flex: 1;
}

.page-live-casino-technology__benefits-content .page-live-casino-technology__image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-live-casino-technology__benefits-content .page-live-casino-technology__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-live-casino-technology__benefits-section ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.page-live-casino-technology__benefits-section ul li {
    font-size: 1.1em;
    color: #d0d0d0;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    line-height: 1.6;
}

.page-live-casino-technology__benefits-section ul li::before {
    content: '✅'; /* Checkmark icon */
    position: absolute;
    left: 0;
    color: #FFD700;
    font-size: 1.2em;
    top: 0;
}

/* Partners Section */
.page-live-casino-technology__partners-section {
    background-color: #2a155c;
    padding: 80px 0;
    text-align: center;
}

.page-live-casino-technology__partner-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.page-live-casino-technology__partner-logo {
    max-height: 80px;
    filter: grayscale(80%) brightness(150%) contrast(120%);
    transition: filter 0.3s ease;
}

.page-live-casino-technology__partner-logo:hover {
    filter: grayscale(0%) brightness(100%) contrast(100%);
}

/* Responsible Gambling Section */
.page-live-casino-technology__responsible-gambling-section {
    background-color: #1A0D3B;
    padding: 80px 0;
    text-align: center;
}

/* CTA Section */
.page-live-casino-technology__cta-section {
    background-color: #2a155c;
    padding: 80px 0;
    text-align: center;
}

.page-live-casino-technology__cta-list {
    list-style: none;
    padding: 0;
    margin: 40px auto 50px;
    max-width: 700px;
    text-align: left;
}

.page-live-casino-technology__cta-list li {
    font-size: 1.2em;
    color: #e0e0e0;
    margin-bottom: 15px;
    position: relative;
    padding-left: 35px;
    line-height: 1.6;
}

.page-live-casino-technology__cta-list li::before {
    content: '⭐'; /* Star icon */
    position: absolute;
    left: 0;
    color: #FFD700;
    font-size: 1.2em;
    top: 0;
}

/* FAQ Section */
.page-live-casino-technology__faq-section {
    background-color: #1A0D3B;
    padding: 80px 0;
}

.page-live-casino-technology__faq-item {
    background-color: #2a155c;
    margin-bottom: 20px;
    padding: 25px 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-live-casino-technology__faq-question {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-live-casino-technology__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-live-casino-technology__faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-live-casino-technology__faq-answer {
    font-size: 1em;
    color: #c0c0c0;
    line-height: 1.7;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    padding-top: 0;
}

.page-live-casino-technology__faq-answer.active {
    max-height: 500px; /* Adjust as needed for content */
    padding-top: 15px;
}

/* Final CTA Section */
.page-live-casino-technology__final-cta-section {
    background: linear-gradient(45deg, #FFD700 0%, #e6c200 100%); /* Bright gradient */
    padding: 80px 0;
    text-align: center;
    color: #1A0D3B; /* Dark text for bright background */
}

.page-live-casino-technology__final-cta-section .page-live-casino-technology__section-title {
    color: #1A0D3B;
}

.page-live-casino-technology__final-cta-section .page-live-casino-technology__section-title::after {
    background-color: #1A0D3B;
}

.page-live-casino-technology__final-cta-section .page-live-casino-technology__section-description {
    color: #333;
    margin-bottom: 40px;
}

.page-live-casino-technology__final-cta-section .page-live-casino-technology__btn--primary {
    background-color: #1A0D3B;
    color: #FFD700;
    border-color: #1A0D3B;
}

.page-live-casino-technology__final-cta-section .page-live-casino-technology__btn--primary:hover {
    background-color: #3a1f70;
    color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-live-casino-technology__hero-title {
        font-size: 2.8em;
    }
    .page-live-casino-technology__hero-subtitle {
        font-size: 1.3em;
    }
    .page-live-casino-technology__section-title {
        font-size: 2.2em;
    }
    .page-live-casino-technology__intro-content,
    .page-live-casino-technology__benefits-content {
        flex-direction: column;
        text-align: center;
    }
    .page-live-casino-technology__intro-content .page-live-casino-technology__text-content,
    .page-live-casino-technology__benefits-content .page-live-casino-technology__text-content {
        order: 2;
    }
    .page-live-casino-technology__intro-content .page-live-casino-technology__image-wrapper,
    .page-live-casino-technology__benefits-content .page-live-casino-technology__image-wrapper {
        order: 1;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .page-live-casino-technology__hero-section,
    .page-live-casino-technology__intro-section,
    .page-live-casino-technology__features-section,
    .page-live-casino-technology__benefits-section,
    .page-live-casino-technology__partners-section,
    .page-live-casino-technology__responsible-gambling-section,
    .page-live-casino-technology__cta-section,
    .page-live-casino-technology__faq-section,
    .page-live-casino-technology__final-cta-section {
        padding: 60px 0;
    }
    .page-live-casino-technology__hero-title {
        font-size: 2.2em;
    }
    .page-live-casino-technology__hero-subtitle {
        font-size: 1.1em;
    }
    .page-live-casino-technology__section-title {
        font-size: 1.8em;
    }
    .page-live-casino-technology__section-description {
        font-size: 1em;
    }
    .page-live-casino-technology__feature-grid {
        grid-template-columns: 1fr;
    }
    .page-live-casino-technology__feature-item {
        text-align: center;
    }
    .page-live-casino-technology__feature-icon {
        margin: 0 auto 20px;
    }
    .page-live-casino-technology__benefits-section ul li,
    .page-live-casino-technology__cta-list li {
        padding-left: 0;
        text-align: left;
    }
    .page-live-casino-technology__benefits-section ul li::before,
    .page-live-casino-technology__cta-list li::before {
        position: static;
        margin-right: 10px;
        display: inline-block;
    }
    .page-live-casino-technology__partner-logos {
        gap: 20px;
    }
    .page-live-casino-technology__partner-logo {
        max-height: 60px;
    }
    .page-live-casino-technology__faq-question {
        font-size: 1.2em;
    }
    .page-live-casino-technology__faq-answer {
        font-size: 0.95em;
    }
}

@media (max-width: 480px) {
    .page-live-casino-technology__hero-title {
        font-size: 1.8em;
    }
    .page-live-casino-technology__hero-subtitle {
        font-size: 1em;
    }
    .page-live-casino-technology__btn {
        padding: 12px 20px;
        font-size: 0.9em;
    }
    .page-live-casino-technology__btn--large {
        padding: 15px 25px;
        font-size: 1.1em;
    }
    .page-live-casino-technology__section-title {
        font-size: 1.5em;
    }
    .page-live-casino-technology__intro-section p,
    .page-live-casino-technology__benefits-section p,
    .page-live-casino-technology__feature-item p,
    .page-live-casino-technology__benefits-section ul li,
    .page-live-casino-technology__cta-list li,
    .page-live-casino-technology__faq-answer {
        font-size: 0.9em;
    }
    .page-live-casino-technology__faq-question {
        font-size: 1.1em;
    }
}