.page-jd88-co { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; padding-top: var(--header-offset, 122px); } .page-jd88-co__hero-section { position: relative; width: 100%; overflow: hidden; color: #fff; text-align: center; padding: 10px 0 60px 0; background: linear-gradient(135deg, #1f2a38 0%, #0a0e14 100%); } .page-jd88-co__hero-image { width: 100%; height: auto; max-height: 500px; object-fit: cover; display: block; filter: brightness(0.7); } .page-jd88-co__hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; max-width: 90%; } .page-jd88-co__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; color: #fddb00; } .page-jd88-co__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-jd88-co__cta-button { display: inline-block; background-color: #fddb00; color: #1a1a1a; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-jd88-co__cta-button:hover { background-color: #ffe033; transform: translateY(-3px); } .page-jd88-co__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #121212; } .page-jd88-co__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-jd88-co__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-jd88-co__section { padding: 60px 20px; text-align: center; max-width: 1200px; margin: 0 auto; } .page-jd88-co__section--dark { background-color: #121212; } .page-jd88-co__section-title { font-size: 2.2em; color: #fddb00; margin-bottom: 40px; position: relative; padding-bottom: 15px; } .page-jd88-co__section-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #fddb00; margin: 10px auto 0 auto; } .page-jd88-co__text-content { font-size: 1.1em; max-width: 800px; margin: 0 auto 30px auto; color: #ccc; } .page-jd88-co__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-jd88-co__grid-item { background-color: #2a2a2a; padding: 30px; border-radius: 15px; text-align: left; transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; } .page-jd88-co__grid-item:hover { transform: translateY(-10px); } .page-jd88-co__grid-item-icon { width: 80px; height: 80px; margin-bottom: 20px; } .page-jd88-co__grid-item-title { font-size: 1.4em; color: #fddb00; margin-bottom: 15px; text-align: center; } .page-jd88-co__grid-item-description { font-size: 0.95em; color: #ccc; text-align: center; } .page-jd88-co__quick-links-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-jd88-co__quick-link-button { display: inline-block; background-color: #333; color: #fddb00; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease, color 0.3s ease; border: 1px solid #fddb00; } .page-jd88-co__quick-link-button:hover { background-color: #fddb00; color: #1a1a1a; } .page-jd88-co__game-category { background-color: #2a2a2a; border-radius: 15px; overflow: hidden; text-align: center; } .page-jd88-co__game-category-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-jd88-co__game-category-title { font-size: 1.5em; color: #fddb00; padding: 20px; margin: 0; } .page-jd88-co__promotion-card { background-color: #2a2a2a; border-radius: 15px; text-align: left; overflow: hidden; } .page-jd88-co__promotion-image { width: 100%; height: 250px; object-fit: cover; } .page-jd88-co__promotion-content { padding: 25px; } .page-jd88-co__promotion-title { font-size: 1.5em; color: #fddb00; margin-bottom: 10px; } .page-jd88-co__promotion-description { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } .page-jd88-co__promotion-button { background-color: #fddb00; color: #1a1a1a; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-jd88-co__promotion-button:hover { background-color: #ffe033; } .page-jd88-co__contact-info { margin-top: 30px; } .page-jd88-co__contact-item { display: flex; align-items: center; justify-content: center; margin-bottom: 15px; color: #ccc; } .page-jd88-co__contact-icon { width: 30px; height: 30px; margin-right: 15px; } .page-jd88-co__contact-text { font-size: 1.1em; } .page-jd88-co__faq-container { margin-top: 40px; text-align: left; } .page-jd88-co__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 10px; overflow: hidden; } .page-jd88-co__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #333; cursor: pointer; user-select: none; color: #fddb00; transition: background-color 0.3s ease; } .page-jd88-co__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-jd88-co__faq-question:hover { background-color: #444; } .page-jd88-co__faq-toggle { font-size: 1.5em; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; } .page-jd88-co__faq-item.active .page-jd88-co__faq-toggle { transform: rotate(45deg); } .page-jd88-co__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #ccc; } .page-jd88-co__faq-item.active .page-jd88-co__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-jd88-co__blog-card { background-color: #2a2a2a; border-radius: 15px; text-align: left; overflow: hidden; display: flex; flex-direction: column; height: 100%; } .page-jd88-co__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-jd88-co__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-jd88-co__blog-title { font-size: 1.3em; color: #fddb00; margin-bottom: 10px; line-height: 1.4; } .page-jd88-co__blog-title a { color: #fddb00; text-decoration: none; transition: color 0.3s ease; } .page-jd88-co__blog-title a:hover { color: #ffe033; } .page-jd88-co__blog-excerpt { font-size: 0.9em; color: #ccc; margin-bottom: 15px; flex-grow: 1; } .page-jd88-co__blog-date { font-size: 0.8em; color: #888; text-align: right; } @media (max-width: 768px) { .page-jd88-co__hero-title { font-size: 2em; } .page-jd88-co__hero-subtitle { font-size: 1em; } .page-jd88-co__cta-button { padding: 12px 25px; font-size: 1em; } .page-jd88-co__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-jd88-co__payment-logo, .page-jd88-co__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-jd88-co__section { padding: 40px 15px; } .page-jd88-co__section-title { font-size: 1.8em; } .page-jd88-co__text-content { font-size: 1em; } .page-jd88-co__grid { grid-template-columns: 1fr; } .page-jd88-co__quick-links-container { flex-direction: column; align-items: center; } .page-jd88-co__quick-link-button { width: 100%; max-width: 300px; box-sizing: border-box; } .page-jd88-co__game-category-title { font-size: 1.3em; } .page-jd88-co__promotion-title { font-size: 1.3em; } .page-jd88-co__faq-question h3 { font-size: 1em; } .page-jd88-co__faq-answer { padding: 0 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-jd88-co__faq-item.active .page-jd88-co__faq-answer { padding: 15px 15px !important; } .page-jd88-co__blog-title { font-size: 1.1em; } .page-jd88-co__blog-excerpt { font-size: 0.85em; } .page-jd88-co__blog-date { font-size: 0.75em; } /* List item responsive fix */ .page-jd88-co ul, .page-jd88-co ol { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jd88-co ul li, .page-jd88-co ol li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 15px !important; padding-right: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-jd88-co img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }}