.page-ga888-live { font-family: 'Arial', sans-serif; background-color: #f4f7f6; color: #333; line-height: 1.6; padding-top: var(--header-offset, 122px); } .page-ga888-live__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-ga888-live__hero-section { background: linear-gradient(135deg, #0a1931, #1a2e50); color: #fff; padding: 80px 0; text-align: center; position: relative; overflow: hidden; } .page-ga888-live__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-ga888-live__hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 300px; } .page-ga888-live__hero-title { font-size: 3.2em; margin-bottom: 20px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-ga888-live__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; max-width: 800px; } .page-ga888-live__cta-button { display: inline-block; background-color: #ff4d4d; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-ga888-live__cta-button:hover { background-color: #e60000; transform: translateY(-3px); } .page-ga888-live__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: 30px 15px; background-color: #fff; border-bottom: 1px solid #eee; } .page-ga888-live__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-ga888-live__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-ga888-live__about-section { padding: 60px 0; background-color: #fff; text-align: center; } .page-ga888-live__section-title { font-size: 2.5em; color: #0a1931; margin-bottom: 30px; text-align: center; position: relative; padding-bottom: 15px; } .page-ga888-live__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ff4d4d; border-radius: 2px; } .page-ga888-live__about-text { font-size: 1.1em; max-width: 900px; margin: 0 auto 40px auto; } .page-ga888-live__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-ga888-live__feature-item { background-color: #f9f9f9; padding: 30px; border-radius: 10px; text-align: left; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-ga888-live__feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); } .page-ga888-live__feature-icon { width: 60px; height: 60px; margin-bottom: 20px; } .page-ga888-live__feature-title { font-size: 1.5em; color: #0a1931; margin-bottom: 15px; } .page-ga888-live__feature-description { font-size: 1em; color: #555; } .page-ga888-live__quick-access-section { padding: 60px 0; background-color: #eef2f1; text-align: center; } .page-ga888-live__access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-ga888-live__access-link { display: inline-block; background-color: #0a1931; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-size: 1.1em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-ga888-live__access-link:hover { background-color: #1a2e50; } .page-ga888-live__games-section { padding: 60px 0; background-color: #fff; } .page-ga888-live__game-tabs { display: flex; justify-content: center; margin-bottom: 40px; flex-wrap: wrap; gap: 10px; } .page-ga888-live__game-tab-button { background-color: #eee; color: #333; padding: 12px 25px; border: none; border-radius: 5px; cursor: pointer; font-size: 1.1em; transition: background-color 0.3s ease, color 0.3s ease; } .page-ga888-live__game-tab-button.active { background-color: #ff4d4d; color: #fff; } .page-ga888-live__game-content { display: none; } .page-ga888-live__game-content.active { display: block; } .page-ga888-live__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-ga888-live__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; text-decoration: none; color: inherit; box-sizing: border-box; } .page-ga888-live__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); } .page-ga888-live__game-image { width: 100%; height: 200px; object-fit: cover; } .page-ga888-live__game-info { padding: 20px; } .page-ga888-live__game-title { font-size: 1.4em; color: #0a1931; margin-bottom: 10px; } .page-ga888-live__game-description { font-size: 0.95em; color: #555; } .page-ga888-live__promotions-section { padding: 60px 0; background-color: #eef2f1; } .page-ga888-live__promotion-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-ga888-live__promotion-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; text-decoration: none; color: inherit; box-sizing: border-box; } .page-ga888-live__promotion-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); } .page-ga888-live__promotion-image { width: 100%; height: 200px; object-fit: cover; } .page-ga888-live__promotion-info { padding: 20px; } .page-ga888-live__promotion-title { font-size: 1.4em; color: #0a1931; margin-bottom: 10px; } .page-ga888-live__promotion-description { font-size: 0.95em; color: #555; } .page-ga888-live__security-section { padding: 60px 0; background-color: #fff; } .page-ga888-live__security-content { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 40px; } .page-ga888-live__security-item { flex: 1 1 45%; min-width: 300px; background-color: #f9f9f9; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); box-sizing: border-box; } .page-ga888-live__security-title { font-size: 1.5em; color: #0a1931; margin-bottom: 15px; } .page-ga888-live__security-description { font-size: 1em; color: #555; } .page-ga888-live__faq-section { padding: 60px 0; background-color: #eef2f1; } .page-ga888-live__faq-list { margin-top: 40px; max-width: 900px; margin-left: auto; margin-right: auto; } .page-ga888-live__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-ga888-live__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #0a1931; color: #fff; border-radius: 8px; user-select: none; transition: background-color 0.3s ease; } .page-ga888-live__faq-question:hover { background-color: #1a2e50; } .page-ga888-live__faq-question h3 { margin: 0; font-size: 1.2em; flex-grow: 1; pointer-events: none; } .page-ga888-live__faq-toggle { font-size: 1.8em; font-weight: bold; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-ga888-live__faq-item.active .page-ga888-live__faq-toggle { transform: rotate(45deg); } .page-ga888-live__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; background-color: #f9f9f9; color: #555; } .page-ga888-live__faq-item.active .page-ga888-live__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-ga888-live__blog-section { padding: 60px 0; background-color: #fff; } .page-ga888-live__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-ga888-live__blog-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; text-decoration: none; color: inherit; box-sizing: border-box; } .page-ga888-live__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); } .page-ga888-live__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-ga888-live__blog-info { padding: 20px; } .page-ga888-live__blog-title { font-size: 1.4em; color: #0a1931; margin-bottom: 10px; } .page-ga888-live__blog-excerpt { font-size: 0.95em; color: #555; } .page-ga888-live__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-ga888-live__floating-button { background-color: #ff4d4d; color: #fff; padding: 12px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-ga888-live__floating-button:hover { background-color: #e60000; transform: scale(1.05); } @media (max-width: 768px) { .page-ga888-live__hero-section { padding: 60px 0; } .page-ga888-live__hero-title { font-size: 2.2em; } .page-ga888-live__hero-subtitle { font-size: 1.2em; } .page-ga888-live__cta-button { padding: 12px 25px; font-size: 1em; } .page-ga888-live__section-title { font-size: 2em; } .page-ga888-live__about-text { font-size: 1em; } .page-ga888-live__features-grid { grid-template-columns: 1fr; } .page-ga888-live__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px; } .page-ga888-live__game-tabs { flex-direction: column; align-items: center; } .page-ga888-live__game-tab-button { width: 100%; max-width: 300px; margin-bottom: 10px; } .page-ga888-live__game-grid, .page-ga888-live__promotion-grid, .page-ga888-live__blog-grid { grid-template-columns: 1fr; } .page-ga888-live__game-card, .page-ga888-live__promotion-card, .page-ga888-live__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-ga888-live__security-content { flex-direction: column; } .page-ga888-live__security-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-ga888-live__faq-question { padding: 15px 20px; } .page-ga888-live__faq-question h3 { font-size: 1.1em; } .page-ga888-live__faq-answer { padding: 0 20px; } .page-ga888-live__faq-item.active .page-ga888-live__faq-answer { padding: 15px 20px !important; } .page-ga888-live__floating-buttons { right: 10px; bottom: 10px; } .page-ga888-live__floating-button { padding: 10px 15px; font-size: 0.9em; } .page-ga888-live__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-ga888-live__payment-logo, .page-ga888-live__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } } @media (max-width: 375px) { .page-ga888-live__hero-title { font-size: 1.8em; } .page-ga888-live__hero-subtitle { font-size: 1em; } .page-ga888-live__cta-button { padding: 10px 20px; font-size: 0.9em; } .page-ga888-live__section-title { font-size: 1.8em; } .page-ga888-live__feature-item, .page-ga888-live__game-card, .page-ga888-live__promotion-card, .page-ga888-live__blog-card, .page-ga888-live__security-item { padding: 15px; } .page-ga888-live__faq-question { padding: 12px 15px; } .page-ga888-live__faq-question h3 { font-size: 1em; } .page-ga888-live__faq-answer { padding: 0 15px; } .page-ga888-live__faq-item.active .page-ga888-live__faq-answer { padding: 10px 15px !important; } }