/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.page-f66 { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a1a; line-height: 1.6; } .page-f66 a { text-decoration: none; color: #4CAF50; } .page-f66 a:hover { color: #66BB6A; } .page-f66__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-f66__section { padding: 40px 20px; margin-bottom: 20px; background-color: #2a2a2a; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-f66__section--hero { background-color: #1a1a1a; padding: 10px 0 0 0; text-align: center; color: #fff; position: relative; overflow: hidden; } .page-f66__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.5; } .page-f66__hero-content { position: relative; z-index: 1; padding: 60px 20px; max-width: 900px; margin: 0 auto; } .page-f66__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #FFC107; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-f66__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; color: #e0e0e0; } .page-f66__btn { display: inline-block; background-color: #4CAF50; color: #fff; padding: 12px 25px; border-radius: 5px; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; text-align: center; margin: 5px; } .page-f66__btn:hover { background-color: #66BB6A; } .page-f66__btn--primary { background-color: #FFC107; color: #333; } .page-f66__btn--primary:hover { background-color: #FFD54F; } .page-f66__section-title { font-size: 2.2em; color: #FFC107; text-align: center; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } .page-f66__intro-text { font-size: 1.1em; text-align: center; max-width: 800px; margin: 0 auto 30px auto; color: #ccc; } .page-f66__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-f66__card { background-color: #333; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); text-align: center; transition: transform 0.3s ease; } .page-f66__card:hover { transform: translateY(-5px); } .page-f66__card-image { width: 100%; height: 200px; object-fit: cover; } .page-f66__card-content { padding: 20px; } .page-f66__card-title { font-size: 1.5em; color: #FFC107; margin-bottom: 10px; } .page-f66__card-description { font-size: 0.95em; color: #bbb; margin-bottom: 20px; } .page-f66__quick-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-f66__quick-link-btn { background-color: #4CAF50; color: #fff; padding: 12px 25px; border-radius: 5px; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; text-align: center; } .page-f66__quick-link-btn:hover { background-color: #66BB6A; } .page-f66__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; } .page-f66__game-item { background-color: #333; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); text-align: center; transition: transform 0.3s ease; } .page-f66__game-item:hover { transform: translateY(-5px); } .page-f66__game-image { width: 100%; height: 180px; object-fit: cover; } .page-f66__game-title { font-size: 1.3em; color: #FFC107; margin: 15px 0 10px; } .page-f66__game-button { background-color: #4CAF50; color: #fff; padding: 10px 20px; border-radius: 5px; font-size: 1em; margin-bottom: 15px; display: inline-block; } .page-f66__game-button:hover { background-color: #66BB6A; } .page-f66__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-f66__promo-card { background-color: #333; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); text-align: center; transition: transform 0.3s ease; } .page-f66__promo-card:hover { transform: translateY(-5px); } .page-f66__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-f66__promo-content { padding: 20px; } .page-f66__promo-title { font-size: 1.4em; color: #FFC107; margin-bottom: 10px; } .page-f66__promo-description { font-size: 0.95em; color: #bbb; margin-bottom: 20px; } .page-f66__promo-button { background-color: #FFC107; color: #333; padding: 10px 20px; border-radius: 5px; font-size: 1em; display: inline-block; } .page-f66__promo-button:hover { background-color: #FFD54F; } .page-f66__service-item { display: flex; align-items: center; background-color: #333; border-radius: 8px; padding: 20px; margin-bottom: 15px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); } .page-f66__service-icon { width: 60px; height: 60px; object-fit: contain; margin-right: 20px; } .page-f66__service-text { font-size: 1.05em; color: #ccc; } .page-f66__service-text strong { color: #FFC107; } .page-f66__faq-item { background-color: #333; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); } .page-f66__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #444; border-bottom: 1px solid #555; user-select: none; } .page-f66__faq-question:hover { background-color: #555; } .page-f66__faq-question h3 { margin: 0; font-size: 1.2em; color: #FFC107; pointer-events: none; } .page-f66__faq-toggle { font-size: 1.5em; font-weight: bold; color: #FFC107; transition: transform 0.3s ease; pointer-events: none; } .page-f66__faq-item.active .page-f66__faq-toggle { transform: rotate(45deg); } .page-f66__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; } .page-f66__faq-item.active .page-f66__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-f66__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-f66__blog-card { background-color: #333; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease; } .page-f66__blog-card:hover { transform: translateY(-5px); } .page-f66__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-f66__blog-content { padding: 20px; } .page-f66__blog-date { font-size: 0.85em; color: #999; margin-bottom: 10px; } .page-f66__blog-title { font-size: 1.3em; color: #FFC107; margin-bottom: 10px; } .page-f66__blog-excerpt { font-size: 0.95em; color: #bbb; margin-bottom: 20px; } .page-f66__blog-link { display: inline-block; background-color: #4CAF50; color: #fff; padding: 8px 15px; border-radius: 5px; font-size: 0.9em; } .page-f66__blog-link:hover { background-color: #66BB6A; } /* Responsive Styles */ @media (max-width: 768px) { .page-f66__container { padding: 10px; } .page-f66__section { padding: 20px 10px; margin-bottom: 15px; } .page-f66__hero-title { font-size: 2em; } .page-f66__hero-subtitle { font-size: 1em; } .page-f66__btn { padding: 10px 20px; font-size: 1em; } .page-f66__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-f66__intro-text { font-size: 1em; } .page-f66__grid, .page-f66__game-grid, .page-f66__promo-grid, .page-f66__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-f66__card-image, .page-f66__game-image, .page-f66__promo-image, .page-f66__blog-image { height: 160px; } .page-f66__card-title, .page-f66__game-title, .page-f66__promo-title, .page-f66__blog-title { font-size: 1.2em; } .page-f66__quick-links { flex-direction: column; } .page-f66__quick-link-btn { width: 100%; box-sizing: border-box !important; padding: 12px 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-f66__service-item { flex-direction: column; text-align: center; } .page-f66__service-icon { margin: 0 0 10px 0; } .page-f66__service-text { font-size: 0.95em; } .page-f66__faq-question { padding: 15px; } .page-f66__faq-question h3 { font-size: 1em; } .page-f66__faq-answer { padding: 0 15px; } .page-f66__faq-item.active .page-f66__faq-answer { padding: 15px !important; } .page-f66__blog-content { padding: 15px; } .page-f66__blog-excerpt { font-size: 0.9em; } } /* Ensure all list items and their containers adhere to mobile responsive rules */ .page-f66 ul, .page-f66 ol { padding: 0; margin: 0; list-style: none; } .page-f66 ul li, .page-f66 ol li { box-sizing: border-box; } @media (max-width: 768px) { .page-f66 ul, .page-f66 ol { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-f66 ul li, .page-f66 ol li { 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; padding: 10px !important; /* Adjust padding as needed for mobile */ } .page-f66 img { max-width: 100% !important; height: auto !important; } .page-f66__card-image, .page-f66__game-image, .page-f66__promo-image, .page-f66__blog-image { max-width: 100% !important; height: auto !important; object-fit: cover !important; } .page-f66__card, .page-f66__game-item, .page-f66__promo-card, .page-f66__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } }