.page-onion-kuya { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-onion-kuya__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-onion-kuya__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:gaming,casino,philippines,mobile]') no-repeat center center/cover; padding: 10px 20px 80px; text-align: center; color: #fff; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 40px; } .page-onion-kuya__hero-content { position: relative; z-index: 2; } .page-onion-kuya__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-onion-kuya__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; color: #eee; max-width: 800px; margin-left: auto; margin-right: auto; } .page-onion-kuya__button-group { display: flex; justify-content: center; gap: 20px; margin-top: 30px; } .page-onion-kuya__button { display: inline-block; padding: 15px 30px; background-color: #e44d26; color: #fff; text-decoration: none; border-radius: 5px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-onion-kuya__button:hover { background-color: #f76b1c; transform: translateY(-3px); } .page-onion-kuya__section-title { font-size: 2.2em; color: #ffcc00; text-align: center; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-onion-kuya__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 40px; } .page-onion-kuya__card { background-color: #2e2e4a; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-onion-kuya__card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-onion-kuya__card-icon { width: 250px; height: 250px; object-fit: cover; margin-bottom: 20px; border-radius: 8px; } .page-onion-kuya__card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 15px; } .page-onion-kuya__card-description { font-size: 1em; color: #ccc; } .page-onion-kuya__promo-banner { background-color: #e44d26; color: #fff; padding: 40px 20px; text-align: center; border-radius: 10px; margin-bottom: 40px; } .page-onion-kuya__promo-title { font-size: 2em; margin-bottom: 15px; } .page-onion-kuya__promo-text { font-size: 1.1em; margin-bottom: 30px; } .page-onion-kuya__faq-section { background-color: #1a1a2e; padding: 40px 0; } .page-onion-kuya__faq-item { margin-bottom: 15px; border: 1px solid #3a3a5a; border-radius: 8px; overflow: hidden; } .page-onion-kuya__faq-question { background-color: #2e2e4a; padding: 20px 25px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-onion-kuya__faq-question:hover { background-color: #3a3a5a; } .page-onion-kuya__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; } .page-onion-kuya__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; pointer-events: none; transition: transform 0.3s ease; } .page-onion-kuya__faq-item.active .page-onion-kuya__faq-toggle { transform: rotate(45deg); } .page-onion-kuya__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: #24243d; color: #ccc; } .page-onion-kuya__faq-item.active .page-onion-kuya__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-onion-kuya__hero-title { font-size: 2em; } .page-onion-kuya__hero-subtitle { font-size: 1.1em; } .page-onion-kuya__button-group { flex-direction: column; gap: 15px; } .page-onion-kuya__button { width: 100%; max-width: 280px; margin: 0 auto; } .page-onion-kuya__section-title { font-size: 1.8em; } .page-onion-kuya__grid { grid-template-columns: 1fr; } .page-onion-kuya__card-icon { width: 200px; height: 200px; } .page-onion-kuya__promo-title { font-size: 1.6em; } .page-onion-kuya__promo-text { font-size: 1em; } .page-onion-kuya__faq-question { padding: 15px 20px; } .page-onion-kuya__faq-question h3 { font-size: 1.1em; } .page-onion-kuya__faq-answer { padding: 0 20px; } .page-onion-kuya__faq-item.active .page-onion-kuya__faq-answer { padding: 15px 20px !important; } .page-onion-kuya__container { padding: 10px; } } @media (max-width: 375px) { .page-onion-kuya__card-icon { width: 180px; height: 180px; } } /* Responsive image styles */ .page-onion-kuya img { max-width: 100%; height: auto; display: block; margin: 0 auto; } .page-onion-kuya__image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } @media (max-width: 768px) { .page-onion-kuya img { max-width: 100% !important; height: auto !important; } .page-onion-kuya__image-wrapper { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } }