/* Base styles for the page */.page-old-747-ph-live {font-family: 'Arial', sans-serif;color: #E0E0E0; /* Light gray text for contrast */background-color: #1A1A1A; /* Dark background */line-height: 1.6;padding-top: 10px; /* Small padding at top, assuming body has header offset */}/* Section styling */.page-old-747-ph-live__section-title {font-size: 2.5em;color: #FFD700; /* Gold accent */text-align: center;margin-bottom: 25px;padding-top: 40px;text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);}.page-old-747-ph-live__section-title::after {content: '';display: block;width: 80px;height: 4px;background-color: #00BFFF; /* Deep sky blue accent */margin: 10px auto 0;border-radius: 2px;}.page-old-747-ph-live__hero-section,.page-old-747-ph-live__intro-section,.page-old-747-ph-live__quick-access-section,.page-old-747-ph-live__games-section,.page-old-747-ph-live__promo-section,.page-old-747-ph-live__security-section,.page-old-747-ph-live__faq-section,.page-old-747-ph-live__blog-section {padding: 60px 20px;max-width: 1200px;margin: 0 auto;}/* HERO Section */.page-old-747-ph-live__hero-section {position: relative;display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;min-height: 500px;overflow: hidden;padding: 80px 20px;background-color: #000;}.page-old-747-ph-live__hero-image {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;opacity: 0.4;z-index: 0;max-width: 100%;}.page-old-747-ph-live__hero-content {position: relative;z-index: 1;max-width: 800px;}.page-old-747-ph-live__hero-title {font-size: 3.5em;color: #FFF;margin-bottom: 20px;text-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);line-height: 1.2;}.page-old-747-ph-live__hero-description {font-size: 1.3em;color: #F0F0F0;margin-bottom: 30px;text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);}.page-old-747-ph-live__cta-button {display: inline-block;background-color: #00BFFF;color: #FFF;padding: 15px 30px;border-radius: 50px;text-decoration: none;font-size: 1.2em;font-weight: bold;transition: background-color 0.3s ease, transform 0.3s ease;box-shadow: 0 4px 15px rgba(0, 191, 255, 0.4);}.page-old-747-ph-live__cta-button:hover {background-color: #009ACD;transform: translateY(-3px);}/* Homepage Introduction */.page-old-747-ph-live__intro-text {text-align: center;font-size: 1.1em;margin-bottom: 40px;max-width: 900px;margin-left: auto;margin-right: auto;}.page-old-747-ph-live__features-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;text-align: center;}.page-old-747-ph-live__feature-item {background-color: #282828;padding: 30px;border-radius: 15px;box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-old-747-ph-live__feature-item:hover {transform: translateY(-10px);box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);}.page-old-747-ph-live__feature-icon {width: 100px;height: 100px;object-fit: contain;margin-bottom: 20px;max-width: 100%;height: auto;}.page-old-747-ph-live__feature-title {font-size: 1.5em;color: #FFD700;margin-bottom: 15px;}.page-old-747-ph-live__feature-description {font-size: 0.95em;color: #B0B0B0;}/* Quick Access */.page-old-747-ph-live__quick-access-description {text-align: center;font-size: 1.1em;margin-bottom: 30px;max-width: 800px;margin-left: auto;margin-right: auto;}.page-old-747-ph-live__access-buttons-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));gap: 20px;max-width: 900px;margin: 0 auto;}.page-old-747-ph-live__access-button {display: block;background-color: #333;color: #FFF;padding: 15px 20px;border-radius: 10px;text-decoration: none;font-weight: bold;text-align: center;transition: background-color 0.3s ease, transform 0.3s ease;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);}.page-old-747-ph-live__access-button:hover {background-color: #00BFFF;transform: translateY(-5px);box-shadow: 0 6px 15px rgba(0, 191, 255, 0.4);}/* Games Section */.page-old-747-ph-live__games-intro {text-align: center;font-size: 1.1em;margin-bottom: 40px;max-width: 900px;margin-left: auto;margin-right: auto;}.page-old-747-ph-live__game-categories {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-bottom: 50px;}.page-old-747-ph-live__game-category {background-color: #282828;border-radius: 15px;overflow: hidden;box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);text-align: center;display: flex;flex-direction: column;transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-old-747-ph-live__game-category:hover {transform: translateY(-10px);box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);}.page-old-747-ph-live__game-image {width: 100%;height: 200px;object-fit: cover;border-bottom: 3px solid #00BFFF;max-width: 100%;}.page-old-747-ph-live__game-title {font-size: 1.6em;color: #FFD700;margin: 20px 15px 10px;}.page-old-747-ph-live__game-description {font-size: 0.95em;color: #B0B0B0;padding: 0 15px 20px;flex-grow: 1;}.page-old-747-ph-live__game-button {display: block;background-color: #00BFFF;color: #FFF;padding: 12px 20px;text-decoration: none;font-weight: bold;border-radius: 0 0 15px 15px;transition: background-color 0.3s ease;}.page-old-747-ph-live__game-button:hover {background-color: #009ACD;}.page-old-747-ph-live__providers-section {text-align: center;margin-top: 50px;}.page-old-747-ph-live__providers-title {font-size: 1.8em;color: #FFD700;margin-bottom: 30px;}.page-old-747-ph-live__provider-logos {display: flex;flex-wrap: wrap;justify-content: center;gap: 25px;}.page-old-747-ph-live__provider-logo {width: 120px; /* Adjust as needed */height: 80px; /* Adjust as needed */object-fit: contain;filter: grayscale(80%) brightness(120%);transition: filter 0.3s ease;max-width: 100%;height: auto;}.page-old-747-ph-live__provider-logo:hover {filter: grayscale(0%) brightness(100%);}/* Promotions Section */.page-old-747-ph-live__promo-intro {text-align: center;font-size: 1.1em;margin-bottom: 40px;max-width: 900px;margin-left: auto;margin-right: auto;}.page-old-747-ph-live__promo-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;}.page-old-747-ph-live__promo-card {background-color: #282828;border-radius: 15px;overflow: hidden;box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);text-align: center;transition: transform 0.3s ease, box-shadow 0.3s ease;display: flex;flex-direction: column;}.page-old-747-ph-live__promo-card:hover {transform: translateY(-10px);box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);}.page-old-747-ph-live__promo-image {width: 100%;height: 200px;object-fit: cover;border-bottom: 3px solid #FFD700;max-width: 100%;height: auto;}.page-old-747-ph-live__promo-title {font-size: 1.6em;color: #00BFFF;margin: 20px 15px 10px;}.page-old-747-ph-live__promo-description {font-size: 0.95em;color: #B0B0B0;padding: 0 15px 20px;flex-grow: 1;}.page-old-747-ph-live__promo-button {display: block;background-color: #FFD700;color: #1A1A1A;padding: 12px 20px;text-decoration: none;font-weight: bold;border-radius: 0 0 15px 15px;transition: background-color 0.3s ease;}.page-old-747-ph-live__promo-button:hover {background-color: #E0B500;}/* Security Section */.page-old-747-ph-live__security-intro {text-align: center;font-size: 1.1em;margin-bottom: 40px;max-width: 900px;margin-left: auto;margin-right: auto;}.page-old-747-ph-live__security-features {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;text-align: center;}.page-old-747-ph-live__contact-button {display: inline-block;background-color: #00BFFF;color: #FFF;padding: 10px 20px;border-radius: 50px;text-decoration: none;font-weight: bold;margin-top: 20px;transition: background-color 0.3s ease, transform 0.3s ease;}.page-old-747-ph-live__contact-button:hover {background-color: #009ACD;transform: translateY(-3px);}/* FAQ Section */.page-old-747-ph-live__faq-container {max-width: 900px;margin: 0 auto;}.page-old-747-ph-live__faq-item {background-color: #282828;margin-bottom: 15px;border-radius: 10px;overflow: hidden;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);}.page-old-747-ph-live__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;background-color: #333;cursor: pointer;user-select: none;transition: background-color 0.3s ease;}.page-old-747-ph-live__faq-question:hover {background-color: #444;}.page-old-747-ph-live__faq-title {font-size: 1.2em;color: #FFD700;margin: 0;pointer-events: none; /* Prevent h3 from blocking click event on parent div */}.page-old-747-ph-live__faq-toggle {font-size: 1.8em;color: #00BFFF;font-weight: bold;pointer-events: none; /* Prevent span from blocking click event on parent div */transition: transform 0.3s ease;}.page-old-747-ph-live__faq-item.active .page-old-747-ph-live__faq-toggle {transform: rotate(45deg);color: #FFD700;}.page-old-747-ph-live__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px;color: #B0B0B0;font-size: 0.95em;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;opacity: 0;}.page-old-747-ph-live__faq-item.active .page-old-747-ph-live__faq-answer {max-height: 2000px !important; /* Sufficiently large value */padding: 20px 25px !important;opacity: 1;}.page-old-747-ph-live__faq-link {display: inline-block;margin-top: 15px;background-color: #00BFFF;color: #FFF;padding: 8px 15px;border-radius: 20px;text-decoration: none;font-size: 0.9em;font-weight: bold;transition: background-color 0.3s ease;}.page-old-747-ph-live__faq-link:hover {background-color: #009ACD;}/* Blog Section */.page-old-747-ph-live__blog-intro {text-align: center;font-size: 1.1em;margin-bottom: 40px;max-width: 900px;margin-left: auto;margin-right: auto;}.page-old-747-ph-live__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;}.page-old-747-ph-live__blog-card {background-color: #282828;border-radius: 15px;overflow: hidden;box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease, box-shadow 0.3s ease;display: flex;flex-direction: column;}.page-old-747-ph-live__blog-card:hover {transform: translateY(-10px);box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);}.page-old-747-ph-live__blog-image {width: 100%;height: 200px;object-fit: cover;border-bottom: 3px solid #FFD700;max-width: 100%;height: auto;}.page-old-747-ph-live__blog-content {padding: 20px;flex-grow: 1;display: flex;flex-direction: column;}.page-old-747-ph-live__blog-title {font-size: 1.4em;margin-bottom: 10px;line-height: 1.3;}.page-old-747-ph-live__blog-title a {color: #00BFFF;text-decoration: none;transition: color 0.3s ease;}.page-old-747-ph-live__blog-title a:hover {color: #FFD700;}.page-old-747-ph-live__blog-excerpt {font-size: 0.95em;color: #B0B0B0;margin-bottom: 15px;flex-grow: 1;}.page-old-747-ph-live__blog-date {font-size: 0.85em;color: #777;text-align: right;margin-top: auto;}/* Responsive adjustments */@media (max-width: 1024px) {.page-old-747-ph-live__hero-title {font-size: 3em;}.page-old-747-ph-live__section-title {font-size: 2em;}}@media (max-width: 768px) {.page-old-747-ph-live__hero-section,.page-old-747-ph-live__intro-section,.page-old-747-ph-live__quick-access-section,.page-old-747-ph-live__games-section,.page-old-747-ph-live__promo-section,.page-old-747-ph-live__security-section,.page-old-747-ph-live__faq-section,.page-old-747-ph-live__blog-section {padding: 40px 15px;}.page-old-747-ph-live__hero-title {font-size: 2.5em;}.page-old-747-ph-live__hero-description {font-size: 1.1em;}.page-old-747-ph-live__cta-button {font-size: 1.1em;padding: 12px 25px;}.page-old-747-ph-live__section-title {font-size: 1.8em;}.page-old-747-ph-live__features-grid,.page-old-747-ph-live__access-buttons-grid,.page-old-747-ph-live__game-categories,.page-old-747-ph-live__promo-grid,.page-old-747-ph-live__security-features,.page-old-747-ph-live__blog-grid {grid-template-columns: 1fr; /* Single column layout for mobile */gap: 20px;}/* List item specific mobile styles for all grids/features */.page-old-747-ph-live__feature-item,.page-old-747-ph-live__game-category,.page-old-747-ph-live__promo-card,.page-old-747-ph-live__blog-card {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;padding: 20px;}.page-old-747-ph-live__feature-description,.page-old-747-ph-live__game-description,.page-old-747-ph-live__promo-description,.page-old-747-ph-live__blog-excerpt,.page-old-747-ph-live__faq-answer p {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}.page-old-747-ph-live__faq-question {padding: 15px 20px;}.page-old-747-ph-live__faq-answer {padding: 0 20px;}.page-old-747-ph-live__faq-item.active .page-old-747-ph-live__faq-answer {padding: 15px 20px !important;}.page-old-747-ph-live__provider-logo {width: 100px;height: 70px;}}@media (max-width: 480px) {.page-old-747-ph-live__hero-title {font-size: 2em;}.page-old-747-ph-live__hero-description {font-size: 1em;}.page-old-747-ph-live__cta-button {font-size: 1em;padding: 10px 20px;}.page-old-747-ph-live__section-title {font-size: 1.5em;}.page-old-747-ph-live__feature-icon {width: 80px;height: 80px;}.page-old-747-ph-live__feature-title,.page-old-747-ph-live__game-title,.page-old-747-ph-live__promo-title,.page-old-747-ph-live__blog-title {font-size: 1.3em;}.page-old-747-ph-live__faq-title {font-size: 1.1em;}}