.page-kuwon02 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-kuwon02__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; } .page-kuwon02__section { padding: 60px 0; text-align: center; } .page-kuwon02__section:nth-of-type(even) { background-color: #16213e; } .page-kuwon02__hero-section { background-image: url('[GALLERY:hero:1920x1080:online_betting,vietnam,casino,sports]'); background-size: cover; background-position: center; padding: 100px 0; display: flex; align-items: center; justify-content: center; min-height: 600px; position: relative; padding-top: 10px; /* Small top padding assuming body has header offset */ } .page-kuwon02__hero-content { background-color: rgba(0, 0, 0, 0.6); padding: 40px; border-radius: 10px; max-width: 900px; } .page-kuwon02__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #e0b400; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-kuwon02__hero-description { font-size: 1.3em; margin-bottom: 30px; color: #fff; } .page-kuwon02__btn { display: inline-block; background-color: #e0b400; color: #1a1a2e; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-kuwon02__btn:hover { background-color: #ffc800; transform: translateY(-3px); } .page-kuwon02__title { font-size: 2.5em; margin-bottom: 40px; color: #e0b400; } .page-kuwon02__subtitle { font-size: 1.8em; margin-bottom: 20px; color: #fff; } .page-kuwon02__text { font-size: 1.1em; margin-bottom: 20px; } .page-kuwon02__image { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 30px; object-fit: cover; } .page-kuwon02__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 40px; } .page-kuwon02__quick-access-item { background-color: #2c395b; padding: 30px; border-radius: 8px; text-align: center; transition: transform 0.3s ease; } .page-kuwon02__quick-access-item:hover { transform: translateY(-5px); } .page-kuwon02__quick-access-item .page-kuwon02__btn { width: 100%; } .page-kuwon02__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-kuwon02__game-card { background-color: #2c395b; border-radius: 8px; overflow: hidden; text-align: left; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-kuwon02__game-card-image { width: 100%; height: 250px; object-fit: cover; } .page-kuwon02__game-card-content { padding: 25px; } .page-kuwon02__game-card-title { font-size: 1.5em; margin-bottom: 10px; color: #e0b400; } .page-kuwon02__game-card-description { font-size: 1em; margin-bottom: 20px; color: #ccc; } .page-kuwon02__promotions-list { list-style: none; padding: 0; margin-top: 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } .page-kuwon02__promotion-item { background-color: #2c395b; padding: 30px; border-radius: 8px; text-align: left; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .page-kuwon02__promotion-title { font-size: 1.5em; margin-bottom: 10px; color: #e0b400; } .page-kuwon02__promotion-description { font-size: 1em; margin-bottom: 20px; color: #ccc; } .page-kuwon02__payment-logos { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; margin-top: 40px; } .page-kuwon02__payment-logo { width: 120px; height: 80px; object-fit: contain; filter: grayscale(50%); transition: filter 0.3s ease; } .page-kuwon02__payment-logo:hover { filter: grayscale(0%); } .page-kuwon02__faq-list { list-style: none; padding: 0; margin-top: 40px; text-align: left; } .page-kuwon02__faq-item { background-color: #2c395b; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-kuwon02__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #3e4a6e; transition: background-color 0.3s ease; } .page-kuwon02__faq-question:hover { background-color: #4a5b81; } .page-kuwon02__faq-question h3 { margin: 0; font-size: 1.2em; color: #e0b400; pointer-events: none; } .page-kuwon02__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e0b400; transition: transform 0.3s ease; pointer-events: none; } .page-kuwon02__faq-item.active .page-kuwon02__faq-toggle { transform: rotate(45deg); } .page-kuwon02__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-kuwon02__faq-item.active .page-kuwon02__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-kuwon02__faq-answer p { margin: 0; color: #ccc; } .page-kuwon02__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-kuwon02__blog-card { background-color: #2c395b; border-radius: 8px; overflow: hidden; text-align: left; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-kuwon02__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-kuwon02__blog-card-content { padding: 25px; } .page-kuwon02__blog-card-title { font-size: 1.4em; margin-bottom: 10px; color: #e0b400; } .page-kuwon02__blog-card-title a { text-decoration: none; color: #e0b400; transition: color 0.3s ease; } .page-kuwon02__blog-card-title a:hover { color: #ffc800; } .page-kuwon02__blog-card-excerpt { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } @media (max-width: 768px) { .page-kuwon02__hero-section { min-height: 400px; padding: 80px 0; } .page-kuwon02__hero-title { font-size: 2.2em; } .page-kuwon02__hero-description { font-size: 1em; } .page-kuwon02__title { font-size: 2em; margin-bottom: 30px; } .page-kuwon02__subtitle { font-size: 1.5em; } .page-kuwon02__text { font-size: 0.95em; } .page-kuwon02__section { padding: 40px 0; } .page-kuwon02__btn { padding: 12px 25px; font-size: 1em; } .page-kuwon02__quick-access-grid, .page-kuwon02__game-grid, .page-kuwon02__promotions-list, .page-kuwon02__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-kuwon02__game-card-image, .page-kuwon02__blog-card-image { height: 180px; } .page-kuwon02__faq-question h3 { font-size: 1em; } .page-kuwon02__faq-answer p { font-size: 0.9em; } .page-kuwon02__payment-logos { gap: 20px; } .page-kuwon02__payment-logo { width: 100px; height: 60px; } .page-kuwon02__container { padding: 0 10px; } /* Mobile responsive list items (general approach for various lists) */ .page-kuwon02 ul, .page-kuwon02 ol { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 10px !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuwon02 li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }