.page-bkwin-com { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-bkwin-com__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-bkwin-com__section { padding: 40px 20px; margin-bottom: 30px; border-radius: 8px; background-color: #2a2a4a; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-bkwin-com__hero-section { position: relative; text-align: center; color: #fff; padding: 10px 0 80px; overflow: hidden; background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1d 100%); } .page-bkwin-com__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url('[GALLERY:hero:1920x1080:casino,sports,vietnam,celebration,bkwin]'); background-size: cover; background-position: center; filter: brightness(0.5); z-index: 0; } .page-bkwin-com__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 40px 20px; } .page-bkwin-com__hero-section h1 { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #ffd700; } .page-bkwin-com__hero-section p { font-size: 1.4em; margin-bottom: 30px; color: #e0e0e0; } .page-bkwin-com__hero-buttons { display: flex; justify-content: center; gap: 20px; } .page-bkwin-com__btn { display: inline-block; padding: 15px 30px; background-color: #ff4500; color: #fff; text-decoration: none; border-radius: 50px; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-bkwin-com__btn:hover { background-color: #e63900; transform: translateY(-3px); } .page-bkwin-com__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-bkwin-com__floating-buttons .page-bkwin-com__btn { width: 150px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); } .page-bkwin-com__section h2 { font-size: 2.5em; color: #ffd700; text-align: center; margin-bottom: 30px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); } .page-bkwin-com__section h3 { font-size: 1.8em; color: #aaffaa; margin-bottom: 15px; } .page-bkwin-com__section p { font-size: 1.1em; color: #e0e0e0; margin-bottom: 15px; } .page-bkwin-com__section ul { list-style: none; padding: 0; margin: 0; } .page-bkwin-com__section li { font-size: 1.1em; color: #e0e0e0; margin-bottom: 10px; padding-left: 25px; position: relative; } .page-bkwin-com__section li::before { content: '✓'; color: #ffd700; position: absolute; left: 0; top: 0; font-weight: bold; } .page-bkwin-com__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-bkwin-com__card { background-color: #3a3a5a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-bkwin-com__card:hover { transform: translateY(-5px); } .page-bkwin-com__card img { max-width: 100%; height: auto; display: block; object-fit: cover; } .page-bkwin-com__card-content { padding: 20px; } .page-bkwin-com__card-content h3 { font-size: 1.5em; margin-bottom: 10px; color: #aaffaa; } .page-bkwin-com__card-content h3 a { color: #aaffaa; text-decoration: none; } .page-bkwin-com__card-content h3 a:hover { text-decoration: underline; } .page-bkwin-com__card-content p { font-size: 1em; color: #ccc; } .page-bkwin-com__card-content .page-bkwin-com__btn { margin-top: 15px; padding: 10px 20px; font-size: 1em; } .page-bkwin-com__partner-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 20px; } .page-bkwin-com__partner-logos img { height: 80px; width: auto; max-width: 150px; object-fit: contain; filter: grayscale(80%) brightness(1.2); transition: filter 0.3s ease; } .page-bkwin-com__partner-logos img:hover { filter: grayscale(0%) brightness(1); } .page-bkwin-com__faq-item { background-color: #3a3a5a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-bkwin-com__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #4a4a6a; color: #fff; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; } .page-bkwin-com__faq-question:hover { background-color: #5a5a7a; } .page-bkwin-com__faq-question h3 { margin: 0; color: #fff; pointer-events: none; } .page-bkwin-com__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffd700; pointer-events: none; transition: transform 0.3s ease; } .page-bkwin-com__faq-item.active .page-bkwin-com__faq-toggle { transform: rotate(45deg); } .page-bkwin-com__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-bkwin-com__faq-item.active .page-bkwin-com__faq-answer { max-height: 2000px !important; padding: 20px 20px !important; opacity: 1; } .page-bkwin-com__faq-answer p { margin-bottom: 0; } .page-bkwin-com__blog-card { display: flex; flex-direction: column; background-color: #3a3a5a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-bkwin-com__blog-card:hover { transform: translateY(-5px); } .page-bkwin-com__blog-card img { max-width: 100%; height: auto; object-fit: cover; } .page-bkwin-com__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-bkwin-com__blog-card-content h3 { font-size: 1.4em; margin-bottom: 10px; } .page-bkwin-com__blog-card-content h3 a { color: #aaffaa; text-decoration: none; } .page-bkwin-com__blog-card-content h3 a:hover { text-decoration: underline; } .page-bkwin-com__blog-card-content span { display: block; font-size: 0.9em; color: #888; margin-bottom: 10px; } .page-bkwin-com__blog-card-content p { font-size: 1em; color: #ccc; margin-bottom: 0; } .page-bkwin-com__social-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; } .page-bkwin-com__social-links a { display: block; height: 60px; width: 60px; border-radius: 50%; background-color: #ff4500; display: flex; justify-content: center; align-items: center; transition: background-color 0.3s ease; } .page-bkwin-com__social-links a:hover { background-color: #e63900; } .page-bkwin-com__social-links img { height: 35px; width: 35px; object-fit: contain; } /* Responsive Styles */ @media (max-width: 1024px) { .page-bkwin-com__hero-section h1 { font-size: 3em; } .page-bkwin-com__hero-section p { font-size: 1.2em; } .page-bkwin-com__section h2 { font-size: 2em; } .page-bkwin-com__section h3 { font-size: 1.6em; } } @media (max-width: 768px) { .page-bkwin-com__hero-section { padding-bottom: 60px; } .page-bkwin-com__hero-section h1 { font-size: 2.5em; } .page-bkwin-com__hero-section p { font-size: 1em; } .page-bkwin-com__hero-buttons { flex-direction: column; gap: 15px; } .page-bkwin-com__btn { padding: 12px 25px; font-size: 1.1em; } .page-bkwin-com__section { padding: 30px 15px; margin-bottom: 20px; } .page-bkwin-com__section h2 { font-size: 1.8em; } .page-bkwin-com__section h3 { font-size: 1.4em; } .page-bkwin-com__grid { grid-template-columns: 1fr; gap: 20px; } .page-bkwin-com__card-content h3 { font-size: 1.3em; } .page-bkwin-com__faq-question { font-size: 1.1em; padding: 12px 15px; } .page-bkwin-com__faq-answer { padding: 0 15px; } .page-bkwin-com__faq-item.active .page-bkwin-com__faq-answer { padding: 15px 15px !important; } .page-bkwin-com__blog-card-content h3 { font-size: 1.2em; } .page-bkwin-com__partner-logos img { height: 60px; max-width: 100px; } .page-bkwin-com__social-links a { height: 50px; width: 50px; } .page-bkwin-com__social-links img { height: 30px; width: 30px; } /* Mobile specific list item styling */ .page-bkwin-com__section ul, .page-bkwin-com__grid, .page-bkwin-com__partner-logos, .page-bkwin-com__social-links { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-bkwin-com__section li, .page-bkwin-com__card, .page-bkwin-com__blog-card, .page-bkwin-com__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !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-bkwin-com__card img, .page-bkwin-com__blog-card img, .page-bkwin-com__hero-section::before { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-bkwin-com__hero-section h1 { font-size: 2em; } .page-bkwin-com__hero-section p { font-size: 0.9em; } .page-bkwin-com__btn { padding: 10px 20px; font-size: 1em; } .page-bkwin-com__section h2 { font-size: 1.6em; } .page-bkwin-com__section h3 { font-size: 1.3em; } .page-bkwin-com__floating-buttons { right: 10px; bottom: 10px; } .page-bkwin-com__floating-buttons .page-bkwin-com__btn { width: 120px; padding: 10px; font-size: 0.9em; } }