.page-cv88 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-cv88__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-cv88__container { padding: 10px; } } .page-cv88__section { padding: 40px 0; margin-bottom: 20px; border-radius: 10px; background-color: #2a2a4a; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } @media (max-width: 768px) { .page-cv88__section { padding: 20px 0; } } .page-cv88__section-title { text-align: center; color: #e0b400; font-size: 2.5em; margin-bottom: 30px; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-cv88__section-title { font-size: 1.8em; margin-bottom: 20px; } } .page-cv88__text-content { text-align: justify; margin-bottom: 20px; padding: 0 20px; } .page-cv88__button { display: inline-block; background-color: #e0b400; color: #1a1a2e; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; text-align: center; } .page-cv88__button:hover { background-color: #ffc107; transform: translateY(-2px); } @media (max-width: 768px) { .page-cv88__button { padding: 10px 20px; font-size: 0.9em; } } .page-cv88__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:cv88,banner,casino,sports]') no-repeat center center/cover; text-align: center; padding: 150px 20px 100px; color: #fff; position: relative; overflow: hidden; border-radius: 0 0 15px 15px; margin-bottom: 20px; padding-top: calc(10px + var(--header-offset, 122px)); } @media (max-width: 768px) { .page-cv88__hero-section { padding: 100px 10px 60px; padding-top: calc(10px + var(--header-offset, 122px)); } } .page-cv88__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.7); color: #e0b400; } @media (max-width: 768px) { .page-cv88__hero-title { font-size: 2em; } } .page-cv88__hero-description { font-size: 1.3em; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } @media (max-width: 768px) { .page-cv88__hero-description { font-size: 1em; margin-bottom: 30px; } } .page-cv88__hero-buttons { display: flex; justify-content: center; gap: 20px; } @media (max-width: 768px) { .page-cv88__hero-buttons { flex-direction: column; gap: 10px; } } .page-cv88__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-cv88__floating-button { background-color: #e0b400; color: #1a1a2e; padding: 10px 15px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.2s ease; white-space: nowrap; } .page-cv88__floating-button:hover { background-color: #ffc107; transform: scale(1.05); } @media (max-width: 768px) { .page-cv88__floating-buttons { bottom: 10px; right: 10px; gap: 5px; } .page-cv88__floating-button { padding: 8px 12px; font-size: 0.8em; } } .page-cv88__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 0 20px; } @media (max-width: 768px) { .page-cv88__grid { grid-template-columns: 1fr; gap: 20px; padding: 0 10px; } } .page-cv88__card { background-color: #333355; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; } .page-cv88__card:hover { transform: translateY(-5px); } .page-cv88__card-image { width: 100%; height: 200px; object-fit: cover; border-radius: 5px; margin-bottom: 15px; max-width: 100%; box-sizing: border-box; } @media (max-width: 768px) { .page-cv88__card-image { height: 150px; } } .page-cv88__card-title { color: #e0b400; font-size: 1.4em; margin-bottom: 10px; } .page-cv88__card-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; flex-grow: 1; } .page-cv88__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; padding: 0 20px; } @media (max-width: 768px) { .page-cv88__quick-access-links { flex-direction: column; align-items: center; gap: 10px; padding: 0 10px; } } .page-cv88__quick-access-links .page-cv88__button { width: 100%; max-width: 250px; } @media (max-width: 768px) { .page-cv88__quick-access-links .page-cv88__button { max-width: 90%; } } .page-cv88__games-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; padding: 0 20px; } @media (max-width: 768px) { .page-cv88__games-list { grid-template-columns: 1fr; gap: 15px; padding: 0 10px; } } .page-cv88__game-item { background-color: #333355; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); text-align: center; transition: transform 0.3s ease; } .page-cv88__game-item:hover { transform: translateY(-5px); } .page-cv88__game-image { width: 100%; height: 180px; object-fit: cover; max-width: 100%; box-sizing: border-box; } @media (max-width: 768px) { .page-cv88__game-image { height: 140px; } } .page-cv88__game-content { padding: 20px; } .page-cv88__game-title { font-size: 1.3em; color: #e0b400; margin-bottom: 10px; } .page-cv88__game-description { font-size: 0.9em; color: #ccc; margin-bottom: 15px; } .page-cv88__provider-logos { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-top: 20px; } .page-cv88__provider-logo { height: 60px; width: auto; max-width: 120px; object-fit: contain; filter: grayscale(50%); opacity: 0.8; transition: filter 0.3s ease, opacity 0.3s ease; } .page-cv88__provider-logo:hover { filter: grayscale(0%); opacity: 1; } @media (max-width: 768px) { .page-cv88__provider-logos { gap: 10px; } .page-cv88__provider-logo { height: 45px; max-width: 90px; } } .page-cv88__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 0 20px; } @media (max-width: 768px) { .page-cv88__promo-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 10px; } } .page-cv88__promo-card { background-color: #333355; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); text-align: left; transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-cv88__promo-card:hover { transform: translateY(-5px); } .page-cv88__promo-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; box-sizing: border-box; } @media (max-width: 768px) { .page-cv88__promo-image { height: 180px; } } .page-cv88__promo-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-cv88__promo-title { font-size: 1.5em; color: #e0b400; margin-bottom: 10px; } .page-cv88__promo-description { font-size: 0.95em; color: #ccc; margin-bottom: 20px; flex-grow: 1; } .page-cv88__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 0 20px; } @media (max-width: 768px) { .page-cv88__security-features { grid-template-columns: 1fr; gap: 20px; padding: 0 10px; } } .page-cv88__feature-item { background-color: #333355; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-cv88__feature-icon { height: 80px; width: 80px; margin-bottom: 15px; object-fit: contain; } .page-cv88__feature-title { font-size: 1.3em; color: #e0b400; margin-bottom: 10px; } .page-cv88__feature-description { font-size: 0.95em; color: #ccc; } .page-cv88__payment-logos { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 20px; margin-bottom: 30px; } .page-cv88__payment-logo { height: 70px; width: auto; max-width: 150px; object-fit: contain; filter: grayscale(70%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; } .page-cv88__payment-logo:hover { filter: grayscale(0%); opacity: 1; } @media (max-width: 768px) { .page-cv88__payment-logos { gap: 15px; } .page-cv88__payment-logo { height: 50px; max-width: 100px; } } .page-cv88__faq-list { padding: 0 20px; } @media (max-width: 768px) { .page-cv88__faq-list { padding: 0 10px; } } .page-cv88__faq-item { background-color: #333355; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-cv88__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #3c3c66; transition: background-color 0.3s ease; } .page-cv88__faq-question:hover { background-color: #4a4a7a; } .page-cv88__faq-question h3 { margin: 0; font-size: 1.2em; color: #e0b400; pointer-events: none; } .page-cv88__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e0b400; pointer-events: none; transition: transform 0.3s ease; } .page-cv88__faq-item.active .page-cv88__faq-toggle { transform: rotate(45deg); } .page-cv88__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; color: #ccc; font-size: 0.95em; } .page-cv88__faq-item.active .page-cv88__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } @media (max-width: 768px) { .page-cv88__faq-question { padding: 15px; } .page-cv88__faq-question h3 { font-size: 1em; } .page-cv88__faq-answer { padding: 0 10px; font-size: 0.9em; } .page-cv88__faq-item.active .page-cv88__faq-answer { padding: 15px 10px !important; } } .page-cv88__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 0 20px; } @media (max-width: 768px) { .page-cv88__blog-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 10px; } } .page-cv88__blog-card { background-color: #333355; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); text-align: left; transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-cv88__blog-card:hover { transform: translateY(-5px); } .page-cv88__blog-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; box-sizing: border-box; } @media (max-width: 768px) { .page-cv88__blog-image { height: 160px; } } .page-cv88__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-cv88__blog-title { font-size: 1.3em; color: #e0b400; margin-bottom: 10px; } .page-cv88__blog-summary { font-size: 0.95em; color: #ccc; margin-bottom: 15px; flex-grow: 1; } .page-cv88__blog-date { font-size: 0.85em; color: #aaa; margin-bottom: 15px; } .page-cv88__blog-link { text-decoration: none; display: block; } .page-cv88__blog-link .page-cv88__button { width: 100%; }