.page-phcrown-customer-service-chat { font-family: 'Arial', sans-serif; background-color: #f8f8f8; color: #333; line-height: 1.6; } .page-phcrown-customer-service-chat__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-phcrown-customer-service-chat__hero-section { background-image: url('[GALLERY:hero:1920x1080:customer_service,chat,support,philippines]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 20px; position: relative; padding-top: calc(10px + var(--header-offset, 122px)); min-height: 500px; display: flex; align-items: center; justify-content: center; flex-direction: column; } .page-phcrown-customer-service-chat__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 1; } .page-phcrown-customer-service-chat__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; } .page-phcrown-customer-service-chat__hero-title { font-size: 3em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-phcrown-customer-service-chat__hero-description { font-size: 1.2em; margin-bottom: 30px; } .page-phcrown-customer-service-chat__btn { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-phcrown-customer-service-chat__btn:hover { background-color: #0056b3; } .page-phcrown-customer-service-chat__section { padding: 60px 20px; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .page-phcrown-customer-service-chat__section-dark { background-color: #333; color: #fff; } .page-phcrown-customer-service-chat__section-title { font-size: 2.5em; text-align: center; margin-bottom: 40px; color: #007bff; } .page-phcrown-customer-service-chat__section-dark .page-phcrown-customer-service-chat__section-title { color: #fff; } .page-phcrown-customer-service-chat__text-center { text-align: center; } .page-phcrown-customer-service-chat__introduction-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-phcrown-customer-service-chat__introduction-card { background-color: #f2f2f2; padding: 30px; border-radius: 8px; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-phcrown-customer-service-chat__introduction-card h3 { color: #007bff; margin-bottom: 15px; font-size: 1.5em; } .page-phcrown-customer-service-chat__introduction-card p { font-size: 1em; } .page-phcrown-customer-service-chat__quick-access-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-phcrown-customer-service-chat__quick-access-btn { background-color: #28a745; padding: 15px 30px; font-size: 1.1em; } .page-phcrown-customer-service-chat__quick-access-btn:hover { background-color: #218838; } .page-phcrown-customer-service-chat__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-phcrown-customer-service-chat__game-card { background-color: #f2f2f2; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; } .page-phcrown-customer-service-chat__game-card:hover { transform: translateY(-5px); } .page-phcrown-customer-service-chat__game-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-phcrown-customer-service-chat__game-content { padding: 20px; } .page-phcrown-customer-service-chat__game-content h3 { font-size: 1.4em; color: #007bff; margin-bottom: 10px; } .page-phcrown-customer-service-chat__game-content p { font-size: 0.95em; color: #555; margin-bottom: 20px; } .page-phcrown-customer-service-chat__game-content .page-phcrown-customer-service-chat__btn { background-color: #17a2b8; font-size: 0.9em; padding: 10px 20px; } .page-phcrown-customer-service-chat__game-content .page-phcrown-customer-service-chat__btn:hover { background-color: #138496; } .page-phcrown-customer-service-chat__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-phcrown-customer-service-chat__promotion-card { background-color: #f2f2f2; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-phcrown-customer-service-chat__promotion-card:hover { transform: translateY(-5px); } .page-phcrown-customer-service-chat__promotion-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-phcrown-customer-service-chat__promotion-content { padding: 20px; } .page-phcrown-customer-service-chat__promotion-content h3 { font-size: 1.4em; color: #007bff; margin-bottom: 10px; } .page-phcrown-customer-service-chat__promotion-content p { font-size: 0.95em; color: #555; margin-bottom: 20px; } .page-phcrown-customer-service-chat__promotion-content .page-phcrown-customer-service-chat__btn { background-color: #ffc107; color: #333; } .page-phcrown-customer-service-chat__promotion-content .page-phcrown-customer-service-chat__btn:hover { background-color: #e0a800; } .page-phcrown-customer-service-chat__support-content { display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; } .page-phcrown-customer-service-chat__support-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 15px; } .page-phcrown-customer-service-chat__support-info h3 { font-size: 1.8em; color: #007bff; margin-bottom: 10px; } .page-phcrown-customer-service-chat__support-info p { font-size: 1.1em; margin-bottom: 20px; } .page-phcrown-customer-service-chat__support-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; } .page-phcrown-customer-service-chat__support-buttons .page-phcrown-customer-service-chat__btn { background-color: #6f42c1; } .page-phcrown-customer-service-chat__support-buttons .page-phcrown-customer-service-chat__btn:hover { background-color: #5a2eac; } .page-phcrown-customer-service-chat__faq-list { margin-top: 30px; } .page-phcrown-customer-service-chat__faq-item { background-color: #f2f2f2; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-phcrown-customer-service-chat__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #e9ecef; border-bottom: 1px solid #dee2e6; transition: background-color 0.3s ease; user-select: none; } .page-phcrown-customer-service-chat__faq-question:hover { background-color: #e2e6ea; } .page-phcrown-customer-service-chat__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; } .page-phcrown-customer-service-chat__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; } .page-phcrown-customer-service-chat__faq-item.active .page-phcrown-customer-service-chat__faq-toggle { transform: rotate(45deg); } .page-phcrown-customer-service-chat__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; background-color: #fff; } .page-phcrown-customer-service-chat__faq-item.active .page-phcrown-customer-service-chat__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-phcrown-customer-service-chat__faq-answer p { margin-bottom: 10px; color: #555; } .page-phcrown-customer-service-chat__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-phcrown-customer-service-chat__blog-card { background-color: #f2f2f2; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-phcrown-customer-service-chat__blog-card:hover { transform: translateY(-5px); } .page-phcrown-customer-service-chat__blog-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-phcrown-customer-service-chat__blog-content { padding: 20px; } .page-phcrown-customer-service-chat__blog-content h3 { font-size: 1.3em; margin-bottom: 10px; } .page-phcrown-customer-service-chat__blog-content h3 a { color: #007bff; text-decoration: none; } .page-phcrown-customer-service-chat__blog-content h3 a:hover { text-decoration: underline; } .page-phcrown-customer-service-chat__blog-content p { font-size: 0.9em; color: #555; margin-bottom: 15px; } .page-phcrown-customer-service-chat__blog-meta { font-size: 0.85em; color: #777; } @media (max-width: 768px) { .page-phcrown-customer-service-chat__container { padding: 10px; } .page-phcrown-customer-service-chat__hero-section { padding: 80px 15px; padding-top: calc(10px + var(--header-offset, 122px)); } .page-phcrown-customer-service-chat__hero-title { font-size: 2em; } .page-phcrown-customer-service-chat__hero-description { font-size: 1em; } .page-phcrown-customer-service-chat__section { padding: 40px 15px; } .page-phcrown-customer-service-chat__section-title { font-size: 2em; } .page-phcrown-customer-service-chat__introduction-grid, .page-phcrown-customer-service-chat__games-grid, .page-phcrown-customer-service-chat__promotions-grid, .page-phcrown-customer-service-chat__blog-grid { grid-template-columns: 1fr; } .page-phcrown-customer-service-chat__quick-access-grid { flex-direction: column; align-items: center; } .page-phcrown-customer-service-chat__quick-access-btn { width: 100%; max-width: 300px; } .page-phcrown-customer-service-chat__game-image, .page-phcrown-customer-service-chat__promotion-image, .page-phcrown-customer-service-chat__blog-image { height: 180px; max-width: 100% !important; box-sizing: border-box !important; } .page-phcrown-customer-service-chat__support-icon { width: 80px; height: 80px; } .page-phcrown-customer-service-chat__support-info h3 { font-size: 1.5em; } .page-phcrown-customer-service-chat__support-info p { font-size: 1em; } .page-phcrown-customer-service-chat__support-buttons { flex-direction: column; width: 100%; } .page-phcrown-customer-service-chat__support-buttons .page-phcrown-customer-service-chat__btn { width: 100%; max-width: 300px; } .page-phcrown-customer-service-chat__faq-question { padding: 15px 20px; } .page-phcrown-customer-service-chat__faq-question h3 { font-size: 1.1em; } .page-phcrown-customer-service-chat__faq-answer { padding: 0 20px; } .page-phcrown-customer-service-chat__faq-item.active .page-phcrown-customer-service-chat__faq-answer { padding: 15px 20px !important; } .page-phcrown-customer-service-chat__blog-content h3 { font-size: 1.2em; } .page-phcrown-customer-service-chat__blog-content p { font-size: 0.85em; } }