.page-playtime-ph-game { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #e0e0e0; background-color: #1a1a1a; line-height: 1.6; padding-bottom: 20px; } .page-playtime-ph-game__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-playtime-ph-game__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:gaming,casino,philippines,playtime]') no-repeat center center/cover; padding: 100px 0; text-align: center; color: #fff; border-radius: 8px; margin-top: 10px; } @media (max-width: 768px) { .page-playtime-ph-game__hero-section { padding: 60px 0; } } .page-playtime-ph-game__hero-section h1 { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); color: #ffd700; } @media (max-width: 768px) { .page-playtime-ph-game__hero-section h1 { font-size: 2.2em; } } .page-playtime-ph-game__hero-section p { font-size: 1.2em; max-width: 800px; margin: 0 auto 30px; } @media (max-width: 768px) { .page-playtime-ph-game__hero-section p { font-size: 1em; } } .page-playtime-ph-game__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-playtime-ph-game__cta-buttons .page-playtime-ph-game__button { display: inline-block; background-color: #ffd700; color: #1a1a1a; padding: 15px 30px; border-radius: 50px; 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-playtime-ph-game__cta-buttons .page-playtime-ph-game__button:hover { background-color: #e0b800; transform: translateY(-3px); } .page-playtime-ph-game__section { padding: 60px 0; background-color: #242424; margin-bottom: 20px; border-radius: 8px; } @media (max-width: 768px) { .page-playtime-ph-game__section { padding: 40px 0; } } .page-playtime-ph-game__section h2 { font-size: 2.5em; text-align: center; margin-bottom: 40px; color: #ffd700; } @media (max-width: 768px) { .page-playtime-ph-game__section h2 { font-size: 1.8em; margin-bottom: 30px; } } .page-playtime-ph-game__section p { font-size: 1.1em; text-align: center; max-width: 900px; margin: 0 auto 30px; } .page-playtime-ph-game__game-categories { background-color: #2e2e2e; } .page-playtime-ph-game__category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-playtime-ph-game__category-item { background-color: #3a3a3a; border-radius: 10px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-playtime-ph-game__category-item:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); } .page-playtime-ph-game__category-item img { width: 100%; height: 200px; object-fit: cover; } .page-playtime-ph-game__category-item h3 { font-size: 1.5em; margin: 20px 15px; color: #ffd700; } .page-playtime-ph-game__category-item p { font-size: 0.95em; margin: 0 15px 20px; color: #ccc; } .page-playtime-ph-game__promotions-section { background-color: #1f1f1f; } .page-playtime-ph-game__promo-card { background-color: #333; border-radius: 10px; overflow: hidden; margin: 0 auto; max-width: 800px; display: flex; flex-direction: column; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } @media (min-width: 768px) { .page-playtime-ph-game__promo-card { flex-direction: row; text-align: left; } } .page-playtime-ph-game__promo-card img { width: 100%; height: 250px; object-fit: cover; } @media (min-width: 768px) { .page-playtime-ph-game__promo-card img { width: 50%; height: auto; } } .page-playtime-ph-game__promo-content { padding: 30px; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; } @media (min-width: 768px) { .page-playtime-ph-game__promo-content { width: 50%; text-align: left; align-items: flex-start; } } .page-playtime-ph-game__promo-content h3 { font-size: 1.8em; color: #ffd700; margin-bottom: 15px; } .page-playtime-ph-game__promo-content p { margin-bottom: 25px; color: #ccc; } .page-playtime-ph-game__providers-section { background-color: #242424; } .page-playtime-ph-game__provider-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; justify-items: center; margin-top: 40px; } .page-playtime-ph-game__provider-grid img { max-width: 150px; height: auto; object-fit: contain; padding: 10px; background-color: #333; border-radius: 8px; transition: transform 0.3s ease; } .page-playtime-ph-game__provider-grid img:hover { transform: scale(1.05); } .page-playtime-ph-game__payment-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 40px; } .page-playtime-ph-game__payment-list li { background-color: #3a3a3a; padding: 12px 20px; border-radius: 25px; font-weight: bold; color: #fff; box-sizing: border-box; transition: background-color 0.3s ease; } .page-playtime-ph-game__payment-list li:hover { background-color: #ffd700; color: #1a1a1a; } @media (max-width: 768px) { .page-playtime-ph-game__payment-list { flex-direction: column; align-items: center; } .page-playtime-ph-game__payment-list li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; text-align: center; } } .page-playtime-ph-game__faq-section { background-color: #1f1f1f; } .page-playtime-ph-game__faq-container { max-width: 900px; margin: 40px auto 0; } .page-playtime-ph-game__faq-item { background-color: #2e2e2e; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-playtime-ph-game__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #3a3a3a; transition: background-color 0.3s ease; } .page-playtime-ph-game__faq-question:hover { background-color: #4a4a4a; } .page-playtime-ph-game__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffd700; pointer-events: none; } .page-playtime-ph-game__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffd700; transition: transform 0.3s ease; pointer-events: none; } .page-playtime-ph-game__faq-item.active .page-playtime-ph-game__faq-toggle { transform: rotate(45deg); } .page-playtime-ph-game__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-playtime-ph-game__faq-item.active .page-playtime-ph-game__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-playtime-ph-game__final-cta { text-align: center; padding: 60px 0; background-color: #2e2e2e; border-radius: 8px; } .page-playtime-ph-game__final-cta h2 { font-size: 2.5em; color: #ffd700; margin-bottom: 30px; } @media (max-width: 768px) { .page-playtime-ph-game__final-cta h2 { font-size: 1.8em; } } .page-playtime-ph-game__final-cta .page-playtime-ph-game__button { background-color: #ffd700; color: #1a1a1a; padding: 15px 40px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-playtime-ph-game__final-cta .page-playtime-ph-game__button:hover { background-color: #e0b800; transform: translateY(-3px); } .page-playtime-ph-game__button--promo { background-color: #e62e2e; } .page-playtime-ph-game__button--promo:hover { background-color: #cc0000; }