.page-bingoplus-com-ph { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-bingoplus-com-ph__hero-section { position: relative; padding: 10px 0 60px; text-align: center; color: #fff; overflow: hidden; background: linear-gradient(135deg, #0f2027, #203a43, #2c5364); } .page-bingoplus-com-ph__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-bingoplus-com-ph__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 20px; } .page-bingoplus-com-ph__hero-title { font-size: 2.8em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); } .page-bingoplus-com-ph__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; } .page-bingoplus-com-ph__cta-button { display: inline-block; background-color: #ffcc00; color: #222; padding: 15px 35px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 15px rgba(0,0,0,0.2); } .page-bingoplus-com-ph__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-bingoplus-com-ph__section { padding: 60px 20px; text-align: center; max-width: 1200px; margin: 0 auto; } .page-bingoplus-com-ph__section:nth-of-type(even) { background-color: #f0f0f0; } .page-bingoplus-com-ph__section-title { font-size: 2.2em; color: #007bff; margin-bottom: 30px; position: relative; padding-bottom: 10px; } .page-bingoplus-com-ph__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ffcc00; border-radius: 2px; } .page-bingoplus-com-ph__text-content { text-align: left; max-width: 800px; margin: 0 auto 40px; font-size: 1.1em; } .page-bingoplus-com-ph__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-bingoplus-com-ph__card { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); padding: 30px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; } .page-bingoplus-com-ph__card:hover { transform: translateY(-10px); box-shadow: 0 10px 30px rgba(0,0,0,0.15); } .page-bingoplus-com-ph__card-icon { width: 100px; height: 100px; margin-bottom: 20px; } .page-bingoplus-com-ph__card-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 20px; } .page-bingoplus-com-ph__card-title { font-size: 1.5em; color: #007bff; margin-bottom: 15px; } .page-bingoplus-com-ph__card-description { font-size: 1em; color: #555; margin-bottom: 20px; flex-grow: 1; } .page-bingoplus-com-ph__card-button { background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-bingoplus-com-ph__card-button:hover { background-color: #0056b3; } .page-bingoplus-com-ph__quick-links-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-bingoplus-com-ph__quick-link-button { background-color: #28a745; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.05em; transition: background-color 0.3s ease; } .page-bingoplus-com-ph__quick-link-button:hover { background-color: #218838; } .page-bingoplus-com-ph__promo-item { display: flex; align-items: center; background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); margin-bottom: 25px; text-align: left; overflow: hidden; } .page-bingoplus-com-ph__promo-image { width: 40%; height: 250px; object-fit: cover; } .page-bingoplus-com-ph__promo-content { padding: 25px; width: 60%; } .page-bingoplus-com-ph__promo-title { font-size: 1.8em; color: #007bff; margin-bottom: 10px; } .page-bingoplus-com-ph__promo-description { font-size: 1.05em; color: #555; margin-bottom: 20px; } .page-bingoplus-com-ph__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; } .page-bingoplus-com-ph__security-item { background-color: #fff; border-radius: 10px; box-shadow: 0 3px 10px rgba(0,0,0,0.08); padding: 25px; text-align: left; } .page-bingoplus-com-ph__security-item-title { font-size: 1.3em; color: #007bff; margin-bottom: 10px; } .page-bingoplus-com-ph__security-item-text { font-size: 0.95em; color: #666; } .page-bingoplus-com-ph__faq-container { margin-top: 40px; text-align: left; } .page-bingoplus-com-ph__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); overflow: hidden; } .page-bingoplus-com-ph__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; user-select: none; background-color: #e9f7ff; color: #007bff; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; } .page-bingoplus-com-ph__faq-question:hover { background-color: #d6eeff; } .page-bingoplus-com-ph__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; color: inherit; } .page-bingoplus-com-ph__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-bingoplus-com-ph__faq-item.active .page-bingoplus-com-ph__faq-toggle { transform: rotate(45deg); } .page-bingoplus-com-ph__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: #fdfdfd; color: #555; } .page-bingoplus-com-ph__faq-item.active .page-bingoplus-com-ph__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-bingoplus-com-ph__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-bingoplus-com-ph__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-bingoplus-com-ph__blog-card:hover { transform: translateY(-10px); box-shadow: 0 10px 30px rgba(0,0,0,0.15); } .page-bingoplus-com-ph__blog-image { width: 100%; height: 220px; object-fit: cover; } .page-bingoplus-com-ph__blog-content { padding: 25px; display: flex; flex-direction: column; height: calc(100% - 220px); } .page-bingoplus-com-ph__blog-title { font-size: 1.4em; color: #007bff; margin-bottom: 10px; } .page-bingoplus-com-ph__blog-excerpt { font-size: 0.95em; color: #555; margin-bottom: 20px; flex-grow: 1; } .page-bingoplus-com-ph__blog-read-more { display: inline-block; background-color: #ffcc00; color: #222; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-bingoplus-com-ph__blog-read-more:hover { background-color: #e6b800; } @media (max-width: 992px) { .page-bingoplus-com-ph__hero-title { font-size: 2.2em; } .page-bingoplus-com-ph__hero-subtitle { font-size: 1.1em; } .page-bingoplus-com-ph__section-title { font-size: 1.8em; } .page-bingoplus-com-ph__promo-item { flex-direction: column; } .page-bingoplus-com-ph__promo-image { width: 100%; height: 200px; } .page-bingoplus-com-ph__promo-content { width: 100%; } } @media (max-width: 768px) { .page-bingoplus-com-ph__hero-section { padding-bottom: 40px; } .page-bingoplus-com-ph__hero-title { font-size: 1.8em; } .page-bingoplus-com-ph__hero-subtitle { font-size: 1em; } .page-bingoplus-com-ph__cta-button { padding: 12px 30px; font-size: 1em; } .page-bingoplus-com-ph__section { padding: 40px 15px; } .page-bingoplus-com-ph__section-title { font-size: 1.6em; margin-bottom: 25px; } .page-bingoplus-com-ph__text-content { font-size: 1em; margin-bottom: 30px; } .page-bingoplus-com-ph__grid { gap: 20px; } .page-bingoplus-com-ph__card { padding: 20px; } .page-bingoplus-com-ph__card-title { font-size: 1.3em; } .page-bingoplus-com-ph__card-image { height: 180px; } .page-bingoplus-com-ph__quick-links-container { flex-direction: column; align-items: center; gap: 15px; } .page-bingoplus-com-ph__quick-link-button { width: 100%; max-width: 300px; } .page-bingoplus-com-ph__promo-title { font-size: 1.5em; } .page-bingoplus-com-ph__promo-description { font-size: 0.95em; } .page-bingoplus-com-ph__security-grid { gap: 20px; } .page-bingoplus-com-ph__security-item-title { font-size: 1.2em; } .page-bingoplus-com-ph__faq-question { padding: 15px 20px; font-size: 1em; } .page-bingoplus-com-ph__faq-question h3 { font-size: 1em; } .page-bingoplus-com-ph__faq-answer { padding: 0 20px; } .page-bingoplus-com-ph__faq-item.active .page-bingoplus-com-ph__faq-answer { padding: 15px 20px !important; } .page-bingoplus-com-ph__blog-grid { gap: 20px; } .page-bingoplus-com-ph__blog-image { height: 180px; } .page-bingoplus-com-ph__blog-title { font-size: 1.2em; } .page-bingoplus-com-ph__blog-excerpt { font-size: 0.9em; } } @media (max-width: 480px) { .page-bingoplus-com-ph__hero-title { font-size: 1.5em; } .page-bingoplus-com-ph__hero-subtitle { font-size: 0.9em; } .page-bingoplus-com-ph__cta-button { padding: 10px 25px; font-size: 0.9em; } .page-bingoplus-com-ph__section-title { font-size: 1.4em; } .page-bingoplus-com-ph__card-title { font-size: 1.1em; } .page-bingoplus-com-ph__card-description { font-size: 0.9em; } .page-bingoplus-com-ph__promo-title { font-size: 1.3em; } .page-bingoplus-com-ph__promo-description { font-size: 0.9em; } .page-bingoplus-com-ph__blog-title { font-size: 1.1em; } .page-bingoplus-com-ph__blog-excerpt { font-size: 0.85em; } }