.page-jl-sei-kera { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-jl-sei-kera__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } @media (max-width: 768px) { .page-jl-sei-kera__container { padding: 0 10px; } } .page-jl-sei-kera__section { padding: 40px 0; text-align: center; } .page-jl-sei-kera__section--dark { background-color: #222; } .page-jl-sei-kera__section-title { font-size: 2.5em; color: #ffcc00; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; } @media (max-width: 768px) { .page-jl-sei-kera__section-title { font-size: 2em; } } .page-jl-sei-kera__text { font-size: 1.1em; margin-bottom: 20px; color: #ccc; } .page-jl-sei-kera__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-jl-sei-kera__button:hover { background-color: #e6b800; transform: translateY(-2px); } .page-jl-sei-kera__button--primary { background-color: #007bff; color: #fff; } .page-jl-sei-kera__button--primary:hover { background-color: #0056b3; } .page-jl-sei-kera__hero-section { background-image: url('[GALLERY:hero:1920x1080:jl_sei_kera,online_gaming,555bmw_casino]'); background-size: cover; background-position: center; padding: 10px 0 80px 0; position: relative; display: flex; align-items: center; justify-content: center; min-height: 600px; text-align: center; } .page-jl-sei-kera__hero-content { z-index: 1; max-width: 800px; padding: 20px; } .page-jl-sei-kera__hero-title { font-size: 3.8em; color: #fff; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; } @media (max-width: 768px) { .page-jl-sei-kera__hero-title { font-size: 2.5em; } } .page-jl-sei-kera__hero-subtitle { font-size: 1.5em; color: #ffcc00; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); } @media (max-width: 768px) { .page-jl-sei-kera__hero-subtitle { font-size: 1.2em; } } .page-jl-sei-kera__hero-buttons .page-jl-sei-kera__button { margin: 10px; min-width: 150px; } .page-jl-sei-kera__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } @media (max-width: 768px) { .page-jl-sei-kera__games-grid { grid-template-columns: 1fr; } } .page-jl-sei-kera__game-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-jl-sei-kera__game-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-jl-sei-kera__game-card-image-wrapper { width: 100%; height: 200px; overflow: hidden; } .page-jl-sei-kera__game-card-image { width: 100%; height: 100%; object-fit: cover; } .page-jl-sei-kera__game-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-jl-sei-kera__game-card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-jl-sei-kera__game-card-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-jl-sei-kera__promotions-list { list-style: none; padding: 0; margin-top: 30px; } .page-jl-sei-kera__promotion-item { background-color: #2a2a2a; margin-bottom: 20px; padding: 25px; border-radius: 10px; text-align: left; display: flex; align-items: center; gap: 20px; } @media (max-width: 768px) { .page-jl-sei-kera__promotion-item { flex-direction: column; text-align: center; } } .page-jl-sei-kera__promotion-icon { width: 80px; height: 80px; object-fit: contain; flex-shrink: 0; } .page-jl-sei-kera__promotion-content { flex-grow: 1; } .page-jl-sei-kera__promotion-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-jl-sei-kera__promotion-description { color: #ccc; margin-bottom: 15px; } .page-jl-sei-kera__why-choose-us-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 30px; } @media (max-width: 768px) { .page-jl-sei-kera__why-choose-us-grid { grid-template-columns: 1fr; } } .page-jl-sei-kera__feature-card { background-color: #2a2a2a; padding: 30px; border-radius: 10px; text-align: center; } .page-jl-sei-kera__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 15px; } .page-jl-sei-kera__feature-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; } .page-jl-sei-kera__feature-description { color: #ccc; } .page-jl-sei-kera__faq-list { max-width: 800px; margin: 30px auto 0 auto; } .page-jl-sei-kera__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-jl-sei-kera__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #333; color: #ffcc00; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-jl-sei-kera__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; } .page-jl-sei-kera__faq-question:hover { background-color: #444; } .page-jl-sei-kera__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-jl-sei-kera__faq-item.active .page-jl-sei-kera__faq-toggle { transform: rotate(45deg); } .page-jl-sei-kera__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; color: #ccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-jl-sei-kera__faq-item.active .page-jl-sei-kera__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-jl-sei-kera__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-jl-sei-kera__faq-question h3 { font-size: 1.1em; } .page-jl-sei-kera__faq-answer { padding: 0 20px; } .page-jl-sei-kera__faq-item.active .page-jl-sei-kera__faq-answer { padding: 15px 20px !important; } } .page-jl-sei-kera__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-jl-sei-kera__floating-button { background-color: #ffcc00; color: #1a1a1a; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; } .page-jl-sei-kera__floating-button:hover { background-color: #e6b800; transform: translateY(-2px); } @media (max-width: 768px) { .page-jl-sei-kera__floating-buttons { bottom: 15px; right: 15px; } .page-jl-sei-kera__floating-button { padding: 10px 18px; font-size: 0.9em; } } /* Responsive image styles */ .page-jl-sei-kera img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-jl-sei-kera__game-card-image-wrapper, .page-jl-sei-kera__promotion-icon, .page-jl-sei-kera__feature-icon { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } @media (max-width: 768px) { .page-jl-sei-kera__games-grid, .page-jl-sei-kera__promotions-list, .page-jl-sei-kera__why-choose-us-grid { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-jl-sei-kera__promotion-item, .page-jl-sei-kera__feature-card { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }