.page-taya365-vom { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f4f4; } .page-taya365-vom__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-taya365-vom__floating-button { display: block; padding: 12px 20px; background-color: #007bff; color: white; text-align: center; text-decoration: none; border-radius: 30px; font-weight: bold; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease; } .page-taya365-vom__floating-button:hover { background-color: #0056b3; } .page-taya365-vom__hero-section { position: relative; width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; color: white; overflow: hidden; padding-top: 10px; box-sizing: border-box; } .page-taya365-vom__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-taya365-vom__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: -1; } .page-taya365-vom__hero-content { z-index: 1; max-width: 900px; padding: 20px; } .page-taya365-vom__hero-title { font-size: 3.5em; margin-bottom: 20px; font-weight: bold; line-height: 1.2; } .page-taya365-vom__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-taya365-vom__hero-ctas { display: flex; gap: 20px; justify-content: center; } .page-taya365-vom__cta-button { display: inline-block; padding: 15px 30px; background-color: #ffc107; color: #333; text-decoration: none; border-radius: 5px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-taya365-vom__cta-button:hover { background-color: #e0a800; transform: translateY(-2px); } .page-taya365-vom__section { padding: 60px 20px; text-align: center; max-width: 1200px; margin: 0 auto; } .page-taya365-vom__section-title { font-size: 2.5em; color: #007bff; margin-bottom: 40px; } .page-taya365-vom__text-content { max-width: 800px; margin: 0 auto 30px auto; font-size: 1.1em; } .page-taya365-vom__image-full { width: 100%; max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 30px; } .page-taya365-vom__quick-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 30px; } .page-taya365-vom__quick-link-button { display: inline-block; padding: 12px 25px; background-color: #28a745; color: white; text-decoration: none; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease; } .page-taya365-vom__quick-link-button:hover { background-color: #218838; } .page-taya365-vom__game-categories, .page-taya365-vom__promo-items, .page-taya365-vom__blog-articles { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-taya365-vom__card { background-color: white; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 30px; text-align: center; transition: transform 0.3s ease; } .page-taya365-vom__card:hover { transform: translateY(-5px); } .page-taya365-vom__card-image { width: 100px; height: auto; object-fit: contain; margin-bottom: 20px; } .page-taya365-vom__card-title { font-size: 1.5em; color: #007bff; margin-bottom: 15px; } .page-taya365-vom__card-description { font-size: 1em; color: #555; margin-bottom: 20px; } .page-taya365-vom__card-button { display: inline-block; padding: 10px 20px; background-color: #17a2b8; color: white; text-decoration: none; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease; } .page-taya365-vom__card-button:hover { background-color: #138496; } .page-taya365-vom__feature-list { list-style: none; padding: 0; margin-bottom: 30px; } .page-taya365-vom__feature-item { background-color: white; padding: 15px 20px; margin-bottom: 10px; border-radius: 5px; text-align: left; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-taya365-vom__faq-item { background-color: white; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden; } .page-taya365-vom__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #e9ecef; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-taya365-vom__faq-question:hover { background-color: #dee2e6; } .page-taya365-vom__faq-question h3 { margin: 0; font-size: 1.2em; color: #343a40; pointer-events: none; } .page-taya365-vom__faq-toggle { font-size: 1.8em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; } .page-taya365-vom__faq-item.active .page-taya365-vom__faq-toggle { transform: rotate(45deg); } .page-taya365-vom__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; text-align: left; } .page-taya365-vom__faq-item.active .page-taya365-vom__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-taya365-vom__blog-date { font-size: 0.9em; color: #6c757d; margin-top: 10px; } /* Responsive Styles */ @media (max-width: 1024px) { .page-taya365-vom__hero-title { font-size: 2.8em; } .page-taya365-vom__hero-subtitle { font-size: 1.3em; } .page-taya365-vom__section-title { font-size: 2em; } .page-taya365-vom__game-categories, .page-taya365-vom__promo-items, .page-taya365-vom__blog-articles { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } } @media (max-width: 768px) { .page-taya365-vom__floating-buttons { bottom: 15px; right: 15px; gap: 8px; } .page-taya365-vom__floating-button { padding: 10px 15px; font-size: 0.9em; } .page-taya365-vom__hero-section { height: 500px; } .page-taya365-vom__hero-title { font-size: 2em; } .page-taya365-vom__hero-subtitle { font-size: 1.1em; } .page-taya365-vom__hero-ctas { flex-direction: column; gap: 15px; } .page-taya365-vom__cta-button { padding: 12px 25px; width: 80%; margin: 0 auto; } .page-taya365-vom__section { padding: 40px 15px; } .page-taya365-vom__section-title { font-size: 1.8em; } .page-taya365-vom__text-content { font-size: 1em; } .page-taya365-vom__quick-links { flex-direction: column; gap: 15px; } .page-taya365-vom__quick-link-button { width: 90%; margin: 0 auto; } .page-taya365-vom__game-categories, .page-taya365-vom__promo-items, .page-taya365-vom__blog-articles { grid-template-columns: 1fr; } .page-taya365-vom__card { padding: 20px; } .page-taya365-vom__card-title { font-size: 1.3em; } .page-taya365-vom__card-description { font-size: 0.95em; } .page-taya365-vom__faq-question { padding: 15px 20px; } .page-taya365-vom__faq-question h3 { font-size: 1.1em; } .page-taya365-vom__faq-answer { padding: 0 20px; } .page-taya365-vom__faq-item.active .page-taya365-vom__faq-answer { padding: 15px 20px !important; } .page-taya365-vom__image-full { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-taya365-vom__card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-taya365-vom__feature-list { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-taya365-vom__feature-item { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } @media (max-width: 480px) { .page-taya365-vom__hero-section { height: 400px; } .page-taya365-vom__hero-title { font-size: 1.7em; } .page-taya365-vom__hero-subtitle { font-size: 1em; } .page-taya365-vom__cta-button { width: 95%; } .page-taya365-vom__floating-buttons { right: 10px; bottom: 10px; } }