.page-quick-hit-slots-777 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-quick-hit-slots-777__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-quick-hit-slots-777__section-title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 40px; text-transform: uppercase; letter-spacing: 1px; } .page-quick-hit-slots-777__section-title--small { font-size: 1.8em; } .page-quick-hit-slots-777__highlight { color: #00e676; } .page-quick-hit-slots-777__text-content { font-size: 1.1em; margin-bottom: 20px; text-align: center; } .page-quick-hit-slots-777__button { display: inline-block; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; transition: all 0.3s ease; text-align: center; cursor: pointer; } .page-quick-hit-slots-777__button--primary { background-color: #00e676; color: #1a1a2e; border: 2px solid #00e676; } .page-quick-hit-slots-777__button--primary:hover { background-color: #00c853; border-color: #00c853; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0, 230, 118, 0.3); } .page-quick-hit-slots-777__button--secondary { background-color: transparent; color: #00e676; border: 2px solid #00e676; margin-left: 15px; } .page-quick-hit-slots-777__button--secondary:hover { background-color: #00e676; color: #1a1a2e; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0, 230, 118, 0.3); } .page-quick-hit-slots-777__button--small { padding: 8px 18px; font-size: 0.9em; border-radius: 20px; } .page-quick-hit-slots-777__button--center { display: block; margin: 30px auto 0 auto; max-width: 250px; } /* Hero Section */ .page-quick-hit-slots-777__hero-section { position: relative; width: 100%; min-height: 600px; display: flex; align-items: center; justify-content: center; overflow: hidden; padding-top: 10px; padding-bottom: 50px; background-color: #0f0f1d; } .page-quick-hit-slots-777__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.5); } .page-quick-hit-slots-777__hero-content { position: relative; z-index: 2; text-align: center; padding: 20px; max-width: 900px; } .page-quick-hit-slots-777__hero-title { font-size: 3.8em; margin-bottom: 20px; color: #ffffff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-quick-hit-slots-777__hero-subtitle { font-size: 1.4em; color: #cccccc; margin-bottom: 30px; } .page-quick-hit-slots-777__hero-cta-group { display: flex; justify-content: center; flex-wrap: wrap; } /* Partner Logos Section */ .page-quick-hit-slots-777__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #24243e; } .page-quick-hit-slots-777__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; } .page-quick-hit-slots-777__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; object-fit: contain; } /* Intro Section */ .page-quick-hit-slots-777__intro-section { padding: 60px 0; background-color: #1a1a2e; } /* Quick Access Section */ .page-quick-hit-slots-777__access-section { padding: 60px 0; background-color: #24243e; } .page-quick-hit-slots-777__access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-quick-hit-slots-777__access-card { background-color: #1a1a2e; padding: 30px; border-radius: 15px; text-align: center; text-decoration: none; color: #f0f0f0; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; } .page-quick-hit-slots-777__access-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 230, 118, 0.2); } .page-quick-hit-slots-777__access-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; max-width: 100px; max-height: 100px; } .page-quick-hit-slots-777__access-title { font-size: 1.4em; margin-bottom: 10px; color: #00e676; } .page-quick-hit-slots-777__access-description { font-size: 0.95em; color: #cccccc; } /* Games Section */ .page-quick-hit-slots-777__games-section { padding: 60px 0; background-color: #1a1a2e; } .page-quick-hit-slots-777__game-tabs { display: flex; justify-content: center; margin-bottom: 40px; flex-wrap: wrap; gap: 10px; } .page-quick-hit-slots-777__tab-button { background-color: #3f3f5f; color: #f0f0f0; border: none; padding: 10px 20px; border-radius: 25px; cursor: pointer; font-size: 1.1em; transition: background-color 0.3s ease, color 0.3s ease; } .page-quick-hit-slots-777__tab-button:hover { background-color: #00e676; color: #1a1a2e; } .page-quick-hit-slots-777__tab-button.active { background-color: #e94560; color: #ffffff; } .page-quick-hit-slots-777__game-panel { display: none; } .page-quick-hit-slots-777__game-panel.active { display: block; } .page-quick-hit-slots-777__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-quick-hit-slots-777__game-card { background-color: #24243e; border-radius: 15px; overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-quick-hit-slots-777__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); } .page-quick-hit-slots-777__game-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; max-width: 100%; } .page-quick-hit-slots-777__game-title { font-size: 1.3em; margin-bottom: 10px; color: #00e676; padding: 0 15px; } .page-quick-hit-slots-777__game-description { font-size: 0.9em; color: #cccccc; margin-bottom: 15px; padding: 0 15px; } /* Promotions Section */ .page-quick-hit-slots-777__promo-section { padding: 60px 0; background-color: #24243e; } .page-quick-hit-slots-777__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-quick-hit-slots-777__promo-card { background-color: #1a1a2e; border-radius: 15px; overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-quick-hit-slots-777__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 230, 118, 0.2); } .page-quick-hit-slots-777__promo-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; max-width: 100%; } .page-quick-hit-slots-777__promo-title { font-size: 1.3em; margin-bottom: 10px; color: #e94560; padding: 0 15px; } .page-quick-hit-slots-777__promo-description { font-size: 0.9em; color: #cccccc; margin-bottom: 15px; padding: 0 15px; } /* Security Section */ .page-quick-hit-slots-777__security-section { padding: 60px 0; background-color: #1a1a2e; } .page-quick-hit-slots-777__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-quick-hit-slots-777__security-item { background-color: #24243e; padding: 30px; border-radius: 15px; text-align: center; } .page-quick-hit-slots-777__security-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; max-width: 100px; max-height: 100px; } .page-quick-hit-slots-777__security-title { font-size: 1.4em; margin-bottom: 10px; color: #00e676; } .page-quick-hit-slots-777__security-description { font-size: 0.95em; color: #cccccc; } /* FAQ Section */ .page-quick-hit-slots-777__faq-section { padding: 60px 0; background-color: #24243e; } .page-quick-hit-slots-777__faq-list { margin-top: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-quick-hit-slots-777__faq-item { background-color: #1a1a2e; margin-bottom: 15px; border-radius: 10px; overflow: hidden; } .page-quick-hit-slots-777__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3f3f5f; border-bottom: 1px solid rgba(255, 255, 255, 0.1); transition: background-color 0.3s ease; } .page-quick-hit-slots-777__faq-question:hover { background-color: #4c4c6f; } .page-quick-hit-slots-777__faq-title { font-size: 1.2em; color: #f0f0f0; margin: 0; pointer-events: none; } .page-quick-hit-slots-777__faq-toggle { font-size: 1.8em; font-weight: bold; color: #00e676; pointer-events: none; transition: transform 0.3s ease; } .page-quick-hit-slots-777__faq-item.active .page-quick-hit-slots-777__faq-toggle { transform: rotate(45deg); color: #e94560; } .page-quick-hit-slots-777__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; background-color: #1a1a2e; } .page-quick-hit-slots-777__faq-item.active .page-quick-hit-slots-777__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-quick-hit-slots-777__faq-answer p { margin: 0; font-size: 1em; color: #cccccc; } /* Blog Section */ .page-quick-hit-slots-777__blog-section { padding: 60px 0; background-color: #1a1a2e; } .page-quick-hit-slots-777__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-quick-hit-slots-777__blog-card { background-color: #24243e; border-radius: 15px; overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-quick-hit-slots-777__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); } .page-quick-hit-slots-777__blog-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; max-width: 100%; } .page-quick-hit-slots-777__blog-title { font-size: 1.3em; margin-bottom: 10px; color: #e94560; padding: 0 15px; } .page-quick-hit-slots-777__blog-excerpt { font-size: 0.9em; color: #cccccc; margin-bottom: 15px; padding: 0 15px; } /* Responsive */ @media (max-width: 1024px) { .page-quick-hit-slots-777__hero-title { font-size: 3em; } .page-quick-hit-slots-777__hero-subtitle { font-size: 1.2em; } .page-quick-hit-slots-777__section-title { font-size: 2em; } .page-quick-hit-slots-777__section-title--small { font-size: 1.6em; } } @media (max-width: 768px) { .page-quick-hit-slots-777__hero-section { min-height: 450px; } .page-quick-hit-slots-777__hero-content { padding: 15px; } .page-quick-hit-slots-777__hero-title { font-size: 2.5em; } .page-quick-hit-slots-777__hero-subtitle { font-size: 1em; } .page-quick-hit-slots-777__hero-cta-group { flex-direction: column; gap: 15px; } .page-quick-hit-slots-777__button--secondary { margin-left: 0; } .page-quick-hit-slots-777__container { padding: 15px; } .page-quick-hit-slots-777__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-quick-hit-slots-777__section-title--small { font-size: 1.4em; } .page-quick-hit-slots-777__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-quick-hit-slots-777__payment-logo { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-quick-hit-slots-777__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-quick-hit-slots-777__access-grid, .page-quick-hit-slots-777__game-grid, .page-quick-hit-slots-777__promo-grid, .page-quick-hit-slots-777__security-grid, .page-quick-hit-slots-777__blog-grid { grid-template-columns: 1fr; } .page-quick-hit-slots-777__access-card, .page-quick-hit-slots-777__game-card, .page-quick-hit-slots-777__promo-card, .page-quick-hit-slots-777__security-item, .page-quick-hit-slots-777__blog-card { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } .page-quick-hit-slots-777__game-tabs { flex-direction: column; } .page-quick-hit-slots-777__tab-button { width: 100%; margin-bottom: 10px; } .page-quick-hit-slots-777__faq-question { padding: 15px 20px; } .page-quick-hit-slots-777__faq-title { font-size: 1.1em; } .page-quick-hit-slots-777__faq-answer { padding: 0 20px; } .page-quick-hit-slots-777__faq-item.active .page-quick-hit-slots-777__faq-answer { padding: 15px 20px !important; } .page-quick-hit-slots-777__access-icon, .page-quick-hit-slots-777__security-icon { max-width: 80px; max-height: 80px; width: 80px; height: 80px; } /* Image responsiveness for general images */ .page-quick-hit-slots-777__hero-image, .page-quick-hit-slots-777__game-image, .page-quick-hit-slots-777__promo-image, .page-quick-hit-slots-777__blog-image { max-width: 100% !important; height: auto !important; } .page-quick-hit-slots-777__hero-image { object-fit: cover; } }