.page-game-of-thrones-ph-facebook { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: 10px; /* Small top padding for aesthetics, assuming body already has header offset */ } .page-game-of-thrones-ph-facebook__section-title { font-size: 2.2em; color: #2c3e50; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 15px; font-weight: bold; } .page-game-of-thrones-ph-facebook__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #e74c3c; border-radius: 2px; } .page-game-of-thrones-ph-facebook__section-title--small { font-size: 1.8em; margin-bottom: 20px; } .page-game-of-thrones-ph-facebook__section-description { text-align: center; margin-bottom: 40px; font-size: 1.1em; color: #555; max-width: 800px; margin-left: auto; margin-right: auto; padding: 0 15px; } /* Hero Section */ .page-game-of-thrones-ph-facebook__hero-section { position: relative; width: 100%; min-height: 600px; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-bottom: 60px; box-sizing: border-box; } .page-game-of-thrones-ph-facebook__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; } .page-game-of-thrones-ph-facebook__hero-image { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.5); /* Darken image for text readability */ } .page-game-of-thrones-ph-facebook__hero-content { position: relative; z-index: 2; color: #fff; text-align: center; max-width: 900px; padding: 20px; } .page-game-of-thrones-ph-facebook__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; font-weight: 700; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-game-of-thrones-ph-facebook__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-game-of-thrones-ph-facebook__hero-actions { display: flex; gap: 20px; justify-content: center; } .page-game-of-thrones-ph-facebook__hero-button { display: inline-block; 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; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-game-of-thrones-ph-facebook__hero-button--primary { background-color: #e74c3c; color: #fff; } .page-game-of-thrones-ph-facebook__hero-button--primary:hover { background-color: #c0392b; transform: translateY(-3px); } .page-game-of-thrones-ph-facebook__hero-button--secondary { background-color: #34495e; color: #fff; } .page-game-of-thrones-ph-facebook__hero-button--secondary:hover { background-color: #2c3e50; transform: translateY(-3px); } /* Payment Providers Section */ .page-game-of-thrones-ph-facebook__payment-providers { display: flex; flex-direction: column; /* Changed to column to center title above logos */ align-items: center; padding: 40px 20px; background-color: #fff; margin-bottom: 60px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-game-of-thrones-ph-facebook__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 1200px; box-sizing: border-box; } .page-game-of-thrones-ph-facebook__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; object-fit: contain; /* Ensure logos fit without cropping */ transition: transform 0.3s ease; } .page-game-of-thrones-ph-facebook__payment-logo:hover { transform: scale(1.1); } /* Introduction Section */ .page-game-of-thrones-ph-facebook__introduction-section { padding: 60px 20px; margin-bottom: 60px; background-color: #f8f8f8; } .page-game-of-thrones-ph-facebook__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-game-of-thrones-ph-facebook__intro-card { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-game-of-thrones-ph-facebook__intro-card:hover { transform: translateY(-10px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); } .page-game-of-thrones-ph-facebook__intro-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 20px; } .page-game-of-thrones-ph-facebook__intro-card-title { font-size: 1.5em; color: #2c3e50; margin-bottom: 10px; padding: 0 15px; } .page-game-of-thrones-ph-facebook__intro-card-description { font-size: 1em; color: #555; padding: 0 15px; } .page-game-of-thrones-ph-facebook__cta-wrapper { text-align: center; margin-top: 50px; } .page-game-of-thrones-ph-facebook__cta-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 40px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-game-of-thrones-ph-facebook__cta-button:hover { background-color: #c0392b; transform: translateY(-3px); } /* Quick Access Section */ .page-game-of-thrones-ph-facebook__quick-access-section { padding: 60px 20px; margin-bottom: 60px; background-color: #ecf0f1; } .page-game-of-thrones-ph-facebook__access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-game-of-thrones-ph-facebook__access-card { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); padding: 30px; text-align: center; text-decoration: none; color: #333; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-game-of-thrones-ph-facebook__access-card:hover { transform: translateY(-10px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); } .page-game-of-thrones-ph-facebook__access-card-title { font-size: 1.4em; color: #e74c3c; margin-bottom: 10px; } .page-game-of-thrones-ph-facebook__access-card-description { font-size: 1em; color: #555; } /* Games Section */ .page-game-of-thrones-ph-facebook__games-section { padding: 60px 20px; margin-bottom: 60px; background-color: #f8f8f8; } .page-game-of-thrones-ph-facebook__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-game-of-thrones-ph-facebook__game-card { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-game-of-thrones-ph-facebook__game-card:hover { transform: translateY(-10px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); } .page-game-of-thrones-ph-facebook__game-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 20px; } .page-game-of-thrones-ph-facebook__game-title { font-size: 1.5em; color: #2c3e50; margin-bottom: 10px; padding: 0 15px; } .page-game-of-thrones-ph-facebook__game-description { font-size: 1em; color: #555; margin-bottom: 20px; padding: 0 15px; } .page-game-of-thrones-ph-facebook__game-button { display: inline-block; background-color: #3498db; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-game-of-thrones-ph-facebook__game-button:hover { background-color: #2980b9; } /* Promotions Section */ .page-game-of-thrones-ph-facebook__promotions-section { padding: 60px 20px; margin-bottom: 60px; background-color: #fff; } .page-game-of-thrones-ph-facebook__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-game-of-thrones-ph-facebook__promo-card { background-color: #fefefe; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; border-top: 5px solid #e74c3c; } .page-game-of-thrones-ph-facebook__promo-card:hover { transform: translateY(-10px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); } .page-game-of-thrones-ph-facebook__promo-image { width: 100%; height: 180px; object-fit: cover; margin-bottom: 20px; } .page-game-of-thrones-ph-facebook__promo-title { font-size: 1.6em; color: #e74c3c; margin-bottom: 10px; padding: 0 15px; } .page-game-of-thrones-ph-facebook__promo-description { font-size: 1em; color: #555; margin-bottom: 20px; padding: 0 15px; } .page-game-of-thrones-ph-facebook__promo-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 10px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-game-of-thrones-ph-facebook__promo-button:hover { background-color: #c0392b; } /* Security Section */ .page-game-of-thrones-ph-facebook__security-section { padding: 60px 20px; margin-bottom: 60px; background-color: #ecf0f1; } .page-game-of-thrones-ph-facebook__security-content { display: flex; flex-wrap: wrap; align-items: center; max-width: 1200px; margin: 0 auto; gap: 40px; } .page-game-of-thrones-ph-facebook__security-text { flex: 1; min-width: 300px; color: #555; } .page-game-of-thrones-ph-facebook__security-text h2 { text-align: left; } .page-game-of-thrones-ph-facebook__security-image-wrapper { flex: 1; min-width: 300px; text-align: center; } .page-game-of-thrones-ph-facebook__security-image { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); } .page-game-of-thrones-ph-facebook__payment-list { list-style: none; padding: 0; margin-top: 20px; display: flex; flex-wrap: wrap; gap: 10px 20px; justify-content: center; } .page-game-of-thrones-ph-facebook__payment-list li { background-color: #34495e; color: #fff; padding: 8px 15px; border-radius: 5px; font-weight: bold; font-size: 0.9em; box-sizing: border-box; } .page-game-of-thrones-ph-facebook__security-button { display: inline-block; background-color: #2c3e50; color: #fff; padding: 12px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; margin-top: 30px; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-game-of-thrones-ph-facebook__security-button:hover { background-color: #1a242f; transform: translateY(-3px); } /* FAQ Section */ .page-game-of-thrones-ph-facebook__faq-section { padding: 60px 20px; margin-bottom: 60px; background-color: #f8f8f8; } .page-game-of-thrones-ph-facebook__faq-container { max-width: 900px; margin: 0 auto; } .page-game-of-thrones-ph-facebook__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-game-of-thrones-ph-facebook__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #e74c3c; color: #fff; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; user-select: none; } .page-game-of-thrones-ph-facebook__faq-question:hover { background-color: #c0392b; } .page-game-of-thrones-ph-facebook__faq-q-text { margin: 0; pointer-events: none; /* Prevent h3 from blocking click event */ flex-grow: 1; } .page-game-of-thrones-ph-facebook__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; /* Prevent span from blocking click event */ transition: transform 0.3s ease; } .page-game-of-thrones-ph-facebook__faq-item.active .page-game-of-thrones-ph-facebook__faq-toggle { transform: rotate(45deg); /* Change + to X (or - if desired) */ } .page-game-of-thrones-ph-facebook__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #fdfdfd; color: #333; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-game-of-thrones-ph-facebook__faq-item.active .page-game-of-thrones-ph-facebook__faq-answer { max-height: 2000px !important; /* Sufficiently large to show content */ padding: 20px 25px !important; opacity: 1; } .page-game-of-thrones-ph-facebook__faq-answer p { margin: 0; } /* Blog Section */ .page-game-of-thrones-ph-facebook__blog-section { padding: 60px 20px; background-color: #ecf0f1; } .page-game-of-thrones-ph-facebook__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-game-of-thrones-ph-facebook__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-game-of-thrones-ph-facebook__blog-card:hover { transform: translateY(-10px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); } .page-game-of-thrones-ph-facebook__blog-image { width: 100%; height: 220px; object-fit: cover; } .page-game-of-thrones-ph-facebook__blog-content { padding: 20px; } .page-game-of-thrones-ph-facebook__blog-title { font-size: 1.4em; margin-bottom: 10px; line-height: 1.3; } .page-game-of-thrones-ph-facebook__blog-title a { color: #2c3e50; text-decoration: none; transition: color 0.3s ease; } .page-game-of-thrones-ph-facebook__blog-title a:hover { color: #e74c3c; } .page-game-of-thrones-ph-facebook__blog-excerpt { font-size: 0.95em; color: #555; margin-bottom: 20px; } .page-game-of-thrones-ph-facebook__blog-read-more { display: inline-block; background-color: #3498db; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease; } .page-game-of-thrones-ph-facebook__blog-read-more:hover { background-color: #2980b9; } /* Responsive Design */ @media (max-width: 1024px) { .page-game-of-thrones-ph-facebook__hero-title { font-size: 3em; } .page-game-of-thrones-ph-facebook__hero-subtitle { font-size: 1.3em; } .page-game-of-thrones-ph-facebook__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-game-of-thrones-ph-facebook__hero-section { min-height: 500px; } .page-game-of-thrones-ph-facebook__hero-title { font-size: 2.2em; } .page-game-of-thrones-ph-facebook__hero-subtitle { font-size: 1.1em; } .page-game-of-thrones-ph-facebook__hero-actions { flex-direction: column; gap: 15px; } .page-game-of-thrones-ph-facebook__hero-button { width: 80%; max-width: 300px; margin: 0 auto; padding: 12px 25px; font-size: 1em; } .page-game-of-thrones-ph-facebook__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-game-of-thrones-ph-facebook__section-description { font-size: 1em; padding: 0 10px; } .page-game-of-thrones-ph-facebook__payment-providers { padding: 30px 10px; } .page-game-of-thrones-ph-facebook__logo-grid { gap: 20px; } .page-game-of-thrones-ph-facebook__payment-logo { width: 60px !important; height: 60px !important; max-width: 60px !important; max-height: 60px !important; } .page-game-of-thrones-ph-facebook__introduction-section, .page-game-of-thrones-ph-facebook__quick-access-section, .page-game-of-thrones-ph-facebook__games-section, .page-game-of-thrones-ph-facebook__promotions-section, .page-game-of-thrones-ph-facebook__security-section, .page-game-of-thrones-ph-facebook__faq-section, .page-game-of-thrones-ph-facebook__blog-section { padding: 40px 15px; margin-bottom: 40px; } .page-game-of-thrones-ph-facebook__intro-grid, .page-game-of-thrones-ph-facebook__access-grid, .page-game-of-thrones-ph-facebook__games-grid, .page-game-of-thrones-ph-facebook__promo-grid, .page-game-of-thrones-ph-facebook__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-game-of-thrones-ph-facebook__intro-card, .page-game-of-thrones-ph-facebook__access-card, .page-game-of-thrones-ph-facebook__game-card, .page-game-of-thrones-ph-facebook__promo-card, .page-game-of-thrones-ph-facebook__blog-card { max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-game-of-thrones-ph-facebook__intro-image, .page-game-of-thrones-ph-facebook__game-image, .page-game-of-thrones-ph-facebook__promo-image, .page-game-of-thrones-ph-facebook__blog-image, .page-game-of-thrones-ph-facebook__security-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-game-of-thrones-ph-facebook__security-content { flex-direction: column; gap: 30px; } .page-game-of-thrones-ph-facebook__security-text { min-width: unset; width: 100%; text-align: center; } .page-game-of-thrones-ph-facebook__security-text h2 { text-align: center; } .page-game-of-thrones-ph-facebook__payment-list { justify-content: center; } .page-game-of-thrones-ph-facebook__faq-question { padding: 15px 20px; font-size: 1em; } .page-game-of-thrones-ph-facebook__faq-answer { padding: 0 20px; } .page-game-of-thrones-ph-facebook__faq-item.active .page-game-of-thrones-ph-facebook__faq-answer { padding: 15px 20px !important; } .page-game-of-thrones-ph-facebook__faq-toggle { font-size: 1.3em; } .page-game-of-thrones-ph-facebook__blog-content { padding: 15px; } .page-game-of-thrones-ph-facebook__blog-title { font-size: 1.3em; } .page-game-of-thrones-ph-facebook__payment-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-game-of-thrones-ph-facebook__payment-list li { width: auto !important; /* Allow natural width */ word-wrap: break-word !important; overflow-wrap: break-word !important; padding: 8px 12px; } } @media (max-width: 480px) { .page-game-of-thrones-ph-facebook__hero-title { font-size: 1.8em; } .page-game-of-thrones-ph-facebook__hero-subtitle { font-size: 0.9em; } .page-game-of-thrones-ph-facebook__hero-button { width: 90%; } .page-game-of-thrones-ph-facebook__section-title { font-size: 1.5em; } .page-game-of-thrones-ph-facebook__payment-logo { width: 50px !important; height: 50px !important; max-width: 50px !important; max-height: 50px !important; } .page-game-of-thrones-ph-facebook__logo-grid { gap: 15px; } .page-game-of-thrones-ph-facebook__intro-card-title, .page-game-of-thrones-ph-facebook__access-card-title, .page-game-of-thrones-ph-facebook__game-title, .page-game-of-thrones-ph-facebook__promo-title, .page-game-of-thrones-ph-facebook__blog-title { font-size: 1.2em; } .page-game-of-thrones-ph-facebook__intro-card-description, .page-game-of-thrones-ph-facebook__access-card-description, .page-game-of-thrones-ph-facebook__game-description, .page-game-of-thrones-ph-facebook__promo-description, .page-game-of-thrones-ph-facebook__blog-excerpt { font-size: 0.85em; } .page-game-of-thrones-ph-facebook__cta-button, .page-game-of-thrones-ph-facebook__game-button, .page-game-of-thrones-ph-facebook__promo-button, .page-game-of-thrones-ph-facebook__security-button, .page-game-of-thrones-ph-facebook__blog-read-more { padding: 10px 20px; font-size: 0.9em; } }