.page-c888-game { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; padding-bottom: 60px; } .page-c888-game__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-c888-game__section { padding: 40px 0; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-c888-game__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-c888-game__section-title { text-align: center; color: #2980b9; font-size: 2.5em; margin-bottom: 30px; padding-bottom: 15px; position: relative; } .page-c888-game__section-title--light { color: #ecf0f1; } .page-c888-game__section-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #2980b9; margin: 10px auto 0; border-radius: 2px; } .page-c888-game__section-title--light::after { background-color: #ecf0f1; } .page-c888-game__hero-section { background: linear-gradient(135deg, #3498db, #2c3e50); color: #fff; text-align: center; padding: 60px 0 80px; position: relative; overflow: hidden; border-radius: 0 0 15px 15px; padding-top: 10px; } .page-c888-game__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-c888-game__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 20px 15px; } .page-c888-game__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .page-c888-game__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; font-weight: 300; } .page-c888-game__hero-buttons { display: flex; justify-content: center; gap: 20px; } .page-c888-game__button { display: inline-block; padding: 15px 30px; background-color: #e74c3c; color: #fff; text-decoration: none; border-radius: 50px; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-c888-game__button:hover { background-color: #c0392b; transform: translateY(-3px); } .page-c888-game__button--secondary { background-color: #2ecc71; } .page-c888-game__button--secondary:hover { background-color: #27ae60; } .page-c888-game__text-content { font-size: 1.1em; text-align: justify; margin-bottom: 20px; } .page-c888-game__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: 20px 0; } .page-c888-game__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-c888-game__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-c888-game__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-c888-game__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; padding-bottom: 20px; } .page-c888-game__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-c888-game__game-image { width: 100%; height: 250px; object-fit: cover; } .page-c888-game__game-title { font-size: 1.5em; color: #2980b9; margin: 20px 15px 10px; } .page-c888-game__game-description { font-size: 0.95em; color: #555; padding: 0 15px; margin-bottom: 20px; } .page-c888-game__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-c888-game__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-c888-game__promo-item { background-color: #f9f9f9; border-left: 5px solid #e74c3c; padding: 25px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; } .page-c888-game__promo-item:hover { transform: translateY(-3px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); } .page-c888-game__promo-title { color: #e74c3c; font-size: 1.3em; margin-bottom: 10px; } .page-c888-game__promo-description { font-size: 0.95em; color: #555; } .page-c888-game__faq-item { background-color: #f9f9f9; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-c888-game__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #ecf0f1; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-c888-game__faq-question:hover { background-color: #dbe4e6; } .page-c888-game__faq-item.active .page-c888-game__faq-question { background-color: #2980b9; color: #fff; } .page-c888-game__faq-question-text { font-size: 1.2em; margin: 0; color: #333; pointer-events: none; } .page-c888-game__faq-item.active .page-c888-game__faq-question-text { color: #fff; } .page-c888-game__faq-toggle { font-size: 1.8em; font-weight: bold; line-height: 1; transition: transform 0.3s ease; pointer-events: none; } .page-c888-game__faq-item.active .page-c888-game__faq-toggle { transform: rotate(45deg); } .page-c888-game__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: #555; } .page-c888-game__faq-item.active .page-c888-game__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-c888-game__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-c888-game__blog-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-c888-game__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-c888-game__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-c888-game__blog-content { padding: 20px; } .page-c888-game__blog-title { font-size: 1.3em; margin-bottom: 10px; } .page-c888-game__blog-title a { color: #2980b9; text-decoration: none; transition: color 0.3s ease; } .page-c888-game__blog-title a:hover { color: #3498db; } .page-c888-game__blog-meta { font-size: 0.85em; color: #777; margin-bottom: 15px; } .page-c888-game__blog-excerpt { font-size: 0.95em; color: #555; } .page-c888-game__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-c888-game__floating-button { width: 50px; height: 50px; border-radius: 50%; background-color: #e74c3c; color: #fff; display: flex; justify-content: center; align-items: center; font-size: 1.2em; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); text-decoration: none; transition: background-color 0.3s ease; } .page-c888-game__floating-button:hover { background-color: #c0392b; } @media (max-width: 768px) { .page-c888-game__hero-title { font-size: 2.5em; } .page-c888-game__hero-subtitle { font-size: 1.2em; } .page-c888-game__hero-buttons { flex-direction: column; gap: 10px; } .page-c888-game__button { width: 100%; padding: 12px 20px; font-size: 1em; } .page-c888-game__section-title { font-size: 2em; } .page-c888-game__text-content { font-size: 1em; } .page-c888-game__game-grid, .page-c888-game__promo-grid, .page-c888-game__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-c888-game__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-c888-game__payment-logo, .page-c888-game__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-c888-game__game-image { height: 200px; } .page-c888-game__quick-access-links { flex-direction: column; } .page-c888-game__faq-question { padding: 15px 20px; } .page-c888-game__faq-question-text { font-size: 1.1em; } .page-c888-game__faq-answer { padding: 0 20px; } .page-c888-game__faq-item.active .page-c888-game__faq-answer { padding: 15px 20px !important; } .page-c888-game__blog-image { height: 180px; } .page-c888-game__floating-buttons { bottom: 15px; right: 15px; } .page-c888-game__floating-button { width: 45px; height: 45px; font-size: 1.1em; } /* List item responsive requirements */ .page-c888-game ul, .page-c888-game 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-c888-game ul li, .page-c888-game ol li { 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; } }