.page-bingoplus-code-2025 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; } .page-bingoplus-code-2025__hero-section { position: relative; background-color: #0d1a26; color: #fff; padding: 10px 0 60px; text-align: center; overflow: hidden; } .page-bingoplus-code-2025__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1; } .page-bingoplus-code-2025__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; filter: brightness(0.6); } .page-bingoplus-code-2025__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; padding: 20px; } .page-bingoplus-code-2025__hero-title { font-size: 2.5em; margin-bottom: 15px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-bingoplus-code-2025__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; } .page-bingoplus-code-2025__cta-button { display: inline-block; background-color: #ffcc00; color: #0d1a26; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-bingoplus-code-2025__cta-button:hover { background-color: #e6b800; transform: translateY(-2px); } .page-bingoplus-code-2025__section-title { font-size: 2em; color: #0d1a26; text-align: center; margin: 40px 0 30px; } .page-bingoplus-code-2025__section-description { text-align: center; max-width: 800px; margin: 0 auto 30px; color: #555; } .page-bingoplus-code-2025__about-section, .page-bingoplus-code-2025__how-to-claim-section, .page-bingoplus-code-2025__games-section, .page-bingoplus-code-2025__payment-section, .page-bingoplus-code-2025__faq-section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; } .page-bingoplus-code-2025__about-content { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 30px; margin-top: 30px; } .page-bingoplus-code-2025__about-content p { flex: 1; min-width: 300px; max-width: 500px; } .page-bingoplus-code-2025__about-image { flex: 1; min-width: 300px; max-width: 500px; height: auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); max-width: 100%; height: auto; } .page-bingoplus-code-2025__feature-list { flex-basis: 100%; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; list-style: none; padding: 0; margin-top: 30px; } .page-bingoplus-code-2025__feature-item { background-color: #f9f9f9; padding: 25px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); text-align: left; transition: transform 0.3s ease; box-sizing: border-box; } .page-bingoplus-code-2025__feature-item:hover { transform: translateY(-5px); } .page-bingoplus-code-2025__feature-item h3 { color: #0d1a26; margin-top: 0; font-size: 1.3em; } .page-bingoplus-code-2025__steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 30px; } .page-bingoplus-code-2025__step-item { text-align: center; padding: 20px; border: 1px solid #eee; border-radius: 8px; background-color: #fff; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03); box-sizing: border-box; } .page-bingoplus-code-2025__step-image { max-width: 100%; height: auto; border-radius: 4px; margin-bottom: 15px; } .page-bingoplus-code-2025__step-title { color: #0d1a26; font-size: 1.2em; margin-bottom: 10px; } .page-bingoplus-code-2025__cta-wrapper { text-align: center; margin-top: 40px; } .page-bingoplus-code-2025__games-section { background-color: #f4f7f6; } .page-bingoplus-code-2025__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-bingoplus-code-2025__game-card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); overflow: hidden; text-align: center; transition: transform 0.3s ease; box-sizing: border-box; } .page-bingoplus-code-2025__game-card:hover { transform: translateY(-5px); } .page-bingoplus-code-2025__game-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 1px solid #eee; max-width: 100%; } .page-bingoplus-code-2025__game-title { font-size: 1.4em; color: #0d1a26; margin: 20px 15px 10px; } .page-bingoplus-code-2025__game-card p { padding: 0 15px 20px; color: #666; } .page-bingoplus-code-2025__game-button { display: inline-block; background-color: #0d1a26; color: #ffcc00; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-bottom: 20px; transition: background-color 0.3s ease; } .page-bingoplus-code-2025__game-button:hover { background-color: #2c3e50; } .page-bingoplus-code-2025__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; } .page-bingoplus-code-2025__payment-logo { max-width: 120px; height: auto; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; } .page-bingoplus-code-2025__payment-logo:hover { filter: grayscale(0%); opacity: 1; } .page-bingoplus-code-2025__faq-container { margin-top: 30px; border-top: 1px solid #eee; } .page-bingoplus-code-2025__faq-item { border-bottom: 1px solid #eee; } .page-bingoplus-code-2025__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 15px; cursor: pointer; background-color: #fff; transition: background-color 0.3s ease; user-select: none; } .page-bingoplus-code-2025__faq-question:hover { background-color: #f9f9f9; } .page-bingoplus-code-2025__faq-title { margin: 0; font-size: 1.1em; color: #0d1a26; pointer-events: none; } .page-bingoplus-code-2025__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; pointer-events: none; transition: transform 0.3s ease; } .page-bingoplus-code-2025__faq-item.active .page-bingoplus-code-2025__faq-toggle { transform: rotate(45deg); } .page-bingoplus-code-2025__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-bingoplus-code-2025__faq-item.active .page-bingoplus-code-2025__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-bingoplus-code-2025__faq-answer p { margin: 0; color: #555; } .page-bingoplus-code-2025__floating-buttons { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 15px; z-index: 1000; } .page-bingoplus-code-2025__floating-button { background-color: #ffcc00; color: #0d1a26; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; } .page-bingoplus-code-2025__floating-button:hover { background-color: #e6b800; transform: translateY(-2px); } /* Responsive Design */ @media (max-width: 768px) { .page-bingoplus-code-2025__hero-title { font-size: 1.8em; } .page-bingoplus-code-2025__hero-subtitle { font-size: 1em; } .page-bingoplus-code-2025__section-title { font-size: 1.6em; margin-top: 30px; margin-bottom: 20px; } .page-bingoplus-code-2025__about-content { flex-direction: column; } .page-bingoplus-code-2025__about-content p, .page-bingoplus-code-2025__about-image { min-width: unset; max-width: 100%; } .page-bingoplus-code-2025__feature-list { grid-template-columns: 1fr; } .page-bingoplus-code-2025__feature-item, .page-bingoplus-code-2025__step-item, .page-bingoplus-code-2025__game-card { 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; } .page-bingoplus-code-2025__feature-list, .page-bingoplus-code-2025__steps-grid, .page-bingoplus-code-2025__game-categories, .page-bingoplus-code-2025__payment-logos { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-bingoplus-code-2025__game-image { height: 180px; } .page-bingoplus-code-2025__faq-question { padding: 15px 10px; } .page-bingoplus-code-2025__faq-title { font-size: 1em; } .page-bingoplus-code-2025__faq-answer { padding: 0 10px; } .page-bingoplus-code-2025__faq-item.active .page-bingoplus-code-2025__faq-answer { padding: 15px 10px !important; } .page-bingoplus-code-2025__floating-buttons { bottom: 15px; gap: 10px; } .page-bingoplus-code-2025__floating-button { padding: 10px 20px; font-size: 1em; } } @media (max-width: 480px) { .page-bingoplus-code-2025__hero-title { font-size: 1.5em; } .page-bingoplus-code-2025__cta-button { padding: 12px 25px; font-size: 1em; } .page-bingoplus-code-2025__about-section, .page-bingoplus-code-2025__how-to-claim-section, .page-bingoplus-code-2025__games-section, .page-bingoplus-code-2025__payment-section, .page-bingoplus-code-2025__faq-section { padding: 30px 15px; } .page-bingoplus-code-2025__floating-buttons { width: calc(100% - 30px); } }