/* General Styling for page-fb777-ph */.page-fb777-ph { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a2e; line-height: 1.6; overflow-x: hidden; /* Prevent horizontal scroll */}.page-fb777-ph__section-title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 40px; padding-top: 60px; font-weight: bold;}.page-fb777-ph__section-title--small { font-size: 1.8em; margin-bottom: 20px; padding-top: 30px;}.page-fb777-ph__text-content { max-width: 800px; margin: 0 auto 20px auto; text-align: center; font-size: 1.1em; color: #cccccc;}/* Hero Section */.page-fb777-ph__hero-section { position: relative; width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; padding-top: 10px; box-sizing: border-box; overflow: hidden;}.page-fb777-ph__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1;}.page-fb777-ph__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 2;}.page-fb777-ph__hero-content { position: relative; z-index: 3; max-width: 900px; padding: 20px;}.page-fb777-ph__hero-title { font-size: 3.5em; color: #fff; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2;}.page-fb777-ph__hero-subtitle { font-size: 1.5em; color: #f0f0f0; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);}.page-fb777-ph__hero-cta-button { display: inline-block; background-color: #e94560; color: #fff; padding: 18px 35px; border-radius: 8px; text-decoration: none; font-size: 1.3em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 5px 15px rgba(233, 69, 96, 0.4);}.page-fb777-ph__hero-cta-button:hover { background-color: #c93550; transform: translateY(-3px);}/* Payment Providers Section */.page-fb777-ph__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: #242440;}.page-fb777-ph__payment-logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%;}.page-fb777-ph__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; object-fit: contain; filter: grayscale(100%) brightness(150%); transition: filter 0.3s ease;}.page-fb777-ph__payment-logo:hover { filter: grayscale(0%) brightness(100%);}/* Introduction Section */.page-fb777-ph__introduction-section { padding: 80px 20px; background-color: #1a1a2e; text-align: center;}.page-fb777-ph__intro-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 50px;}.page-fb777-ph__intro-feature-item { background-color: #242440; padding: 30px; border-radius: 10px; max-width: 300px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box;}.page-fb777-ph__intro-feature-item:hover { transform: translateY(-10px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);}.page-fb777-ph__intro-feature-icon { width: 80px; height: 80px; margin-bottom: 20px; object-fit: contain; max-width: 100%; height: auto;}.page-fb777-ph__intro-feature-title { font-size: 1.5em; color: #e94560; margin-bottom: 15px;}.page-fb777-ph__intro-feature-description { font-size: 1em; color: #cccccc;}/* Quick Access Section */.page-fb777-ph__quick-access-section { padding: 80px 20px; background-color: #242440; text-align: center;}.page-fb777-ph__quick-access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px;}.page-fb777-ph__quick-access-btn { display: inline-block; background-color: #e94560; color: #fff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 3px 10px rgba(233, 69, 96, 0.3); min-width: 200px; text-align: center; box-sizing: border-box;}.page-fb777-ph__quick-access-btn:hover { background-color: #c93550; transform: translateY(-2px);}/* Games Section */.page-fb777-ph__games-section { padding: 80px 20px; background-color: #1a1a2e; text-align: center;}.page-fb777-ph__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 50px auto 0 auto;}.page-fb777-ph__game-card { background-color: #242440; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; box-sizing: border-box;}.page-fb777-ph__game-card:hover { transform: translateY(-10px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);}.page-fb777-ph__game-card-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; height: auto;}.page-fb777-ph__game-card-title { font-size: 1.4em; color: #e94560; margin: 20px 15px 10px 15px; text-align: center;}.page-fb777-ph__game-card-description { font-size: 0.95em; color: #cccccc; padding: 0 15px 20px 15px; flex-grow: 1;}.page-fb777-ph__game-card-btn { display: block; background-color: #e94560; color: #fff; padding: 12px 15px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border-radius: 0 0 10px 10px; font-size: 1em;}.page-fb777-ph__game-card-btn:hover { background-color: #c93550;}/* Promotions Section */.page-fb777-ph__promotions-section { padding: 80px 20px; background-color: #242440; text-align: center;}.page-fb777-ph__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 50px auto 0 auto;}.page-fb777-ph__promo-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; box-sizing: border-box;}.page-fb777-ph__promo-card:hover { transform: translateY(-10px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);}.page-fb777-ph__promo-card-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; height: auto;}.page-fb777-ph__promo-card-title { font-size: 1.5em; color: #e94560; margin: 20px 15px 10px 15px; text-align: center;}.page-fb777-ph__promo-card-description { font-size: 1em; color: #cccccc; padding: 0 15px 20px 15px; flex-grow: 1;}.page-fb777-ph__promo-card-btn { display: block; background-color: #e94560; color: #fff; padding: 14px 15px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border-radius: 0 0 10px 10px; font-size: 1.1em;}.page-fb777-ph__promo-card-btn:hover { background-color: #c93550;}/* Security & Customer Service Section */.page-fb777-ph__security-cs-section { padding: 80px 20px; background-color: #1a1a2e;}.page-fb777-ph__security-cs-content { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; max-width: 1000px; margin: 50px auto 0 auto;}.page-fb777-ph__security-info, .page-fb777-ph__cs-info { flex: 1; min-width: 300px; background-color: #242440; padding: 40px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); box-sizing: border-box;}.page-fb777-ph__security-cs-subtitle { font-size: 1.8em; color: #e94560; margin-bottom: 20px; text-align: center;}.page-fb777-ph__cs-contact-btn { display: inline-block; background-color: #e94560; color: #fff; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-size: 1em; font-weight: bold; transition: background-color 0.3s ease; margin-top: 25px; box-shadow: 0 3px 10px rgba(233, 69, 96, 0.3);}.page-fb777-ph__cs-contact-btn:hover { background-color: #c93550;}/* FAQ Section */.page-fb777-ph__faq-section { padding: 80px 20px; background-color: #242440;}.page-fb777-ph__faq-container { max-width: 900px; margin: 50px auto 0 auto;}.page-fb777-ph__faq-item { background-color: #1a1a2e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}.page-fb777-ph__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #2c2c4a; border-bottom: 1px solid rgba(255, 255, 255, 0.1); transition: background-color 0.3s ease; user-select: none;}.page-fb777-ph__faq-question:hover { background-color: #3a3a5a;}.page-fb777-ph__faq-title { font-size: 1.2em; color: #f0f0f0; margin: 0; pointer-events: none;}.page-fb777-ph__faq-toggle { font-size: 1.8em; color: #e94560; font-weight: bold; transition: transform 0.3s ease; pointer-events: none;}.page-fb777-ph__faq-item.active .page-fb777-ph__faq-toggle { transform: rotate(45deg);}.page-fb777-ph__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #1a1a2e; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #cccccc;}.page-fb777-ph__faq-item.active .page-fb777-ph__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1;}.page-fb777-ph__faq-answer p { margin-bottom: 10px;}/* Blog Section */.page-fb777-ph__blog-section { padding: 80px 20px; background-color: #1a1a2e; text-align: center;}.page-fb777-ph__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 50px auto 0 auto;}.page-fb777-ph__blog-card { background-color: #242440; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; box-sizing: border-box;}.page-fb777-ph__blog-card:hover { transform: translateY(-10px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);}.page-fb777-ph__blog-card-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; height: auto;}.page-fb777-ph__blog-card-title { font-size: 1.4em; color: #e94560; margin: 20px 15px 10px 15px; text-align: center;}.page-fb777-ph__blog-card-excerpt { font-size: 0.95em; color: #cccccc; padding: 0 15px 20px 15px; flex-grow: 1;}.page-fb777-ph__blog-card-btn { display: block; background-color: #e94560; color: #fff; padding: 12px 15px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border-radius: 0 0 10px 10px; font-size: 1em;}.page-fb777-ph__blog-card-btn:hover { background-color: #c93550;}/* Responsive adjustments */@media (max-width: 1024px) { .page-fb777-ph__hero-title { font-size: 3em; } .page-fb777-ph__hero-subtitle { font-size: 1.3em; } .page-fb777-ph__section-title { font-size: 2em; } .page-fb777-ph__section-title--small { font-size: 1.5em; } .page-fb777-ph__text-content { font-size: 1em; }}@media (max-width: 768px) { .page-fb777-ph__hero-section { height: 80vh; } .page-fb777-ph__hero-title { font-size: 2.2em; } .page-fb777-ph__hero-subtitle { font-size: 1.1em; } .page-fb777-ph__hero-cta-button { padding: 15px 25px; font-size: 1.1em; } .page-fb777-ph__section-title { font-size: 1.8em; padding-top: 40px; margin-bottom: 30px; } .page-fb777-ph__section-title--small { font-size: 1.3em; padding-top: 20px; } .page-fb777-ph__text-content { font-size: 0.95em; padding: 0 15px; } /* Payment Providers specific mobile CSS */ .page-fb777-ph__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-fb777-ph__payment-logo { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-fb777-ph__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } /* List item responsiveness */ .page-fb777-ph__intro-features { gap: 20px; } .page-fb777-ph__intro-feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 25px; margin-left: 0 !important; margin-right: 0 !important; } .page-fb777-ph__quick-access-buttons { flex-direction: column; gap: 15px; } .page-fb777-ph__quick-access-btn { width: 100% !important; max-width: 100% !important; padding: 12px 20px; font-size: 1em; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-fb777-ph__game-categories, .page-fb777-ph__promo-grid, .page-fb777-ph__blog-grid { grid-template-columns: 1fr; gap: 25px; padding: 0 15px; } .page-fb777-ph__game-card, .page-fb777-ph__promo-card, .page-fb777-ph__blog-card { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-fb777-ph__game-card-image, .page-fb777-ph__promo-card-image, .page-fb777-ph__blog-card-image { height: 180px; max-width: 100% !important; height: auto !important; } .page-fb777-ph__game-card-title, .page-fb777-ph__promo-card-title, .page-fb777-ph__blog-card-title { font-size: 1.3em; } .page-fb777-ph__game-card-description, .page-fb777-ph__promo-card-description, .page-fb777-ph__blog-card-excerpt { font-size: 0.9em; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-fb777-ph__security-cs-content { flex-direction: column; gap: 30px; padding: 0 15px; } .page-fb777-ph__security-info, .page-fb777-ph__cs-info { min-width: unset; width: 100% !important; max-width: 100% !important; padding: 30px; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-fb777-ph__security-cs-subtitle { font-size: 1.5em; } .page-fb777-ph__faq-container { padding: 0 15px; } .page-fb777-ph__faq-question { padding: 15px 20px; } .page-fb777-ph__faq-title { font-size: 1.1em; } .page-fb777-ph__faq-answer { padding: 0 20px; } .page-fb777-ph__faq-item.active .page-fb777-ph__faq-answer { padding: 15px 20px !important; } /* Universal image responsiveness for mobile */ .page-fb777-ph img:not(.page-fb777-ph__payment-logo) { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }}/* Ensure all elements within the main content area are responsive */.page-fb777-ph > section { width: 100%; box-sizing: border-box; padding-left: 20px; padding-right: 20px;}@media (max-width: 768px) { .page-fb777-ph > section { padding-left: 0 !important; padding-right: 0 !important; }}