.page-sueukhung { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; } .page-sueukhung__hero-section { background: linear-gradient(135deg, #1a2a6c, #b21f1f); color: #fff; text-align: center; padding: 60px 20px; position: relative; overflow: hidden; border-radius: 0 0 15px 15px; padding-top: 70px; } .page-sueukhung__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-sueukhung__hero-content { position: relative; z-index: 1; } .page-sueukhung__hero-title { font-size: 2.8em; margin-bottom: 15px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-sueukhung__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; } .page-sueukhung__cta-button { display: inline-block; background-color: #ffcc00; color: #1a2a6c; padding: 15px 35px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-sueukhung__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-sueukhung__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 30px 20px; background-color: #fff; border-bottom: 1px solid #eee; } .page-sueukhung__payment-providers-title { width: 100%; text-align: center; margin-bottom: 20px; font-size: 1.8em; color: #1a2a6c; } .page-sueukhung__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-sueukhung__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-sueukhung__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 10px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); } .page-sueukhung__section-title { font-size: 2.2em; color: #1a2a6c; text-align: center; margin-bottom: 30px; position: relative; } .page-sueukhung__section-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #b21f1f; margin: 10px auto 0; border-radius: 2px; } .page-sueukhung__text-content { font-size: 1.1em; text-align: justify; margin-bottom: 20px; } .page-sueukhung__feature-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; list-style: none; padding: 0; margin: 0; } .page-sueukhung__feature-item { background-color: #f9f9f9; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; box-sizing: border-box; } .page-sueukhung__feature-item:hover { transform: translateY(-5px); } .page-sueukhung__feature-icon { width: 80px; height: 80px; margin-bottom: 15px; object-fit: contain; } .page-sueukhung__feature-title { font-size: 1.4em; color: #b21f1f; margin-bottom: 10px; } .page-sueukhung__feature-description { font-size: 1em; color: #555; } .page-sueukhung__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; padding: 0; list-style: none; } .page-sueukhung__quick-access-item { background-color: #e0e7ff; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .page-sueukhung__quick-access-item:hover { transform: translateY(-5px); } .page-sueukhung__quick-access-link { display: block; text-align: center; padding: 20px; text-decoration: none; color: #1a2a6c; font-weight: bold; font-size: 1.1em; } .page-sueukhung__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; } .page-sueukhung__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-sueukhung__game-card:hover { transform: translateY(-7px); } .page-sueukhung__game-image { width: 100%; height: 200px; object-fit: cover; } .page-sueukhung__game-content { padding: 20px; } .page-sueukhung__game-title { font-size: 1.5em; color: #1a2a6c; margin-bottom: 10px; } .page-sueukhung__game-description { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-sueukhung__game-button { display: inline-block; background-color: #b21f1f; color: #fff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-sueukhung__game-button:hover { background-color: #9a1a1a; } .page-sueukhung__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } .page-sueukhung__promo-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-sueukhung__promo-card:hover { transform: translateY(-7px); } .page-sueukhung__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-sueukhung__promo-content { padding: 20px; } .page-sueukhung__promo-title { font-size: 1.6em; color: #1a2a6c; margin-bottom: 10px; } .page-sueukhung__promo-description { font-size: 1em; color: #555; margin-bottom: 15px; } .page-sueukhung__promo-button { display: inline-block; background-color: #ffcc00; color: #1a2a6c; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-sueukhung__promo-button:hover { background-color: #e6b800; } .page-sueukhung__service-item { display: flex; align-items: flex-start; margin-bottom: 25px; } .page-sueukhung__service-icon { width: 60px; height: 60px; margin-right: 20px; object-fit: contain; flex-shrink: 0; } .page-sueukhung__service-details h3 { margin-top: 0; font-size: 1.4em; color: #1a2a6c; } .page-sueukhung__service-details p { margin-bottom: 0; color: #555; } .page-sueukhung__faq-list { list-style: none; padding: 0; } .page-sueukhung__faq-item { background-color: #f9f9f9; border: 1px solid #eee; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-sueukhung__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; background-color: #e8f0fe; color: #1a2a6c; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; user-select: none; } .page-sueukhung__faq-question:hover { background-color: #d0e0ff; } .page-sueukhung__faq-question h3 { margin: 0; font-size: 1.1em; color: #1a2a6c; pointer-events: none; } .page-sueukhung__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-sueukhung__faq-item.active .page-sueukhung__faq-toggle { transform: rotate(45deg); } .page-sueukhung__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; color: #555; } .page-sueukhung__faq-item.active .page-sueukhung__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-sueukhung__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-sueukhung__blog-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; text-decoration: none; color: inherit; } .page-sueukhung__blog-card:hover { transform: translateY(-5px); } .page-sueukhung__blog-image { width: 100%; height: 180px; object-fit: cover; } .page-sueukhung__blog-content { padding: 18px; } .page-sueukhung__blog-title { font-size: 1.3em; color: #1a2a6c; margin-bottom: 10px; line-height: 1.4; } .page-sueukhung__blog-date { font-size: 0.85em; color: #999; margin-top: 10px; } .page-sueukhung__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 15px; } .page-sueukhung__floating-button { background-color: #b21f1f; color: #fff; padding: 12px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; min-width: 100px; } .page-sueukhung__floating-button--register { background-color: #ffcc00; color: #1a2a6c; } .page-sueukhung__floating-button:hover { transform: translateY(-3px); opacity: 0.9; } @media (max-width: 768px) { .page-sueukhung__hero-section { padding: 40px 15px; padding-top: 60px; } .page-sueukhung__hero-title { font-size: 2em; } .page-sueukhung__hero-subtitle { font-size: 1.1em; } .page-sueukhung__cta-button { padding: 12px 25px; font-size: 1em; } .page-sueukhung__section { padding: 30px 15px; margin-bottom: 15px; } .page-sueukhung__section-title { font-size: 1.8em; margin-bottom: 20px; } .page-sueukhung__text-content { font-size: 0.95em; } .page-sueukhung__feature-list { grid-template-columns: 1fr; gap: 15px; } .page-sueukhung__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px; } .page-sueukhung__quick-access-grid { grid-template-columns: 1fr; gap: 15px; } .page-sueukhung__quick-access-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-sueukhung__quick-access-link { padding: 15px; font-size: 1em; } .page-sueukhung__game-grid { grid-template-columns: 1fr; gap: 20px; } .page-sueukhung__game-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-sueukhung__game-image { height: 180px; } .page-sueukhung__game-title { font-size: 1.3em; } .page-sueukhung__promo-grid { grid-template-columns: 1fr; gap: 20px; } .page-sueukhung__promo-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-sueukhung__promo-image { height: 180px; } .page-sueukhung__promo-title { font-size: 1.4em; } .page-sueukhung__service-item { flex-direction: column; align-items: center; text-align: center; } .page-sueukhung__service-icon { margin-right: 0; margin-bottom: 15px; } .page-sueukhung__faq-question { padding: 15px; font-size: 1em; } .page-sueukhung__faq-question h3 { font-size: 1em; } .page-sueukhung__faq-answer { padding: 15px !important; } .page-sueukhung__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-sueukhung__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-sueukhung__blog-title { font-size: 1.1em; } .page-sueukhung__floating-buttons { bottom: 15px; right: 15px; gap: 10px; } .page-sueukhung__floating-button { padding: 10px 18px; font-size: 0.9em; min-width: 90px; } .page-sueukhung__payment-providers { gap: 16px; } .page-sueukhung__payment-logo, .page-sueukhung__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } } .page-sueukhung__quick-access-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; list-style: none; padding: 0; } .page-sueukhung__quick-access-list-item { flex: 1 1 auto; min-width: 150px; max-width: 200px; text-align: center; } .page-sueukhung__quick-access-list-link { display: block; background-color: #1a2a6c; color: #fff; padding: 15px 10px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .page-sueukhung__quick-access-list-link:hover { background-color: #b21f1f; } @media (max-width: 768px) { .page-sueukhung__quick-access-list-item { flex: 1 1 100%; max-width: 100%; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-sueukhung__quick-access-list-link { padding: 12px 10px; } }