.page-tongits-pinoy-unlockables { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-tongits-pinoy-unlockables__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-tongits-pinoy-unlockables__hero-section { background-image: url('[GALLERY:hero:1920x1080:tongits,pinoy,gaming,unlockables,philippines,casino]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 20px; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 30px; padding-top: 10px; } .page-tongits-pinoy-unlockables__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 1; } .page-tongits-pinoy-unlockables__hero-content { position: relative; z-index: 2; } .page-tongits-pinoy-unlockables__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-tongits-pinoy-unlockables__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-tongits-pinoy-unlockables__cta-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease; } .page-tongits-pinoy-unlockables__cta-button:hover { background-color: #ff6a3c; } .page-tongits-pinoy-unlockables__section { background-color: #2a2a4a; padding: 40px 20px; margin-bottom: 30px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-tongits-pinoy-unlockables__section-title { font-size: 2.5em; color: #e44d26; text-align: center; margin-bottom: 30px; } .page-tongits-pinoy-unlockables__text-content { font-size: 1.1em; color: #ccc; text-align: justify; margin-bottom: 20px; } .page-tongits-pinoy-unlockables__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-bottom: 20px; } .page-tongits-pinoy-unlockables__grid-item { background-color: #3b3b6b; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } .page-tongits-pinoy-unlockables__grid-item h3 { color: #e44d26; margin-bottom: 15px; font-size: 1.5em; } .page-tongits-pinoy-unlockables__grid-item p { color: #ccc; font-size: 1em; } .page-tongits-pinoy-unlockables__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-tongits-pinoy-unlockables__quick-access-links .page-tongits-pinoy-unlockables__cta-button { padding: 12px 25px; font-size: 1.1em; } .page-tongits-pinoy-unlockables__game-category { text-align: center; } .page-tongits-pinoy-unlockables__game-category img { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); min-width: 200px; min-height: 200px; object-fit: cover; } .page-tongits-pinoy-unlockables__game-category h3 { color: #e44d26; font-size: 1.8em; margin-bottom: 10px; } .page-tongits-pinoy-unlockables__game-category p { color: #ccc; font-size: 1em; } .page-tongits-pinoy-unlockables__promotions-list { list-style: none; padding: 0; } .page-tongits-pinoy-unlockables__promotions-list li { background-color: #3b3b6b; margin-bottom: 15px; padding: 20px; border-radius: 8px; display: flex; align-items: center; gap: 20px; } .page-tongits-pinoy-unlockables__promotions-list li img { border-radius: 5px; min-width: 200px; min-height: 200px; object-fit: cover; } .page-tongits-pinoy-unlockables__promotions-list li h3 { color: #e44d26; margin-bottom: 10px; font-size: 1.6em; } .page-tongits-pinoy-unlockables__promotions-list li p { color: #ccc; font-size: 1em; } .page-tongits-pinoy-unlockables__promotions-list li .page-tongits-pinoy-unlockables__cta-button { margin-top: 15px; } .page-tongits-pinoy-unlockables__faq-item { background-color: #3b3b6b; margin-bottom: 10px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } .page-tongits-pinoy-unlockables__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; color: #e44d26; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; } .page-tongits-pinoy-unlockables__faq-question:hover { background-color: #4c4c8c; } .page-tongits-pinoy-unlockables__faq-question h3 { margin: 0; pointer-events: none; color: #e44d26; } .page-tongits-pinoy-unlockables__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-tongits-pinoy-unlockables__faq-item.active .page-tongits-pinoy-unlockables__faq-toggle { transform: rotate(45deg); } .page-tongits-pinoy-unlockables__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; } .page-tongits-pinoy-unlockables__faq-item.active .page-tongits-pinoy-unlockables__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-tongits-pinoy-unlockables__faq-answer p { margin: 0; color: #ccc; font-size: 1em; } .page-tongits-pinoy-unlockables__blog-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; } .page-tongits-pinoy-unlockables__blog-card { background-color: #3b3b6b; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; text-decoration: none; color: inherit; } .page-tongits-pinoy-unlockables__blog-card:hover { transform: translateY(-5px); } .page-tongits-pinoy-unlockables__blog-card img { width: 100%; height: 250px; object-fit: cover; min-width: 200px; min-height: 200px; } .page-tongits-pinoy-unlockables__blog-card-content { padding: 20px; } .page-tongits-pinoy-unlockables__blog-card-content h3 { color: #e44d26; margin-top: 0; margin-bottom: 10px; font-size: 1.4em; } .page-tongits-pinoy-unlockables__blog-card-content p { color: #ccc; font-size: 0.95em; line-height: 1.5; margin-bottom: 15px; } .page-tongits-pinoy-unlockables__blog-card-content .page-tongits-pinoy-unlockables__read-more { color: #e44d26; font-weight: bold; text-decoration: none; } .page-tongits-pinoy-unlockables__blog-card-content .page-tongits-pinoy-unlockables__read-more:hover { text-decoration: underline; } .page-tongits-pinoy-unlockables__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-tongits-pinoy-unlockables__floating-buttons .page-tongits-pinoy-unlockables__cta-button { padding: 10px 20px; font-size: 1em; border-radius: 50px; text-align: center; } @media (max-width: 768px) { .page-tongits-pinoy-unlockables__container { padding: 15px; } .page-tongits-pinoy-unlockables__hero-title { font-size: 2.5em; } .page-tongits-pinoy-unlockables__hero-subtitle { font-size: 1.2em; } .page-tongits-pinoy-unlockables__cta-button { padding: 12px 25px; font-size: 1em; } .page-tongits-pinoy-unlockables__section-title { font-size: 2em; } .page-tongits-pinoy-unlockables__text-content { font-size: 1em; } .page-tongits-pinoy-unlockables__grid { grid-template-columns: 1fr; } .page-tongits-pinoy-unlockables__quick-access-links { flex-direction: column; } .page-tongits-pinoy-unlockables__quick-access-links .page-tongits-pinoy-unlockables__cta-button { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-tongits-pinoy-unlockables__promotions-list li { flex-direction: column; text-align: center; } .page-tongits-pinoy-unlockables__promotions-list li img { margin-bottom: 15px; } .page-tongits-pinoy-unlockables__faq-question { font-size: 1.1em; padding: 12px 15px; } .page-tongits-pinoy-unlockables__faq-answer { padding: 0 10px; } .page-tongits-pinoy-unlockables__faq-item.active .page-tongits-pinoy-unlockables__faq-answer { padding: 15px 10px !important; } .page-tongits-pinoy-unlockables__blog-cards { grid-template-columns: 1fr; } .page-tongits-pinoy-unlockables__floating-buttons { bottom: 10px; right: 10px; } .page-tongits-pinoy-unlockables__floating-buttons .page-tongits-pinoy-unlockables__cta-button { width: auto; font-size: 0.9em; padding: 8px 15px; } .page-tongits-pinoy-unlockables__promotions-list li, .page-tongits-pinoy-unlockables__blog-card, .page-tongits-pinoy-unlockables__grid-item, .page-tongits-pinoy-unlockables__faq-item, .page-tongits-pinoy-unlockables__game-category { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 15px !important; padding-right: 15px !important; } .page-tongits-pinoy-unlockables__promotions-list li img, .page-tongits-pinoy-unlockables__game-category img, .page-tongits-pinoy-unlockables__blog-card img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-tongits-pinoy-unlockables__promotions-list { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } }