.page-gamezone-bingoplus { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-gamezone-bingoplus__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-gamezone-bingoplus__section { padding: 60px 20px; text-align: center; } .page-gamezone-bingoplus__section--dark { background-color: #0f0f1a; } .page-gamezone-bingoplus__section--light { background-color: #2e2e4a; } .page-gamezone-bingoplus__title { font-size: 2.8em; color: #e94560; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1.5px; } .page-gamezone-bingoplus__subtitle { font-size: 1.5em; color: #c0c0c0; margin-bottom: 40px; } .page-gamezone-bingoplus__text { font-size: 1.1em; color: #a0a0a0; margin-bottom: 20px; } .page-gamezone-bingoplus__button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; margin: 10px; border: none; cursor: pointer; } .page-gamezone-bingoplus__button:hover { background-color: #ff6a80; transform: translateY(-3px); } .page-gamezone-bingoplus__button--secondary { background-color: #0f3460; } .page-gamezone-bingoplus__button--secondary:hover { background-color: #1a529a; } .page-gamezone-bingoplus__hero-section { padding-top: 10px; background: url('[GALLERY:hero:1920x1080:gamezone,bingoplus,online,gaming,philippines]') no-repeat center center/cover; min-height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; } .page-gamezone-bingoplus__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); z-index: 1; } .page-gamezone-bingoplus__hero-content { position: relative; z-index: 2; color: #ffffff; max-width: 900px; padding: 20px; } .page-gamezone-bingoplus__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #ffffff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-gamezone-bingoplus__hero-subtitle { font-size: 1.8em; margin-bottom: 30px; color: #f0f0f0; } .page-gamezone-bingoplus__floating-buttons { position: fixed; right: 20px; bottom: 80px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-gamezone-bingoplus__floating-button { background-color: #e94560; color: #ffffff; padding: 12px 18px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; font-size: 1em; text-align: center; } .page-gamezone-bingoplus__floating-button:hover { background-color: #ff6a80; transform: scale(1.05); } .page-gamezone-bingoplus__intro-content { max-width: 900px; margin: 0 auto; } .page-gamezone-bingoplus__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-gamezone-bingoplus__game-card { background-color: #16213e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: left; } .page-gamezone-bingoplus__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-gamezone-bingoplus__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-gamezone-bingoplus__game-card-content { padding: 20px; } .page-gamezone-bingoplus__game-card-title { font-size: 1.5em; color: #e94560; margin-bottom: 10px; } .page-gamezone-bingoplus__game-card-description { font-size: 0.95em; color: #a0a0a0; margin-bottom: 20px; } .page-gamezone-bingoplus__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-gamezone-bingoplus__promo-card { background-color: #16213e; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); padding: 30px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-gamezone-bingoplus__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-gamezone-bingoplus__promo-icon { margin-bottom: 20px; } .page-gamezone-bingoplus__promo-title { font-size: 1.8em; color: #e94560; margin-bottom: 15px; } .page-gamezone-bingoplus__promo-description { font-size: 1em; color: #a0a0a0; margin-bottom: 25px; } .page-gamezone-bingoplus__faq-list { max-width: 800px; margin: 40px auto 0 auto; text-align: left; } .page-gamezone-bingoplus__faq-item { background-color: #16213e; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-gamezone-bingoplus__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #0f3460; color: #ffffff; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; user-select: none; } .page-gamezone-bingoplus__faq-question:hover { background-color: #1a529a; } .page-gamezone-bingoplus__faq-question h3 { margin: 0; pointer-events: none; color: inherit; } .page-gamezone-bingoplus__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-gamezone-bingoplus__faq-item.active .page-gamezone-bingoplus__faq-toggle { transform: rotate(45deg); } .page-gamezone-bingoplus__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; color: #a0a0a0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-gamezone-bingoplus__faq-item.active .page-gamezone-bingoplus__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-gamezone-bingoplus__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-gamezone-bingoplus__blog-card { background-color: #16213e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: left; } .page-gamezone-bingoplus__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-gamezone-bingoplus__blog-card-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-gamezone-bingoplus__blog-card-content { padding: 20px; } .page-gamezone-bingoplus__blog-card-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; } .page-gamezone-bingoplus__blog-card-excerpt { font-size: 0.95em; color: #a0a0a0; margin-bottom: 20px; } @media (max-width: 992px) { .page-gamezone-bingoplus__hero-title { font-size: 2.8em; } .page-gamezone-bingoplus__hero-subtitle { font-size: 1.5em; } .page-gamezone-bingoplus__title { font-size: 2.2em; } .page-gamezone-bingoplus__subtitle { font-size: 1.3em; } } @media (max-width: 768px) { .page-gamezone-bingoplus__container { padding: 15px; } .page-gamezone-bingoplus__section { padding: 40px 15px; } .page-gamezone-bingoplus__hero-title { font-size: 2em; } .page-gamezone-bingoplus__hero-subtitle { font-size: 1.2em; } .page-gamezone-bingoplus__title { font-size: 1.8em; } .page-gamezone-bingoplus__subtitle { font-size: 1em; } .page-gamezone-bingoplus__game-grid, .page-gamezone-bingoplus__promo-grid, .page-gamezone-bingoplus__blog-grid { grid-template-columns: 1fr; } .page-gamezone-bingoplus__floating-buttons { right: 10px; bottom: 60px; } .page-gamezone-bingoplus__floating-button { padding: 10px 15px; font-size: 0.9em; } .page-gamezone-bingoplus__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-gamezone-bingoplus__faq-answer { padding: 0 20px; } .page-gamezone-bingoplus__faq-item.active .page-gamezone-bingoplus__faq-answer { padding: 15px 20px !important; } .page-gamezone-bingoplus__game-card-image, .page-gamezone-bingoplus__blog-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-gamezone-bingoplus__game-card, .page-gamezone-bingoplus__promo-card, .page-gamezone-bingoplus__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-gamezone-bingoplus__faq-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-gamezone-bingoplus__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } @media (max-width: 480px) { .page-gamezone-bingoplus__hero-title { font-size: 1.8em; } .page-gamezone-bingoplus__hero-subtitle { font-size: 1em; } .page-gamezone-bingoplus__button { padding: 12px 20px; font-size: 0.95em; } }