.page-phpark-org { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-phpark-org * { box-sizing: border-box; } .page-phpark-org__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-phpark-org__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-phpark-org__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-phpark-org__section--dark h2, .page-phpark-org__section--dark h3 { color: #ecf0f1; } .page-phpark-org__section-title { text-align: center; color: #2c3e50; font-size: 2.5em; margin-bottom: 30px; font-weight: bold; } .page-phpark-org__section-title--light { color: #ecf0f1; } .page-phpark-org__text-center { text-align: center; } .page-phpark-org__button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-phpark-org__button:hover { background-color: #c0392b; } .page-phpark-org__button--secondary { background-color: #3498db; } .page-phpark-org__button--secondary:hover { background-color: #2980b9; } .page-phpark-org__hero-section { background-image: url('[GALLERY:hero:1920x1080:online_casino,gaming,philippines,phtaya,phpark_org]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 150px 20px 100px; border-radius: 0; margin-bottom: 0; position: relative; z-index: 1; padding-top: calc(var(--header-offset, 122px) + 100px); } .page-phpark-org__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-phpark-org__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-phpark-org__hero-description { font-size: 1.3em; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); } .page-phpark-org__hero-cta-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-phpark-org__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: #ecf0f1; border-radius: 8px; margin-bottom: 20px; } .page-phpark-org__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-phpark-org__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-phpark-org__about-content { display: flex; flex-wrap: wrap; gap: 30px; align-items: center; } .page-phpark-org__about-text { flex: 1; min-width: 300px; } .page-phpark-org__about-image { flex: 0 0 400px; max-width: 100%; height: auto; border-radius: 8px; overflow: hidden; } .page-phpark-org__about-image img { width: 100%; height: auto; display: block; } .page-phpark-org__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; text-align: center; } .page-phpark-org__quick-access-grid .page-phpark-org__button { width: 100%; } .page-phpark-org__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-phpark-org__game-card { background-color: #f1f1f1; border-radius: 8px; overflow: hidden; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-phpark-org__game-card:hover { transform: translateY(-5px); } .page-phpark-org__game-card-image { width: 100%; height: 200px; overflow: hidden; display: flex; justify-content: center; align-items: center; background-color: #ccc; } .page-phpark-org__game-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; } .page-phpark-org__game-card-content { padding: 20px; } .page-phpark-org__game-card-title { font-size: 1.5em; margin-bottom: 10px; color: #2c3e50; } .page-phpark-org__game-card-description { font-size: 0.9em; color: #555; margin-bottom: 20px; } .page-phpark-org__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-phpark-org__promotion-card { background-color: #f1f1f1; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); display: flex; flex-direction: column; } .page-phpark-org__promotion-card-image { width: 100%; height: 220px; overflow: hidden; display: flex; justify-content: center; align-items: center; background-color: #ccc; } .page-phpark-org__promotion-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; } .page-phpark-org__promotion-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-phpark-org__promotion-card-title { font-size: 1.6em; margin-bottom: 10px; color: #e74c3c; } .page-phpark-org__promotion-card-description { font-size: 0.95em; color: #555; margin-bottom: 20px; } .page-phpark-org__security-content { display: flex; flex-wrap: wrap; gap: 30px; align-items: center; } .page-phpark-org__security-text { flex: 1; min-width: 300px; } .page-phpark-org__security-image { flex: 0 0 400px; max-width: 100%; height: auto; border-radius: 8px; overflow: hidden; } .page-phpark-org__security-image img { width: 100%; height: auto; display: block; } .page-phpark-org__faq-list { list-style: none; padding: 0; } .page-phpark-org__faq-item { background-color: #f1f1f1; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } .page-phpark-org__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; background-color: #ecf0f1; color: #2c3e50; font-weight: bold; transition: background-color 0.3s ease; } .page-phpark-org__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-phpark-org__faq-question:hover { background-color: #dcdfe4; } .page-phpark-org__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-phpark-org__faq-item.active .page-phpark-org__faq-toggle { transform: rotate(45deg); } .page-phpark-org__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; background-color: #fff; } .page-phpark-org__faq-item.active .page-phpark-org__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-phpark-org__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-phpark-org__blog-card { background-color: #f1f1f1; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-phpark-org__blog-card:hover { transform: translateY(-5px); } .page-phpark-org__blog-card-image { width: 100%; height: 200px; overflow: hidden; display: flex; justify-content: center; align-items: center; background-color: #ccc; } .page-phpark-org__blog-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; } .page-phpark-org__blog-card-content { padding: 20px; } .page-phpark-org__blog-card-title { font-size: 1.4em; margin-bottom: 10px; color: #2c3e50; } .page-phpark-org__blog-card-title a { text-decoration: none; color: inherit; transition: color 0.3s ease; } .page-phpark-org__blog-card-title a:hover { color: #e74c3c; } .page-phpark-org__blog-card-date { font-size: 0.85em; color: #777; margin-bottom: 10px; } .page-phpark-org__blog-card-excerpt { font-size: 0.9em; color: #555; margin-bottom: 20px; } @media (max-width: 768px) { .page-phpark-org__hero-section { padding: 100px 15px 60px; padding-top: calc(var(--header-offset, 122px) + 60px); } .page-phpark-org__hero-title { font-size: 2.5em; } .page-phpark-org__hero-description { font-size: 1em; } .page-phpark-org__section { padding: 30px 15px; } .page-phpark-org__section-title { font-size: 2em; margin-bottom: 20px; } .page-phpark-org__about-content, .page-phpark-org__security-content { flex-direction: column; gap: 20px; } .page-phpark-org__about-image, .page-phpark-org__security-image { flex: none; width: 100%; } .page-phpark-org__quick-access-grid { grid-template-columns: 1fr; } .page-phpark-org__games-grid, .page-phpark-org__promotions-grid, .page-phpark-org__blog-grid { grid-template-columns: 1fr; } .page-phpark-org__game-card-image, .page-phpark-org__promotion-card-image, .page-phpark-org__blog-card-image { height: 180px; } .page-phpark-org__faq-question { padding: 15px; } .page-phpark-org__faq-question h3 { font-size: 1em; } .page-phpark-org__faq-answer { padding: 15px !important; } .page-phpark-org__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-phpark-org__payment-logo, .page-phpark-org__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-phpark-org ul, .page-phpark-org ol { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-phpark-org ul li, .page-phpark-org ol li { 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-phpark-org img { max-width: 100% !important; height: auto !important; } .page-phpark-org__hero-cta-group { flex-direction: column; } }