.page-muh366 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-muh366__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:vietnam_betting,mobile_gaming,promo]') no-repeat center center/cover; padding: 10px 20px 80px; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 600px; position: relative; } @media (max-width: 768px) { .page-muh366__hero-section { min-height: 500px; padding: 10px 15px 60px; } } .page-muh366__hero-title { font-size: 3.5em; color: #e94560; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; } @media (max-width: 768px) { .page-muh366__hero-title { font-size: 2.2em; } } .page-muh366__hero-description { font-size: 1.3em; color: #c0c0c0; max-width: 800px; margin-bottom: 40px; } @media (max-width: 768px) { .page-muh366__hero-description { font-size: 1em; } } .page-muh366__hero-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-muh366__button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-muh366__button:hover { background-color: #c93450; transform: translateY(-3px); } .page-muh366__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-muh366__floating-button { background-color: #0f3460; color: #ffffff; padding: 10px 15px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; font-size: 0.9em; display: flex; align-items: center; justify-content: center; min-width: 100px; } .page-muh366__floating-button:hover { background-color: #1a5290; transform: scale(1.05); } .page-muh366__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } @media (max-width: 768px) { .page-muh366__section { padding: 40px 15px; } } .page-muh366__section-title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 40px; } @media (max-width: 768px) { .page-muh366__section-title { font-size: 1.8em; margin-bottom: 30px; } } .page-muh366__text-content { font-size: 1.1em; color: #c0c0c0; margin-bottom: 20px; text-align: justify; } .page-muh366__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-muh366__grid { grid-template-columns: 1fr; gap: 20px; } } .page-muh366__card { background-color: #0f3460; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-muh366__card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6); } .page-muh366__card-image { width: 100%; height: 250px; object-fit: cover; display: block; } .page-muh366__card-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; } .page-muh366__card-title { font-size: 1.5em; color: #e94560; margin-bottom: 15px; } .page-muh366__card-description { font-size: 0.95em; color: #a0a0a0; margin-bottom: 20px; flex-grow: 1; } .page-muh366__game-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } @media (max-width: 768px) { .page-muh366__game-list { grid-template-columns: 1fr; gap: 20px; } } .page-muh366__game-item { background-color: #0f3460; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); text-align: center; padding-bottom: 20px; transition: transform 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-muh366__game-item:hover { transform: translateY(-3px); } .page-muh366__game-image { width: 100%; height: 200px; object-fit: cover; display: block; margin-bottom: 15px; } .page-muh366__game-title { font-size: 1.3em; color: #e94560; margin-bottom: 10px; padding: 0 15px; } .page-muh366__game-button { margin-top: auto; padding: 10px 20px; font-size: 0.9em; } .page-muh366__promo-list { display: flex; flex-direction: column; gap: 30px; margin-top: 40px; } .page-muh366__promo-item { background-color: #0f3460; border-radius: 12px; padding: 30px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); display: flex; align-items: center; gap: 30px; } @media (max-width: 768px) { .page-muh366__promo-item { flex-direction: column; text-align: center; gap: 20px; padding: 20px; } } .page-muh366__promo-image { width: 200px; height: 150px; object-fit: cover; border-radius: 8px; flex-shrink: 0; } @media (max-width: 768px) { .page-muh366__promo-image { width: 100%; height: auto; max-width: 300px; } } .page-muh366__promo-content { flex-grow: 1; } .page-muh366__promo-title { font-size: 1.8em; color: #e94560; margin-bottom: 10px; } @media (max-width: 768px) { .page-muh366__promo-title { font-size: 1.4em; } } .page-muh366__promo-description { font-size: 1em; color: #a0a0a0; margin-bottom: 20px; } .page-muh366__faq-list { margin-top: 40px; } .page-muh366__faq-item { background-color: #0f3460; border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-muh366__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #0f3460; color: #ffffff; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; user-select: none; } .page-muh366__faq-question:hover { background-color: #1a3d70; } @media (max-width: 768px) { .page-muh366__faq-question { padding: 15px 20px; font-size: 1em; } } .page-muh366__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; } .page-muh366__faq-toggle { font-size: 1.5em; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-muh366__faq-item.active .page-muh366__faq-toggle { transform: rotate(45deg); } .page-muh366__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #c0c0c0; font-size: 1em; } .page-muh366__faq-item.active .page-muh366__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-muh366__faq-answer { padding: 0 20px; } .page-muh366__faq-item.active .page-muh366__faq-answer { padding: 15px 20px !important; } } .page-muh366__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-muh366__blog-grid { grid-template-columns: 1fr; gap: 20px; } } .page-muh366__blog-card { background-color: #0f3460; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-muh366__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6); } .page-muh366__blog-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-muh366__blog-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; } .page-muh366__blog-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; } .page-muh366__blog-excerpt { font-size: 0.95em; color: #a0a0a0; margin-bottom: 15px; flex-grow: 1; } .page-muh366__blog-date { font-size: 0.85em; color: #777; text-align: right; } .page-muh366__link-button { margin-top: auto; padding: 10px 20px; font-size: 0.9em; } .page-muh366__logo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; justify-items: center; align-items: center; margin-top: 40px; } @media (max-width: 768px) { .page-muh366__logo-grid { grid-template-columns: repeat(2, 1fr); } } .page-muh366__logo-item img { max-width: 100%; height: auto; display: block; } .page-muh366__payment-logo { max-width: 120px; height: auto; } .page-muh366__provider-logo { max-width: 150px; height: auto; } /* Responsive overrides for list items */ .page-muh366__grid > *, .page-muh366__game-list > *, .page-muh366__promo-list > *, .page-muh366__blog-grid > * { box-sizing: border-box; } @media (max-width: 768px) { .page-muh366__grid > *, .page-muh366__game-list > *, .page-muh366__promo-list > *, .page-muh366__blog-grid > * { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-muh366__grid, .page-muh366__game-list, .page-muh366__promo-list, .page-muh366__blog-grid { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } }