.page-www-747-live { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: var(--header-offset, 122px); } .page-www-747-live h1, .page-www-747-live h2 { color: #0056b3; text-align: center; margin-bottom: 25px; } .page-www-747-live h1 { font-size: 2.8em; } .page-www-747-live h2 { font-size: 2.2em; } .page-www-747-live h3 { font-size: 1.6em; } .page-www-747-live section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); margin-bottom: 30px; } .page-www-747-live__hero-section { background-image: url('[GALLERY:hero:1920x700:online_betting,casino,philippines]'); background-size: cover; background-position: center; color: #fff; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); display: flex; align-items: center; justify-content: center; text-align: center; min-height: 500px; padding: 60px 20px; border-radius: 0; box-shadow: none; } .page-www-747-live__hero-content { max-width: 900px; } .page-www-747-live__hero-title { font-size: 3.5em; margin-bottom: 15px; color: #fff; } .page-www-747-live__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-www-747-live__hero-cta-group { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-www-747-live__button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; font-size: 1em; } .page-www-747-live__button:hover { background-color: #0056b3; transform: translateY(-2px); } .page-www-747-live__button--secondary { background-color: #28a745; } .page-www-747-live__button--secondary:hover { background-color: #218838; } .page-www-747-live__floating-buttons { position: fixed; right: 20px; bottom: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-www-747-live__floating-button { background-color: #ffc107; color: #333; padding: 10px 15px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.2s ease; font-size: 0.9em; text-align: center; width: 100px; } .page-www-747-live__floating-button:hover { background-color: #e0a800; transform: translateY(-3px); } .page-www-747-live__intro-text { text-align: center; margin-bottom: 30px; font-size: 1.1em; color: #555; } .page-www-747-live__gamelogo-container { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; } .page-www-747-live__gamelogo { max-width: 120px; height: auto; opacity: 0.8; transition: opacity 0.3s ease; } .page-www-747-live__gamelogo:hover { opacity: 1; } .page-www-747-live__quick-access-grid, .page-www-747-live__games-grid, .page-www-747-live__promo-grid, .page-www-747-live__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-www-747-live__quick-access-item, .page-www-747-live__game-card, .page-www-747-live__promo-card, .page-www-747-live__blog-card { background-color: #f9f9f9; border: 1px solid #eee; border-radius: 8px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-www-747-live__quick-access-item:hover, .page-www-747-live__game-card:hover, .page-www-747-live__promo-card:hover, .page-www-747-live__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); } .page-www-747-live__quick-access-item a, .page-www-747-live__game-card a, .page-www-747-live__promo-card a, .page-www-747-live__blog-card a { text-decoration: none; color: inherit; display: block; padding: 20px; } .page-www-747-live__game-image, .page-www-747-live__promo-image, .page-www-747-live__blog-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 1px solid #eee; } .page-www-747-live__game-title, .page-www-747-live__promo-title, .page-www-747-live__blog-title { font-size: 1.3em; margin: 15px 0 10px; color: #0056b3; } .page-www-747-live__blog-excerpt { font-size: 0.95em; color: #666; padding: 0 15px 15px; } .page-www-747-live__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; text-align: center; } .page-www-747-live__security-item { padding: 20px; background-color: #f9f9f9; border-radius: 8px; border: 1px solid #eee; } .page-www-747-live__security-icon { width: 80px; height: 80px; margin-bottom: 15px; } .page-www-747-live__security-title { font-size: 1.4em; margin-bottom: 10px; color: #0056b3; } .page-www-747-live__faq-list { list-style: none; padding: 0; } .page-www-747-live__faq-item { margin-bottom: 10px; border: 1px solid #eee; border-radius: 8px; overflow: hidden; background-color: #f9f9f9; } .page-www-747-live__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #e9ecef; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-www-747-live__faq-question:hover { background-color: #dee2e6; } .page-www-747-live__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-www-747-live__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; color: #0056b3; } .page-www-747-live__faq-item.active .page-www-747-live__faq-toggle { transform: rotate(45deg); } .page-www-747-live__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-www-747-live__faq-item.active .page-www-747-live__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-www-747-live__blog-card { text-align: left; } .page-www-747-live__blog-link { padding: 0; } .page-www-747-live__blog-link img { border-bottom: none; } .page-www-747-live__blog-link .page-www-747-live__blog-title { padding: 0 15px; margin-top: 15px; margin-bottom: 5px; } .page-www-747-live__blog-date { font-size: 0.85em; color: #999; padding: 0 15px 15px; display: block; } @media (max-width: 768px) { .page-www-747-live h1 { font-size: 2.2em; } .page-www-747-live h2 { font-size: 1.8em; } .page-www-747-live__hero-title { font-size: 2.5em; } .page-www-747-live__hero-subtitle { font-size: 1.2em; } .page-www-747-live__hero-cta-group { flex-direction: column; gap: 15px; } .page-www-747-live__button { width: 80%; margin: 0 auto; } .page-www-747-live__floating-buttons { right: 10px; bottom: 10px; } .page-www-747-live__floating-button { width: 90px; padding: 8px 10px; font-size: 0.8em; } .page-www-747-live__quick-access-grid, .page-www-747-live__games-grid, .page-www-747-live__promo-grid, .page-www-747-live__blog-grid, .page-www-747-live__security-grid { grid-template-columns: 1fr; } .page-www-747-live__quick-access-item, .page-www-747-live__game-card, .page-www-747-live__promo-card, .page-www-747-live__blog-card { margin: 0 auto; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-www-747-live__faq-answer { padding: 0 15px !important; } .page-www-747-live__faq-item.active .page-www-747-live__faq-answer { padding: 15px !important; } .page-www-747-live__faq-question { padding: 12px 15px; } .page-www-747-live__faq-question h3 { font-size: 1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-www-747-live img { max-width: 100% !important; height: auto !important; } .page-www-747-live__game-image, .page-www-747-live__promo-image, .page-www-747-live__blog-image { height: 180px; } } @media (max-width: 480px) { .page-www-747-live h1 { font-size: 1.8em; } .page-www-747-live__hero-title { font-size: 2em; } .page-www-747-live__hero-subtitle { font-size: 1em; } }