.page-nustar-online-games-pagcor { font-family: 'Arial', sans-serif; color: #eee; background-color: #1a1a2e; line-height: 1.6; } .page-nustar-online-games-pagcor a { text-decoration: none; color: #00bcd4; } .page-nustar-online-games-pagcor a:hover { text-decoration: underline; } .page-nustar-online-games-pagcor__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-nustar-online-games-pagcor__hero-section { position: relative; text-align: center; color: #fff; padding: 10px 0 60px; overflow: hidden; background: linear-gradient(135deg, #0f0c29, #302b63, #24243e); } .page-nustar-online-games-pagcor__hero-image { width: 100%; height: 500px; object-fit: cover; position: absolute; top: 0; left: 0; z-index: 0; opacity: 0.3; } .page-nustar-online-games-pagcor__hero-content { position: relative; z-index: 1; padding: 20px; max-width: 900px; margin: 0 auto; } .page-nustar-online-games-pagcor__hero-title { font-size: 3.2em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); text-transform: uppercase; letter-spacing: 1px; } .page-nustar-online-games-pagcor__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; font-weight: 300; } .page-nustar-online-games-pagcor__button { display: inline-block; background-color: #e91e63; color: #fff; padding: 15px 30px; border-radius: 5px; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-nustar-online-games-pagcor__button:hover { background-color: #d81b60; } .page-nustar-online-games-pagcor__section { padding: 60px 20px; text-align: center; } .page-nustar-online-games-pagcor__section:nth-of-type(even) { background-color: #16162a; } .page-nustar-online-games-pagcor__section-title { font-size: 2.5em; margin-bottom: 40px; color: #00bcd4; } .page-nustar-online-games-pagcor__text-content { max-width: 800px; margin: 0 auto 30px; font-size: 1.1em; line-height: 1.8; text-align: left; } .page-nustar-online-games-pagcor__game-providers { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 40px; } .page-nustar-online-games-pagcor__provider-item { background-color: #2a2a4a; border-radius: 10px; padding: 20px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; width: 180px; } .page-nustar-online-games-pagcor__provider-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-nustar-online-games-pagcor__provider-logo { max-width: 100%; height: 80px; object-fit: contain; margin-bottom: 15px; } .page-nustar-online-games-pagcor__provider-name { font-size: 1.2em; font-weight: bold; color: #fff; } .page-nustar-online-games-pagcor__payment-methods { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; margin-top: 40px; } .page-nustar-online-games-pagcor__payment-item { background-color: #2a2a4a; border-radius: 8px; padding: 15px 25px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); transition: transform 0.2s ease; display: flex; align-items: center; justify-content: center; min-width: 120px; } .page-nustar-online-games-pagcor__payment-item:hover { transform: translateY(-3px); } .page-nustar-online-games-pagcor__payment-logo { max-width: 100%; height: 40px; object-fit: contain; } .page-nustar-online-games-pagcor__promo-card { background: linear-gradient(45deg, #e91e63, #ff4081); border-radius: 15px; padding: 40px; margin: 0 auto; max-width: 600px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); } .page-nustar-online-games-pagcor__promo-title { font-size: 2em; margin-bottom: 20px; color: #fff; } .page-nustar-online-games-pagcor__promo-description { font-size: 1.1em; margin-bottom: 30px; color: #f0f0f0; } .page-nustar-online-games-pagcor__faq-list { max-width: 900px; margin: 40px auto 0; text-align: left; } .page-nustar-online-games-pagcor__faq-item { background-color: #2a2a4a; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-nustar-online-games-pagcor__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3f3f6e; transition: background-color 0.3s ease; } .page-nustar-online-games-pagcor__faq-question:hover { background-color: #4a4a7a; } .page-nustar-online-games-pagcor__faq-question h3 { margin: 0; font-size: 1.2em; color: #fff; pointer-events: none; } .page-nustar-online-games-pagcor__faq-toggle { font-size: 1.8em; font-weight: bold; color: #00bcd4; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-nustar-online-games-pagcor__faq-item.active .page-nustar-online-games-pagcor__faq-toggle { transform: rotate(45deg); } .page-nustar-online-games-pagcor__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #2a2a4a; } .page-nustar-online-games-pagcor__faq-item.active .page-nustar-online-games-pagcor__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-nustar-online-games-pagcor__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-nustar-online-games-pagcor__floating-button { background-color: #00bcd4; color: #fff; padding: 12px 25px; border-radius: 50px; font-size: 1em; font-weight: bold; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-nustar-online-games-pagcor__floating-button:hover { background-color: #00acc1; transform: translateY(-2px); } @media (max-width: 768px) { .page-nustar-online-games-pagcor__hero-title { font-size: 2.2em; } .page-nustar-online-games-pagcor__hero-subtitle { font-size: 1.1em; } .page-nustar-online-games-pagcor__section-title { font-size: 2em; } .page-nustar-online-games-pagcor__text-content { font-size: 1em; } .page-nustar-online-games-pagcor__game-providers, .page-nustar-online-games-pagcor__payment-methods { flex-direction: column; align-items: center; } .page-nustar-online-games-pagcor__provider-item, .page-nustar-online-games-pagcor__payment-item { width: 100% !important; max-width: 90% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px; } .page-nustar-online-games-pagcor__faq-list { padding: 0 10px; } .page-nustar-online-games-pagcor__faq-question { padding: 15px 20px; } .page-nustar-online-games-pagcor__faq-question h3 { font-size: 1.1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-nustar-online-games-pagcor__faq-answer { padding: 0 20px; } .page-nustar-online-games-pagcor__faq-item.active .page-nustar-online-games-pagcor__faq-answer { padding: 15px 20px !important; } .page-nustar-online-games-pagcor__floating-buttons { bottom: 10px; right: 10px; gap: 10px; } .page-nustar-online-games-pagcor__floating-button { padding: 10px 20px; font-size: 0.9em; } }