.page-tamod-ni-kuya__main-content { padding-top: var(--header-offset, 122px); color: #fff; background-color: #1a1a2e; font-family: 'Arial', sans-serif; } .page-tamod-ni-kuya__section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } @media (max-width: 768px) { .page-tamod-ni-kuya__section { padding: 30px 15px; } } .page-tamod-ni-kuya__hero-section { background-image: url('[GALLERY:hero:1920x1080:casino,games,philippines]'); background-size: cover; background-position: center; padding: 10px 20px 80px; text-align: center; color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 400px; position: relative; z-index: 1; } .page-tamod-ni-kuya__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: -1; } .page-tamod-ni-kuya__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; font-weight: bold; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } @media (max-width: 768px) { .page-tamod-ni-kuya__hero-title { font-size: 2.5em; } } .page-tamod-ni-kuya__hero-description { font-size: 1.3em; margin-bottom: 30px; max-width: 800px; line-height: 1.5; } @media (max-width: 768px) { .page-tamod-ni-kuya__hero-description { font-size: 1em; } } .page-tamod-ni-kuya__button { display: inline-block; padding: 15px 30px; background-color: #e63946; color: #fff; text-decoration: none; border-radius: 50px; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; margin: 10px; } .page-tamod-ni-kuya__button:hover { background-color: #c42f3b; transform: translateY(-3px); } .page-tamod-ni-kuya__section-title { font-size: 2.5em; color: #ffcc00; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-tamod-ni-kuya__section-title { font-size: 2em; } } .page-tamod-ni-kuya__text-content { font-size: 1.1em; line-height: 1.6; margin-bottom: 20px; color: #e0e0e0; } .page-tamod-ni-kuya__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 40px; } @media (max-width: 768px) { .page-tamod-ni-kuya__game-grid { grid-template-columns: 1fr; gap: 20px; } } .page-tamod-ni-kuya__game-card { background-color: #2b2d42; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-tamod-ni-kuya__game-card:hover { transform: translateY(-10px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.6); } .page-tamod-ni-kuya__game-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 3px solid #e63946; } @media (max-width: 768px) { .page-tamod-ni-kuya__game-image { height: 180px; } } .page-tamod-ni-kuya__game-content { padding: 20px; } .page-tamod-ni-kuya__game-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-tamod-ni-kuya__game-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; min-height: 60px; } .page-tamod-ni-kuya__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-tamod-ni-kuya__promo-grid { grid-template-columns: 1fr; gap: 20px; } } .page-tamod-ni-kuya__promo-card { background-color: #2b2d42; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-tamod-ni-kuya__promo-card:hover { transform: translateY(-10px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.6); } .page-tamod-ni-kuya__promo-image { width: 100%; height: 220px; object-fit: cover; border-bottom: 3px solid #e63946; } @media (max-width: 768px) { .page-tamod-ni-kuya__promo-image { height: 180px; } } .page-tamod-ni-kuya__promo-content { padding: 20px; } .page-tamod-ni-kuya__promo-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-tamod-ni-kuya__promo-description { font-size: 1em; color: #ccc; margin-bottom: 15px; } .page-tamod-ni-kuya__faq-container { margin-top: 40px; text-align: left; } .page-tamod-ni-kuya__faq-item { background-color: #2b2d42; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-tamod-ni-kuya__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #3a3f5a; color: #ffcc00; font-size: 1.2em; font-weight: bold; border-bottom: 1px solid #4a4f6a; transition: background-color 0.3s ease; } .page-tamod-ni-kuya__faq-question:hover { background-color: #4a4f6a; } .page-tamod-ni-kuya__faq-question h3 { margin: 0; pointer-events: none; color: #ffcc00; font-size: 1.2em; } .page-tamod-ni-kuya__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-tamod-ni-kuya__faq-item.active .page-tamod-ni-kuya__faq-toggle { transform: rotate(45deg); } .page-tamod-ni-kuya__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #ccc; font-size: 1em; } .page-tamod-ni-kuya__faq-item.active .page-tamod-ni-kuya__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } @media (max-width: 768px) { .page-tamod-ni-kuya__faq-question { font-size: 1em; padding: 15px; } .page-tamod-ni-kuya__faq-question h3 { font-size: 1em; } .page-tamod-ni-kuya__faq-toggle { font-size: 1.2em; } .page-tamod-ni-kuya__faq-answer { padding: 0 10px; font-size: 0.95em; } .page-tamod-ni-kuya__faq-item.active .page-tamod-ni-kuya__faq-answer { padding: 15px 10px !important; } } .page-tamod-ni-kuya__cta-section { background-color: #e63946; padding: 60px 20px; } .page-tamod-ni-kuya__cta-title { font-size: 3em; color: #fff; margin-bottom: 20px; } @media (max-width: 768px) { .page-tamod-ni-kuya__cta-title { font-size: 2em; } } .page-tamod-ni-kuya__cta-description { font-size: 1.2em; color: #fff; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; } .page-tamod-ni-kuya__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }