.page-ph365-official-website { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-ph365-official-website__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-ph365-official-website__section-dark { background-color: #2c3e50; color: #ecf0f1; } .page-ph365-official-website__section-dark .page-ph365-official-website__heading { color: #ecf0f1; } .page-ph365-official-website__heading { font-size: 2.5em; color: #2980b9; text-align: center; margin-bottom: 20px; font-weight: bold; } .page-ph365-official-website__subheading { font-size: 1.8em; color: #34495e; text-align: center; margin-bottom: 15px; } .page-ph365-official-website__text-center { text-align: center; } .page-ph365-official-website__button-group { display: flex; justify-content: center; gap: 20px; margin-top: 30px; flex-wrap: wrap; } .page-ph365-official-website__button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-ph365-official-website__button:hover { background-color: #c0392b; } .page-ph365-official-website__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:philippines,online_casino,gaming_background]') no-repeat center center/cover; color: #fff; text-align: center; padding: 100px 20px; padding-top: 10px; min-height: 500px; display: flex; flex-direction: column; justify-content: center; align-items: center; } .page-ph365-official-website__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-ph365-official-website__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); } .page-ph365-official-website__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: 20px 0; } .page-ph365-official-website__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-ph365-official-website__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-ph365-official-website__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-ph365-official-website__grid-item { background-color: #f4f4f4; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; } .page-ph365-official-website__grid-item:hover { transform: translateY(-5px); } .page-ph365-official-website__grid-item img { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; display: block; margin-left: auto; margin-right: auto; } .page-ph365-official-website__grid-item-title { font-size: 1.4em; color: #2980b9; margin-bottom: 10px; } .page-ph365-official-website__grid-item-description { font-size: 0.95em; color: #555; } .page-ph365-official-website__promo-card { background-color: #e6f7ff; border: 1px solid #cceeff; border-radius: 8px; padding: 20px; text-align: center; } .page-ph365-official-website__promo-title { font-size: 1.5em; color: #2980b9; margin-bottom: 10px; } .page-ph365-official-website__promo-description { font-size: 1em; color: #333; margin-bottom: 20px; } .page-ph365-official-website__faq-list { list-style: none; padding: 0; } .page-ph365-official-website__faq-item { background-color: #f9f9f9; border: 1px solid #eee; margin-bottom: 10px; border-radius: 5px; overflow: hidden; } .page-ph365-official-website__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #f0f0f0; transition: background-color 0.3s ease; user-select: none; } .page-ph365-official-website__faq-question:hover { background-color: #e0e0e0; } .page-ph365-official-website__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-ph365-official-website__faq-toggle { font-size: 1.5em; font-weight: bold; color: #2980b9; transition: transform 0.3s ease; pointer-events: none; } .page-ph365-official-website__faq-item.active .page-ph365-official-website__faq-toggle { transform: rotate(45deg); } .page-ph365-official-website__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; } .page-ph365-official-website__faq-item.active .page-ph365-official-website__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-ph365-official-website__blog-card { background-color: #f4f4f4; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; } .page-ph365-official-website__blog-card:hover { transform: translateY(-5px); } .page-ph365-official-website__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-ph365-official-website__blog-content { padding: 20px; } .page-ph365-official-website__blog-title { font-size: 1.3em; margin-bottom: 10px; } .page-ph365-official-website__blog-title a { color: #2980b9; text-decoration: none; } .page-ph365-official-website__blog-title a:hover { text-decoration: underline; } .page-ph365-official-website__blog-excerpt { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-ph365-official-website__blog-date { font-size: 0.85em; color: #888; text-align: right; } @media (max-width: 1024px) { .page-ph365-official-website__hero-title { font-size: 2.8em; } .page-ph365-official-website__hero-subtitle { font-size: 1.3em; } .page-ph365-official-website__heading { font-size: 2em; } .page-ph365-official-website__subheading { font-size: 1.5em; } } @media (max-width: 768px) { .page-ph365-official-website__hero-section { padding: 60px 15px; } .page-ph365-official-website__hero-title { font-size: 2.2em; } .page-ph365-official-website__hero-subtitle { font-size: 1.1em; } .page-ph365-official-website__heading { font-size: 1.8em; } .page-ph365-official-website__subheading { font-size: 1.3em; } .page-ph365-official-website__button-group { flex-direction: column; gap: 15px; } .page-ph365-official-website__button { width: 100%; max-width: 300px; padding: 12px 20px; box-sizing: border-box; } .page-ph365-official-website__section { padding: 30px 15px; } .page-ph365-official-website__grid { grid-template-columns: 1fr; gap: 20px; } .page-ph365-official-website__grid-item { padding: 20px; } .page-ph365-official-website__grid-item img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-ph365-official-website__faq-question { padding: 12px 15px; } .page-ph365-official-website__faq-question h3 { font-size: 1em; } .page-ph365-official-website__faq-answer { padding: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-ph365-official-website__blog-image { height: 180px; } .page-ph365-official-website__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-ph365-official-website__payment-logo, .page-ph365-official-website__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } } @media (max-width: 480px) { .page-ph365-official-website__hero-title { font-size: 1.8em; } .page-ph365-official-website__hero-subtitle { font-size: 1em; } .page-ph365-official-website__heading { font-size: 1.5em; } }