.page-22bet-indo { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-22bet-indo__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-22bet-indo__hero-section { background-color: #000; color: #fff; text-align: center; padding: 10px 0 60px 0; position: relative; overflow: hidden; border-bottom: 5px solid #ffcc00; } .page-22bet-indo__hero-image { width: 100%; height: auto; object-fit: cover; filter: brightness(0.7); } .page-22bet-indo__hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; width: 90%; max-width: 800px; } .page-22bet-indo__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #ffcc00; } .page-22bet-indo__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-22bet-indo__button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-22bet-indo__button:hover { background-color: #e6b800; transform: translateY(-2px); } .page-22bet-indo__section { padding: 60px 20px; text-align: center; } .page-22bet-indo__section--dark { background-color: #222; } .page-22bet-indo__section-title { font-size: 2.2em; color: #ffcc00; margin-bottom: 40px; text-align: center; } .page-22bet-indo__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-22bet-indo__card { background-color: #333; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; } .page-22bet-indo__card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); } .page-22bet-indo__card-image { width: 100%; max-width: 300px; height: auto; border-radius: 5px; margin-bottom: 20px; object-fit: cover; } .page-22bet-indo__card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 15px; } .page-22bet-indo__card-description { font-size: 0.95em; color: #ccc; margin-bottom: 20px; flex-grow: 1; } .page-22bet-indo__game-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; margin-top: 40px; } .page-22bet-indo__provider-logo { width: 100%; max-width: 150px; height: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; } .page-22bet-indo__provider-logo:hover { filter: grayscale(0%); opacity: 1; } .page-22bet-indo__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-22bet-indo__floating-button { background-color: #ffcc00; color: #1a1a1a; padding: 12px 20px; 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.3s ease; border: none; cursor: pointer; font-size: 0.95em; text-align: center; min-width: 100px; } .page-22bet-indo__floating-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-22bet-indo__faq-section { padding: 60px 20px; background-color: #1a1a1a; } .page-22bet-indo__faq-title { font-size: 2.2em; color: #ffcc00; margin-bottom: 40px; text-align: center; } .page-22bet-indo__faq-item { margin-bottom: 15px; border: 1px solid #444; border-radius: 8px; overflow: hidden; background-color: #222; } .page-22bet-indo__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; background-color: #333; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-22bet-indo__faq-question:hover { background-color: #444; } .page-22bet-indo__faq-question h3 { margin: 0; font-size: 1.15em; color: #f0f0f0; pointer-events: none; } .page-22bet-indo__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; pointer-events: none; transition: transform 0.3s ease; } .page-22bet-indo__faq-item.active .page-22bet-indo__faq-toggle { transform: rotate(45deg); } .page-22bet-indo__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; color: #ccc; text-align: left; } .page-22bet-indo__faq-item.active .page-22bet-indo__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-22bet-indo__hero-title { font-size: 2em; } .page-22bet-indo__hero-subtitle { font-size: 1em; } .page-22bet-indo__section-title, .page-22bet-indo__faq-title { font-size: 1.8em; } .page-22bet-indo__grid { grid-template-columns: 1fr; } .page-22bet-indo__card { padding: 20px; } .page-22bet-indo__card-image { max-width: 250px; } .page-22bet-indo__floating-buttons { right: 10px; bottom: 10px; gap: 10px; } .page-22bet-indo__floating-button { padding: 10px 15px; font-size: 0.9em; min-width: 90px; } .page-22bet-indo__faq-question { padding: 15px; } .page-22bet-indo__faq-question h3 { font-size: 1em; } .page-22bet-indo__faq-toggle { font-size: 1.2em; } .page-22bet-indo__faq-answer { padding: 15px !important; } } @media (max-width: 480px) { .page-22bet-indo__container { padding: 10px; } .page-22bet-indo__hero-title { font-size: 1.8em; } .page-22bet-indo__hero-subtitle { font-size: 0.9em; } .page-22bet-indo__button { padding: 10px 20px; font-size: 0.9em; } .page-22bet-indo__section { padding: 40px 10px; } .page-22bet-indo__section-title, .page-22bet-indo__faq-title { font-size: 1.6em; } .page-22bet-indo__floating-buttons { right: 5px; bottom: 5px; gap: 8px; } .page-22bet-indo__floating-button { padding: 8px 12px; font-size: 0.85em; min-width: 80px; } } .page-22bet-indo img { max-width: 100%; height: auto; object-fit: cover; } .page-22bet-indo__provider-logo-wrapper { width: 150px; height: 80px; display: flex; justify-content: center; align-items: center; overflow: hidden; box-sizing: border-box; } @media (max-width: 768px) { .page-22bet-indo img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-22bet-indo__provider-logo-wrapper { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-22bet-indo__game-providers { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } } .page-22bet-indo__text-content { text-align: left; margin-top: 20px; color: #ccc; } .page-22bet-indo__text-content h2 { color: #ffcc00; margin-bottom: 15px; font-size: 1.8em; } .page-22bet-indo__text-content p { margin-bottom: 15px; } .page-22bet-indo__text-content ul { list-style: disc; padding-left: 25px; margin-bottom: 15px; } .page-22bet-indo__text-content li { margin-bottom: 8px; word-wrap: break-word; overflow-wrap: break-word; } @media (max-width: 768px) { .page-22bet-indo__text-content ul { padding-left: 20px; } .page-22bet-indo__text-content li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-right: 10px; } }