.page-33vinh { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; padding-bottom: 80px; } .page-33vinh__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; } .page-33vinh__hero-section { background: url('[GALLERY:hero:1920x1080:33vinh,casino,sports,vietnam,banner]') no-repeat center center/cover; padding: 10px 0 80px; text-align: center; color: #fff; position: relative; overflow: hidden; } .page-33vinh__hero-overlay { background-color: rgba(0, 0, 0, 0.5); padding: 50px 20px; border-radius: 10px; max-width: 800px; margin: 50px auto 0; } .page-33vinh__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #ffeb3b; } .page-33vinh__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-33vinh__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-33vinh__btn { display: inline-block; padding: 15px 30px; background-color: #ff9800; color: #fff; text-decoration: none; border-radius: 50px; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-33vinh__btn:hover { background-color: #f57c00; transform: translateY(-3px); } .page-33vinh__btn--secondary { background-color: #2196f3; } .page-33vinh__btn--secondary:hover { background-color: #1976d2; } .page-33vinh__section { padding: 60px 0; } .page-33vinh__section-title { text-align: center; font-size: 2.8em; color: #ffeb3b; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-33vinh__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 0; background-color: #222; border-top: 1px solid #333; border-bottom: 1px solid #333; } .page-33vinh__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-33vinh__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-33vinh__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; text-align: center; } .page-33vinh__intro-item { background-color: #2a2a2a; padding: 30px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-33vinh__intro-item:hover { transform: translateY(-5px); } .page-33vinh__intro-item h3 { color: #ffeb3b; margin-bottom: 15px; font-size: 1.5em; } .page-33vinh__intro-item p { color: #ccc; font-size: 0.95em; } .page-33vinh__quick-access { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; } .page-33vinh__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-33vinh__game-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; } .page-33vinh__game-card:hover { transform: translateY(-5px); } .page-33vinh__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-33vinh__game-card-content { padding: 20px; } .page-33vinh__game-card-content h3 { color: #ffeb3b; margin-bottom: 10px; font-size: 1.6em; } .page-33vinh__game-card-content p { color: #ccc; font-size: 0.9em; margin-bottom: 20px; } .page-33vinh__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-33vinh__promo-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-33vinh__promo-card:hover { transform: translateY(-5px); } .page-33vinh__promo-card-image { width: 100%; height: 200px; object-fit: cover; } .page-33vinh__promo-card-content { padding: 20px; } .page-33vinh__promo-card-content h3 { color: #ffeb3b; margin-bottom: 10px; font-size: 1.5em; } .page-33vinh__promo-card-content p { color: #ccc; font-size: 0.9em; margin-bottom: 20px; } .page-33vinh__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; text-align: center; } .page-33vinh__feature-item { background-color: #2a2a2a; padding: 25px; border-radius: 10px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } .page-33vinh__feature-item h3 { color: #ffeb3b; margin-bottom: 10px; font-size: 1.4em; } .page-33vinh__feature-item p { color: #ccc; font-size: 0.9em; } .page-33vinh__faq-list { background-color: #222; border-radius: 10px; padding: 20px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4); } .page-33vinh__faq-item { border-bottom: 1px solid #333; margin-bottom: 10px; } .page-33vinh__faq-item:last-child { border-bottom: none; margin-bottom: 0; } .page-33vinh__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; user-select: none; color: #fff; font-size: 1.1em; font-weight: bold; transition: color 0.3s ease; } .page-33vinh__faq-question:hover { color: #ffeb3b; } .page-33vinh__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; } .page-33vinh__faq-toggle { font-size: 1.5em; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-33vinh__faq-item.active .page-33vinh__faq-toggle { transform: rotate(45deg); } .page-33vinh__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; background-color: #2a2a2a; border-radius: 0 0 8px 8px; margin: 0 -15px -10px; /* Adjust for negative margin on item */ } .page-33vinh__faq-item.active .page-33vinh__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-33vinh__faq-answer p { margin: 0; color: #ccc; font-size: 0.95em; } .page-33vinh__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-33vinh__blog-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-33vinh__blog-card:hover { transform: translateY(-5px); } .page-33vinh__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-33vinh__blog-card-content { padding: 20px; } .page-33vinh__blog-card-content h3 { color: #ffeb3b; margin-bottom: 10px; font-size: 1.5em; } .page-33vinh__blog-card-content p { color: #ccc; font-size: 0.9em; margin-bottom: 15px; } .page-33vinh__blog-card-content .page-33vinh__btn { padding: 10px 20px; font-size: 0.9em; } @media (max-width: 768px) { .page-33vinh__hero-title { font-size: 2.5em; } .page-33vinh__hero-subtitle { font-size: 1.2em; } .page-33vinh__hero-buttons { flex-direction: column; gap: 15px; } .page-33vinh__section-title { font-size: 2em; } .page-33vinh__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-33vinh__payment-logo, .page-33vinh__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-33vinh__intro-grid, .page-33vinh__game-grid, .page-33vinh__promotions-grid, .page-33vinh__security-features, .page-33vinh__blog-grid { grid-template-columns: 1fr; } .page-33vinh__intro-item, .page-33vinh__game-card, .page-33vinh__promo-card, .page-33vinh__feature-item, .page-33vinh__blog-card { max-width: 100% !important; box-sizing: border-box !important; } .page-33vinh__faq-answer { margin: 0 -15px -10px; } .page-33vinh__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-33vinh__quick-access .page-33vinh__btn { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-33vinh__game-card-image, .page-33vinh__promo-card-image, .page-33vinh__blog-card-image { max-width: 100% !important; height: auto !important; } } @media (max-width: 480px) { .page-33vinh__hero-overlay { padding: 30px 15px; } .page-33vinh__hero-title { font-size: 2em; } .page-33vinh__hero-subtitle { font-size: 1em; } .page-33vinh__btn { padding: 12px 25px; font-size: 0.9em; } .page-33vinh__section-title { font-size: 1.8em; } }