/* General styles for the page-ug777-apk scope */.page-ug777-apk {font-family: 'Arial', sans-serif;color: #333;line-height: 1.6;background-color: #f8f8f8;}.page-ug777-apk__container {max-width: 1200px;margin: 0 auto;padding: 20px;box-sizing: border-box;}.page-ug777-apk__section-title {font-size: 2.5em;color: #007bff; /* Primary color for titles */text-align: center;margin-bottom: 20px;font-weight: bold;}.page-ug777-apk__section-description {font-size: 1.1em;text-align: center;max-width: 800px;margin: 0 auto 40px auto;color: #555;}/* Hero Section */.page-ug777-apk__hero-section {position: relative;width: 100%;height: 600px; /* Adjust height as needed */display: flex;align-items: center;justify-content: center;text-align: center;color: #fff;overflow: hidden;padding-top: 10px; /* Small decorative padding, assuming body has header offset */box-sizing: border-box;}.page-ug777-apk__hero-background {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;}.page-ug777-apk__hero-image {width: 100%;height: 100%;object-fit: cover;filter: brightness(0.5); /* Darken background for text readability */}.page-ug777-apk__hero-content {z-index: 1;max-width: 900px;padding: 20px;}.page-ug777-apk__hero-title {font-size: 3.5em;margin-bottom: 20px;line-height: 1.2;font-weight: bold;}.page-ug777-apk__hero-subtitle {font-size: 1.3em;margin-bottom: 40px;}.page-ug777-apk__hero-cta-group {display: flex;gap: 20px;justify-content: center;flex-wrap: wrap;}.page-ug777-apk__hero-button {display: inline-block;padding: 15px 30px;border-radius: 5px;text-decoration: none;font-weight: bold;font-size: 1.1em;transition: background-color 0.3s ease, transform 0.3s ease;white-space: nowrap;}.page-ug777-apk__hero-button--primary {background-color: #ffc107; /* Yellow */color: #333;}.page-ug777-apk__hero-button--primary:hover {background-color: #e0a800;transform: translateY(-3px);}.page-ug777-apk__hero-button--secondary {background-color: #007bff; /* Blue */color: #fff;border: 2px solid #007bff;}.page-ug777-apk__hero-button--secondary:hover {background-color: #0056b3;transform: translateY(-3px);}/* Introduction Section */.page-ug777-apk__introduction-section,.page-ug777-apk__quick-access-section,.page-ug777-apk__games-section,.page-ug777-apk__promotions-section,.page-ug777-apk__security-section,.page-ug777-apk__faq-section,.page-ug777-apk__blog-section {padding: 60px 0;}.page-ug777-apk__introduction-section {background-color: #fff;}.page-ug777-apk__features-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 40px;}.page-ug777-apk__feature-item {text-align: center;padding: 20px;background-color: #f0f8ff; /* Light blue background */border-radius: 8px;box-shadow: 0 4px 8px rgba(0,0,0,0.1);transition: transform 0.3s ease;}.page-ug777-apk__feature-item:hover {transform: translateY(-5px);}.page-ug777-apk__feature-icon {width: 200px; /* Min size 200x200 */height: 200px;object-fit: contain;margin-bottom: 20px;}.page-ug777-apk__feature-title {font-size: 1.5em;color: #007bff;margin-bottom: 10px;}.page-ug777-apk__feature-text {font-size: 1em;color: #666;}/* Quick Access Section */.page-ug777-apk__quick-access-section {background-color: #e9ecef; /* Light grey */}.page-ug777-apk__access-buttons {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;margin-top: 40px;}.page-ug777-apk__access-button {display: inline-block;padding: 12px 25px;background-color: #28a745; /* Green */color: #fff;text-decoration: none;border-radius: 5px;font-weight: bold;transition: background-color 0.3s ease, transform 0.3s ease;white-space: nowrap;}.page-ug777-apk__access-button:hover {background-color: #218838;transform: translateY(-3px);}/* Games Section */.page-ug777-apk__games-section {background-color: #fff;}.page-ug777-apk__games-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 40px;}.page-ug777-apk__game-card {background-color: #f0f8ff;border-radius: 8px;box-shadow: 0 4px 8px rgba(0,0,0,0.1);overflow: hidden;text-align: center;transition: transform 0.3s ease;}.page-ug777-apk__game-card:hover {transform: translateY(-5px);}.page-ug777-apk__game-image {width: 100%;height: 250px; /* Fixed height for consistency */object-fit: cover;}.page-ug777-apk__game-title {font-size: 1.4em;color: #007bff;margin: 15px 10px 10px 10px;}.page-ug777-apk__game-text {font-size: 0.95em;color: #666;padding: 0 15px 15px 15px;}.page-ug777-apk__game-button {display: block;width: calc(100% - 30px);margin: 0 15px 15px 15px;padding: 10px 0;background-color: #ffc107;color: #333;text-decoration: none;border-radius: 5px;font-weight: bold;transition: background-color 0.3s ease;}.page-ug777-apk__game-button:hover {background-color: #e0a800;}/* Promotions Section */.page-ug777-apk__promotions-section {background-color: #f0f8ff;}.page-ug777-apk__promo-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 40px;}.page-ug777-apk__promo-card {background-color: #fff;border-radius: 8px;box-shadow: 0 4px 8px rgba(0,0,0,0.1);overflow: hidden;text-align: center;transition: transform 0.3s ease;}.page-ug777-apk__promo-card:hover {transform: translateY(-5px);}.page-ug777-apk__promo-image {width: 100%;height: 200px;object-fit: cover;}.page-ug777-apk__promo-title {font-size: 1.4em;color: #007bff;margin: 15px 10px 10px 10px;}.page-ug777-apk__promo-text {font-size: 0.95em;color: #666;padding: 0 15px 15px 15px;}.page-ug777-apk__promo-button {display: block;width: calc(100% - 30px);margin: 0 15px 15px 15px;padding: 10px 0;background-color: #007bff;color: #fff;text-decoration: none;border-radius: 5px;font-weight: bold;transition: background-color 0.3s ease;}.page-ug777-apk__promo-button:hover {background-color: #0056b3;}/* Security Section */.page-ug777-apk__security-section {background-color: #fff;}.page-ug777-apk__security-features {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 40px;margin-bottom: 40px;}.page-ug777-apk__security-item {text-align: center;padding: 20px;background-color: #f0f8ff;border-radius: 8px;box-shadow: 0 4px 8px rgba(0,0,0,0.1);transition: transform 0.3s ease;}.page-ug777-apk__security-item:hover {transform: translateY(-5px);}.page-ug777-apk__security-icon {width: 200px;height: 200px;object-fit: contain;margin-bottom: 20px;}.page-ug777-apk__security-title {font-size: 1.5em;color: #007bff;margin-bottom: 10px;}.page-ug777-apk__security-text {font-size: 1em;color: #666;}.page-ug777-apk__contact-button {display: block;width: fit-content;margin: 0 auto;padding: 15px 30px;background-color: #dc3545; /* Red */color: #fff;text-decoration: none;border-radius: 5px;font-weight: bold;font-size: 1.1em;transition: background-color 0.3s ease, transform 0.3s ease;}.page-ug777-apk__contact-button:hover {background-color: #c82333;transform: translateY(-3px);}/* FAQ Section */.page-ug777-apk__faq-section {background-color: #e9ecef;}.page-ug777-apk__faq-list {margin-top: 40px;max-width: 900px;margin-left: auto;margin-right: auto;}.page-ug777-apk__faq-item {background-color: #fff;margin-bottom: 15px;border-radius: 8px;box-shadow: 0 2px 4px rgba(0,0,0,0.05);overflow: hidden;}.page-ug777-apk__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 15px 20px;cursor: pointer;background-color: #f0f8ff;border-bottom: 1px solid #e0e0e0;transition: background-color 0.3s ease;user-select: none;}.page-ug777-apk__faq-question:hover {background-color: #e6f2ff;}.page-ug777-apk__faq-q-text {font-size: 1.2em;color: #007bff;margin: 0;pointer-events: none; /* Crucial for click handling */}.page-ug777-apk__faq-toggle {font-size: 1.5em;font-weight: bold;color: #007bff;transition: transform 0.3s ease;pointer-events: none; /* Crucial for click handling */}.page-ug777-apk__faq-item.active .page-ug777-apk__faq-toggle {transform: rotate(45deg);}.page-ug777-apk__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: #555;}.page-ug777-apk__faq-item.active .page-ug777-apk__faq-answer {max-height: 2000px !important; /* Sufficiently large */padding: 20px 15px !important;opacity: 1;} .page-ug777-apk__faq-answer p {margin: 0;}/* Blog Section */.page-ug777-apk__blog-section {background-color: #fff;}.page-ug777-apk__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 40px;}.page-ug777-apk__blog-card {background-color: #f0f8ff;border-radius: 8px;box-shadow: 0 4px 8px rgba(0,0,0,0.1);overflow: hidden;transition: transform 0.3s ease;}.page-ug777-apk__blog-card:hover {transform: translateY(-5px);}.page-ug777-apk__blog-image {width: 100%;height: 200px;object-fit: cover;}.page-ug777-apk__blog-content {padding: 15px;}.page-ug777-apk__blog-title {font-size: 1.3em;color: #007bff;margin-bottom: 10px;line-height: 1.3;}.page-ug777-apk__blog-excerpt {font-size: 0.9em;color: #666;margin-bottom: 15px;}.page-ug777-apk__blog-link {display: inline-block;padding: 8px 15px;background-color: #ffc107;color: #333;text-decoration: none;border-radius: 5px;font-weight: bold;transition: background-color 0.3s ease;}.page-ug777-apk__blog-link:hover {background-color: #e0a800;}/* Responsive adjustments */@media (max-width: 1024px) {.page-ug777-apk__hero-title {font-size: 3em;}.page-ug777-apk__hero-subtitle {font-size: 1.2em;}.page-ug777-apk__section-title {font-size: 2.2em;}}@media (max-width: 768px) {.page-ug777-apk__hero-section {height: 500px;}.page-ug777-apk__hero-title {font-size: 2.5em;}.page-ug777-apk__hero-subtitle {font-size: 1em;}.page-ug777-apk__hero-button {padding: 12px 25px;font-size: 1em;}.page-ug777-apk__hero-cta-group {flex-direction: column;gap: 15px;}.page-ug777-apk__section-title {font-size: 1.8em;}.page-ug777-apk__section-description {font-size: 1em;margin-bottom: 30px;}.page-ug777-apk__introduction-section,.page-ug777-apk__quick-access-section,.page-ug777-apk__games-section,.page-ug777-apk__promotions-section,.page-ug777-apk__security-section,.page-ug777-apk__faq-section,.page-ug777-apk__blog-section {padding: 40px 0;}/* List item responsive adjustments */.page-ug777-apk__features-grid,.page-ug777-apk__games-grid,.page-ug777-apk__promo-grid,.page-ug777-apk__security-features,.page-ug777-apk__blog-grid {grid-template-columns: 1fr;gap: 20px;}.page-ug777-apk__feature-item,.page-ug777-apk__game-card,.page-ug777-apk__promo-card,.page-ug777-apk__security-item,.page-ug777-apk__blog-card {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-ug777-apk__container {padding: 15px;}.page-ug777-apk__access-buttons {flex-direction: column;}.page-ug777-apk__access-button {width: 100%;}.page-ug777-apk__faq-q-text {font-size: 1.1em;}.page-ug777-apk__faq-answer {padding: 15px !important;}.page-ug777-apk__faq-answer p {word-wrap: break-word !important;overflow-wrap: break-word !important;}.page-ug777-apk__blog-title {font-size: 1.2em;}}@media (max-width: 480px) {.page-ug777-apk__hero-title {font-size: 2em;}.page-ug777-apk__hero-subtitle {font-size: 0.9em;}.page-ug777-apk__hero-button {padding: 10px 20px;font-size: 0.9em;}.page-ug777-apk__section-title {font-size: 1.5em;}}/* Ensure all images are responsive by default */.page-ug777-apk img {max-width: 100%;height: auto;box-sizing: border-box;}/* Specific image container for mobile responsiveness */.page-ug777-apk__hero-background picture,.page-ug777-apk__hero-background source,.page-ug777-apk__hero-background img {width: 100%;height: 100%;object-fit: cover;}@media (max-width: 768px) {.page-ug777-apk__hero-background picture,.page-ug777-apk__hero-background source,.page-ug777-apk__hero-background img {width: 100% !important;max-width: 100% !important;height: auto !important;box-sizing: border-box !important;}.page-ug777-apk__feature-icon,.page-ug777-apk__security-icon {width: 200px !important; /* Maintain min size */height: 200px !important;}.page-ug777-apk__game-image,.page-ug777-apk__promo-image,.page-ug777-apk__blog-image {width: 100% !important;max-width: 100% !important;height: 200px !important; /* Maintain consistent height or adjust for mobile */object-fit: cover !important;}}