.page-22ph-com { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-22ph-com__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-22ph-com__section { padding: 40px 20px; margin-bottom: 30px; background-color: #2a2a4a; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-22ph-com__hero-section { background: linear-gradient(135deg, #2a2a4a, #1a1a2e); color: #fff; text-align: center; padding: 60px 20px 40px; border-radius: 0 0 20px 20px; padding-top: 10px; position: relative; overflow: hidden; } .page-22ph-com__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('[GALLERY:hero:1920x1080:online_gaming,philippines,casino]') center center / cover no-repeat; opacity: 0.2; z-index: 0; } .page-22ph-com__hero-content { position: relative; z-index: 1; } .page-22ph-com__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-22ph-com__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-22ph-com__btn { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-22ph-com__btn:hover { background-color: #ffe066; transform: translateY(-3px); } .page-22ph-com__section-title { font-size: 2.2em; color: #ffcc00; text-align: center; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } .page-22ph-com__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-22ph-com__card { background-color: #333355; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-22ph-com__card:hover { transform: translateY(-5px); } .page-22ph-com__card-icon { width: 80px; height: 80px; margin-bottom: 15px; display: block; margin-left: auto; margin-right: auto; } .page-22ph-com__card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-22ph-com__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; } .page-22ph-com__game-card { background-color: #333355; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); text-align: center; transition: transform 0.3s ease; } .page-22ph-com__game-card:hover { transform: translateY(-5px); } .page-22ph-com__game-card img { width: 100%; height: 200px; object-fit: cover; } .page-22ph-com__game-card-content { padding: 15px; } .page-22ph-com__game-card-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; } .page-22ph-com__promo-list { list-style: none; padding: 0; } .page-22ph-com__promo-item { background-color: #333355; margin-bottom: 15px; padding: 20px; border-radius: 8px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } .page-22ph-com__promo-item-text { flex: 1; margin-right: 15px; } .page-22ph-com__promo-item-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 5px; } .page-22ph-com__promo-item-desc { font-size: 0.95em; color: #ccc; } .page-22ph-com__promo-item .page-22ph-com__btn { margin-top: 10px; } .page-22ph-com__info-block { display: flex; align-items: center; margin-bottom: 20px; } .page-22ph-com__info-block-icon { font-size: 2em; color: #ffcc00; margin-right: 15px; } .page-22ph-com__info-block-text h3 { margin: 0 0 5px 0; color: #ffcc00; font-size: 1.3em; } .page-22ph-com__info-block-text p { margin: 0; color: #ccc; } .page-22ph-com__faq-item { background-color: #333355; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-22ph-com__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #444466; border-bottom: 1px solid #555577; } .page-22ph-com__faq-question:hover { background-color: #555577; } .page-22ph-com__faq-question h3 { margin: 0; color: #ffcc00; font-size: 1.2em; pointer-events: none; } .page-22ph-com__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-22ph-com__faq-item.active .page-22ph-com__faq-toggle { transform: rotate(45deg); } .page-22ph-com__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; color: #ccc; } .page-22ph-com__faq-item.active .page-22ph-com__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-22ph-com__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } .page-22ph-com__blog-card { background-color: #333355; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-22ph-com__blog-card:hover { transform: translateY(-5px); } .page-22ph-com__blog-card img { width: 100%; height: 200px; object-fit: cover; } .page-22ph-com__blog-card-content { padding: 15px; } .page-22ph-com__blog-card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-22ph-com__blog-card-excerpt { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-22ph-com__quick-links-grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-top: 30px; } .page-22ph-com__quick-links-grid .page-22ph-com__btn { margin: 5px; } @media (max-width: 768px) { .page-22ph-com__hero-title { font-size: 2em; } .page-22ph-com__hero-subtitle { font-size: 1.1em; } .page-22ph-com__section-title { font-size: 1.8em; } .page-22ph-com__section { padding: 20px 15px; } .page-22ph-com__grid, .page-22ph-com__game-grid, .page-22ph-com__blog-grid { grid-template-columns: 1fr; } .page-22ph-com__promo-item { flex-direction: column; align-items: flex-start; } .page-22ph-com__promo-item-text { margin-right: 0; margin-bottom: 10px; } .page-22ph-com__promo-item .page-22ph-com__btn { width: 100%; text-align: center; } .page-22ph-com__faq-question { padding: 15px; } .page-22ph-com__faq-question h3 { font-size: 1.1em; } .page-22ph-com__faq-answer { padding: 0 10px; } .page-22ph-com__faq-item.active .page-22ph-com__faq-answer { padding: 15px 10px !important; } .page-22ph-com__quick-links-grid { flex-direction: column; align-items: center; } .page-22ph-com__quick-links-grid .page-22ph-com__btn { width: 80%; max-width: 300px; } /* List item specific responsive styles */ .page-22ph-com__promo-list li, .page-22ph-com__grid > div, .page-22ph-com__game-grid > div, .page-22ph-com__blog-grid > div { 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-22ph-com__promo-list, .page-22ph-com__grid, .page-22ph-com__game-grid, .page-22ph-com__blog-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } }