/* style/resources-w88-official-casino-game-strategy.css */
.page-resources-w88-official-casino-game-strategy {
    font-family: 'Arial', sans-serif;
    color: #333333;
    line-height: 1.6;
    background-color: #FFFFFF;
}

.page-resources-w88-official-casino-game-strategy__hero-section {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding-top: var(--header-offset, 120px);
    box-sizing: border-box;
}

.page-resources-w88-official-casino-game-strategy__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.page-resources-w88-official-casino-game-strategy__hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
}

.page-resources-w88-official-casino-game-strategy__hero-content {
    position: relative;
    z-index: 3;
    max-width: 900px;
    padding: 20px;
}

.page-resources-w88-official-casino-game-strategy__hero-title {
    font-size: 3.5em;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.page-resources-w88-official-casino-game-strategy__hero-description {
    font-size: 1.2em;
    color: #F0F0F0;
    margin-bottom: 30px;
}

.page-resources-w88-official-casino-game-strategy__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-resources-w88-official-casino-game-strategy__btn-primary,
.page-resources-w88-official-casino-game-strategy__btn-secondary {
    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-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-resources-w88-official-casino-game-strategy__btn-primary {
    background-color: #C30808; /* Đăng ký color */
    color: #FFFF00; /* Đăng ký font color */
    border: 2px solid #C30808;
}

.page-resources-w88-official-casino-game-strategy__btn-primary:hover {
    background-color: #E00000;
    transform: translateY(-2px);
}

.page-resources-w88-official-casino-game-strategy__btn-secondary {
    background-color: #C30808; /* Đăng nhập color */
    color: #FFFF00; /* Đăng nhập font color */
    border: 2px solid #C30808;
}

.page-resources-w88-official-casino-game-strategy__btn-secondary:hover {
    background-color: #E00000;
    transform: translateY(-2px);
}

.page-resources-w88-official-casino-game-strategy__content-area,
.page-resources-w88-official-casino-game-strategy__faq-section,
.page-resources-w88-official-casino-game-strategy__contact-cta {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    box-sizing: border-box;
}

.page-resources-w88-official-casino-game-strategy__section-title {
    font-size: 2.5em;
    color: #017439;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.page-resources-w88-official-casino-game-strategy__section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background-color: #017439;
    margin: 15px auto 0;
}

.page-resources-w88-official-casino-game-strategy__text-block {
    font-size: 1.1em;
    margin-bottom: 25px;
    text-align: justify;
}

.page-resources-w88-official-casino-game-strategy__game-grid,
.page-resources-w88-official-casino-game-strategy__strategy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.page-resources-w88-official-casino-game-strategy__game-card,
.page-resources-w88-official-casino-game-strategy__strategy-item,
.page-resources-w88-official-casino-game-strategy__tip-card {
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
}

.page-resources-w88-official-casino-game-strategy__game-card:hover,
.page-resources-w88-official-casino-game-strategy__strategy-item:hover,
.page-resources-w88-official-casino-game-strategy__tip-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-w88-official-casino-game-strategy__game-image,
.page-resources-w88-official-casino-game-strategy__tip-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
    display: block;
}

.page-resources-w88-official-casino-game-strategy__game-title,
.page-resources-w88-official-casino-game-strategy__strategy-title,
.page-resources-w88-official-casino-game-strategy__tip-title {
    font-size: 1.8em;
    color: #017439;
    margin-bottom: 15px;
}

.page-resources-w88-official-casino-game-strategy__game-description,
.page-resources-w88-official-casino-game-strategy__strategy-description,
.page-resources-w88-official-casino-game-strategy__tip-description {
    font-size: 1em;
    color: #555555;
    text-align: justify;
    flex-grow: 1;
}

.page-resources-w88-official-casino-game-strategy__tips-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.page-resources-w88-official-casino-game-strategy__btn-download {
    margin-top: auto; /* Push to bottom */
    width: auto; /* Allow button to size itself */
    align-self: center;
}

.page-resources-w88-official-casino-game-strategy__video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    margin-bottom: 40px;
    overflow: hidden;
    box-sizing: border-box;
}

.page-resources-w88-official-casino-game-strategy__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    cursor: pointer;
}

.page-resources-w88-official-casino-game-strategy__video-caption {
    text-align: center;
    font-style: italic;
    color: #666666;
    margin-top: 15px;
}

.page-resources-w88-official-casino-game-strategy__registration-steps {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.page-resources-w88-official-casino-game-strategy__registration-steps li {
    background-color: #F8F8F8;
    border-left: 5px solid #017439;
    margin-bottom: 15px;
    padding: 15px 20px;
    font-size: 1.1em;
    color: #333333;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-resources-w88-official-casino-game-strategy__cta-buttons--bottom {
    margin-top: 40px;
}

.page-resources-w88-official-casino-game-strategy__faq-section {
    background-color: #017439;
    color: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 80px;
}

.page-resources-w88-official-casino-game-strategy__faq-section .page-resources-w88-official-casino-game-strategy__section-title {
    color: #FFFFFF;
}

.page-resources-w88-official-casino-game-strategy__faq-section .page-resources-w88-official-casino-game-strategy__section-title::after {
    background-color: #FFFFFF;
}

.page-resources-w88-official-casino-game-strategy__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-resources-w88-official-casino-game-strategy__faq-item {
    background-color: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.page-resources-w88-official-casino-game-strategy__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2em;
    font-weight: bold;
    color: #017439;
    cursor: pointer;
    list-style: none;
    outline: none;
    transition: background-color 0.3s ease;
}

.page-resources-w88-official-casino-game-strategy__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-resources-w88-official-casino-game-strategy__faq-item summary:hover {
    background-color: #F0F0F0;
}

.page-resources-w88-official-casino-game-strategy__faq-qtext {
    flex-grow: 1;
    text-align: left;
}

.page-resources-w88-official-casino-game-strategy__faq-toggle {
    font-size: 1.5em;
    margin-left: 15px;
    color: #017439;
}

.page-resources-w88-official-casino-game-strategy__faq-answer {
    padding: 0 25px 20px;
    font-size: 1.05em;
    color: #333333;
    text-align: justify;
}

.page-resources-w88-official-casino-game-strategy__contact-cta {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Color Contrast Specifics */
.page-resources-w88-official-casino-game-strategy__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-w88-official-casino-game-strategy__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-w88-official-casino-game-strategy__light-text {
  color: #ffffff;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-resources-w88-official-casino-game-strategy__hero-title {
        font-size: 2.8em;
    }
    .page-resources-w88-official-casino-game-strategy__hero-description {
        font-size: 1.1em;
    }
    .page-resources-w88-official-casino-game-strategy__section-title {
        font-size: 2em;
    }
    .page-resources-w88-official-casino-game-strategy__game-card,
    .page-resources-w88-official-casino-game-strategy__strategy-item,
    .page-resources-w88-official-casino-game-strategy__tip-card {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .page-resources-w88-official-casino-game-strategy {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-resources-w88-official-casino-game-strategy__hero-section {
        height: 500px;
        padding-top: var(--header-offset, 120px) !important;
    }
    .page-resources-w88-official-casino-game-strategy__hero-title {
        font-size: 2.2em;
    }
    .page-resources-w88-official-casino-game-strategy__hero-description {
        font-size: 1em;
    }
    .page-resources-w88-official-casino-game-strategy__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-resources-w88-official-casino-game-strategy__btn-primary,
    .page-resources-w88-official-casino-game-strategy__btn-secondary,
    .page-resources-w88-official-casino-game-strategy a[class*="button"],
    .page-resources-w88-official-casino-game-strategy a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-resources-w88-official-casino-game-strategy__cta-buttons,
    .page-resources-w88-official-casino-game-strategy__button-group,
    .page-resources-w88-official-casino-game-strategy__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-wrap: wrap !important;
        gap: 10px;
    }

    .page-resources-w88-official-casino-game-strategy__content-area,
    .page-resources-w88-official-casino-game-strategy__faq-section,
    .page-resources-w88-official-casino-game-strategy__contact-cta {
        padding: 40px 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-resources-w88-official-casino-game-strategy__section-title {
        font-size: 1.8em;
    }
    .page-resources-w88-official-casino-game-strategy__game-grid,
    .page-resources-w88-official-casino-game-strategy__strategy-grid,
    .page-resources-w88-official-casino-game-strategy__tips-section {
        grid-template-columns: 1fr;
    }
    .page-resources-w88-official-casino-game-strategy__game-image,
    .page-resources-w88-official-casino-game-strategy__tip-image,
    .page-resources-w88-official-casino-game-strategy img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-resources-w88-official-casino-game-strategy__video-container,
    .page-resources-w88-official-casino-game-strategy__video-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 0 !important; /* Video container handles its own padding, adjust if needed */
        padding-right: 0 !important;
        overflow: hidden !important;
    }
    .page-resources-w88-official-casino-game-strategy__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    .page-resources-w88-official-casino-game-strategy__faq-item summary {
        font-size: 1.1em;
        padding: 15px 20px;
    }
    .page-resources-w88-official-casino-game-strategy__faq-answer {
        padding: 0 20px 15px;
    }
    .page-resources-w88-official-casino-game-strategy__registration-steps li {
        font-size: 1em;
        padding: 12px 15px;
    }
    .page-resources-w88-official-casino-game-strategy__game-card,
    .page-resources-w88-official-casino-game-strategy__strategy-item,
    .page-resources-w88-official-casino-game-strategy__tip-card {
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      padding: 15px;
    }
    .page-resources-w88-official-casino-game-strategy__video-section {
      padding-top: var(--header-offset, 120px) !important;
    }
}

@media (max-width: 480px) {
    .page-resources-w88-official-casino-game-strategy__hero-title {
        font-size: 1.8em;
    }
    .page-resources-w88-official-casino-game-strategy__hero-section {
        height: 400px;
    }
    .page-resources-w88-official-casino-game-strategy__btn-primary,
    .page-resources-w88-official-casino-game-strategy__btn-secondary {
        font-size: 1em;
        padding: 12px 20px;
    }
    .page-resources-w88-official-casino-game-strategy__section-title {
        font-size: 1.5em;
    }
    .page-resources-w88-official-casino-game-strategy__game-title,
    .page-resources-w88-official-casino-game-strategy__strategy-title,
    .page-resources-w88-official-casino-game-strategy__tip-title {
        font-size: 1.5em;
    }
}