.page-free-online-slots-777 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; padding-top: 10px; } .page-free-online-slots-777__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); background-size: cover; background-position: center; padding: 60px 20px; text-align: center; position: relative; overflow: hidden; border-bottom: 5px solid #e0b923; } .page-free-online-slots-777__hero-background-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-free-online-slots-777__hero-title { font-size: 2.8em; color: #e0b923; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-free-online-slots-777__hero-description { font-size: 1.2em; color: #ffffff; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-free-online-slots-777__cta-button { display: inline-block; background-color: #e0b923; color: #1a1a2e; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-free-online-slots-777__cta-button:hover { background-color: #f7d13b; transform: translateY(-3px); } .page-free-online-slots-777__section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; } .page-free-online-slots-777__section-title { font-size: 2em; color: #e0b923; text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 10px; } .page-free-online-slots-777__section-title::after { content: ''; display: block; width: 60px; height: 3px; background-color: #e0b923; margin: 10px auto 0; } .page-free-online-slots-777__content-text { font-size: 1em; color: #cccccc; margin-bottom: 20px; text-align: justify; } .page-free-online-slots-777__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-free-online-slots-777__card { background-color: #2a2a4a; border-radius: 10px; padding: 25px; 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; justify-content: space-between; } .page-free-online-slots-777__card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); } .page-free-online-slots-777__card-icon { max-width: 100px; height: auto; margin-bottom: 15px; } .page-free-online-slots-777__card-title { font-size: 1.3em; color: #e0b923; margin-bottom: 10px; } .page-free-online-slots-777__card-description { font-size: 0.95em; color: #b0b0b0; } .page-free-online-slots-777__game-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; } .page-free-online-slots-777__game-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-free-online-slots-777__game-content { padding: 20px; text-align: center; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-free-online-slots-777__game-title { font-size: 1.4em; color: #e0b923; margin-bottom: 10px; } .page-free-online-slots-777__game-description { font-size: 0.9em; color: #b0b0b0; margin-bottom: 15px; } .page-free-online-slots-777__promo-card { background-color: #2a2a4a; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-free-online-slots-777__promo-card:hover { transform: translateY(-5px); } .page-free-online-slots-777__promo-title { font-size: 1.5em; color: #e0b923; margin-bottom: 10px; } .page-free-online-slots-777__promo-description { font-size: 0.95em; color: #b0b0b0; margin-bottom: 20px; } .page-free-online-slots-777__faq-item { background-color: #2a2a4a; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-free-online-slots-777__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #3a3a5a; transition: background-color 0.3s ease; } .page-free-online-slots-777__faq-question:hover { background-color: #4a4a6a; } .page-free-online-slots-777__faq-question h3 { margin: 0; font-size: 1.1em; color: #e0b923; pointer-events: none; } .page-free-online-slots-777__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e0b923; transition: transform 0.3s ease; pointer-events: none; } .page-free-online-slots-777__faq-item.active .page-free-online-slots-777__faq-toggle { transform: rotate(45deg); } .page-free-online-slots-777__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #cccccc; } .page-free-online-slots-777__faq-item.active .page-free-online-slots-777__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-free-online-slots-777__blog-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; } .page-free-online-slots-777__blog-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-free-online-slots-777__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-free-online-slots-777__blog-title { font-size: 1.2em; color: #e0b923; margin-bottom: 10px; text-decoration: none; } .page-free-online-slots-777__blog-title:hover { text-decoration: underline; } .page-free-online-slots-777__blog-excerpt { font-size: 0.9em; color: #b0b0b0; margin-bottom: 15px; } .page-free-online-slots-777__blog-date { font-size: 0.8em; color: #888888; text-align: right; } .page-free-online-slots-777__image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-free-online-slots-777__image-container img { max-width: 100%; height: auto; display: block; } @media (max-width: 768px) { .page-free-online-slots-777__hero-title { font-size: 2em; } .page-free-online-slots-777__hero-description { font-size: 1em; } .page-free-online-slots-777__cta-button { padding: 12px 25px; font-size: 1em; } .page-free-online-slots-777__section { padding: 30px 15px; } .page-free-online-slots-777__section-title { font-size: 1.6em; margin-bottom: 25px; } .page-free-online-slots-777__grid { grid-template-columns: 1fr; gap: 20px; } .page-free-online-slots-777__card, .page-free-online-slots-777__game-card, .page-free-online-slots-777__promo-card, .page-free-online-slots-777__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-free-online-slots-777__faq-answer { padding: 0 15px; } .page-free-online-slots-777__faq-item.active .page-free-online-slots-777__faq-answer { padding: 15px !important; } .page-free-online-slots-777__faq-question h3 { font-size: 1em; } .page-free-online-slots-777__content-text, .page-free-online-slots-777__card-description, .page-free-online-slots-777__game-description, .page-free-online-slots-777__promo-description, .page-free-online-slots-777__blog-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-free-online-slots-777__image-container img { max-width: 100% !important; height: auto !important; } }