body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; color: #333; } .page-tp-88 { max-width: 1200px; margin: 0 auto; padding: 10px; } .page-tp-88__hero-section { background: linear-gradient(135deg, #001f3f, #000000); color: #fff; text-align: center; padding: 60px 20px; border-radius: 10px; margin-bottom: 30px; position: relative; overflow: hidden; padding-top: 70px; } .page-tp-88__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('[GALLERY:hero:1920x1080:betting,casino,vietnam,tp88]') no-repeat center center/cover; opacity: 0.3; z-index: 0; } .page-tp-88__hero-content { position: relative; z-index: 1; } .page-tp-88__hero-section h1 { font-size: 3em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-tp-88__hero-section p { font-size: 1.2em; margin-bottom: 30px; } .page-tp-88__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-tp-88__button { display: inline-block; padding: 15px 30px; background-color: #ffcc00; color: #000; text-decoration: none; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-tp-88__button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-tp-88__section { background-color: #fff; padding: 40px 20px; border-radius: 10px; margin-bottom: 30px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .page-tp-88__section h2 { color: #001f3f; text-align: center; margin-bottom: 30px; font-size: 2.2em; } .page-tp-88__section p { line-height: 1.6; margin-bottom: 15px; text-align: justify; } .page-tp-88__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } .page-tp-88__grid-item { background-color: #f9f9f9; padding: 20px; border-radius: 8px; text-align: center; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .page-tp-88__grid-item:hover { transform: translateY(-5px); } .page-tp-88__grid-item img { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; object-fit: cover; min-height: 200px; min-width: 200px; } .page-tp-88__grid-item h3 { color: #001f3f; font-size: 1.5em; margin-bottom: 10px; } .page-tp-88__grid-item p { font-size: 0.95em; color: #555; } .page-tp-88__cta-button { margin-top: 20px; } .page-tp-88__promo-list { list-style: none; padding: 0; } .page-tp-88__promo-item { display: flex; align-items: center; background-color: #f9f9f9; padding: 20px; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); } .page-tp-88__promo-item img { width: 100px; height: 100px; border-radius: 5px; margin-right: 20px; object-fit: cover; min-width: 100px; min-height: 100px; } .page-tp-88__promo-content { flex-grow: 1; } .page-tp-88__promo-content h3 { color: #001f3f; margin-top: 0; margin-bottom: 10px; font-size: 1.4em; } .page-tp-88__promo-content p { margin-bottom: 10px; color: #555; } .page-tp-88__promo-button { background-color: #ffcc00; color: #000; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; font-size: 0.95em; } .page-tp-88__promo-button:hover { background-color: #e6b800; } .page-tp-88__faq-item { background-color: #f9f9f9; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-tp-88__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #eee; border-bottom: 1px solid #ddd; transition: background-color 0.3s ease; } .page-tp-88__faq-question:hover { background-color: #e0e0e0; } .page-tp-88__faq-question h3 { margin: 0; color: #001f3f; font-size: 1.2em; pointer-events: none; } .page-tp-88__faq-toggle { font-size: 1.5em; font-weight: bold; color: #001f3f; transition: transform 0.3s ease; pointer-events: none; } .page-tp-88__faq-item.active .page-tp-88__faq-toggle { transform: rotate(45deg); } .page-tp-88__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: #fff; color: #555; } .page-tp-88__faq-item.active .page-tp-88__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-tp-88__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-tp-88__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-tp-88__blog-card:hover { transform: translateY(-5px); } .page-tp-88__blog-card img { width: 100%; height: 200px; object-fit: cover; min-width: 200px; min-height: 200px; } .page-tp-88__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-tp-88__blog-content h3 { font-size: 1.3em; margin-top: 0; margin-bottom: 10px; color: #001f3f; } .page-tp-88__blog-content h3 a { text-decoration: none; color: inherit; } .page-tp-88__blog-content p { font-size: 0.9em; color: #555; line-height: 1.5; margin-bottom: 15px; flex-grow: 1; } .page-tp-88__blog-meta { font-size: 0.8em; color: #777; margin-bottom: 15px; } .page-tp-88__blog-link { display: inline-block; padding: 10px 20px; background-color: #001f3f; color: #fff; text-decoration: none; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease; margin-top: auto; } .page-tp-88__blog-link:hover { background-color: #003366; } .page-tp-88__quick-access-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-top: 30px; } .page-tp-88__quick-access-links .page-tp-88__button { background-color: #001f3f; color: #fff; } .page-tp-88__quick-access-links .page-tp-88__button:hover { background-color: #003366; } /* Mobile responsiveness */ @media (max-width: 768px) { .page-tp-88__hero-section h1 { font-size: 2.2em; } .page-tp-88__hero-section p { font-size: 1em; } .page-tp-88__hero-buttons { flex-direction: column; gap: 10px; } .page-tp-88__section h2 { font-size: 1.8em; } .page-tp-88__grid { grid-template-columns: 1fr; } .page-tp-88__grid-item { padding: 15px; } .page-tp-88__grid-item img { max-width: 100% !important; height: auto !important; min-width: 200px !important; min-height: 200px !important; box-sizing: border-box !important; } .page-tp-88__promo-item { flex-direction: column; text-align: center; } .page-tp-88__promo-item img { margin-right: 0; margin-bottom: 15px; width: 150px; height: 150px; min-width: 150px !important; min-height: 150px !important; max-width: 100% !important; box-sizing: border-box !important; } .page-tp-88__faq-question { padding: 15px; } .page-tp-88__faq-question h3 { font-size: 1.1em; } .page-tp-88__faq-answer { padding: 15px 10px !important; } .page-tp-88__blog-grid { grid-template-columns: 1fr; } .page-tp-88__blog-card img { height: 180px; max-width: 100% !important; min-width: 200px !important; min-height: 180px !important; box-sizing: border-box !important; } .page-tp-88__quick-access-links { flex-direction: column; } .page-tp-88__quick-access-links .page-tp-88__button { width: 100%; box-sizing: border-box; } .page-tp-88__promo-list, .page-tp-88__quick-access-links { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-tp-88__promo-item, .page-tp-88__faq-item, .page-tp-88__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-tp-88__promo-item h3, .page-tp-88__promo-item p, .page-tp-88__blog-content h3, .page-tp-88__blog-content p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }