.page-the-777-slots { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-the-777-slots__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-the-777-slots__hero-section { background: url('[GALLERY:hero:1920x1080:casino,slots,jackpot,gaming]') no-repeat center center/cover; padding: 10px 20px 100px; text-align: center; color: #fff; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 40px; } .page-the-777-slots__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: 1; } .page-the-777-slots__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; } .page-the-777-slots__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-the-777-slots__hero-description { font-size: 1.3em; margin-bottom: 40px; } .page-the-777-slots__btn { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; 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: 1.1em; } .page-the-777-slots__btn:hover { background-color: #ff6a00; transform: translateY(-3px); } .page-the-777-slots__section { padding: 40px 0; margin-bottom: 40px; background-color: #2a2a4a; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-the-777-slots__section-title { font-size: 2.5em; color: #e44d26; text-align: center; margin-bottom: 30px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); } .page-the-777-slots__text-content { font-size: 1.1em; text-align: justify; margin-bottom: 20px; padding: 0 20px; } .page-the-777-slots__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 0 20px; } .page-the-777-slots__card { background-color: #3a3a5a; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; text-align: center; display: flex; flex-direction: column; } .page-the-777-slots__card:hover { transform: translateY(-5px); } .page-the-777-slots__card-image { width: 100%; height: 200px; object-fit: cover; } .page-the-777-slots__card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-the-777-slots__card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-the-777-slots__card-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-the-777-slots__quick-access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; padding: 0 20px; } .page-the-777-slots__quick-access-buttons .page-the-777-slots__btn { min-width: 180px; } .page-the-777-slots__promotion-item { display: flex; align-items: center; background-color: #3a3a5a; border-radius: 8px; margin-bottom: 20px; padding: 20px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); } .page-the-777-slots__promotion-icon { width: 80px; height: 80px; margin-right: 20px; object-fit: contain; } .page-the-777-slots__promotion-details { flex-grow: 1; } .page-the-777-slots__promotion-title { font-size: 1.6em; color: #ffcc00; margin-bottom: 5px; } .page-the-777-slots__promotion-description { font-size: 1em; color: #ccc; margin-bottom: 15px; } .page-the-777-slots__security-list { list-style: none; padding: 0; margin: 0 20px; } .page-the-777-slots__security-list-item { background-color: #3a3a5a; padding: 15px 20px; margin-bottom: 10px; border-radius: 8px; display: flex; align-items: center; } .page-the-777-slots__security-list-item strong { color: #ffcc00; margin-right: 10px; } .page-the-777-slots__faq-list { list-style: none; padding: 0; margin: 0 20px; } .page-the-777-slots__faq-item { background-color: #3a3a5a; border-radius: 8px; margin-bottom: 10px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); } .page-the-777-slots__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #4a4a6a; transition: background-color 0.3s ease; } .page-the-777-slots__faq-question:hover { background-color: #5a5a7a; } .page-the-777-slots__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; } .page-the-777-slots__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e44d26; pointer-events: none; transition: transform 0.3s ease; } .page-the-777-slots__faq-item.active .page-the-777-slots__faq-toggle { transform: rotate(45deg); } .page-the-777-slots__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; } .page-the-777-slots__faq-item.active .page-the-777-slots__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-the-777-slots__blog-card { text-align: left; } .page-the-777-slots__blog-card-title { font-size: 1.4em; margin-bottom: 10px; } .page-the-777-slots__blog-card-title a { color: #ffcc00; text-decoration: none; transition: color 0.3s ease; } .page-the-777-slots__blog-card-title a:hover { color: #e44d26; } .page-the-777-slots__blog-card-meta { font-size: 0.85em; color: #aaa; margin-bottom: 10px; } .page-the-777-slots__blog-card-excerpt { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-the-777-slots__blog-card .page-the-777-slots__btn { font-size: 0.9em; padding: 10px 20px; } img { max-width: 100%; height: auto; } @media (max-width: 768px) { .page-the-777-slots__hero-title { font-size: 2.5em; } .page-the-777-slots__hero-description { font-size: 1em; } .page-the-777-slots__section-title { font-size: 2em; } .page-the-777-slots__text-content { font-size: 0.95em; } .page-the-777-slots__btn { padding: 12px 25px; font-size: 1em; } .page-the-777-slots__grid { grid-template-columns: 1fr; padding: 0 15px; } .page-the-777-slots__card-image { height: 180px; } .page-the-777-slots__quick-access-buttons { flex-direction: column; align-items: center; padding: 0 15px; } .page-the-777-slots__quick-access-buttons .page-the-777-slots__btn { width: 100% !important; max-width: 300px !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-the-777-slots__promotion-item { flex-direction: column; text-align: center; } .page-the-777-slots__promotion-icon { margin: 0 auto 15px; } .page-the-777-slots__security-list, .page-the-777-slots__faq-list { margin: 0 15px; } .page-the-777-slots__security-list-item, .page-the-777-slots__faq-question { padding: 12px 15px; } .page-the-777-slots__faq-question h3 { font-size: 1.1em; } .page-the-777-slots__faq-answer { padding: 0 15px; } .page-the-777-slots__faq-item.active .page-the-777-slots__faq-answer { padding: 15px 15px !important; } .page-the-777-slots__blog-card-title { font-size: 1.2em; } .page-the-777-slots__blog-card-excerpt { font-size: 0.9em; } /* Image responsiveness for mobile */ img { max-width: 100% !important; height: auto !important; } .page-the-777-slots__card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-the-777-slots__grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-the-777-slots__security-list-item, .page-the-777-slots__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-the-777-slots__security-list, .page-the-777-slots__faq-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } } .page-the-777-slots__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-the-777-slots__floating-btn { background-color: #e44d26; color: #fff; padding: 12px 18px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; font-size: 1em; text-align: center; } .page-the-777-slots__floating-btn:hover { background-color: #ff6a00; transform: translateY(-3px); } @media (max-width: 768px) { .page-the-777-slots__floating-buttons { bottom: 15px; right: 15px; gap: 8px; } .page-the-777-slots__floating-btn { padding: 10px 15px; font-size: 0.9em; } }