/* CSS styles for page-7game-com-ph-register-bonus */.page-7game-com-ph-register-bonus { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a1a; line-height: 1.6; overflow-x: hidden; } .page-7game-com-ph-register-bonus h1, .page-7game-com-ph-register-bonus h2, .page-7game-com-ph-register-bonus h3 { color: #f0c040; margin-bottom: 15px; } .page-7game-com-ph-register-bonus h1 { font-size: 2.8em; text-align: center; margin-top: 20px; } .page-7game-com-ph-register-bonus h2 { font-size: 2.2em; text-align: center; margin-top: 40px; margin-bottom: 25px; } .page-7game-com-ph-register-bonus h3 { font-size: 1.6em; } .page-7game-com-ph-register-bonus p { margin-bottom: 15px; } .page-7game-com-ph-register-bonus a { color: #f0c040; text-decoration: none; } .page-7game-com-ph-register-bonus a:hover { text-decoration: underline; } .page-7game-com-ph-register-bonus__section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; } .page-7game-com-ph-register-bonus__hero-section { background-color: #2a2a2a; padding-top: 10px; text-align: center; position: relative; overflow: hidden; } .page-7game-com-ph-register-bonus__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.8)); z-index: 1; } .page-7game-com-ph-register-bonus__hero-content { position: relative; z-index: 2; padding: 60px 20px; max-width: 900px; margin: 0 auto; } .page-7game-com-ph-register-bonus__hero-image { width: 100%; height: 500px; object-fit: cover; position: absolute; top: 0; left: 0; z-index: 0; } .page-7game-com-ph-register-bonus__hero-content h1 { color: #fff; font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); } .page-7game-com-ph-register-bonus__hero-content p { color: #f0f0f0; font-size: 1.3em; margin-bottom: 30px; } .page-7game-com-ph-register-bonus__cta-button { display: inline-block; background-color: #f0c040; color: #1a1a1a; padding: 15px 30px; border-radius: 5px; font-size: 1.2em; font-weight: bold; text-transform: uppercase; transition: background-color 0.3s ease, transform 0.3s ease; } .page-7game-com-ph-register-bonus__cta-button:hover { background-color: #e0b030; transform: translateY(-3px); text-decoration: none; } .page-7game-com-ph-register-bonus__intro-section { background-color: #222; } .page-7game-com-ph-register-bonus__intro-section p { font-size: 1.1em; } .page-7game-com-ph-register-bonus__quick-access-section { background-color: #1a1a1a; text-align: center; } .page-7game-com-ph-register-bonus__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-7game-com-ph-register-bonus__quick-access-item a { display: block; background-color: #333; padding: 20px; border-radius: 8px; font-size: 1.1em; font-weight: bold; color: #f0c040; transition: background-color 0.3s ease, transform 0.3s ease; } .page-7game-com-ph-register-bonus__quick-access-item a:hover { background-color: #444; transform: translateY(-3px); } .page-7game-com-ph-register-bonus__games-section { background-color: #222; } .page-7game-com-ph-register-bonus__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-bottom: 30px; } .page-7game-com-ph-register-bonus__game-category-button { background-color: #444; color: #fff; padding: 10px 20px; border-radius: 20px; cursor: pointer; transition: background-color 0.3s ease; } .page-7game-com-ph-register-bonus__game-category-button:hover { background-color: #f0c040; color: #1a1a1a; } .page-7game-com-ph-register-bonus__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-7game-com-ph-register-bonus__game-card { background-color: #333; border-radius: 10px; overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease; } .page-7game-com-ph-register-bonus__game-card:hover { transform: translateY(-5px); } .page-7game-com-ph-register-bonus__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-7game-com-ph-register-bonus__game-card h3 { font-size: 1.4em; margin: 15px 10px 10px; color: #f0c040; } .page-7game-com-ph-register-bonus__game-card p { font-size: 0.95em; color: #ccc; padding: 0 15px; margin-bottom: 15px; } .page-7game-com-ph-register-bonus__game-card .page-7game-com-ph-register-bonus__cta-button { font-size: 1em; padding: 10px 20px; } .page-7game-com-ph-register-bonus__game-provider-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-7game-com-ph-register-bonus__game-provider-logo { width: 80px; height: 80px; object-fit: contain; } .page-7game-com-ph-register-bonus__promotions-section { background-color: #1a1a1a; } .page-7game-com-ph-register-bonus__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-7game-com-ph-register-bonus__promo-card { background-color: #333; border-radius: 10px; overflow: hidden; text-align: center; transition: transform 0.3s ease; } .page-7game-com-ph-register-bonus__promo-card:hover { transform: translateY(-5px); } .page-7game-com-ph-register-bonus__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-7game-com-ph-register-bonus__promo-card-content { padding: 20px; } .page-7game-com-ph-register-bonus__promo-card h3 { font-size: 1.5em; margin-top: 0; margin-bottom: 10px; color: #f0c040; } .page-7game-com-ph-register-bonus__promo-card p { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } .page-7game-com-ph-register-bonus__security-support-section { background-color: #222; } .page-7game-com-ph-register-bonus__security-support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; text-align: center; } .page-7game-com-ph-register-bonus__security-support-item { background-color: #333; padding: 30px; border-radius: 10px; } .page-7game-com-ph-register-bonus__security-support-item h3 { color: #f0c040; margin-bottom: 10px; } .page-7game-com-ph-register-bonus__security-support-item p { color: #ccc; } .page-7game-com-ph-register-bonus__payment-methods { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 20px; } .page-7game-com-ph-register-bonus__payment-logo { width: 100px; height: 60px; object-fit: contain; background-color: #444; padding: 5px; border-radius: 5px; } .page-7game-com-ph-register-bonus__social-media-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 20px; } .page-7game-com-ph-register-bonus__social-icon { width: 40px; height: 40px; object-fit: contain; } .page-7game-com-ph-register-bonus__faq-section { background-color: #1a1a1a; } .page-7game-com-ph-register-bonus__faq-container { margin-top: 30px; } .page-7game-com-ph-register-bonus__faq-item { background-color: #2a2a2a; margin-bottom: 10px; border-radius: 8px; overflow: hidden; } .page-7game-com-ph-register-bonus__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #3a3a3a; transition: background-color 0.3s ease; } .page-7game-com-ph-register-bonus__faq-question:hover { background-color: #4a4a4a; } .page-7game-com-ph-register-bonus__faq-question h3 { margin: 0; color: #fff; flex-grow: 1; pointer-events: none; } .page-7game-com-ph-register-bonus__faq-toggle { font-size: 1.8em; font-weight: bold; color: #f0c040; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-7game-com-ph-register-bonus__faq-item.active .page-7game-com-ph-register-bonus__faq-toggle { transform: rotate(45deg); } .page-7game-com-ph-register-bonus__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #2a2a2a; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-7game-com-ph-register-bonus__faq-item.active .page-7game-com-ph-register-bonus__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-7game-com-ph-register-bonus__blog-section { background-color: #222; } .page-7game-com-ph-register-bonus__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-7game-com-ph-register-bonus__blog-card { background-color: #333; border-radius: 10px; overflow: hidden; transition: transform 0.3s ease; } .page-7game-com-ph-register-bonus__blog-card:hover { transform: translateY(-5px); } .page-7game-com-ph-register-bonus__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-7game-com-ph-register-bonus__blog-card-content { padding: 20px; } .page-7game-com-ph-register-bonus__blog-card h3 { font-size: 1.4em; margin-top: 0; margin-bottom: 10px; } .page-7game-com-ph-register-bonus__blog-card h3 a { color: #f0c040; } .page-7game-com-ph-register-bonus__blog-card p { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-7game-com-ph-register-bonus__blog-card-date { font-size: 0.85em; color: #aaa; } .page-7game-com-ph-register-bonus__text-center { text-align: center; } @media (max-width: 1024px) { .page-7game-com-ph-register-bonus__hero-content h1 { font-size: 2.8em; } .page-7game-com-ph-register-bonus__hero-content p { font-size: 1.1em; } .page-7game-com-ph-register-bonus h2 { font-size: 1.8em; } .page-7game-com-ph-register-bonus h3 { font-size: 1.4em; } } @media (max-width: 768px) { .page-7game-com-ph-register-bonus__hero-content { padding: 40px 15px; } .page-7game-com-ph-register-bonus__hero-content h1 { font-size: 2.2em; } .page-7game-com-ph-register-bonus__hero-content p { font-size: 1em; } .page-7game-com-ph-register-bonus__cta-button { padding: 12px 25px; font-size: 1.1em; } .page-7game-com-ph-register-bonus__section { padding: 30px 15px; } .page-7game-com-ph-register-bonus__quick-access-grid, .page-7game-com-ph-register-bonus__game-grid, .page-7game-com-ph-register-bonus__promo-grid, .page-7game-com-ph-register-bonus__security-support-grid, .page-7game-com-ph-register-bonus__blog-grid { grid-template-columns: 1fr; } .page-7game-com-ph-register-bonus__quick-access-item a { font-size: 1em; } .page-7game-com-ph-register-bonus__game-categories { flex-direction: column; align-items: center; } .page-7game-com-ph-register-bonus__game-category-button { width: 100%; max-width: 250px; } .page-7game-com-ph-register-bonus__payment-logo, .page-7game-com-ph-register-bonus__social-icon { max-width: 100% !important; box-sizing: border-box !important; } .page-7game-com-ph-register-bonus__payment-methods, .page-7game-com-ph-register-bonus__social-media-links { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-7game-com-ph-register-bonus__faq-answer { padding: 0 15px; } .page-7game-com-ph-register-bonus__faq-item.active .page-7game-com-ph-register-bonus__faq-answer { padding: 15px !important; } .page-7game-com-ph-register-bonus__faq-question h3 { font-size: 1.2em; } .page-7game-com-ph-register-bonus__faq-toggle { font-size: 1.5em; } .page-7game-com-ph-register-bonus__promo-card-image, .page-7game-com-ph-register-bonus__game-card-image, .page-7game-com-ph-register-bonus__blog-card-image { max-width: 100%; height: auto; box-sizing: border-box; } } @media (max-width: 480px) { .page-7game-com-ph-register-bonus__hero-content h1 { font-size: 1.8em; } .page-7game-com-ph-register-bonus__hero-content p { font-size: 0.9em; } .page-7game-com-ph-register-bonus__cta-button { font-size: 1em; padding: 10px 20px; } .page-7game-com-ph-register-bonus h2 { font-size: 1.6em; } }