body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #1a1a2e; color: #e0e0e0; } .page-taya365__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-taya365__section { padding: 40px 0; text-align: center; } .page-taya365__section--dark { background-color: #16213e; } .page-taya365__section--light { background-color: #0f3460; } .page-taya365__h1 { font-size: 2.5em; color: #e94560; margin-bottom: 20px; line-height: 1.2; } .page-taya365__h2 { font-size: 2em; color: #e94560; margin-bottom: 30px; line-height: 1.2; } .page-taya365__p { font-size: 1.1em; line-height: 1.6; margin-bottom: 20px; } .page-taya365__button { display: inline-block; background-color: #e94560; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1em; margin: 10px; } .page-taya365__button:hover { background-color: #ff6a80; } .page-taya365__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:taya365,online casino,philippines]') no-repeat center center/cover; padding: calc(var(--header-offset, 122px) + 10px) 0 60px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; position: relative; overflow: hidden; } .page-taya365__hero-content { max-width: 800px; padding: 20px; border-radius: 10px; background-color: rgba(0, 0, 0, 0.4); } .page-taya365__hero-h1 { font-size: 3em; margin-bottom: 15px; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-taya365__hero-p { font-size: 1.3em; margin-bottom: 30px; } .page-taya365__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 40px; } .page-taya365__game-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-taya365__game-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-taya365__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-taya365__game-card-content { padding: 20px; } .page-taya365__game-card-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; } .page-taya365__provider-list, .page-taya365__payment-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-taya365__provider-item, .page-taya365__payment-item { display: flex; flex-direction: column; align-items: center; background-color: #0f3460; padding: 15px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; width: 150px; box-sizing: border-box; } .page-taya365__provider-item:hover, .page-taya365__payment-item:hover { transform: translateY(-5px); } .page-taya365__provider-logo, .page-taya365__payment-logo { max-width: 100%; height: auto; max-height: 60px; margin-bottom: 10px; object-fit: contain; } .page-taya365__provider-name, .page-taya365__payment-name { font-size: 0.9em; color: #fff; text-align: center; } .page-taya365__feature-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 30px; text-align: left; } .page-taya365__feature-item { background-color: #0f3460; padding: 20px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-taya365__feature-item strong { color: #e94560; font-size: 1.1em; display: block; margin-bottom: 10px; } .page-taya365__faq-list { max-width: 800px; margin: 40px auto 0; text-align: left; } .page-taya365__faq-item { background-color: #16213e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-taya365__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #0f3460; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-taya365__faq-question:hover { background-color: #0c2b4c; } .page-taya365__faq-question h3 { margin: 0; font-size: 1.2em; color: #e94560; pointer-events: none; } .page-taya365__faq-toggle { font-size: 1.5em; font-weight: bold; color: #fff; transition: transform 0.3s ease; pointer-events: none; } .page-taya365__faq-item.active .page-taya365__faq-toggle { transform: rotate(45deg); } .page-taya365__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-taya365__faq-item.active .page-taya365__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-taya365__faq-answer p { margin: 0; line-height: 1.6; } @media (max-width: 768px) { .page-taya365__hero-h1 { font-size: 2.2em; } .page-taya365__hero-p { font-size: 1.1em; } .page-taya365__h1 { font-size: 2em; } .page-taya365__h2 { font-size: 1.7em; } .page-taya365__game-grid { grid-template-columns: 1fr; } .page-taya365__provider-list, .page-taya365__payment-list { flex-direction: column; align-items: center; } .page-taya365__provider-item, .page-taya365__payment-item { width: 100% !important; max-width: 300px !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 10px !important; } .page-taya365__feature-list { grid-template-columns: 1fr; } .page-taya365__faq-question { padding: 12px 15px; } .page-taya365__faq-question h3 { font-size: 1.1em; } .page-taya365__faq-answer { padding: 0 10px; } .page-taya365__faq-item.active .page-taya365__faq-answer { padding: 15px 10px !important; } .page-taya365__p, .page-taya365__feature-item p, .page-taya365__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }