.page-22bet-paybill-number { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-22bet-paybill-number__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); } .page-22bet-paybill-number__section--dark { background-color: #f0f0f0; } .page-22bet-paybill-number__hero-section { background-color: #0a2342; color: #fff; padding: 80px 20px 60px; text-align: center; position: relative; overflow: hidden; margin-bottom: 20px; border-radius: 8px; padding-top: 10px; } .page-22bet-paybill-number__hero-section-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.3; } .page-22bet-paybill-number__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; } .page-22bet-paybill-number__hero-title { font-size: 2.8em; margin-bottom: 15px; line-height: 1.2; color: #fec107; } .page-22bet-paybill-number__hero-description { font-size: 1.2em; margin-bottom: 30px; } .page-22bet-paybill-number__cta-button { display: inline-block; background-color: #fec107; color: #0a2342; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-22bet-paybill-number__cta-button:hover { background-color: #e0a800; transform: translateY(-2px); } .page-22bet-paybill-number__heading { font-size: 2em; color: #0a2342; text-align: center; margin-bottom: 30px; } .page-22bet-paybill-number__subheading { font-size: 1.5em; color: #0a2342; margin-top: 25px; margin-bottom: 15px; } .page-22bet-paybill-number__text-content { max-width: 800px; margin: 0 auto 20px; text-align: justify; } .page-22bet-paybill-number__text-content p { margin-bottom: 15px; } .page-22bet-paybill-number__list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 30px; } .page-22bet-paybill-number__list-item { background-color: #e6f0ff; border-left: 5px solid #0a2342; padding: 20px; border-radius: 5px; flex: 1; min-width: 280px; max-width: 380px; box-sizing: border-box; text-align: center; transition: transform 0.3s ease; } .page-22bet-paybill-number__list-item:hover { transform: translateY(-5px); } .page-22bet-paybill-number__list-item h3 { color: #0a2342; margin-top: 0; font-size: 1.3em; } .page-22bet-paybill-number__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-22bet-paybill-number__game-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; } .page-22bet-paybill-number__game-card:hover { transform: translateY(-5px); } .page-22bet-paybill-number__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-22bet-paybill-number__game-card-content { padding: 20px; } .page-22bet-paybill-number__game-card-title { font-size: 1.4em; color: #0a2342; margin-top: 0; margin-bottom: 10px; } .page-22bet-paybill-number__game-card-description { font-size: 0.95em; color: #555; margin-bottom: 20px; } .page-22bet-paybill-number__promotion-item { display: flex; align-items: center; background-color: #fff; padding: 20px; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); } .page-22bet-paybill-number__promotion-icon { flex-shrink: 0; width: 80px; height: 80px; margin-right: 20px; border-radius: 50%; object-fit: cover; } .page-22bet-paybill-number__promotion-details { flex-grow: 1; } .page-22bet-paybill-number__promotion-title { font-size: 1.3em; color: #0a2342; margin-top: 0; margin-bottom: 5px; } .page-22bet-paybill-number__promotion-description { color: #666; font-size: 0.95em; } .page-22bet-paybill-number__security-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-22bet-paybill-number__security-item { background-color: #f0f8ff; padding: 20px; border-radius: 8px; text-align: center; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03); } .page-22bet-paybill-number__security-item-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 15px; } .page-22bet-paybill-number__security-item-title { font-size: 1.2em; color: #0a2342; margin-top: 0; margin-bottom: 10px; } .page-22bet-paybill-number__faq-list { max-width: 800px; margin: 30px auto 0; } .page-22bet-paybill-number__faq-item { background-color: #fdfdfd; border: 1px solid #eee; margin-bottom: 10px; border-radius: 5px; overflow: hidden; } .page-22bet-paybill-number__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; background-color: #f5f5f5; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-22bet-paybill-number__faq-question:hover { background-color: #e0e0e0; } .page-22bet-paybill-number__faq-question h3 { margin: 0; font-size: 1.15em; color: #0a2342; pointer-events: none; } .page-22bet-paybill-number__faq-toggle { font-size: 1.5em; font-weight: bold; color: #0a2342; pointer-events: none; transition: transform 0.3s ease; } .page-22bet-paybill-number__faq-item.active .page-22bet-paybill-number__faq-toggle { transform: rotate(45deg); } .page-22bet-paybill-number__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; } .page-22bet-paybill-number__faq-item.active .page-22bet-paybill-number__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-22bet-paybill-number__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-22bet-paybill-number__blog-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-22bet-paybill-number__blog-card:hover { transform: translateY(-5px); } .page-22bet-paybill-number__blog-card-image { width: 100%; height: 220px; object-fit: cover; } .page-22bet-paybill-number__blog-card-content { padding: 20px; } .page-22bet-paybill-number__blog-card-title { font-size: 1.3em; color: #0a2342; margin-top: 0; margin-bottom: 10px; min-height: 54px; /* Ensure consistent height */ } .page-22bet-paybill-number__blog-card-summary { font-size: 0.9em; color: #666; margin-bottom: 15px; min-height: 60px; /* Ensure consistent height */ } .page-22bet-paybill-number__blog-card-date { font-size: 0.8em; color: #999; margin-bottom: 15px; } @media (max-width: 768px) { .page-22bet-paybill-number__hero-title { font-size: 2em; } .page-22bet-paybill-number__hero-description { font-size: 1em; } .page-22bet-paybill-number__cta-button { padding: 12px 25px; font-size: 1em; } .page-22bet-paybill-number__heading { font-size: 1.8em; } .page-22bet-paybill-number__subheading { font-size: 1.3em; } .page-22bet-paybill-number__section { padding: 30px 15px; } .page-22bet-paybill-number__list { flex-direction: column; align-items: center; } .page-22bet-paybill-number__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px; } .page-22bet-paybill-number__game-grid, .page-22bet-paybill-number__security-list, .page-22bet-paybill-number__blog-grid { grid-template-columns: 1fr; } .page-22bet-paybill-number__promotion-item { flex-direction: column; text-align: center; } .page-22bet-paybill-number__promotion-icon { margin-right: 0; margin-bottom: 15px; } .page-22bet-paybill-number__faq-question { padding: 15px; } .page-22bet-paybill-number__faq-question h3 { font-size: 1em; } .page-22bet-paybill-number__faq-answer { padding: 0 15px; } .page-22bet-paybill-number__faq-item.active .page-22bet-paybill-number__faq-answer { padding: 15px !important; } .page-22bet-paybill-number__text-content { padding: 0 10px; } .page-22bet-paybill-number img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-22bet-paybill-number__game-card-image, .page-22bet-paybill-number__blog-card-image { height: 180px; } .page-22bet-paybill-number__blog-card-title { min-height: auto; } .page-22bet-paybill-number__blog-card-summary { min-height: auto; } } @media (max-width: 480px) { .page-22bet-paybill-number__hero-title { font-size: 1.6em; } .page-22bet-paybill-number__hero-description { font-size: 0.9em; } .page-22bet-paybill-number__cta-button { padding: 10px 20px; font-size: 0.9em; } .page-22bet-paybill-number__heading { font-size: 1.5em; } }