❓ Got Questions?

Online Casino Philippines Frequently Asked Questions

Find quick answers to the most common questions about JIALI365

📌 Your Questions Answered


--green-light: #3db870; --gold-bright: #c9a227; --gold-light: #f0c94a; --gold-pale: #f7e49a; --bg-dark: #071a0f; --bg-card: #0f2b1a; --text-main: #e8f5ee; --text-muted: #7ab894; --border: rgba(201,162,39,0.25); --shadow: 0 4px 24px rgba(0,0,0,0.5); } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { font-family: 'Open Sans', sans-serif; background: var(--bg-dark); color: var(--text-main); min-height: 100vh; } a { text-decoration: none; color: inherit; } img { max-width: 100%; display: block; } /* TOP BAR */ .topbar { background: var(--green-deep); border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; padding: 0 24px; height: 52px; position: sticky; top: 0; z-index: 1000; } .topbar-logo a { display: flex; align-items: center; } .topbar-logo img { height: 36px; width: auto; transition: opacity .2s; } .topbar-logo img:hover { opacity: .85; } .topbar-actions { display: flex; align-items: center; gap: 10px; } .btn-login { background: transparent; border: 1.5px solid var(--gold-bright); color: var(--gold-bright); padding: 7px 18px; border-radius: 6px; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 13px; cursor: pointer; transition: background .2s, color .2s; } .btn-login:hover { background: var(--gold-bright); color: var(--bg-dark); } .btn-register { background: linear-gradient(135deg, var(--gold-bright), var(--gold-light)); border: none; color: var(--bg-dark); padding: 7px 20px; border-radius: 6px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 13px; cursor: pointer; transition: opacity .2s; } .btn-register:hover { opacity: .88; } /* NAV */ nav { background: var(--green-mid); border-bottom: 2px solid var(--gold-bright); } .nav-inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; gap: 0; overflow-x: auto; scrollbar-width: none; } .nav-inner::-webkit-scrollbar { display: none; } .nav-item { display: flex; align-items: center; gap: 6px; padding: 13px 20px; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 13px; color: var(--text-main); cursor: pointer; white-space: nowrap; border-bottom: 3px solid transparent; transition: color .2s, border-color .2s, background .2s; } .nav-item:hover, .nav-item.active { color: var(--gold-light); border-bottom-color: var(--gold-bright); background: rgba(0,0,0,0.15); } .nav-item .icon { font-size: 15px; } .nav-dropdown { position: relative; } .dropdown-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 180px; background: var(--green-deep); border: 1px solid var(--border); border-radius: 0 0 8px 8px; z-index: 999; box-shadow: var(--shadow); } .nav-dropdown:hover .dropdown-menu { display: block; } .dropdown-menu a { display: block; padding: 10px 18px; font-size: 13px; font-family: 'Montserrat', sans-serif; font-weight: 600; color: var(--text-main); transition: background .2s, color .2s; } .dropdown-menu a:hover { background: var(--green-bright); color: var(--gold-light); } /* HERO */ .hero { position: relative; min-height: 300px; background: radial-gradient(ellipse at 20% 60%, rgba(42,140,85,0.18) 0%, transparent 60%), radial-gradient(ellipse at 80% 30%, rgba(201,162,39,0.12) 0%, transparent 55%), linear-gradient(160deg, var(--green-deep) 0%, var(--bg-dark) 100%); display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 60px 24px; } .hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(201,162,39,0.06) 1px, transparent 1px); background-size: 36px 36px; pointer-events: none; } .hero-content { text-align: center; position: relative; z-index: 1; max-width: 800px; } .hero-badge { display: inline-block; background: rgba(201,162,39,0.15); border: 1px solid var(--gold-bright); color: var(--gold-light); font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 5px 16px; border-radius: 20px; margin-bottom: 18px; } .hero h1 { font-family: 'Montserrat', sans-serif; font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; line-height: 1.1; margin-bottom: 16px; background: linear-gradient(135deg, #fff 30%, var(--gold-light) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .hero p { font-size: 16px; color: var(--text-muted); margin-bottom: 0; line-height: 1.7; } /* SECTION */ .section { max-width: 900px; margin: 0 auto; padding: 56px 24px; } .section-title { font-family: 'Montserrat', sans-serif; font-size: 28px; font-weight: 800; color: var(--text-main); margin-bottom: 24px; } .section-title .accent { color: var(--gold-bright); } /* ── ACCORDION (card styling) ── */ .faq-list { display: flex; flex-direction: column; gap: 12px; } .faq-item { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; transition: border-color 0.2s, box-shadow 0.2s; cursor: pointer; } .faq-item:hover { border-color: var(--gold-bright); box-shadow: 0 0 20px rgba(201,162,39,0.05); } .faq-item.active { border-color: var(--gold-bright); box-shadow: 0 0 24px rgba(201,162,39,0.08); } .faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 16px; color: var(--text-main); transition: color 0.2s; user-select: none; } .faq-item:hover .faq-question { color: var(--gold-light); } .faq-item.active .faq-question { color: var(--gold-light); } .faq-icon { flex-shrink: 0; margin-left: 16px; font-size: 20px; color: var(--text-muted); transition: transform 0.3s ease, color 0.2s; } .faq-item.active .faq-icon { transform: rotate(180deg); color: var(--gold-bright); } .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; padding: 0 22px; color: var(--text-muted); font-size: 15px; line-height: 1.7; } .faq-item.active .faq-answer { max-height: 300px; /* enough for answers */ padding: 0 22px 20px 22px; } /* divider */ .divider { border: none; border-top: 1px solid var(--border); margin: 0 24px; } /* FOOTER (exact) */ footer { background: var(--green-deep); border-top: 2px solid var(--border); padding: 48px 24px 24px; } .footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; } .footer-brand img { height: 40px; margin-bottom: 14px; } .footer-brand p { font-size: 13px; color: var(--text-muted); line-height: 1.7; } .footer-col h4 { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold-bright); margin-bottom: 16px; } .footer-col a { display: block; font-size: 13px; color: var(--text-muted); margin-bottom: 10px; transition: color .2s; } .footer-col a:hover { color: var(--gold-light); } .footer-bottom { border-top: 1px solid var(--border); padding-top: 20px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; } .footer-bottom p { font-size: 12px; color: var(--text-muted); } .footer-badges { display: flex; gap: 10px; } .badge-license { background: rgba(201,162,39,0.1); border: 1px solid var(--border); color: var(--gold-light); font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700; padding: 4px 12px; border-radius: 4px; } @media (max-width: 768px) { .footer-inner { grid-template-columns: 1fr 1fr; } .hero h1 { font-size: 1.9rem; } .topbar { padding: 0 14px; } .faq-question { font-size: 14px; padding: 14px 18px; } } @media (max-width: 480px) { .footer-inner { grid-template-columns: 1fr; } }
❓ Got Questions?

Online Casino Philippines Frequently Asked Questions

Find quick answers to the most common questions about JIALI365

📌 Your Questions Answered