/* General styles for the page-about-https-fb777-win scope */.page-about-https-fb777-win {font-family: 'Arial', sans-serif;color: #E0E0E0; /* Light grey for good contrast on dark background */background-color: #1A1A2E; /* Dark blue/purple background */line-height: 1.6;overflow-x: hidden; /* Prevent horizontal scroll */} .page-about-https-fb777-win__container {max-width: 1200px;margin: 0 auto;padding: 20px;} .page-about-https-fb777-win__section-title {font-size: 2.5em;color: #FFD700; /* Gold color for titles */text-align: center;margin-bottom: 40px;padding-top: 20px;font-weight: bold;} .page-about-https-fb777-win__sub-title {font-size: 1.8em;color: #FFD700;margin-bottom: 15px;} .page-about-https-fb777-win__text-content {font-size: 1.1em;margin-bottom: 20px;color: #CCCCCC;} /* Buttons */.page-about-https-fb777-win__button {display: inline-block;padding: 12px 25px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease, transform 0.2s ease;cursor: pointer;text-align: center;white-space: nowrap;} .page-about-https-fb777-win__button--primary {background-color: #FFD700; /* Gold */color: #1A1A2E; /* Dark blue/purple */border: 2px solid #FFD700;} .page-about-https-fb777-win__button--primary:hover {background-color: #E0B800;transform: translateY(-2px);} .page-about-https-fb777-win__button--secondary {background-color: transparent;color: #FFD700;border: 2px solid #FFD700;margin-left: 15px;} .page-about-https-fb777-win__button--secondary:hover {background-color: #FFD700;color: #1A1A2E;transform: translateY(-2px);} .page-about-https-fb777-win__button--small {padding: 8px 15px;font-size: 0.9em;} /* Hero Section */.page-about-https-fb777-win__hero-section {position: relative;width: 100%;min-height: 600px;display: flex;align-items: center;justify-content: center;text-align: center;padding-top: 10px; /* Small top padding, assuming body handles --header-offset */overflow: hidden;} .page-about-https-fb777-win__hero-image {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 1;filter: brightness(0.5); /* Darken image for text readability */max-width: 100%;height: auto;} .page-about-https-fb777-win__hero-content {position: relative;z-index: 2;max-width: 800px;padding: 20px;} .page-about-https-fb777-win__hero-title {font-size: 3.5em;color: #FFFFFF;margin-bottom: 20px;line-height: 1.2;} .page-about-https-fb777-win__hero-subtitle {font-size: 1.5em;color: #FFD700;margin-bottom: 30px;} .page-about-https-fb777-win__hero-buttons {display: flex;justify-content: center;gap: 15px;flex-wrap: wrap;} /* Intro Section */.page-about-https-fb777-win__intro-section {padding: 60px 0;background-color: #282846; /* Slightly lighter dark background */} .page-about-https-fb777-win__intro-features {display: flex;justify-content: space-around;gap: 30px;margin-top: 50px;flex-wrap: wrap;} .page-about-https-fb777-win__feature-item {flex: 1;min-width: 280px;max-width: 350px;text-align: center;padding: 25px;border-radius: 10px;background-color: #1A1A2E;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease;} .page-about-https-fb777-win__feature-item:hover {transform: translateY(-10px);} .page-about-https-fb777-win__feature-icon {width: 100px;height: 100px;object-fit: contain;margin-bottom: 20px;max-width: 100%;height: auto;} .page-about-https-fb777-win__feature-title {font-size: 1.4em;color: #FFD700;margin-bottom: 10px;} .page-about-https-fb777-win__feature-description {font-size: 1em;color: #CCCCCC;} /* Quick Access Section */.page-about-https-fb777-win__quick-access-section {padding: 60px 0;background-color: #1A1A2E;} .page-about-https-fb777-win__access-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 30px;margin-top: 40px;} .page-about-https-fb777-win__access-card {display: flex;flex-direction: column;align-items: center;padding: 25px;background-color: #282846;border-radius: 10px;text-decoration: none;color: #E0E0E0;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);transition: transform 0.3s ease, box-shadow 0.3s ease;} .page-about-https-fb777-win__access-card:hover {transform: translateY(-5px);box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);} .page-about-https-fb777-win__access-icon {width: 120px;height: 120px;object-fit: contain;margin-bottom: 15px;max-width: 100%;height: auto;} .page-about-https-fb777-win__access-title {font-size: 1.3em;color: #FFD700;text-align: center;margin-top: 10px;} /* Games Section */.page-about-https-fb777-win__games-section {padding: 60px 0;background-color: #282846;} .page-about-https-fb777-win__game-categories {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 40px;} .page-about-https-fb777-win__game-category-item {background-color: #1A1A2E;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);text-align: center;transition: transform 0.3s ease;display: flex;flex-direction: column;justify-content: space-between;} .page-about-https-fb777-win__game-category-item:hover {transform: translateY(-10px);} .page-about-https-fb777-win__game-image {width: 100%;height: 200px;object-fit: cover;max-width: 100%;height: auto;} .page-about-https-fb777-win__game-title {font-size: 1.5em;color: #FFD700;margin: 15px 0 10px;padding: 0 15px;} .page-about-https-fb777-win__game-description {font-size: 1em;color: #CCCCCC;padding: 0 15px;margin-bottom: 20px;flex-grow: 1; /* Allow description to take available space */} .page-about-https-fb777-win__game-category-item .page-about-https-fb777-win__button {margin: 0 15px 20px;} /* Promotions Section */.page-about-https-fb777-win__promotions-section {padding: 60px 0;background-color: #1A1A2E;} .page-about-https-fb777-win__promo-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 40px;} .page-about-https-fb777-win__promo-card {background-color: #282846;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);text-align: center;transition: transform 0.3s ease;display: flex;flex-direction: column;} .page-about-https-fb777-win__promo-card:hover {transform: translateY(-10px);} .page-about-https-fb777-win__promo-image {width: 100%;height: 250px;object-fit: cover;max-width: 100%;height: auto;} .page-about-https-fb777-win__promo-title {font-size: 1.6em;color: #FFD700;margin: 20px 0 10px;padding: 0 15px;} .page-about-https-fb777-win__promo-description {font-size: 1em;color: #CCCCCC;padding: 0 15px;margin-bottom: 25px;flex-grow: 1;} .page-about-https-fb777-win__promo-card .page-about-https-fb777-win__button {margin: 0 15px 20px;} /* Security & Support Section */.page-about-https-fb777-win__security-support-section {padding: 60px 0;background-color: #282846;} .page-about-https-fb777-win__content-wrapper {display: flex;flex-wrap: wrap;gap: 40px;margin-top: 40px;} .page-about-https-fb777-win__text-block {flex: 1;min-width: 300px;} /* FAQ Section */.page-about-https-fb777-win__faq-section {padding: 60px 0;background-color: #1A1A2E;} .page-about-https-fb777-win__faq-list {margin-top: 40px;} .page-about-https-fb777-win__faq-item {background-color: #282846;margin-bottom: 15px;border-radius: 8px;overflow: hidden;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);} .page-about-https-fb777-win__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;cursor: pointer;background-color: #3A3A5E; /* Slightly different dark shade */color: #FFD700;font-weight: bold;user-select: none;transition: background-color 0.3s ease;} .page-about-https-fb777-win__faq-question:hover {background-color: #4A4A7E;} .page-about-https-fb777-win__faq-title {margin: 0;font-size: 1.2em;flex-grow: 1;pointer-events: none; /* Allows click on parent div */color: #FFD700; /* Ensure high contrast */} .page-about-https-fb777-win__faq-toggle {font-size: 1.8em;line-height: 1;margin-left: 15px;pointer-events: none; /* Allows click on parent div */transition: transform 0.3s ease;color: #FFD700; /* Ensure high contrast */} .page-about-https-fb777-win__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px; /* Initial padding */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: #282846;color: #E0E0E0;} .page-about-https-fb777-win__faq-item.active .page-about-https-fb777-win__faq-answer {max-height: 2000px !important; /* Large enough to contain any content */padding: 20px 25px !important; /* Expanded padding */opacity: 1;} .page-about-https-fb777-win__faq-item.active .page-about-https-fb777-win__faq-toggle {transform: rotate(45deg); /* Change + to X or similar */} /* Blog Section */.page-about-https-fb777-win__blog-section {padding: 60px 0;background-color: #282846;} .page-about-https-fb777-win__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 40px;} .page-about-https-fb777-win__blog-card {background-color: #1A1A2E;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);text-decoration: none;color: #E0E0E0;transition: transform 0.3s ease;display: flex;flex-direction: column;} .page-about-https-fb777-win__blog-card:hover {transform: translateY(-10px);} .page-about-https-fb777-win__blog-image {width: 100%;height: 220px;object-fit: cover;max-width: 100%;height: auto;} .page-about-https-fb777-win__blog-content {padding: 20px;flex-grow: 1;display: flex;flex-direction: column;} .page-about-https-fb777-win__blog-title {font-size: 1.4em;color: #FFD700;margin-bottom: 10px;line-height: 1.3;} .page-about-https-fb777-win__blog-excerpt {font-size: 1em;color: #CCCCCC;margin-bottom: 15px;flex-grow: 1;} .page-about-https-fb777-win__blog-date {font-size: 0.9em;color: #999999;text-align: right;} /* Mobile Responsiveness */@media (max-width: 768px) {.page-about-https-fb777-win__container {padding: 15px;} .page-about-https-fb777-win__section-title {font-size: 2em;margin-bottom: 30px;} .page-about-https-fb777-win__hero-section {min-height: 450px;} .page-about-https-fb777-win__hero-title {font-size: 2.2em;} .page-about-https-fb777-win__hero-subtitle {font-size: 1.2em;} .page-about-https-fb777-win__hero-buttons {flex-direction: column;gap: 10px;} .page-about-https-fb777-win__button--secondary {margin-left: 0;} .page-about-https-fb777-win__intro-features,.page-about-https-fb777-win__access-grid,.page-about-https-fb777-win__game-categories,.page-about-https-fb777-win__promo-grid,.page-about-https-fb777-win__blog-grid {grid-template-columns: 1fr;gap: 20px;} .page-about-https-fb777-win__feature-item,.page-about-https-fb777-win__access-card,.page-about-https-fb777-win__game-category-item,.page-about-https-fb777-win__promo-card,.page-about-https-fb777-win__blog-card {max-width: 100% !important;width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;} .page-about-https-fb777-win__feature-icon,.page-about-https-fb777-win__access-icon,.page-about-https-fb777-win__game-image,.page-about-https-fb777-win__promo-image,.page-about-https-fb777-win__blog-image {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;} .page-about-https-fb777-win__content-wrapper {flex-direction: column;gap: 30px;} .page-about-https-fb777-win__faq-question,.page-about-https-fb777-win__faq-answer {padding-left: 15px !important;padding-right: 15px !important;} .page-about-https-fb777-win__faq-title {font-size: 1.1em;} .page-about-https-fb777-win__faq-toggle {font-size: 1.5em;} .page-about-https-fb777-win__blog-title {font-size: 1.2em;} .page-about-https-fb777-win__blog-excerpt {font-size: 0.95em;}}@media (max-width: 480px) {.page-about-https-fb777-win__hero-title {font-size: 1.8em;} .page-about-https-fb777-win__hero-subtitle {font-size: 1em;} .page-about-https-fb777-win__button {padding: 10px 20px;font-size: 0.9em;} .page-about-https-fb777-win__section-title {font-size: 1.8em;}}