.page-kuya-ki { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-kuya-ki__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-kuya-ki__section { padding: 60px 20px; margin-bottom: 20px; border-radius: 8px; background-color: #16213e; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-kuya-ki__section:nth-child(even) { background-color: #0f3460; } .page-kuya-ki__title { text-align: center; color: #e94560; margin-bottom: 40px; font-size: 2.8em; font-weight: bold; } .page-kuya-ki__subtitle { text-align: center; color: #e94560; margin-bottom: 30px; font-size: 2.2em; font-weight: bold; } .page-kuya-ki__text-center { text-align: center; } .page-kuya-ki__button { display: inline-block; background-color: #e94560; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; margin: 10px; } .page-kuya-ki__button:hover { background-color: #d63c55; transform: translateY(-3px); } .page-kuya-ki__hero-section { background-image: url('[GALLERY:hero:1920x1080:online casino,gaming,philippines,kuya ki,phlove22]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 20px; position: relative; overflow: hidden; border-radius: 0; padding-top: 10px; } .page-kuya-ki__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); } .page-kuya-ki__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-kuya-ki__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); } .page-kuya-ki__hero-description { font-size: 1.4em; margin-bottom: 40px; } .page-kuya-ki__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-kuya-ki__floating-button { background-color: #e94560; color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease, transform 0.3s ease; } .page-kuya-ki__floating-button:hover { background-color: #d63c55; transform: translateY(-3px); } .page-kuya-ki__intro-content { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 40px; } .page-kuya-ki__intro-text { flex: 1; min-width: 300px; max-width: 600px; } .page-kuya-ki__intro-image { flex: 1; min-width: 300px; max-width: 400px; text-align: center; } .page-kuya-ki__intro-image img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-kuya-ki__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-kuya-ki__game-card { background-color: #0f3460; border-radius: 8px; overflow: hidden; text-align: center; padding-bottom: 20px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-kuya-ki__game-card:hover { transform: translateY(-5px); } .page-kuya-ki__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-kuya-ki__game-card-title { font-size: 1.5em; margin: 15px 10px 10px; color: #e94560; } .page-kuya-ki__game-card-description { font-size: 0.95em; color: #ccc; padding: 0 15px; margin-bottom: 15px; } .page-kuya-ki__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-kuya-ki__promo-card { background-color: #0f3460; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; } .page-kuya-ki__promo-card:hover { transform: translateY(-5px); } .page-kuya-ki__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-kuya-ki__promo-card-title { font-size: 1.6em; margin: 15px 10px 10px; color: #e94560; } .page-kuya-ki__promo-card-description { font-size: 0.95em; color: #ccc; padding: 0 15px; margin-bottom: 20px; } .page-kuya-ki__payment-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-kuya-ki__payment-item { background-color: #0f3460; padding: 15px 25px; border-radius: 8px; text-align: center; font-weight: bold; color: #fff; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } .page-kuya-ki__payment-item img { max-height: 50px; width: auto; margin-bottom: 10px; } .page-kuya-ki__faq-list { list-style: none; padding: 0; } .page-kuya-ki__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-kuya-ki__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #16213e; border-bottom: 1px solid #0f3460; transition: background-color 0.3s ease; } .page-kuya-ki__faq-question:hover { background-color: #1a2a47; } .page-kuya-ki__faq-question h3 { margin: 0; font-size: 1.2em; color: #e94560; pointer-events: none; } .page-kuya-ki__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; pointer-events: none; transition: transform 0.3s ease; } .page-kuya-ki__faq-item.active .page-kuya-ki__faq-toggle { transform: rotate(45deg); } .page-kuya-ki__faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; padding: 0 20px; color: #ccc; font-size: 0.95em; } .page-kuya-ki__faq-item.active .page-kuya-ki__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-kuya-ki__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-kuya-ki__blog-card { background-color: #0f3460; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-kuya-ki__blog-card:hover { transform: translateY(-5px); } .page-kuya-ki__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-kuya-ki__blog-card-content { padding: 20px; } .page-kuya-ki__blog-card-title { font-size: 1.4em; margin-bottom: 10px; color: #e94560; } .page-kuya-ki__blog-card-title a { text-decoration: none; color: #e94560; } .page-kuya-ki__blog-card-description { font-size: 0.9em; color: #ccc; margin-bottom: 15px; } .page-kuya-ki__blog-card-date { font-size: 0.8em; color: #999; text-align: right; } .page-kuya-ki__social-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-kuya-ki__social-link { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; background-color: #e94560; color: #fff; font-size: 1.5em; text-decoration: none; transition: background-color 0.3s ease, transform 0.3s ease; } .page-kuya-ki__social-link:hover { background-color: #d63c55; transform: scale(1.1); } @media (max-width: 768px) { .page-kuya-ki__hero-title { font-size: 2.5em; } .page-kuya-ki__hero-description { font-size: 1.1em; } .page-kuya-ki__title { font-size: 2em; } .page-kuya-ki__subtitle { font-size: 1.8em; } .page-kuya-ki__section { padding: 40px 15px; } .page-kuya-ki__intro-content { flex-direction: column; } .page-kuya-ki__intro-text, .page-kuya-ki__intro-image { min-width: unset; max-width: 100%; } .page-kuya-ki__game-grid, .page-kuya-ki__promo-grid, .page-kuya-ki__blog-grid { grid-template-columns: 1fr; } .page-kuya-ki__floating-buttons { right: 10px; bottom: 10px; } .page-kuya-ki__faq-question h3 { font-size: 1.1em; } .page-kuya-ki__faq-answer { padding: 0 15px; font-size: 0.9em; } .page-kuya-ki__faq-item.active .page-kuya-ki__faq-answer { padding: 15px !important; } .page-kuya-ki__button { padding: 12px 25px; font-size: 1em; } } @media (max-width: 375px) { .page-kuya-ki__faq-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-ki__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-ki__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }