/* Base styles for the page */.page-taya365-site { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-taya365-site__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-taya365-site h1, .page-taya365-site h2, .page-taya365-site h3 { color: #e94560; margin-bottom: 15px; } .page-taya365-site p { margin-bottom: 15px; } .page-taya365-site a { color: #0f3460; text-decoration: none; transition: color 0.3s ease; } .page-taya365-site a:hover { color: #e94560; } .page-taya365-site__button { display: inline-block; padding: 12px 25px; border-radius: 8px; font-weight: bold; text-align: center; transition: background-color 0.3s ease, transform 0.3s ease; } .page-taya365-site__button:hover { transform: translateY(-2px); } .page-taya365-site__hero-section { background-color: #0f3460; padding: 60px 0; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; } .page-taya365-site__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.3; } .page-taya365-site__hero-image { width: 100%; height: 100%; object-fit: cover; } .page-taya365-site__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; } .page-taya365-site__hero-title { font-size: 3.2em; color: #fff; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-taya365-site__hero-subtitle { font-size: 1.4em; color: #ccc; margin-bottom: 30px; } .page-taya365-site__hero-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-taya365-site__hero-button { background-color: #e94560; color: #fff; border: 2px solid #e94560; } .page-taya365-site__hero-button:hover { background-color: #ff6a80; border-color: #ff6a80; } .page-taya365-site__hero-button--secondary { background-color: transparent; border-color: #fff; color: #fff; } .page-taya365-site__hero-button--secondary:hover { background-color: rgba(255, 255, 255, 0.2); } .page-taya365-site__intro-section { padding: 80px 0; background-color: #16213e; text-align: center; } .page-taya365-site__intro-title { font-size: 2.5em; color: #e94560; } .page-taya365-site__intro-text { max-width: 800px; margin: 0 auto 40px auto; font-size: 1.1em; color: #c0c0c0; } .page-taya365-site__features { display: flex; justify-content: space-around; gap: 30px; flex-wrap: wrap; margin-top: 40px; } .page-taya365-site__feature-item { background-color: #0f3460; padding: 30px; border-radius: 10px; flex: 1; min-width: 280px; max-width: 350px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-taya365-site__feature-icon { width: 100%; max-width: 250px; height: auto; margin-bottom: 20px; border-radius: 8px; max-width: 100%; height: auto; overflow: hidden; box-sizing: border-box; } .page-taya365-site__feature-title { font-size: 1.5em; color: #fff; margin-bottom: 10px; } .page-taya365-site__feature-description { color: #a0a0a0; } .page-taya365-site__quick-access-section { background-color: #0f3460; padding: 80px 0; text-align: center; } .page-taya365-site__quick-access-title { font-size: 2.5em; color: #e94560; } .page-taya365-site__quick-access-description { max-width: 800px; margin: 0 auto 40px auto; font-size: 1.1em; color: #c0c0c0; } .page-taya365-site__access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-taya365-site__access-button { background-color: #1a1a2e; color: #fff; padding: 15px 30px; border-radius: 8px; font-weight: bold; border: 2px solid #1a1a2e; } .page-taya365-site__access-button:hover { background-color: #e94560; border-color: #e94560; } .page-taya365-site__games-section { padding: 80px 0; background-color: #16213e; text-align: center; } .page-taya365-site__games-title { font-size: 2.5em; color: #e94560; } .page-taya365-site__games-description { max-width: 800px; margin: 0 auto 40px auto; font-size: 1.1em; color: #c0c0c0; } .page-taya365-site__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-taya365-site__game-category { background-color: #0f3460; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-taya365-site__game-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-taya365-site__game-category-title { font-size: 1.6em; color: #fff; margin-bottom: 10px; } .page-taya365-site__game-category-description { color: #a0a0a0; margin-bottom: 20px; } .page-taya365-site__game-button { background-color: #e94560; color: #fff; padding: 10px 20px; border-radius: 5px; font-weight: bold; } .page-taya365-site__game-button:hover { background-color: #ff6a80; } .page-taya365-site__promotions-section { padding: 80px 0; background-color: #1a1a2e; text-align: center; } .page-taya365-site__promotions-title { font-size: 2.5em; color: #e94560; } .page-taya365-site__promotions-description { max-width: 800px; margin: 0 auto 40px auto; font-size: 1.1em; color: #c0c0c0; } .page-taya365-site__promotion-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-taya365-site__promotion-card { background-color: #0f3460; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-taya365-site__promotion-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-taya365-site__promotion-card-title { font-size: 1.6em; color: #fff; margin-bottom: 10px; } .page-taya365-site__promotion-card-text { color: #a0a0a0; margin-bottom: 20px; } .page-taya365-site__promotion-button { background-color: #e94560; color: #fff; padding: 10px 20px; border-radius: 5px; font-weight: bold; } .page-taya365-site__promotion-button:hover { background-color: #ff6a80; } .page-taya365-site__security-section { padding: 80px 0; background-color: #16213e; } .page-taya365-site__security-title { text-align: center; font-size: 2.5em; color: #e94560; margin-bottom: 40px; } .page-taya365-site__security-content { display: flex; flex-wrap: wrap; align-items: center; gap: 40px; } .page-taya365-site__security-text { flex: 1; min-width: 300px; color: #c0c0c0; } .page-taya365-site__security-text p { margin-bottom: 20px; font-size: 1.1em; } .page-taya365-site__security-button { display: inline-block; background-color: #e94560; color: #fff; padding: 12px 25px; border-radius: 8px; font-weight: bold; margin-top: 20px; } .page-taya365-site__security-button:hover { background-color: #ff6a80; } .page-taya365-site__security-image-wrapper { flex: 1; min-width: 300px; text-align: center; } .page-taya365-site__security-image { width: 100%; max-width: 500px; height: auto; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-taya365-site__faq-section { padding: 80px 0; background-color: #1a1a2e; } .page-taya365-site__faq-title { text-align: center; font-size: 2.5em; color: #e94560; margin-bottom: 40px; } .page-taya365-site__faq-list { max-width: 800px; margin: 0 auto; } .page-taya365-site__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); } .page-taya365-site__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #0f3460; transition: background-color 0.3s ease; } .page-taya365-site__faq-question:hover { background-color: #16213e; } .page-taya365-site__faq-question h3 { margin: 0; font-size: 1.2em; color: #fff; pointer-events: none; } .page-taya365-site__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-taya365-site__faq-item.active .page-taya365-site__faq-toggle { transform: rotate(45deg); } .page-taya365-site__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #0d2847; color: #c0c0c0; } .page-taya365-site__faq-item.active .page-taya365-site__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-taya365-site__blog-section { padding: 80px 0; background-color: #16213e; text-align: center; } .page-taya365-site__blog-title { font-size: 2.5em; color: #e94560; } .page-taya365-site__blog-description { max-width: 800px; margin: 0 auto 40px auto; font-size: 1.1em; color: #c0c0c0; } .page-taya365-site__blog-articles { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-taya365-site__blog-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; } .page-taya365-site__blog-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-taya365-site__blog-card-content { padding: 20px; } .page-taya365-site__blog-card-title { font-size: 1.4em; margin-bottom: 10px; } .page-taya365-site__blog-card-title a { color: #fff; } .page-taya365-site__blog-card-title a:hover { color: #e94560; } .page-taya365-site__blog-card-date { font-size: 0.9em; color: #a0a0a0; margin-bottom: 10px; } .page-taya365-site__blog-card-excerpt { color: #c0c0c0; margin-bottom: 15px; } .page-taya365-site__blog-read-more { display: inline-block; background-color: #e94560; color: #fff; padding: 8px 15px; border-radius: 5px; font-weight: bold; font-size: 0.9em; } .page-taya365-site__blog-read-more:hover { background-color: #ff6a80; } /* Floating buttons */ .page-taya365-site__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-taya365-site__floating-button { background-color: #e94560; color: #fff; padding: 10px 20px; border-radius: 50px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; font-weight: bold; } .page-taya365-site__floating-button:hover { background-color: #ff6a80; transform: translateY(-3px); } /* Responsive adjustments */ @media (max-width: 1024px) { .page-taya365-site__hero-title { font-size: 2.8em; } .page-taya365-site__hero-subtitle { font-size: 1.2em; } .page-taya365-site__intro-title, .page-taya365-site__quick-access-title, .page-taya365-site__games-title, .page-taya365-site__promotions-title, .page-taya365-site__security-title, .page-taya365-site__faq-title, .page-taya365-site__blog-title { font-size: 2em; } } @media (max-width: 768px) { .page-taya365-site__container { padding: 15px; } .page-taya365-site__hero-section { padding: 40px 0; } .page-taya365-site__hero-title { font-size: 2.2em; } .page-taya365-site__hero-subtitle { font-size: 1em; } .page-taya365-site__hero-buttons { flex-direction: column; gap: 15px; } .page-taya365-site__hero-button { width: 80%; margin: 0 auto; } .page-taya365-site__intro-section, .page-taya365-site__quick-access-section, .page-taya365-site__games-section, .page-taya365-site__promotions-section, .page-taya365-site__security-section, .page-taya365-site__faq-section, .page-taya365-site__blog-section { padding: 50px 0; } .page-taya365-site__intro-title, .page-taya365-site__quick-access-title, .page-taya365-site__games-title, .page-taya365-site__promotions-title, .page-taya365-site__security-title, .page-taya365-site__faq-title, .page-taya365-site__blog-title { font-size: 1.8em; } .page-taya365-site__features, .page-taya365-site__access-links, .page-taya365-site__game-categories, .page-taya365-site__promotion-cards, .page-taya365-site__blog-articles { grid-template-columns: 1fr; gap: 20px; } .page-taya365-site__feature-item, .page-taya365-site__game-category, .page-taya365-site__promotion-card, .page-taya365-site__blog-card { max-width: 100%; } .page-taya365-site__quick-access-description, .page-taya365-site__games-description, .page-taya365-site__promotions-description, .page-taya365-site__blog-description { font-size: 1em; } .page-taya365-site__security-content { flex-direction: column; } .page-taya365-site__security-image-wrapper { order: -1; } .page-taya365-site__security-text { text-align: center; } .page-taya365-site__security-button { width: 100%; max-width: 300px; } .page-taya365-site__faq-question { padding: 15px; } .page-taya365-site__faq-question h3 { font-size: 1.1em; } .page-taya365-site__faq-answer { padding: 0 15px; } .page-taya365-site__faq-item.active .page-taya365-site__faq-answer { padding: 15px !important; } .page-taya365-site__blog-card-title { font-size: 1.2em; } /* List item responsive requirements */ .page-taya365-site__features .page-taya365-site__feature-item, .page-taya365-site__game-categories .page-taya365-site__game-category, .page-taya365-site__promotion-cards .page-taya365-site__promotion-card, .page-taya365-site__blog-articles .page-taya365-site__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-taya365-site__features, .page-taya365-site__game-categories, .page-taya365-site__promotion-cards, .page-taya365-site__blog-articles { 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-site__faq-list .page-taya365-site__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-taya365-site__faq-list { 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-site p, .page-taya365-site__intro-text, .page-taya365-site__quick-access-description, .page-taya365-site__games-description, .page-taya365-site__promotions-description, .page-taya365-site__security-text p, .page-taya365-site__faq-answer p, .page-taya365-site__blog-card-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } /* Image responsive */ .page-taya365-site img { max-width: 100% !important; height: auto !important; } .page-taya365-site__hero-image-wrapper, .page-taya365-site__feature-icon, .page-taya365-site__game-image, .page-taya365-site__promotion-image, .page-taya365-site__security-image-wrapper, .page-taya365-site__security-image, .page-taya365-site__blog-image { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-taya365-site__hero-title { font-size: 1.8em; } .page-taya365-site__intro-title, .page-taya365-site__quick-access-title, .page-taya365-site__games-title, .page-taya365-site__promotions-title, .page-taya365-site__security-title, .page-taya365-site__faq-title, .page-taya365-site__blog-title { font-size: 1.5em; } .page-taya365-site__hero-button { padding: 10px 20px; font-size: 0.9em; } .page-taya365-site__access-button { padding: 12px 20px; font-size: 0.9em; } .page-taya365-site__feature-title, .page-taya365-site__game-category-title, .page-taya365-site__promotion-card-title { font-size: 1.3em; } .page-taya365-site__faq-question h3 { font-size: 1em; } }