/* General styling for the page content, ensuring contrast and responsiveness */.page-sg777-slot-login {font-family: 'Arial', sans-serif;color: #f0f0f0;background-color: #1a1a1a;line-height: 1.6;padding-bottom: 80px; /* Space for floating buttons */}.page-sg777-slot-login__section {padding: 40px 20px;max-width: 1200px;margin: 0 auto;box-sizing: border-box;}.page-sg777-slot-login__section-title {font-size: 2.5em;color: #ffcc00;text-align: center;margin-bottom: 30px;text-transform: uppercase;letter-spacing: 1px;}.page-sg777-slot-login__cta-button {display: inline-block;padding: 12px 25px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease, transform 0.3s ease;text-align: center;white-space: nowrap;}.page-sg777-slot-login__cta-button--primary {background-color: #ffcc00;color: #1a1a1a;border: 2px solid #ffcc00;}.page-sg777-slot-login__cta-button--primary:hover {background-color: #e6b800;transform: translateY(-2px);}.page-sg777-slot-login__cta-button--secondary {background-color: transparent;color: #ffcc00;border: 2px solid #ffcc00;}.page-sg777-slot-login__cta-button--secondary:hover {background-color: #ffcc00;color: #1a1a1a;transform: translateY(-2px);}.page-sg777-slot-login__cta-button--small {padding: 8px 15px;font-size: 0.9em;}/* Floating Buttons */.page-sg777-slot-login__floating-buttons {position: fixed;bottom: 20px;right: 20px;display: flex;flex-direction: column;gap: 10px;z-index: 1000;}.page-sg777-slot-login__floating-button {background-color: #007bff;color: #ffffff;padding: 10px 20px;border-radius: 50px;text-decoration: none;font-weight: bold;text-align: center;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);transition: background-color 0.3s ease, transform 0.3s ease;}.page-sg777-slot-login__floating-button:hover {background-color: #0056b3;transform: translateY(-2px);}.page-sg777-slot-login__floating-register {background-color: #4CAF50;}.page-sg777-slot-login__floating-register:hover {background-color: #45a049;}.page-sg777-slot-login__floating-login {background-color: #f44336;}.page-sg777-slot-login__floating-login:hover {background-color: #da190b;}.page-sg777-slot-login__floating-download {background-color: #ff9800;}.page-sg777-slot-login__floating-download:hover {background-color: #e68a00;}/* HERO Section */.page-sg777-slot-login__hero-section {position: relative;width: 100%;height: 600px; /* Adjust height as needed */display: flex;align-items: center;justify-content: center;text-align: center;overflow: hidden;padding-top: 10px; /* Small top padding, assuming body has padding-top from header-offset */box-sizing: border-box;}.page-sg777-slot-login__hero-background-image {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 1;max-width: 100%; /* For responsive images */height: auto; /* For responsive images */}.page-sg777-slot-login__hero-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);z-index: 2;}.page-sg777-slot-login__hero-content {position: relative;z-index: 3;max-width: 800px;padding: 20px;}.page-sg777-slot-login__hero-title {font-size: 3.5em;color: #ffcc00;margin-bottom: 20px;line-height: 1.2;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}.page-sg777-slot-login__hero-subtitle {font-size: 1.3em;color: #ffffff;margin-bottom: 30px;text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);}.page-sg777-slot-login__hero-cta-group {display: flex;gap: 20px;justify-content: center;}/* Partner/Provider Logo Section */.page-sg777-slot-login__partner-section {background-color: #222222;}/* Specific CSS for gamelogo section as per prompt */.page-sg777-slot-login__payment-providers {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 30px;width: 100%;max-width: 100%;box-sizing: border-box;}.page-sg777-slot-login__payment-logo {flex: 0 0 auto;width: 80px;height: 80px;max-width: 80px;max-height: 80px;box-sizing: border-box;}.page-sg777-slot-login__payment-logo img {display: block;width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;object-fit: contain;}/* Introduction Section */.page-sg777-slot-login__intro-section {background-color: #1a1a1a;text-align: center;}.page-sg777-slot-login__intro-section p {font-size: 1.1em;margin-bottom: 20px;max-width: 900px;margin-left: auto;margin-right: auto;}/* Quick Access / Alternative Links Section */.page-sg777-slot-login__quick-links-section {background-color: #222222;}.page-sg777-slot-login__quick-links-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 20px;}.page-sg777-slot-login__quick-link-item {background-color: #333333;padding: 25px;border-radius: 10px;text-align: center;text-decoration: none;color: #f0f0f0;transition: transform 0.3s ease, background-color 0.3s ease;display: block;box-sizing: border-box;}.page-sg777-slot-login__quick-link-item:hover {transform: translateY(-5px);background-color: #444444;}.page-sg777-slot-login__quick-link-title {color: #ffcc00;font-size: 1.4em;margin-bottom: 10px;}.page-sg777-slot-login__quick-link-desc {font-size: 0.95em;color: #cccccc;}/* Core Games / Services Introduction */.page-sg777-slot-login__games-section {background-color: #1a1a1a;}.page-sg777-slot-login__games-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;}.page-sg777-slot-login__game-category {background-color: #222222;border-radius: 10px;overflow: hidden;text-align: center;padding-bottom: 20px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease;}.page-sg777-slot-login__game-category:hover {transform: translateY(-5px);}.page-sg777-slot-login__game-image {width: 100%;height: 200px;object-fit: cover;margin-bottom: 15px;display: block; /* Ensure image behaves as block */max-width: 100%;height: auto;}.page-sg777-slot-login__game-title {font-size: 1.5em;color: #ffcc00;margin-bottom: 10px;padding: 0 15px;}.page-sg777-slot-login__game-category p {color: #cccccc;font-size: 0.95em;margin-bottom: 20px;padding: 0 15px;}/* Promotions Section */.page-sg777-slot-login__promotions-section {background-color: #222222;}.page-sg777-slot-login__promotions-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;}.page-sg777-slot-login__promo-card {background-color: #333333;border-radius: 10px;overflow: hidden;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease;text-align: center;padding-bottom: 20px;}.page-sg777-slot-login__promo-card:hover {transform: translateY(-5px);}.page-sg777-slot-login__promo-image {width: 100%;height: 220px;object-fit: cover;margin-bottom: 15px;display: block;max-width: 100%;height: auto;}.page-sg777-slot-login__promo-title {font-size: 1.6em;color: #ffcc00;margin-bottom: 10px;padding: 0 15px;}.page-sg777-slot-login__promo-description {color: #cccccc;font-size: 0.95em;margin-bottom: 20px;padding: 0 15px;}/* Security & Customer Service Section */.page-sg777-slot-login__security-section {background-color: #1a1a1a;text-align: center;}.page-sg777-slot-login__security-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 30px;margin-bottom: 30px;}.page-sg777-slot-login__security-item {background-color: #222222;padding: 25px;border-radius: 10px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);}.page-sg777-slot-login__security-icon {width: 100px;height: 100px;object-fit: contain;margin-bottom: 15px;display: block;margin-left: auto;margin-right: auto;max-width: 100%;height: auto;}.page-sg777-slot-login__security-title {font-size: 1.3em;color: #ffcc00;margin-bottom: 10px;}.page-sg777-slot-login__security-item p {color: #cccccc;font-size: 0.95em;}/* FAQ Section */.page-sg777-slot-login__faq-section {background-color: #222222;}.page-sg777-slot-login__faq-list {max-width: 900px;margin: 0 auto;}.page-sg777-slot-login__faq-item {background-color: #333333;margin-bottom: 15px;border-radius: 8px;overflow: hidden;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);}.page-sg777-slot-login__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 18px 20px;cursor: pointer;user-select: none;background-color: #444444;transition: background-color 0.3s ease;}.page-sg777-slot-login__faq-question:hover {background-color: #555555;}.page-sg777-slot-login__faq-title {font-size: 1.2em;color: #ffcc00;margin: 0;pointer-events: none; /* Prevent h3 from blocking click event */}.page-sg777-slot-login__faq-toggle {font-size: 1.8em;color: #ffcc00;font-weight: bold;pointer-events: none; /* Prevent span from blocking click event */transition: transform 0.3s ease;}.page-sg777-slot-login__faq-item.active .page-sg777-slot-login__faq-toggle {transform: rotate(45deg); /* Change + to X or - */}.page-sg777-slot-login__faq-answer {max-height: 0;overflow: hidden;padding: 0 20px; /* 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;}.page-sg777-slot-login__faq-item.active .page-sg777-slot-login__faq-answer {max-height: 2000px !important; /* Sufficiently large value */padding: 20px 20px !important; /* Expanded padding */opacity: 1;}.page-sg777-slot-login__faq-answer p {margin: 0;color: #cccccc;font-size: 0.95em;}/* Latest Blog Content Area */.page-sg777-slot-login__blog-section {background-color: #1a1a1a;}.page-sg777-slot-login__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;}.page-sg777-slot-login__blog-card {background-color: #222222;border-radius: 10px;overflow: hidden;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease;text-decoration: none;color: #f0f0f0;display: block;}.page-sg777-slot-login__blog-card:hover {transform: translateY(-5px);}.page-sg777-slot-login__blog-image {width: 100%;height: 200px;object-fit: cover;margin-bottom: 15px;display: block;max-width: 100%;height: auto;}.page-sg777-slot-login__blog-title {font-size: 1.4em;color: #ffcc00;margin-bottom: 10px;padding: 0 15px;}.page-sg777-slot-login__blog-excerpt {color: #cccccc;font-size: 0.9em;padding: 0 15px 20px;}/* Responsive adjustments */@media (max-width: 1024px) {.page-sg777-slot-login__hero-title {font-size: 2.8em;}.page-sg777-slot-login__hero-subtitle {font-size: 1.1em;}.page-sg777-slot-login__section-title {font-size: 2em;}.page-sg777-slot-login__cta-button {padding: 10px 20px;}}@media (max-width: 768px) {.page-sg777-slot-login__hero-section {height: 500px;}.page-sg777-slot-login__hero-title {font-size: 2.2em;}.page-sg777-slot-login__hero-subtitle {font-size: 1em;}.page-sg777-slot-login__hero-cta-group {flex-direction: column;gap: 15px;}.page-sg777-slot-login__section {padding: 30px 15px;}.page-sg777-slot-login__section-title {font-size: 1.8em;}/* Floating buttons for mobile */.page-sg777-slot-login__floating-buttons {bottom: 15px;right: 15px;gap: 8px;}.page-sg777-slot-login__floating-button {padding: 8px 15px;font-size: 0.9em;}/* Partner/Provider Logo Section - specific mobile styles from prompt */.page-sg777-slot-login__payment-providers {flex-direction: row;flex-wrap: wrap;justify-content: center;gap: 16px;}.page-sg777-slot-login__payment-logo,.page-sg777-slot-login__payment-logo img {width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;}/* List item mobile responsiveness */.page-sg777-slot-login__quick-links-grid,.page-sg777-slot-login__games-grid,.page-sg777-slot-login__promotions-grid,.page-sg777-slot-login__security-grid,.page-sg777-slot-login__blog-grid {grid-template-columns: 1fr;gap: 20px;}.page-sg777-slot-login__quick-link-item,.page-sg777-slot-login__game-category,.page-sg777-slot-login__promo-card,.page-sg777-slot-login__security-item,.page-sg777-slot-login__blog-card {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;padding-left: 15px; /* Adjust padding to avoid too thin content */padding-right: 15px;}.page-sg777-slot-login__quick-link-item p,.page-sg777-slot-login__game-category p,.page-sg777-slot-login__promo-card p,.page-sg777-slot-login__security-item p,.page-sg777-slot-login__blog-excerpt {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}/* Image responsive rules */.page-sg777-slot-login__hero-background-image,.page-sg777-slot-login__game-image,.page-sg777-slot-login__promo-image,.page-sg777-slot-login__security-icon,.page-sg777-slot-login__blog-image {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;}/* FAQ mobile adjustments */.page-sg777-slot-login__faq-question {padding: 15px;}.page-sg777-slot-login__faq-title {font-size: 1.1em;}.page-sg777-slot-login__faq-answer {padding: 0 15px;}.page-sg777-slot-login__faq-item.active .page-sg777-slot-login__faq-answer {padding: 15px 15px !important;}}