.page-all-pagcor-game { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; padding-top: 10px; } .page-all-pagcor-game__keyword-strong { color: #e94560; font-weight: bold; } .page-all-pagcor-game__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:casino_lobby,gaming_floor,philippines_casino]') no-repeat center center/cover; padding: 60px 20px; text-align: center; display: flex; align-items: center; justify-content: center; min-height: 500px; box-sizing: border-box; } .page-all-pagcor-game__hero-content { max-width: 900px; } .page-all-pagcor-game__hero-title { font-size: 2.8em; color: #ffffff; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-all-pagcor-game__hero-subtitle { font-size: 1.2em; color: #c0c0c0; margin-bottom: 30px; } .page-all-pagcor-game__hero-cta-button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-all-pagcor-game__hero-cta-button:hover { background-color: #ff6f82; transform: translateY(-3px); } .page-all-pagcor-game__intro-section, .page-all-pagcor-game__quick-access-section, .page-all-pagcor-game__games-section, .page-all-pagcor-game__promo-section, .page-all-pagcor-game__security-section, .page-all-pagcor-game__faq-section, .page-all-pagcor-game__blog-section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; } .page-all-pagcor-game__intro-title, .page-all-pagcor-game__quick-access-title, .page-all-pagcor-game__games-title, .page-all-pagcor-game__promo-title, .page-all-pagcor-game__security-title, .page-all-pagcor-game__faq-title, .page-all-pagcor-game__blog-title { font-size: 2em; color: #e94560; text-align: center; margin-bottom: 30px; } .page-all-pagcor-game__intro-text, .page-all-pagcor-game__games-intro, .page-all-pagcor-game__promo-intro, .page-all-pagcor-game__blog-intro { text-align: center; margin-bottom: 30px; font-size: 1.1em; color: #c0c0c0; } .page-all-pagcor-game__intro-features, .page-all-pagcor-game__security-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-all-pagcor-game__feature-item, .page-all-pagcor-game__security-item { background-color: #0f3460; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-all-pagcor-game__feature-item:hover, .page-all-pagcor-game__security-item:hover { transform: translateY(-5px); } .page-all-pagcor-game__feature-icon, .page-all-pagcor-game__security-icon { width: 100%; max-width: 100px; height: auto; margin-bottom: 15px; } .page-all-pagcor-game__feature-heading, .page-all-pagcor-game__security-heading { font-size: 1.3em; color: #ffffff; margin-bottom: 10px; } .page-all-pagcor-game__feature-description, .page-all-pagcor-game__security-description { font-size: 0.95em; color: #c0c0c0; } .page-all-pagcor-game__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; } .page-all-pagcor-game__quick-access-button { display: block; background-color: #0f3460; color: #ffffff; padding: 15px 20px; border-radius: 8px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-all-pagcor-game__quick-access-button:hover { background-color: #e94560; transform: translateY(-3px); } .page-all-pagcor-game__game-categories, .page-all-pagcor-game__promo-grid, .page-all-pagcor-game__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-all-pagcor-game__game-card, .page-all-pagcor-game__promo-card, .page-all-pagcor-game__blog-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-all-pagcor-game__game-card:hover, .page-all-pagcor-game__promo-card:hover, .page-all-pagcor-game__blog-card:hover { transform: translateY(-5px); } .page-all-pagcor-game__game-image, .page-all-pagcor-game__promo-image, .page-all-pagcor-game__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-all-pagcor-game__game-heading, .page-all-pagcor-game__promo-heading, .page-all-pagcor-game__blog-heading { font-size: 1.4em; color: #ffffff; padding: 15px 20px 0; margin-bottom: 10px; } .page-all-pagcor-game__blog-heading a { color: #ffffff; text-decoration: none; transition: color 0.3s ease; } .page-all-pagcor-game__blog-heading a:hover { color: #e94560; } .page-all-pagcor-game__game-description, .page-all-pagcor-game__promo-description, .page-all-pagcor-game__blog-excerpt { font-size: 0.95em; color: #c0c0c0; padding: 0 20px 15px; flex-grow: 1; } .page-all-pagcor-game__game-button, .page-all-pagcor-game__promo-button { display: block; background-color: #e94560; color: #ffffff; padding: 12px 20px; border-radius: 0 0 10px 10px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; margin-top: auto; } .page-all-pagcor-game__game-button:hover, .page-all-pagcor-game__promo-button:hover { background-color: #ff6f82; } .page-all-pagcor-game__contact-button, .page-all-pagcor-game__view-all-button { display: block; width: fit-content; margin: 40px auto 0; background-color: #e94560; color: #ffffff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-all-pagcor-game__contact-button:hover, .page-all-pagcor-game__view-all-button:hover { background-color: #ff6f82; transform: translateY(-3px); } .page-all-pagcor-game__faq-container { margin-top: 30px; } .page-all-pagcor-game__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); } .page-all-pagcor-game__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #0f3460; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .page-all-pagcor-game__faq-question:hover { background-color: #1a1a2e; } .page-all-pagcor-game__faq-heading { font-size: 1.1em; color: #ffffff; margin: 0; pointer-events: none; } .page-all-pagcor-game__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-all-pagcor-game__faq-item.active .page-all-pagcor-game__faq-toggle { transform: rotate(45deg); color: #ffffff; } .page-all-pagcor-game__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.3s ease; } .page-all-pagcor-game__faq-item.active .page-all-pagcor-game__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-all-pagcor-game__faq-answer p { margin: 0; color: #c0c0c0; } .page-all-pagcor-game__blog-date { font-size: 0.85em; color: #999; padding: 0 20px 15px; } .page-all-pagcor-game img { max-width: 100%; height: auto; box-sizing: border-box; } @media (max-width: 768px) { .page-all-pagcor-game__hero-section { min-height: 400px; padding: 40px 15px; } .page-all-pagcor-game__hero-title { font-size: 2em; } .page-all-pagcor-game__hero-subtitle { font-size: 1em; } .page-all-pagcor-game__hero-cta-button { padding: 12px 25px; font-size: 1em; } .page-all-pagcor-game__intro-section, .page-all-pagcor-game__quick-access-section, .page-all-pagcor-game__games-section, .page-all-pagcor-game__promo-section, .page-all-pagcor-game__security-section, .page-all-pagcor-game__faq-section, .page-all-pagcor-game__blog-section { padding: 30px 15px; } .page-all-pagcor-game__intro-title, .page-all-pagcor-game__quick-access-title, .page-all-pagcor-game__games-title, .page-all-pagcor-game__promo-title, .page-all-pagcor-game__security-title, .page-all-pagcor-game__faq-title, .page-all-pagcor-game__blog-title { font-size: 1.6em; margin-bottom: 20px; } .page-all-pagcor-game__intro-text, .page-all-pagcor-game__games-intro, .page-all-pagcor-game__promo-intro, .page-all-pagcor-game__blog-intro { font-size: 0.95em; margin-bottom: 20px; } .page-all-pagcor-game__intro-features, .page-all-pagcor-game__security-content, .page-all-pagcor-game__quick-access-grid, .page-all-pagcor-game__game-categories, .page-all-pagcor-game__promo-grid, .page-all-pagcor-game__blog-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 20px; } .page-all-pagcor-game__feature-item, .page-all-pagcor-game__security-item, .page-all-pagcor-game__game-card, .page-all-pagcor-game__promo-card, .page-all-pagcor-game__blog-card, .page-all-pagcor-game__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-all-pagcor-game__game-image, .page-all-pagcor-game__promo-image, .page-all-pagcor-game__blog-image { height: 180px; } .page-all-pagcor-game__faq-heading { font-size: 1em; } .page-all-pagcor-game__faq-answer { padding: 0 15px; } .page-all-pagcor-game__faq-item.active .page-all-pagcor-game__faq-answer { padding: 15px !important; } .page-all-pagcor-game__contact-button, .page-all-pagcor-game__view-all-button { padding: 12px 25px; font-size: 1em; margin-top: 30px; } .page-all-pagcor-game__quick-access-button { padding: 12px 15px; } } @media (max-width: 375px) { .page-all-pagcor-game__hero-title { font-size: 1.8em; } .page-all-pagcor-game__hero-subtitle { font-size: 0.9em; } .page-all-pagcor-game__intro-title, .page-all-pagcor-game__quick-access-title, .page-all-pagcor-game__games-title, .page-all-pagcor-game__promo-title, .page-all-pagcor-game__security-title, .page-all-pagcor-game__faq-title, .page-all-pagcor-game__blog-title { font-size: 1.4em; } .page-all-pagcor-game__feature-heading, .page-all-pagcor-game__security-heading, .page-all-pagcor-game__game-heading, .page-all-pagcor-game__promo-heading, .page-all-pagcor-game__blog-heading { font-size: 1.2em; } .page-all-pagcor-game__intro-text, .page-all-pagcor-game__games-intro, .page-all-pagcor-game__promo-intro, .page-all-pagcor-game__blog-intro, .page-all-pagcor-game__feature-description, .page-all-pagcor-game__security-description, .page-all-pagcor-game__game-description, .page-all-pagcor-game__promo-description, .page-all-pagcor-game__blog-excerpt { font-size: 0.85em; } .page-all-pagcor-game__faq-heading { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-all-pagcor-game__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }