.page-gh88-game { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; overflow-x: hidden; padding-top: 10px; } @media (max-width: 768px) { .page-gh88-game { padding-top: 10px; } } .page-gh88-game__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; } .page-gh88-game__section { padding: 40px 0; text-align: center; border-bottom: 1px solid #333; } @media (max-width: 768px) { .page-gh88-game__section { padding: 30px 0; } } .page-gh88-game__section:last-of-type { border-bottom: none; } .page-gh88-game__title { font-size: 2.8em; margin-bottom: 20px; color: #ffcc00; text-transform: uppercase; letter-spacing: 1px; } @media (max-width: 768px) { .page-gh88-game__title { font-size: 2em; margin-bottom: 15px; } } .page-gh88-game__subtitle { font-size: 1.8em; margin-bottom: 15px; color: #eee; } @media (max-width: 768px) { .page-gh88-game__subtitle { font-size: 1.4em; margin-bottom: 10px; } } .page-gh88-game__text { font-size: 1.1em; margin-bottom: 20px; color: #bbb; } @media (max-width: 768px) { .page-gh88-game__text { font-size: 1em; margin-bottom: 15px; } } .page-gh88-game__button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; margin: 5px; } .page-gh88-game__button:hover { background-color: #e6b800; transform: translateY(-2px); } @media (max-width: 768px) { .page-gh88-game__button { padding: 10px 20px; font-size: 1em; } } .page-gh88-game__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:gh88,game,banner,casino]'); background-size: cover; background-position: center; padding: 100px 0; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; } @media (max-width: 768px) { .page-gh88-game__hero-section { padding: 80px 0; min-height: 400px; } } .page-gh88-game__hero-content { max-width: 900px; padding: 0 15px; } .page-gh88-game__hero-title { font-size: 3.5em; color: #ffcc00; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } @media (max-width: 768px) { .page-gh88-game__hero-title { font-size: 2.5em; } } .page-gh88-game__hero-description { font-size: 1.3em; color: #eee; margin-bottom: 30px; } @media (max-width: 768px) { .page-gh88-game__hero-description { font-size: 1.1em; } } .page-gh88-game__hero-buttons { margin-top: 30px; } .page-gh88-game__introduction-section .page-gh88-game__text { max-width: 800px; margin-left: auto; margin-right: auto; } .page-gh88-game__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } @media (max-width: 768px) { .page-gh88-game__quick-access-links { flex-direction: column; align-items: center; } } .page-gh88-game__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-gh88-game__games-grid { grid-template-columns: 1fr; gap: 20px; } } .page-gh88-game__game-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-gh88-game__game-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .page-gh88-game__game-card-image { width: 100%; height: 200px; object-fit: cover; } @media (max-width: 768px) { .page-gh88-game__game-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-gh88-game__game-card-content { padding: 20px; } .page-gh88-game__game-card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-gh88-game__game-card-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-gh88-game__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-gh88-game__promotions-grid { grid-template-columns: 1fr; gap: 20px; } } .page-gh88-game__promo-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-gh88-game__promo-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .page-gh88-game__promo-card-image { width: 100%; height: 220px; object-fit: cover; } @media (max-width: 768px) { .page-gh88-game__promo-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-gh88-game__promo-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-gh88-game__promo-card-title { font-size: 1.6em; color: #ffcc00; margin-bottom: 10px; } .page-gh88-game__promo-card-description { font-size: 1em; color: #ccc; margin-bottom: 15px; } .page-gh88-game__security-content { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 30px; margin-top: 40px; } .page-gh88-game__security-text-block { flex: 1; min-width: 300px; text-align: left; } .page-gh88-game__security-image { flex: 1; min-width: 300px; max-width: 500px; border-radius: 10px; object-fit: cover; } @media (max-width: 768px) { .page-gh88-game__security-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-gh88-game__faq-list { max-width: 800px; margin: 40px auto 0; text-align: left; } .page-gh88-game__faq-item { background-color: #2a2a2a; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-gh88-game__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; background-color: #333; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-gh88-game__faq-question:hover { background-color: #444; } .page-gh88-game__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; } @media (max-width: 768px) { .page-gh88-game__faq-question h3 { font-size: 1em; } } .page-gh88-game__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-gh88-game__faq-item.active .page-gh88-game__faq-toggle { transform: rotate(45deg); } .page-gh88-game__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; 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; font-size: 1em; } .page-gh88-game__faq-item.active .page-gh88-game__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-gh88-game__faq-answer { padding: 0 15px; } .page-gh88-game__faq-item.active .page-gh88-game__faq-answer { padding: 15px !important; } } .page-gh88-game__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-gh88-game__blog-grid { grid-template-columns: 1fr; gap: 20px; } } .page-gh88-game__blog-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-gh88-game__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .page-gh88-game__blog-card-image { width: 100%; height: 220px; object-fit: cover; } @media (max-width: 768px) { .page-gh88-game__blog-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-gh88-game__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-gh88-game__blog-card-date { font-size: 0.85em; color: #999; margin-bottom: 10px; } .page-gh88-game__blog-card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; text-decoration: none; } .page-gh88-game__blog-card-title:hover { text-decoration: underline; } .page-gh88-game__blog-card-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-gh88-game__blog-card .page-gh88-game__button { align-self: flex-start; } img { max-width: 100% !important; height: auto !important; } .page-gh88-game__games-grid img, .page-gh88-game__promotions-grid img, .page-gh88-game__security-content img, .page-gh88-game__blog-grid img { width: 100%; object-fit: cover; } @media (max-width: 768px) { .page-gh88-game__games-grid img, .page-gh88-game__promotions-grid img, .page-gh88-game__security-content img, .page-gh88-game__blog-grid img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-gh88-game__list { list-style: none; padding: 0; margin: 20px 0; text-align: left; } .page-gh88-game__list-item { background-color: #2a2a2a; margin-bottom: 10px; padding: 15px 20px; border-radius: 5px; color: #ccc; box-sizing: border-box; } @media (max-width: 768px) { .page-gh88-game__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; padding: 12px 15px; } .page-gh88-game__list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } }