body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f4f7f6; color: #333; } .page-fiv55 { max-width: 1200px; margin: 0 auto; padding: 10px 15px; box-sizing: border-box; } .page-fiv55__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:fiv55,casino,sports,vietnam,promotions]') no-repeat center center/cover; color: #fff; text-align: center; padding: 10px 20px 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; position: relative; overflow: hidden; border-radius: 15px; margin-bottom: 30px; } .page-fiv55__hero-section h1 { font-size: 2.8em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.3; } .page-fiv55__hero-section p { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-fiv55__cta-buttons { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; } .page-fiv55__cta-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 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: 2px solid #e44d26; } .page-fiv55__cta-button:hover { background-color: #ff6f40; transform: translateY(-3px); } .page-fiv55__cta-button--secondary { background-color: transparent; border: 2px solid #fff; } .page-fiv55__cta-button--secondary:hover { background-color: #fff; color: #e44d26; } .page-fiv55__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; background-color: #fff; padding: 25px 15px; border-radius: 10px; margin-bottom: 30px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); } .page-fiv55__payment-providers h2 { width: 100%; text-align: center; margin-bottom: 20px; color: #e44d26; font-size: 1.8em; } .page-fiv55__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; } .page-fiv55__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-fiv55__section { background-color: #fff; padding: 30px; border-radius: 10px; margin-bottom: 30px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); } .page-fiv55__section-title { color: #e44d26; font-size: 2em; margin-bottom: 25px; text-align: center; position: relative; padding-bottom: 10px; } .page-fiv55__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 60px; height: 3px; background-color: #e44d26; border-radius: 5px; } .page-fiv55__content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-fiv55__card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-fiv55__card:hover { transform: translateY(-5px); } .page-fiv55__card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-fiv55__card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-fiv55__card-title { font-size: 1.3em; color: #e44d26; margin-bottom: 10px; line-height: 1.4; } .page-fiv55__card-text { font-size: 0.95em; color: #555; line-height: 1.6; margin-bottom: 15px; flex-grow: 1; } .page-fiv55__card-link { display: inline-block; background-color: #e44d26; color: #fff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.9em; align-self: flex-start; transition: background-color 0.3s ease; } .page-fiv55__card-link:hover { background-color: #ff6f40; } .page-fiv55__list-item { background-color: #f9f9f9; padding: 15px 20px; border-radius: 8px; margin-bottom: 10px; display: flex; align-items: center; gap: 15px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); } .page-fiv55__list-icon { width: 40px; height: 40px; object-fit: contain; } .page-fiv55__list-text { font-size: 1.05em; color: #333; flex-grow: 1; } .page-fiv55__list-link { color: #e44d26; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-fiv55__list-link:hover { color: #ff6f40; text-decoration: underline; } .page-fiv55__faq-item { background-color: #f9f9f9; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08); } .page-fiv55__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-fiv55__faq-question:hover { background-color: #f0f0f0; } .page-fiv55__faq-question h3 { margin: 0; font-size: 1.15em; color: #333; pointer-events: none; } .page-fiv55__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e44d26; transition: transform 0.3s ease; pointer-events: none; } .page-fiv55__faq-item.active .page-fiv55__faq-toggle { transform: rotate(45deg); } .page-fiv55__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; line-height: 1.7; } .page-fiv55__faq-item.active .page-fiv55__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-fiv55__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-fiv55__blog-post { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-fiv55__blog-post:hover { transform: translateY(-5px); } .page-fiv55__blog-image { width: 100%; height: 180px; object-fit: cover; display: block; } .page-fiv55__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-fiv55__blog-title { font-size: 1.25em; color: #e44d26; margin-bottom: 10px; line-height: 1.4; } .page-fiv55__blog-text { font-size: 0.95em; color: #555; line-height: 1.6; margin-bottom: 15px; flex-grow: 1; } .page-fiv55__blog-date { font-size: 0.85em; color: #999; margin-top: auto; } @media (max-width: 768px) { .page-fiv55 { padding: 0 10px; } .page-fiv55__hero-section { min-height: 400px; padding: 10px 15px 60px; } .page-fiv55__hero-section h1 { font-size: 2em; } .page-fiv55__hero-section p { font-size: 1em; } .page-fiv55__cta-buttons { flex-direction: column; gap: 15px; } .page-fiv55__cta-button { width: 100%; max-width: 300px; margin: 0 auto; } .page-fiv55__payment-providers { gap: 16px; padding: 20px 10px; } .page-fiv55__payment-logo, .page-fiv55__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-fiv55__section { padding: 20px 15px; } .page-fiv55__section-title { font-size: 1.6em; margin-bottom: 20px; } .page-fiv55__content-grid, .page-fiv55__blog-grid { grid-template-columns: 1fr; } .page-fiv55__card-image, .page-fiv55__blog-image { height: 150px; } .page-fiv55__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 12px 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-fiv55__faq-question { padding: 15px 20px; } .page-fiv55__faq-question h3 { font-size: 1em; } .page-fiv55__faq-answer { padding: 0 20px; } .page-fiv55__faq-item.active .page-fiv55__faq-answer { padding: 15px 20px !important; } .page-fiv55 img:not(.page-fiv55__payment-logo img) { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-fiv55__card-image, .page-fiv55__blog-image { width: 100% !important; max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }