.page-kuya-chubbs-km__body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f0f2f5; color: #333; line-height: 1.6; } .page-kuya-chubbs-km__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-kuya-chubbs-km__header { background-color: #0d47a1; color: #fff; padding: 15px 0; text-align: center; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-kuya-chubbs-km__brand-keyword { font-size: 2.2em; font-weight: bold; margin: 0; text-transform: uppercase; letter-spacing: 2px; } .page-kuya-chubbs-km__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:online_gaming_ph,okbet88_login,casino_banner]') no-repeat center center/cover; color: #fff; text-align: center; padding: 80px 15px 60px; position: relative; overflow: hidden; border-radius: 8px; margin-top: 10px; } .page-kuya-chubbs-km__hero-title { font-size: 2.8em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; } .page-kuya-chubbs-km__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-kuya-chubbs-km__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-kuya-chubbs-km__button { display: inline-block; background-color: #ffc107; color: #1a237e; 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; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-kuya-chubbs-km__button:hover { background-color: #ffeb3b; transform: translateY(-3px); } .page-kuya-chubbs-km__section { padding: 60px 0; background-color: #fff; margin-bottom: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-kuya-chubbs-km__section--dark { background-color: #1a237e; color: #fff; } .page-kuya-chubbs-km__section-title { font-size: 2.5em; text-align: center; margin-bottom: 40px; color: #0d47a1; } .page-kuya-chubbs-km__section--dark .page-kuya-chubbs-km__section-title { color: #ffc107; } .page-kuya-chubbs-km__content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-kuya-chubbs-km__card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-kuya-chubbs-km__card:hover { transform: translateY(-5px); } .page-kuya-chubbs-km__card-image { width: 100%; height: 250px; object-fit: cover; } .page-kuya-chubbs-km__card-content { padding: 25px; } .page-kuya-chubbs-km__card-title { font-size: 1.5em; margin-top: 0; margin-bottom: 15px; color: #0d47a1; } .page-kuya-chubbs-km__card-text { font-size: 1em; color: #555; } .page-kuya-chubbs-km__game-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; } .page-kuya-chubbs-km__provider-logo { max-width: 120px; height: auto; display: block; filter: grayscale(100%); transition: filter 0.3s ease; } .page-kuya-chubbs-km__provider-logo:hover { filter: grayscale(0%); } .page-kuya-chubbs-km__payment-methods { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; } .page-kuya-chubbs-km__payment-logo { max-width: 100px; height: auto; display: block; } .page-kuya-chubbs-km__social-media-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; margin-top: 30px; } .page-kuya-chubbs-km__social-icon { max-width: 50px; height: auto; transition: transform 0.3s ease; } .page-kuya-chubbs-km__social-icon:hover { transform: scale(1.1); } .page-kuya-chubbs-km__faq-list { max-width: 800px; margin: 0 auto; } .page-kuya-chubbs-km__faq-item { background-color: #f9f9f9; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); } .page-kuya-chubbs-km__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #e3f2fd; color: #1a237e; font-weight: bold; border-bottom: 1px solid #c5e1ff; user-select: none; transition: background-color 0.3s ease; } .page-kuya-chubbs-km__faq-question:hover { background-color: #bbdefb; } .page-kuya-chubbs-km__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-kuya-chubbs-km__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-kuya-chubbs-km__faq-item.active .page-kuya-chubbs-km__faq-toggle { transform: rotate(45deg); } .page-kuya-chubbs-km__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #ffffff; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-kuya-chubbs-km__faq-item.active .page-kuya-chubbs-km__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-kuya-chubbs-km__sticky-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-kuya-chubbs-km__sticky-button { background-color: #ffc107; color: #1a237e; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 0.95em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; min-width: 100px; } .page-kuya-chubbs-km__sticky-button:hover { background-color: #ffeb3b; transform: translateY(-3px); } @media (max-width: 768px) { .page-kuya-chubbs-km__hero-title { font-size: 2em; } .page-kuya-chubbs-km__hero-subtitle { font-size: 1.1em; } .page-kuya-chubbs-km__hero-buttons { flex-direction: column; gap: 15px; } .page-kuya-chubbs-km__button { width: 80%; margin: 0 auto; padding: 12px 25px; font-size: 1em; } .page-kuya-chubbs-km__section { padding: 40px 0; } .page-kuya-chubbs-km__section-title { font-size: 2em; margin-bottom: 30px; } .page-kuya-chubbs-km__content-grid { grid-template-columns: 1fr; } .page-kuya-chubbs-km__card-image { height: 200px; } .page-kuya-chubbs-km__card-content { padding: 20px; } .page-kuya-chubbs-km__card-title { font-size: 1.3em; } .page-kuya-chubbs-km__card-text { font-size: 0.9em; } .page-kuya-chubbs-km__game-providers, .page-kuya-chubbs-km__payment-methods, .page-kuya-chubbs-km__social-media-links { gap: 15px; } .page-kuya-chubbs-km__provider-logo, .page-kuya-chubbs-km__payment-logo { max-width: 90px; } .page-kuya-chubbs-km__social-icon { max-width: 40px; } .page-kuya-chubbs-km__faq-question { padding: 15px 20px; } .page-kuya-chubbs-km__faq-question h3 { font-size: 1em; } .page-kuya-chubbs-km__faq-answer { padding: 0 20px; } .page-kuya-chubbs-km__faq-item.active .page-kuya-chubbs-km__faq-answer { padding: 15px 20px !important; } .page-kuya-chubbs-km__sticky-buttons { bottom: 15px; right: 15px; gap: 10px; } .page-kuya-chubbs-km__sticky-button { padding: 10px 15px; font-size: 0.85em; min-width: 80px; } } @media (max-width: 375px) { .page-kuya-chubbs-km__hero-title { font-size: 1.8em; } .page-kuya-chubbs-km__hero-subtitle { font-size: 1em; } .page-kuya-chubbs-km__button { width: 90%; } .page-kuya-chubbs-km__section-title { font-size: 1.8em; } .page-kuya-chubbs-km__card-title { font-size: 1.2em; } .page-kuya-chubbs-km__faq-question h3 { font-size: 0.95em; } } .page-kuya-chubbs-km__text-center { text-align: center; } .page-kuya-chubbs-km__text-highlight { color: #ffc107; font-weight: bold; } .page-kuya-chubbs-km__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-kuya-chubbs-km__floating-button { background-color: #ffc107; color: #1a237e; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; } .page-kuya-chubbs-km__floating-button:hover { background-color: #ffeb3b; transform: translateY(-3px); } @media (max-width: 768px) { .page-kuya-chubbs-km__floating-buttons { bottom: 15px; right: 15px; gap: 10px; } .page-kuya-chubbs-km__floating-button { padding: 10px 20px; font-size: 0.9em; } }