.page-kuya-j-menu { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-kuya-j-menu__section-title { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 40px; padding: 20px 15px; background-color: #e9e9e9; border-bottom: 3px solid #f39c12; } .page-kuya-j-menu__hero-section { position: relative; width: 100%; height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; box-sizing: border-box; } .page-kuya-j-menu__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; } .page-kuya-j-menu__hero-image { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.6); } .page-kuya-j-menu__hero-content { position: relative; z-index: 1; max-width: 800px; padding: 20px; background-color: rgba(0, 0, 0, 0.5); border-radius: 10px; } .page-kuya-j-menu__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; color: #f39c12; } .page-kuya-j-menu__hero-description { font-size: 1.2em; margin-bottom: 30px; } .page-kuya-j-menu__hero-cta { display: inline-block; background-color: #f39c12; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; } .page-kuya-j-menu__hero-cta:hover { background-color: #e67e22; } .page-kuya-j-menu__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: #fff; border-bottom: 1px solid #eee; } .page-kuya-j-menu__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; } .page-kuya-j-menu__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; object-fit: contain; } .page-kuya-j-menu__introduction-section { padding: 60px 20px; background-color: #fefefe; text-align: center; max-width: 1200px; margin: 0 auto; } .page-kuya-j-menu__introduction-text { font-size: 1.1em; margin-bottom: 20px; color: #555; } .page-kuya-j-menu__quick-access-section { padding: 60px 20px; background-color: #eee; text-align: center; } .page-kuya-j-menu__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-kuya-j-menu__access-button { display: inline-block; background-color: #3498db; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; font-size: 1em; } .page-kuya-j-menu__access-button:hover { background-color: #2980b9; } .page-kuya-j-menu__games-section { padding: 60px 20px; background-color: #f8f8f8; } .page-kuya-j-menu__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto 0; } .page-kuya-j-menu__game-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-kuya-j-menu__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-kuya-j-menu__game-image { width: 100%; height: 200px; object-fit: cover; } .page-kuya-j-menu__game-title { font-size: 1.5em; color: #2c3e50; margin: 15px 10px 10px; } .page-kuya-j-menu__game-description { font-size: 0.95em; color: #666; padding: 0 15px 15px; flex-grow: 1; } .page-kuya-j-menu__game-button { display: block; background-color: #f39c12; color: #fff; padding: 10px 15px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; margin-top: auto; } .page-kuya-j-menu__game-button:hover { background-color: #e67e22; } .page-kuya-j-menu__promotions-section { padding: 60px 20px; background-color: #fefefe; } .page-kuya-j-menu__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto 0; } .page-kuya-j-menu__promo-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-kuya-j-menu__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-kuya-j-menu__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-kuya-j-menu__promo-title { font-size: 1.4em; color: #2c3e50; margin: 15px 10px 10px; } .page-kuya-j-menu__promo-description { font-size: 0.95em; color: #666; padding: 0 15px 15px; flex-grow: 1; } .page-kuya-j-menu__promo-button { display: block; background-color: #27ae60; color: #fff; padding: 10px 15px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; margin-top: auto; } .page-kuya-j-menu__promo-button:hover { background-color: #229954; } .page-kuya-j-menu__security-section { padding: 60px 20px; background-color: #eee; text-align: center; } .page-kuya-j-menu__security-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto 0; } .page-kuya-j-menu__security-item { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); padding: 30px; display: flex; flex-direction: column; align-items: center; } .page-kuya-j-menu__security-icon { width: 80px; height: 80px; margin-bottom: 20px; object-fit: contain; } .page-kuya-j-menu__security-title { font-size: 1.3em; color: #2c3e50; margin-bottom: 10px; } .page-kuya-j-menu__security-text { font-size: 0.95em; color: #666; } .page-kuya-j-menu__contact-cta { background-color: #34495e; color: #fff; padding: 30px; border-radius: 10px; max-width: 800px; margin: 50px auto 0; } .page-kuya-j-menu__contact-cta p { font-size: 1.1em; margin-bottom: 20px; } .page-kuya-j-menu__contact-button { display: inline-block; background-color: #f39c12; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; font-size: 1em; } .page-kuya-j-menu__contact-button:hover { background-color: #e67e22; } .page-kuya-j-menu__faq-section { padding: 60px 20px; background-color: #fefefe; } .page-kuya-j-menu__faq-container { max-width: 900px; margin: 40px auto 0; } .page-kuya-j-menu__faq-item { background-color: #fff; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-kuya-j-menu__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #f9f9f9; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; user-select: none; } .page-kuya-j-menu__faq-question:hover { background-color: #f0f0f0; } .page-kuya-j-menu__faq-question-text { font-size: 1.15em; color: #2c3e50; margin: 0; pointer-events: none; } .page-kuya-j-menu__faq-toggle { font-size: 1.5em; color: #f39c12; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; } .page-kuya-j-menu__faq-item.active .page-kuya-j-menu__faq-toggle { transform: rotate(45deg); } .page-kuya-j-menu__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; color: #555; } .page-kuya-j-menu__faq-item.active .page-kuya-j-menu__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-kuya-j-menu__blog-section { padding: 60px 20px; background-color: #eee; } .page-kuya-j-menu__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto 0; } .page-kuya-j-menu__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-kuya-j-menu__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-kuya-j-menu__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-kuya-j-menu__blog-content { padding: 15px; display: flex; flex-direction: column; flex-grow: 1; } .page-kuya-j-menu__blog-title { font-size: 1.3em; margin-bottom: 10px; line-height: 1.4; } .page-kuya-j-menu__blog-title a { color: #2c3e50; text-decoration: none; transition: color 0.3s ease; } .page-kuya-j-menu__blog-title a:hover { color: #f39c12; } .page-kuya-j-menu__blog-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; flex-grow: 1; } .page-kuya-j-menu__blog-readmore { display: inline-block; background-color: #3498db; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; margin-top: auto; align-self: flex-start; } .page-kuya-j-menu__blog-readmore:hover { background-color: #2980b9; } @media (max-width: 1024px) { .page-kuya-j-menu__hero-title { font-size: 2.8em; } .page-kuya-j-menu__hero-description { font-size: 1.1em; } .page-kuya-j-menu__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-kuya-j-menu__hero-section { height: 400px; } .page-kuya-j-menu__hero-title { font-size: 2.2em; } .page-kuya-j-menu__hero-description { font-size: 1em; } .page-kuya-j-menu__hero-cta { padding: 12px 25px; font-size: 1em; } .page-kuya-j-menu__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-kuya-j-menu__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-kuya-j-menu__payment-logo { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-kuya-j-menu__introduction-section { padding: 40px 15px; } .page-kuya-j-menu__introduction-text { font-size: 1em; } .page-kuya-j-menu__quick-access-section { padding: 40px 15px; } .page-kuya-j-menu__access-buttons { gap: 15px; } .page-kuya-j-menu__access-button { width: 100%; max-width: 300px; } .page-kuya-j-menu__games-section { padding: 40px 15px; } .page-kuya-j-menu__game-grid { gap: 20px; margin-top: 30px; } .page-kuya-j-menu__game-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-j-menu__game-title { font-size: 1.3em; } .page-kuya-j-menu__game-description { font-size: 0.9em; } .page-kuya-j-menu__promotions-section { padding: 40px 15px; } .page-kuya-j-menu__promo-grid { gap: 20px; margin-top: 30px; } .page-kuya-j-menu__promo-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-j-menu__promo-title { font-size: 1.2em; } .page-kuya-j-menu__promo-description { font-size: 0.9em; } .page-kuya-j-menu__security-section { padding: 40px 15px; } .page-kuya-j-menu__security-content { gap: 20px; margin-top: 30px; } .page-kuya-j-menu__security-item { padding: 20px; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-j-menu__security-icon { width: 60px; height: 60px; margin-bottom: 15px; } .page-kuya-j-menu__security-title { font-size: 1.1em; } .page-kuya-j-menu__security-text { font-size: 0.85em; } .page-kuya-j-menu__contact-cta { padding: 25px 15px; margin-top: 30px; } .page-kuya-j-menu__contact-cta p { font-size: 1em; } .page-kuya-j-menu__contact-button { padding: 10px 20px; font-size: 0.9em; } .page-kuya-j-menu__faq-section { padding: 40px 15px; } .page-kuya-j-menu__faq-container { margin-top: 30px; } .page-kuya-j-menu__faq-question { padding: 15px 20px; } .page-kuya-j-menu__faq-question-text { font-size: 1em; } .page-kuya-j-menu__faq-toggle { font-size: 1.2em; } .page-kuya-j-menu__faq-answer { padding: 0 20px; } .page-kuya-j-menu__faq-item.active .page-kuya-j-menu__faq-answer { padding: 15px 20px !important; } .page-kuya-j-menu__blog-section { padding: 40px 15px; } .page-kuya-j-menu__blog-grid { gap: 20px; margin-top: 30px; } .page-kuya-j-menu__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-j-menu__blog-image { height: 180px; } .page-kuya-j-menu__blog-title { font-size: 1.1em; } .page-kuya-j-menu__blog-excerpt { font-size: 0.85em; } .page-kuya-j-menu__blog-readmore { font-size: 0.8em; padding: 6px 12px; } img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-kuya-j-menu__hero-image, .page-kuya-j-menu__game-image, .page-kuya-j-menu__promo-image, .page-kuya-j-menu__security-icon, .page-kuya-j-menu__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }