.page-80-king88 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; padding-top: var(--header-offset, 122px); } .page-80-king88__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-80-king88__hero-section { background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d); color: #fff; text-align: center; padding: 60px 20px; position: relative; overflow: hidden; } .page-80-king88__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('[GALLERY:hero:1920x1080:abstract,pattern,gaming]') no-repeat center center/cover; opacity: 0.15; z-index: 0; } .page-80-king88__hero-content { position: relative; z-index: 1; } .page-80-king88__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); } .page-80-king88__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-80-king88__btn { display: inline-block; background-color: #fdbb2d; color: #1a2a6c; padding: 12px 30px; border-radius: 50px; 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-80-king88__btn:hover { background-color: #e0a426; transform: translateY(-3px); } .page-80-king88__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: 40px 20px; background-color: #fff; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); margin-bottom: 30px; } .page-80-king88__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-80-king88__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-80-king88__section { padding: 50px 0; background-color: #fff; margin-bottom: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-80-king88__section-dark { background-color: #1a2a6c; color: #fff; } .page-80-king88__section-title { text-align: center; font-size: 2.5em; margin-bottom: 40px; color: #1a2a6c; } .page-80-king88__section-dark .page-80-king88__section-title { color: #fdbb2d; } .page-80-king88__text-center { text-align: center; } .page-80-king88__intro-grid, .page-80-king88__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 0 20px; } .page-80-king88__intro-item, .page-80-king88__game-card { background-color: #f9f9f9; padding: 30px; border-radius: 8px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; } .page-80-king88__intro-item:hover, .page-80-king88__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-80-king88__intro-item h3, .page-80-king88__game-card h3 { color: #1a2a6c; font-size: 1.8em; margin-top: 15px; margin-bottom: 10px; } .page-80-king88__intro-item p, .page-80-king88__game-card p { font-size: 1em; color: #555; } .page-80-king88__game-card img { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 15px; object-fit: cover; width: 400px; height: 300px; } .page-80-king88__cta-section { background-color: #fdbb2d; padding: 60px 20px; text-align: center; margin-bottom: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-80-king88__cta-title { font-size: 2.8em; color: #1a2a6c; margin-bottom: 20px; } .page-80-king88__cta-text { font-size: 1.2em; color: #333; margin-bottom: 30px; } .page-80-king88__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; padding: 0 20px; } .page-80-king88__promo-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-80-king88__promo-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-80-king88__promo-card img { width: 100%; height: 250px; object-fit: cover; } .page-80-king88__promo-content { padding: 25px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-80-king88__promo-content h3 { font-size: 1.5em; color: #1a2a6c; margin-bottom: 10px; } .page-80-king88__promo-content p { font-size: 0.95em; color: #666; margin-bottom: 20px; } .page-80-king88__promo-content .page-80-king88__btn { align-self: flex-start; padding: 10px 25px; font-size: 0.9em; } .page-80-king88__security-list { list-style: none; padding: 0 20px; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; } .page-80-king88__security-item { background-color: #f9f9f9; padding: 25px; border-radius: 8px; display: flex; align-items: flex-start; gap: 15px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); } .page-80-king88__security-item img { width: 60px; height: 60px; object-fit: contain; flex-shrink: 0; } .page-80-king88__security-item h3 { font-size: 1.4em; color: #1a2a6c; margin-top: 0; margin-bottom: 8px; } .page-80-king88__security-item p { font-size: 0.95em; color: #555; } .page-80-king88__faq-list { list-style: none; padding: 0 20px; } .page-80-king88__faq-item { background-color: #f9f9f9; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-80-king88__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #fff; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; } .page-80-king88__faq-question:hover { background-color: #f0f0f0; } .page-80-king88__faq-question h3 { margin: 0; font-size: 1.2em; color: #1a2a6c; pointer-events: none; } .page-80-king88__faq-toggle { font-size: 1.5em; font-weight: bold; color: #fdbb2d; transition: transform 0.3s ease; pointer-events: none; } .page-80-king88__faq-item.active .page-80-king88__faq-toggle { transform: rotate(45deg); } .page-80-king88__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: #555; } .page-80-king88__faq-item.active .page-80-king88__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-80-king88__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 0 20px; } .page-80-king88__blog-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-80-king88__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-80-king88__blog-card img { width: 100%; height: 200px; object-fit: cover; } .page-80-king88__blog-content { padding: 20px; } .page-80-king88__blog-content h3 { font-size: 1.4em; color: #1a2a6c; margin-bottom: 10px; } .page-80-king88__blog-content h3 a { text-decoration: none; color: inherit; transition: color 0.3s ease; } .page-80-king88__blog-content h3 a:hover { color: #fdbb2d; } .page-80-king88__blog-content p { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-80-king88__blog-date { font-size: 0.85em; color: #999; } @media (max-width: 1024px) { .page-80-king88__hero-title { font-size: 3em; } .page-80-king88__hero-subtitle { font-size: 1.3em; } .page-80-king88__section-title { font-size: 2.2em; } .page-80-king88__intro-grid, .page-80-king88__game-grid, .page-80-king88__promo-grid, .page-80-king88__security-list, .page-80-king88__blog-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } } @media (max-width: 768px) { .page-80-king88__hero-section { padding: 40px 15px; } .page-80-king88__hero-title { font-size: 2.5em; } .page-80-king88__hero-subtitle { font-size: 1.1em; } .page-80-king88__btn { padding: 10px 25px; font-size: 1em; } .page-80-king88__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-80-king88__payment-logo, .page-80-king88__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-80-king88__section { padding: 30px 0; margin-bottom: 20px; } .page-80-king88__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-80-king88__intro-grid, .page-80-king88__game-grid, .page-80-king88__promo-grid, .page-80-king88__security-list, .page-80-king88__blog-grid { grid-template-columns: 1fr; padding: 0 15px; } .page-80-king88__intro-item, .page-80-king88__game-card, .page-80-king88__promo-card, .page-80-king88__security-item, .page-80-king88__blog-card { padding: 20px; } .page-80-king88__game-card img { width: 100% !important; max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-80-king88__cta-section { padding: 40px 15px; } .page-80-king88__cta-title { font-size: 2em; } .page-80-king88__cta-text { font-size: 1em; } .page-80-king88__security-item { flex-direction: column; text-align: center; align-items: center; } .page-80-king88__faq-question { padding: 15px 20px; } .page-80-king88__faq-question h3 { font-size: 1.1em; } .page-80-king88__faq-answer { padding: 0 20px; } .page-80-king88__faq-item.active .page-80-king88__faq-answer { padding: 15px 20px !important; } .page-80-king88__blog-card img { width: 100% !important; max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }