/* CSS for rubber-game-ph page */.page-rubber-game-ph { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-rubber-game-ph__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-rubber-game-ph__container { padding: 10px; } } .page-rubber-game-ph__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); background-size: cover; background-position: center; padding: 60px 20px; text-align: center; color: #ffffff; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 30px; } .page-rubber-game-ph__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-rubber-game-ph__hero-title { font-size: 3em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #ffcc00; } @media (max-width: 768px) { .page-rubber-game-ph__hero-title { font-size: 2em; } } .page-rubber-game-ph__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-rubber-game-ph__cta-button { display: inline-block; background-color: #ffcc00; color: #1a1a2e; 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; border: none; cursor: pointer; } .page-rubber-game-ph__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-rubber-game-ph__section { padding: 40px 0; margin-bottom: 30px; background-color: #2a2a4a; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-rubber-game-ph__section-title { font-size: 2.5em; color: #ffcc00; text-align: center; margin-bottom: 30px; } @media (max-width: 768px) { .page-rubber-game-ph__section-title { font-size: 1.8em; } } .page-rubber-game-ph__intro-content { display: flex; align-items: center; gap: 30px; padding: 0 20px; } .page-rubber-game-ph__intro-text { flex: 1; } .page-rubber-game-ph__intro-image-wrapper { flex: 0 0 40%; max-width: 40%; text-align: center; } .page-rubber-game-ph__intro-image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } @media (max-width: 768px) { .page-rubber-game-ph__intro-content { flex-direction: column; text-align: center; } .page-rubber-game-ph__intro-image-wrapper { max-width: 80%; } } .page-rubber-game-ph__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; padding: 0 20px; } .page-rubber-game-ph__quick-access-item { background-color: #3a3a5a; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-rubber-game-ph__quick-access-item:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); } .page-rubber-game-ph__quick-access-link { display: block; color: #ffffff; text-decoration: none; font-size: 1.1em; font-weight: bold; } .page-rubber-game-ph__quick-access-link:hover { color: #ffcc00; } .page-rubber-game-ph__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; padding: 0 20px; } .page-rubber-game-ph__game-card { background-color: #3a3a5a; border-radius: 8px; overflow: hidden; text-align: center; padding-bottom: 15px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-rubber-game-ph__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); } .page-rubber-game-ph__game-image { width: 100%; height: 150px; object-fit: cover; border-bottom: 2px solid #ffcc00; } .page-rubber-game-ph__game-logo { width: 100px; height: 100px; object-fit: contain; margin: 15px auto 10px; } .page-rubber-game-ph__game-title { font-size: 1.1em; color: #ffcc00; margin: 10px 0; } .page-rubber-game-ph__game-link { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 8px 15px; border-radius: 4px; text-decoration: none; font-size: 0.9em; font-weight: bold; margin-top: 10px; transition: background-color 0.3s ease; } .page-rubber-game-ph__game-link:hover { background-color: #e6b800; } .page-rubber-game-ph__promotions-list { padding: 0 20px; } .page-rubber-game-ph__promotion-item { background-color: #3a3a5a; padding: 25px; margin-bottom: 20px; border-radius: 8px; display: flex; align-items: center; gap: 20px; } .page-rubber-game-ph__promotion-image { width: 150px; height: 100px; object-fit: cover; border-radius: 5px; } .page-rubber-game-ph__promotion-content { flex: 1; } .page-rubber-game-ph__promotion-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-rubber-game-ph__promotion-description { font-size: 0.95em; margin-bottom: 15px; } .page-rubber-game-ph__promo-button { background-color: #ffcc00; color: #1a1a2e; padding: 10px 20px; border-radius: 4px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-rubber-game-ph__promo-button:hover { background-color: #e6b800; } @media (max-width: 768px) { .page-rubber-game-ph__promotion-item { flex-direction: column; text-align: center; } .page-rubber-game-ph__promotion-image { width: 100%; height: auto; max-width: 200px; margin-bottom: 15px; } } .page-rubber-game-ph__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; padding: 0 20px; } .page-rubber-game-ph__security-item { background-color: #3a3a5a; padding: 25px; border-radius: 8px; text-align: center; } .page-rubber-game-ph__security-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 15px; } .page-rubber-game-ph__security-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; } .page-rubber-game-ph__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 15px; margin-top: 20px; } .page-rubber-game-ph__payment-logo { width: 80px; height: 50px; object-fit: contain; filter: grayscale(50%); opacity: 0.8; transition: filter 0.3s ease, opacity 0.3s ease; } .page-rubber-game-ph__payment-logo:hover { filter: grayscale(0%); opacity: 1; } .page-rubber-game-ph__faq-list { padding: 0 20px; } .page-rubber-game-ph__faq-item { background-color: #3a3a5a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-rubber-game-ph__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #4a4a6a; color: #ffcc00; font-weight: bold; font-size: 1.1em; user-select: none; transition: background-color 0.3s ease; } .page-rubber-game-ph__faq-question:hover { background-color: #5a5a7a; } .page-rubber-game-ph__faq-question h3 { margin: 0; pointer-events: none; color: inherit; font-size: 1em; } .page-rubber-game-ph__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-rubber-game-ph__faq-item.active .page-rubber-game-ph__faq-toggle { transform: rotate(45deg); } .page-rubber-game-ph__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; 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: #3a3a5a; } .page-rubber-game-ph__faq-item.active .page-rubber-game-ph__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-rubber-game-ph__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; padding: 0 20px; } .page-rubber-game-ph__blog-card { background-color: #3a3a5a; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-rubber-game-ph__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); } .page-rubber-game-ph__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-rubber-game-ph__blog-content { padding: 15px; } .page-rubber-game-ph__blog-title { font-size: 1.2em; color: #ffcc00; margin-bottom: 10px; } .page-rubber-game-ph__blog-title a { color: inherit; text-decoration: none; } .page-rubber-game-ph__blog-title a:hover { text-decoration: underline; } .page-rubber-game-ph__blog-excerpt { font-size: 0.9em; color: #c0c0c0; margin-bottom: 15px; } .page-rubber-game-ph__read-more { display: inline-block; color: #ffcc00; text-decoration: none; font-weight: bold; } .page-rubber-game-ph__read-more:hover { text-decoration: underline; } /* Mobile responsiveness for all list items */ @media (max-width: 768px) { .page-rubber-game-ph__quick-access-grid, .page-rubber-game-ph__games-grid, .page-rubber-game-ph__security-grid, .page-rubber-game-ph__blog-grid { grid-template-columns: 1fr; } .page-rubber-game-ph__quick-access-item, .page-rubber-game-ph__game-card, .page-rubber-game-ph__security-item, .page-rubber-game-ph__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-rubber-game-ph__faq-list, .page-rubber-game-ph__promotions-list { padding: 0 10px; } .page-rubber-game-ph__faq-item, .page-rubber-game-ph__promotion-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-rubber-game-ph__faq-answer, .page-rubber-game-ph__faq-question { padding-left: 15px !important; padding-right: 15px !important; } .page-rubber-game-ph__promotion-description, .page-rubber-game-ph__blog-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-rubber-game-ph__hero-section { padding-top: 40px; padding-bottom: 40px; } }