/* style/index-why-choose-ta88.css */
.page-index-why-choose-ta88 {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-index-why-choose-ta88__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-index-why-choose-ta88__hero-section {
    background: linear-gradient(135deg, #0A2463, #E3B23C);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
}

.page-index-why-choose-ta88__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: bold;
}

.page-index-why-choose-ta88__hero-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 40px;
}

.page-index-why-choose-ta88__hero-cta {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-index-why-choose-ta88__btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    font-size: 1.1em;
    cursor: pointer;
}

.page-index-why-choose-ta88__btn--primary {
    background-color: #E3B23C;
    color: #0A2463;
    border: 2px solid #E3B23C;
}

.page-index-why-choose-ta88__btn--primary:hover {
    background-color: #f5db9c;
    border-color: #f5db9c;
}

.page-index-why-choose-ta88__btn--secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.page-index-why-choose-ta88__btn--secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #E3B23C;
    color: #E3B23C;
}

.page-index-why-choose-ta88__btn--accent {
    background-color: #E3B23C;
    color: #0A2463;
    border: 2px solid #E3B23C;
}

.page-index-why-choose-ta88__btn--accent:hover {
    background-color: #f5db9c;
    border-color: #f5db9c;
}

.page-index-why-choose-ta88__btn--outline {
    background-color: transparent;
    color: #E3B23C;
    border: 1px solid #E3B23C;
    padding: 10px 20px;
    font-size: 0.95em;
}

.page-index-why-choose-ta88__btn--outline:hover {
    background-color: #E3B23C;
    color: #0A2463;
}

.page-index-why-choose-ta88__btn--small {
    padding: 8px 15px;
    font-size: 0.9em;
    border-radius: 5px;
    background-color: #E3B23C;
    color: #0A2463;
    border: 1px solid #E3B23C;
    margin-top: 10px;
}

.page-index-why-choose-ta88__btn--small:hover {
    background-color: #f5db9c;
    border-color: #f5db9c;
}

.page-index-why-choose-ta88__section-title {
    font-size: 2.2em;
    color: #0A2463;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    padding-top: 60px;
}

.page-index-why-choose-ta88__section-subtitle {
    font-size: 1.1em;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.page-index-why-choose-ta88__text--light {
    color: #ffffff;
}

.page-index-why-choose-ta88__bg--dark {
    background-color: #0A2463;
}

.page-index-why-choose-ta88__features-section,
.page-index-why-choose-ta88__experience-section,
.page-index-why-choose-ta88__promotions-section,
.page-index-why-choose-ta88__responsible-gaming-section,
.page-index-why-choose-ta88__faq-section {
    padding: 60px 0;
}

.page-index-why-choose-ta88__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-why-choose-ta88__feature-item {
    text-align: center;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-index-why-choose-ta88__feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-index-why-choose-ta88__feature-heading {
    font-size: 1.5em;
    color: #0A2463;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-index-why-choose-ta88__feature-text {
    font-size: 1em;
    color: #555;
}

.page-index-why-choose-ta88__game-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-why-choose-ta88__game-card {
    background-color: #1a3a7a; /* Darker variant of primary color */
    color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-index-why-choose-ta88__game-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
}

.page-index-why-choose-ta88__game-title {
    font-size: 1.4em;
    margin-bottom: 10px;
    color: #E3B23C;
    padding: 0 15px;
}

.page-index-why-choose-ta88__game-description {
    font-size: 0.95em;
    color: #cccccc;
    margin-bottom: 20px;
    flex-grow: 1;
    padding: 0 15px;
}

.page-index-why-choose-ta88__content-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 40px;
}

.page-index-why-choose-ta88__content-wrapper.page-index-why-choose-ta88__reverse-layout {
    flex-direction: row-reverse;
}

.page-index-why-choose-ta88__text-content {
    flex: 1;
}

.page-index-why-choose-ta88__image-side {
    flex: 1;
    text-align: center;
}

.page-index-why-choose-ta88__responsive-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-index-why-choose-ta88__sub-heading {
    font-size: 1.8em;
    color: #0A2463;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-index-why-choose-ta88__paragraph {
    font-size: 1.05em;
    margin-bottom: 15px;
    color: #444;
}

.page-index-why-choose-ta88__service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-why-choose-ta88__service-item {
    text-align: center;
    padding: 30px;
    background-color: #1a3a7a;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.page-index-why-choose-ta88__service-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    object-fit: contain;
    filter: brightness(1.2);
}

.page-index-why-choose-ta88__service-heading {
    font-size: 1.5em;
    color: #E3B23C;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-index-why-choose-ta88__service-text {
    font-size: 1em;
    color: #cccccc;
}

.page-index-why-choose-ta88__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-index-why-choose-ta88__promo-card {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.page-index-why-choose-ta88__promo-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 15px;
}

.page-index-why-choose-ta88__promo-title {
    font-size: 1.4em;
    color: #0A2463;
    margin-bottom: 10px;
    padding: 0 15px;
}

.page-index-why-choose-ta88__promo-description {
    font-size: 0.95em;
    color: #555;
    margin-bottom: 20px;
    flex-grow: 1;
    padding: 0 15px;
}

.page-index-why-choose-ta88__cta-bottom {
    text-align: center;
    margin-top: 60px;
}

.page-index-why-choose-ta88__cta-final {
    text-align: center;
    margin-top: 50px;
}

.page-index-why-choose-ta88__conclusion-section .page-index-why-choose-ta88__paragraph {
    color: #cccccc;
    font-size: 1.1em;
    margin-bottom: 20px;
}

.page-index-why-choose-ta88__faq-list {
    margin-top: 40px;
}

.page-index-why-choose-ta88__faq-item {
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-index-why-choose-ta88__faq-question {
    font-size: 1.25em;
    color: #0A2463;
    padding: 20px 25px;
    cursor: pointer;
    position: relative;
    margin: 0;
    background-color: #f9f9f9;
    font-weight: bold;
}

.page-index-why-choose-ta88__faq-question::after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.page-index-why-choose-ta88__faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(0deg);
}

.page-index-why-choose-ta88__faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease-out;
    background-color: #ffffff;
}

.page-index-why-choose-ta88__faq-answer.open {
    max-height: 300px; /* Adjust as needed */
    padding: 20px 25px;
}

.page-index-why-choose-ta88__faq-answer p {
    margin-bottom: 10px;
    color: #555;
}

.page-index-why-choose-ta88__mt-20 {
    margin-top: 20px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .page-index-why-choose-ta88__hero-title {
        font-size: 2.2em;
    }

    .page-index-why-choose-ta88__section-title {
        font-size: 1.8em;
    }

    .page-index-why-choose-ta88__feature-item,
    .page-index-why-choose-ta88__game-card,
    .page-index-why-choose-ta88__service-item,
    .page-index-why-choose-ta88__promo-card {
        padding: 20px;
    }

    .page-index-why-choose-ta88__content-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .page-index-why-choose-ta88__content-wrapper.page-index-why-choose-ta88__reverse-layout {
        flex-direction: column;
    }

    .page-index-why-choose-ta88__image-side {
        order: -1; /* For reverse layout on mobile */
    }
}

@media (max-width: 768px) {
    .page-index-why-choose-ta88__hero-title {
        font-size: 1.8em;
    }

    .page-index-why-choose-ta88__hero-description {
        font-size: 1em;
    }

    .page-index-why-choose-ta88__hero-cta {
        flex-direction: column;
        gap: 15px;
    }

    .page-index-why-choose-ta88__btn {
        width: 100%;
        max-width: 300px;
    }

    .page-index-why-choose-ta88__section-title {
        font-size: 1.6em;
    }

    .page-index-why-choose-ta88__sub-heading {
        font-size: 1.5em;
    }

    .page-index-why-choose-ta88__faq-question {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-index-why-choose-ta88__hero-title {
        font-size: 1.5em;
    }

    .page-index-why-choose-ta88__section-title {
        font-size: 1.4em;
    }

    .page-index-why-choose-ta88__hero-section {
        padding: 50px 0;
    }
}