.page-playtime-app-customer-service-chat { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: var(--header-offset, 122px); } .page-playtime-app-customer-service-chat__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-playtime-app-customer-service-chat__container { padding: 15px; } } .page-playtime-app-customer-service-chat__hero-section { background: linear-gradient(135deg, #0a0a0a, #333333); color: #fff; text-align: center; padding: 60px 20px; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 30px; padding-top: 70px; } .page-playtime-app-customer-service-chat__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('[GALLERY:hero:1920x1080:gaming,support,philippines]'); background-size: cover; background-position: center; opacity: 0.2; z-index: 0; } .page-playtime-app-customer-service-chat__hero-content { position: relative; z-index: 1; } .page-playtime-app-customer-service-chat__hero-title { font-size: 3.2em; margin-bottom: 20px; line-height: 1.2; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-playtime-app-customer-service-chat__hero-description { font-size: 1.3em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-playtime-app-customer-service-chat__hero-cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-playtime-app-customer-service-chat__btn { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 8px; 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-app-customer-service-chat__btn:hover { background-color: #ff6a00; transform: translateY(-3px); } .page-playtime-app-customer-service-chat__btn--secondary { background-color: #007bff; } .page-playtime-app-customer-service-chat__btn--secondary:hover { background-color: #0056b3; } @media (max-width: 768px) { .page-playtime-app-customer-service-chat__hero-section { padding: 40px 15px; } .page-playtime-app-customer-service-chat__hero-title { font-size: 2em; } .page-playtime-app-customer-service-chat__hero-description { font-size: 1em; } .page-playtime-app-customer-service-chat__hero-cta-buttons { flex-direction: column; gap: 15px; } .page-playtime-app-customer-service-chat__btn { width: 100%; padding: 12px 20px; } } .page-playtime-app-customer-service-chat__section-title { font-size: 2.5em; color: #222; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 15px; } .page-playtime-app-customer-service-chat__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #e44d26; border-radius: 2px; } @media (max-width: 768px) { .page-playtime-app-customer-service-chat__section-title { font-size: 1.8em; margin-bottom: 30px; } } .page-playtime-app-customer-service-chat__text-content { font-size: 1.1em; text-align: center; margin-bottom: 30px; max-width: 900px; margin-left: auto; margin-right: auto; } @media (max-width: 768px) { .page-playtime-app-customer-service-chat__text-content { font-size: 1em; } } .page-playtime-app-customer-service-chat__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #fff; border-radius: 10px; margin-bottom: 30px; } .page-playtime-app-customer-service-chat__payment-providers-title { width: 100%; text-align: center; margin-bottom: 20px; font-size: 1.8em; color: #333; } .page-playtime-app-customer-service-chat__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; border: 1px solid #eee; border-radius: 8px; overflow: hidden; } .page-playtime-app-customer-service-chat__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; padding: 5px; } @media (max-width: 768px) { .page-playtime-app-customer-service-chat__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 15px; } .page-playtime-app-customer-service-chat__payment-providers-title { font-size: 1.4em; } .page-playtime-app-customer-service-chat__payment-logo, .page-playtime-app-customer-service-chat__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } } .page-playtime-app-customer-service-chat__info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 40px; } .page-playtime-app-customer-service-chat__info-card { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); text-align: center; transition: transform 0.3s ease; } .page-playtime-app-customer-service-chat__info-card:hover { transform: translateY(-5px); } .page-playtime-app-customer-service-chat__info-card h3 { font-size: 1.8em; color: #e44d26; margin-bottom: 15px; } .page-playtime-app-customer-service-chat__info-card p { font-size: 1em; color: #555; } @media (max-width: 768px) { .page-playtime-app-customer-service-chat__info-grid { grid-template-columns: 1fr; gap: 20px; } .page-playtime-app-customer-service-chat__info-card { padding: 20px; } .page-playtime-app-customer-service-chat__info-card h3 { font-size: 1.5em; } } .page-playtime-app-customer-service-chat__quick-access-section { background-color: #222; color: #fff; padding: 50px 20px; text-align: center; border-radius: 10px; margin-bottom: 30px; } .page-playtime-app-customer-service-chat__quick-access-title { font-size: 2.2em; margin-bottom: 25px; } .page-playtime-app-customer-service-chat__quick-access-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-playtime-app-customer-service-chat__quick-access-btn { background-color: #e44d26; color: #fff; padding: 12px 25px; border-radius: 6px; text-decoration: none; font-weight: bold; font-size: 1.05em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-playtime-app-customer-service-chat__quick-access-btn:hover { background-color: #ff6a00; transform: translateY(-2px); } @media (max-width: 768px) { .page-playtime-app-customer-service-chat__quick-access-section { padding: 30px 15px; } .page-playtime-app-customer-service-chat__quick-access-title { font-size: 1.8em; } .page-playtime-app-customer-service-chat__quick-access-buttons { flex-direction: column; gap: 15px; } .page-playtime-app-customer-service-chat__quick-access-btn { width: 100%; } } .page-playtime-app-customer-service-chat__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 40px; } .page-playtime-app-customer-service-chat__game-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); overflow: hidden; transition: transform 0.3s ease; } .page-playtime-app-customer-service-chat__game-card:hover { transform: translateY(-5px); } .page-playtime-app-customer-service-chat__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-playtime-app-customer-service-chat__game-card-content { padding: 20px; } .page-playtime-app-customer-service-chat__game-card-content h3 { font-size: 1.5em; margin-bottom: 10px; color: #e44d26; } .page-playtime-app-customer-service-chat__game-card-content p { font-size: 0.95em; color: #666; margin-bottom: 15px; } @media (max-width: 768px) { .page-playtime-app-customer-service-chat__games-grid { grid-template-columns: 1fr; gap: 20px; } .page-playtime-app-customer-service-chat__game-card-image { height: 180px; } .page-playtime-app-customer-service-chat__game-card-content { padding: 15px; } .page-playtime-app-customer-service-chat__game-card-content h3 { font-size: 1.3em; } } .page-playtime-app-customer-service-chat__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 40px; } .page-playtime-app-customer-service-chat__promo-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); overflow: hidden; transition: transform 0.3s ease; } .page-playtime-app-customer-service-chat__promo-card:hover { transform: translateY(-5px); } .page-playtime-app-customer-service-chat__promo-card-image { width: 100%; height: 200px; object-fit: cover; } .page-playtime-app-customer-service-chat__promo-card-content { padding: 20px; } .page-playtime-app-customer-service-chat__promo-card-content h3 { font-size: 1.5em; margin-bottom: 10px; color: #e44d26; } .page-playtime-app-customer-service-chat__promo-card-content p { font-size: 0.95em; color: #666; margin-bottom: 15px; } @media (max-width: 768px) { .page-playtime-app-customer-service-chat__promotions-grid { grid-template-columns: 1fr; gap: 20px; } .page-playtime-app-customer-service-chat__promo-card-image { height: 180px; } .page-playtime-app-customer-service-chat__promo-card-content { padding: 15px; } .page-playtime-app-customer-service-chat__promo-card-content h3 { font-size: 1.3em; } } .page-playtime-app-customer-service-chat__support-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 40px; } .page-playtime-app-customer-service-chat__feature-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); text-align: center; } .page-playtime-app-customer-service-chat__feature-item h3 { font-size: 1.6em; color: #e44d26; margin-bottom: 15px; } .page-playtime-app-customer-service-chat__feature-item p { font-size: 1em; color: #555; } @media (max-width: 768px) { .page-playtime-app-customer-service-chat__support-features { grid-template-columns: 1fr; gap: 20px; } .page-playtime-app-customer-service-chat__feature-item { padding: 20px; } .page-playtime-app-customer-service-chat__feature-item h3 { font-size: 1.4em; } } .page-playtime-app-customer-service-chat__faq-list { margin-top: 30px; margin-bottom: 40px; max-width: 900px; margin-left: auto; margin-right: auto; } .page-playtime-app-customer-service-chat__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03); overflow: hidden; } .page-playtime-app-customer-service-chat__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #f0f0f0; border-bottom: 1px solid #ddd; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-playtime-app-customer-service-chat__faq-question:hover { background-color: #e0e0e0; } .page-playtime-app-customer-service-chat__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; } .page-playtime-app-customer-service-chat__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e44d26; transition: transform 0.3s ease; pointer-events: none; } .page-playtime-app-customer-service-chat__faq-item.active .page-playtime-app-customer-service-chat__faq-toggle { transform: rotate(45deg); } .page-playtime-app-customer-service-chat__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-playtime-app-customer-service-chat__faq-item.active .page-playtime-app-customer-service-chat__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-playtime-app-customer-service-chat__faq-answer p { margin: 0; font-size: 1em; color: #555; } @media (max-width: 768px) { .page-playtime-app-customer-service-chat__faq-question { padding: 15px 20px; } .page-playtime-app-customer-service-chat__faq-question h3 { font-size: 1em; } .page-playtime-app-customer-service-chat__faq-toggle { font-size: 1.5em; } .page-playtime-app-customer-service-chat__faq-answer { padding: 0 20px; } .page-playtime-app-customer-service-chat__faq-item.active .page-playtime-app-customer-service-chat__faq-answer { padding: 15px 20px !important; } } .page-playtime-app-customer-service-chat__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 40px; } .page-playtime-app-customer-service-chat__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); overflow: hidden; transition: transform 0.3s ease; } .page-playtime-app-customer-service-chat__blog-card:hover { transform: translateY(-5px); } .page-playtime-app-customer-service-chat__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-playtime-app-customer-service-chat__blog-card-content { padding: 20px; } .page-playtime-app-customer-service-chat__blog-card-content h3 { font-size: 1.5em; margin-bottom: 10px; color: #e44d26; } .page-playtime-app-customer-service-chat__blog-card-content p { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-playtime-app-customer-service-chat__blog-card-link { display: block; margin-top: 15px; color: #007bff; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-playtime-app-customer-service-chat__blog-card-link:hover { color: #0056b3; } @media (max-width: 768px) { .page-playtime-app-customer-service-chat__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-playtime-app-customer-service-chat__blog-card-image { height: 180px; } .page-playtime-app-customer-service-chat__blog-card-content { padding: 15px; } .page-playtime-app-customer-service-chat__blog-card-content h3 { font-size: 1.3em; } } .page-playtime-app-customer-service-chat__list-item { box-sizing: border-box; } .page-playtime-app-customer-service-chat__list-container { width: 100%; max-width: 100%; box-sizing: border-box; } @media (max-width: 768px) { .page-playtime-app-customer-service-chat__list-item { 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-playtime-app-customer-service-chat__list-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } } img { max-width: 100%; height: auto; display: block; } .page-playtime-app-customer-service-chat img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-playtime-app-customer-service-chat__hero-section img { object-fit: cover; width: 100%; height: 100%; } @media (max-width: 768px) { .page-playtime-app-customer-service-chat img { max-width: 100% !important; height: auto !important; } }