.page-taya365-live { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-taya365-live__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-taya365-live__hero-section { position: relative; width: 100%; overflow: hidden; background-color: #000; padding-top: 10px; } .page-taya365-live__hero-image { width: 100%; height: auto; object-fit: cover; max-width: 100%; display: block; filter: brightness(0.7); } .page-taya365-live__hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff; z-index: 2; width: 90%; max-width: 800px; } .page-taya365-live__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; font-weight: bold; } .page-taya365-live__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); } .page-taya365-live__cta-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-taya365-live__cta-button { display: inline-block; background-color: #e62e2e; color: #fff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-taya365-live__cta-button:hover { background-color: #ff4d4d; transform: translateY(-3px); } .page-taya365-live__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 100; display: flex; flex-direction: column; gap: 10px; } .page-taya365-live__floating-button { background-color: #e62e2e; color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-size: 1em; font-weight: bold; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; text-align: center; } .page-taya365-live__floating-button:hover { background-color: #ff4d4d; transform: scale(1.05); } .page-taya365-live__section { padding: 60px 0; text-align: center; } .page-taya365-live__section--dark { background-color: #222; } .page-taya365-live__section--light { background-color: #1a1a1a; } .page-taya365-live__section-title { font-size: 2.5em; color: #e62e2e; margin-bottom: 40px; text-transform: uppercase; letter-spacing: 1px; } .page-taya365-live__section-text { font-size: 1.1em; max-width: 900px; margin: 0 auto 40px auto; color: #ccc; } .page-taya365-live__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-taya365-live__grid-item { background-color: #333; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-taya365-live__grid-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-taya365-live__grid-icon { width: 80px; height: 80px; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; } .page-taya365-live__grid-title { font-size: 1.5em; color: #e62e2e; margin-bottom: 15px; } .page-taya365-live__grid-description { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } .page-taya365-live__card-button { display: inline-block; background-color: #e62e2e; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-taya365-live__card-button:hover { background-color: #ff4d4d; } .page-taya365-live__game-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); text-align: center; transition: transform 0.3s ease; } .page-taya365-live__game-card:hover { transform: translateY(-5px); } .page-taya365-live__game-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-taya365-live__game-title { font-size: 1.3em; color: #e62e2e; padding: 15px 10px 10px; margin: 0; } .page-taya365-live__game-description { font-size: 0.9em; color: #ccc; padding: 0 15px 15px; } .page-taya365-live__game-button { background-color: #e62e2e; color: #fff; padding: 10px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-bottom: 15px; display: inline-block; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-taya365-live__game-button:hover { background-color: #ff4d4d; } .page-taya365-live__promo-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); text-align: left; display: flex; flex-direction: column; } .page-taya365-live__promo-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-taya365-live__promo-content { padding: 20px; flex-grow: 1; } .page-taya365-live__promo-title { font-size: 1.4em; color: #e62e2e; margin-bottom: 10px; } .page-taya365-live__promo-description { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } .page-taya365-live__promo-button { background-color: #e62e2e; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; display: inline-block; transition: background-color 0.3s ease; border: none; cursor: pointer; align-self: flex-start; } .page-taya365-live__promo-button:hover { background-color: #ff4d4d; } .page-taya365-live__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-taya365-live__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #333; border-bottom: 1px solid #444; } .page-taya365-live__faq-question h3 { margin: 0; font-size: 1.2em; color: #fff; pointer-events: none; } .page-taya365-live__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e62e2e; transition: transform 0.3s ease; pointer-events: none; } .page-taya365-live__faq-item.active .page-taya365-live__faq-toggle { transform: rotate(45deg); } .page-taya365-live__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #ccc; text-align: left; } .page-taya365-live__faq-item.active .page-taya365-live__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-taya365-live__blog-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); text-align: left; transition: transform 0.3s ease; } .page-taya365-live__blog-card:hover { transform: translateY(-5px); } .page-taya365-live__blog-image { width: 100%; height: 180px; object-fit: cover; display: block; } .page-taya365-live__blog-content { padding: 20px; } .page-taya365-live__blog-date { font-size: 0.85em; color: #e62e2e; margin-bottom: 10px; } .page-taya365-live__blog-title { font-size: 1.3em; color: #fff; margin-bottom: 10px; line-height: 1.3; } .page-taya365-live__blog-title a { color: #fff; text-decoration: none; transition: color 0.3s ease; } .page-taya365-live__blog-title a:hover { color: #e62e2e; } .page-taya365-live__blog-excerpt { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } .page-taya365-live__blog-link { color: #e62e2e; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-taya365-live__blog-link:hover { color: #ff4d4d; } .page-taya365-live__quick-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-top: 40px; } .page-taya365-live__quick-link-button { background-color: #444; color: #fff; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-size: 0.95em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-taya365-live__quick-link-button:hover { background-color: #e62e2e; transform: translateY(-3px); } @media (max-width: 1024px) { .page-taya365-live__hero-title { font-size: 2.2em; } .page-taya365-live__hero-subtitle { font-size: 1.2em; } .page-taya365-live__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-taya365-live__hero-title { font-size: 1.8em; } .page-taya365-live__hero-subtitle { font-size: 1em; } .page-taya365-live__cta-button { padding: 12px 25px; font-size: 1em; } .page-taya365-live__floating-buttons { flex-direction: row; bottom: 10px; right: 10px; left: 10px; justify-content: center; } .page-taya365-live__floating-button { padding: 10px 15px; font-size: 0.9em; flex: 1; } .page-taya365-live__section { padding: 40px 0; } .page-taya365-live__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-taya365-live__section-text { font-size: 1em; padding: 0 15px; } .page-taya365-live__grid, .page-taya365-live__game-grid, .page-taya365-live__promo-grid, .page-taya365-live__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-taya365-live__grid-item, .page-taya365-live__game-card, .page-taya365-live__promo-card, .page-taya365-live__blog-card { margin: 0 auto; max-width: 400px; } .page-taya365-live__game-image, .page-taya365-live__promo-image, .page-taya365-live__blog-image { height: 160px; } .page-taya365-live__faq-question { padding: 15px; } .page-taya365-live__faq-question h3 { font-size: 1.1em; } .page-taya365-live__faq-answer { padding: 0 15px; } .page-taya365-live__faq-item.active .page-taya365-live__faq-answer { padding: 15px !important; } .page-taya365-live__quick-links { gap: 10px; padding: 0 10px; } .page-taya365-live__quick-link-button { padding: 10px 15px; font-size: 0.85em; } /* Responsive list item handling */ .page-taya365-live__grid-item, .page-taya365-live__game-card, .page-taya365-live__promo-card, .page-taya365-live__blog-card, .page-taya365-live__faq-item { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } .page-taya365-live__grid, .page-taya365-live__game-grid, .page-taya365-live__promo-grid, .page-taya365-live__blog-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-taya365-live__grid-description, .page-taya365-live__game-description, .page-taya365-live__promo-description, .page-taya365-live__blog-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } @media (max-width: 480px) { .page-taya365-live__hero-title { font-size: 1.5em; } .page-taya365-live__hero-subtitle { font-size: 0.9em; } .page-taya365-live__cta-group { flex-direction: column; gap: 10px; } .page-taya365-live__floating-buttons { flex-wrap: wrap; } .page-taya365-live__floating-button { flex-grow: 1; min-width: unset; } }