/* General styles for the page-restaurants-in-nustar scope */.page-restaurants-in-nustar {font-family: 'Arial', sans-serif;color: #e0e0e0;background-color: #1a1a1a;line-height: 1.6;overflow-x: hidden;padding-top: 10px; /* Small decorative padding, body should have header offset */}/* Section styling */.page-restaurants-in-nustar__hero-section,.page-restaurants-in-nustar__intro-section,.page-restaurants-in-nustar__quick-access-section,.page-restaurants-in-nustar__dining-gaming-section,.page-restaurants-in-nustar__promotions-section,.page-restaurants-in-nustar__security-support-section,.page-restaurants-in-nustar__faq-section,.page-restaurants-in-nustar__blog-section {padding: 60px 20px;max-width: 1200px;margin: 0 auto;box-sizing: border-box;}.page-restaurants-in-nustar h1,.page-restaurants-in-nustar h2,.page-restaurants-in-nustar h3 {color: #ffd700; /* Gold accent color */text-align: center;margin-bottom: 25px;}.page-restaurants-in-nustar h1 {font-size: 2.8em;line-height: 1.2;}.page-restaurants-in-nustar h2 {font-size: 2.2em;line-height: 1.3;}.page-restaurants-in-nustar h3 {font-size: 1.6em;line-height: 1.4;}.page-restaurants-in-nustar p {text-align: center;margin-bottom: 20px;font-size: 1.1em;color: #cccccc;}.page-restaurants-in-nustar__highlight {color: #ffd700;font-weight: bold;}/* Buttons general style */.page-restaurants-in-nustar__cta-button,.page-restaurants-in-nustar__quick-access-button,.page-restaurants-in-nustar__game-category-button,.page-restaurants-in-nustar__promo-card-button,.page-restaurants-in-nustar__contact-button,.page-restaurants-in-nustar__blog-card-link {display: inline-block;background-color: #ffd700;color: #1a1a1a;padding: 14px 30px;border-radius: 8px;text-decoration: none;font-weight: bold;font-size: 1.1em;transition: background-color 0.3s ease, transform 0.3s ease;border: none;cursor: pointer;}.page-restaurants-in-nustar__cta-button:hover,.page-restaurants-in-nustar__quick-access-button:hover,.page-restaurants-in-nustar__game-category-button:hover,.page-restaurants-in-nustar__promo-card-button:hover,.page-restaurants-in-nustar__contact-button:hover,.page-restaurants-in-nustar__blog-card-link:hover {background-color: #e6c200;transform: translateY(-2px);}/* Hero Section */.page-restaurants-in-nustar__hero-section {position: relative;min-height: 600px;display: flex;align-items: center;justify-content: center;text-align: center;color: #ffffff;overflow: hidden;padding: 0; /* Override section padding */}.page-restaurants-in-nustar__hero-image {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 1;filter: brightness(0.6); /* Darken image for text readability */}.page-restaurants-in-nustar__hero-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.8));z-index: 2;}.page-restaurants-in-nustar__hero-content {position: relative;z-index: 3;max-width: 900px;padding: 20px;}.page-restaurants-in-nustar__hero-title {font-size: 3.5em;margin-bottom: 20px;color: #ffd700;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-restaurants-in-nustar__hero-subtitle {font-size: 1.4em;margin-bottom: 40px;color: #f0f0f0;text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);}.page-restaurants-in-nustar__cta-button {margin-top: 20px;}/* Intro Section */.page-restaurants-in-nustar__intro-title,.page-restaurants-in-nustar__intro-text {text-align: center;}.page-restaurants-in-nustar__intro-cards {display: flex;flex-wrap: wrap;gap: 30px;justify-content: center;margin-top: 40px;}.page-restaurants-in-nustar__intro-card {background-color: #2a2a2a;border-radius: 12px;box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);overflow: hidden;width: calc(33% - 20px);max-width: 380px;text-align: center;padding-bottom: 20px;box-sizing: border-box;}.page-restaurants-in-nustar__intro-card-image {width: 100%;height: 250px;object-fit: cover;margin-bottom: 15px;border-bottom: 3px solid #ffd700;}.page-restaurants-in-nustar__intro-card-title {font-size: 1.4em;margin-bottom: 10px;color: #ffd700;}.page-restaurants-in-nustar__intro-card-description {font-size: 0.95em;color: #cccccc;padding: 0 15px;}/* Quick Access Section */.page-restaurants-in-nustar__quick-access-description {margin-bottom: 40px;}.page-restaurants-in-nustar__quick-access-links {display: flex;flex-wrap: wrap;gap: 20px;justify-content: center;}.page-restaurants-in-nustar__quick-access-button {width: calc(50% - 10px);max-width: 280px;text-align: center;padding: 12px 20px;font-size: 1em;box-sizing: border-box;}/* Dining & Gaming Section */.page-restaurants-in-nustar__dining-gaming-description {margin-bottom: 40px;}.page-restaurants-in-nustar__game-categories {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;justify-content: center;}.page-restaurants-in-nustar__game-category-card {background-color: #2a2a2a;border-radius: 12px;box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);overflow: hidden;text-align: center;padding-bottom: 20px;box-sizing: border-box;display: flex;flex-direction: column;align-items: center;}.page-restaurants-in-nustar__game-category-image {width: 100%;height: 200px;object-fit: cover;margin-bottom: 15px;border-bottom: 3px solid #ffd700;}.page-restaurants-in-nustar__game-category-title {font-size: 1.3em;margin-bottom: 10px;color: #ffd700;padding: 0 15px;}.page-restaurants-in-nustar__game-category-text {font-size: 0.9em;color: #cccccc;padding: 0 15px;flex-grow: 1; /* Pushes button to bottom */}.page-restaurants-in-nustar__game-category-button {margin-top: 20px;font-size: 0.95em;padding: 10px 25px;}/* Promotions Section */.page-restaurants-in-nustar__promotions-description {margin-bottom: 40px;}.page-restaurants-in-nustar__promo-cards {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;justify-content: center;}.page-restaurants-in-nustar__promo-card {background-color: #2a2a2a;border-radius: 12px;box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);overflow: hidden;text-align: center;padding-bottom: 20px;box-sizing: border-box;display: flex;flex-direction: column;align-items: center;}.page-restaurants-in-nustar__promo-card-image {width: 100%;height: 220px;object-fit: cover;margin-bottom: 15px;border-bottom: 3px solid #ffd700;}.page-restaurants-in-nustar__promo-card-title {font-size: 1.4em;margin-bottom: 10px;color: #ffd700;padding: 0 15px;}.page-restaurants-in-nustar__promo-card-text {font-size: 0.95em;color: #cccccc;padding: 0 15px;flex-grow: 1;}.page-restaurants-in-nustar__promo-card-button {margin-top: 20px;font-size: 1em;padding: 12px 28px;}/* Security & Support Section */.page-restaurants-in-nustar__security-support-description {margin-bottom: 40px;}.page-restaurants-in-nustar__security-features {display: flex;flex-wrap: wrap;gap: 30px;justify-content: center;margin-bottom: 40px;}.page-restaurants-in-nustar__feature-item {background-color: #2a2a2a;border-radius: 12px;box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);width: calc(33% - 20px);max-width: 360px;text-align: center;padding: 30px 20px;box-sizing: border-box;}.page-restaurants-in-nustar__feature-icon {width: 100px;height: 100px;object-fit: contain;margin-bottom: 20px;}.page-restaurants-in-nustar__feature-title {font-size: 1.3em;margin-bottom: 10px;color: #ffd700;}.page-restaurants-in-nustar__feature-text {font-size: 0.95em;color: #cccccc;}.page-restaurants-in-nustar__contact-button {display: block;margin: 0 auto;margin-top: 20px;max-width: 300px;}/* FAQ Section */.page-restaurants-in-nustar__faq-container {margin-top: 40px;max-width: 800px;margin-left: auto;margin-right: auto;}.page-restaurants-in-nustar__faq-item {background-color: #2a2a2a;margin-bottom: 15px;border-radius: 10px;overflow: hidden;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);}.page-restaurants-in-nustar__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;cursor: pointer;user-select: none;background-color: #3a3a3a;transition: background-color 0.3s ease;}.page-restaurants-in-nustar__faq-question:hover {background-color: #4a4a4a;}.page-restaurants-in-nustar__faq-question h3 {margin: 0;font-size: 1.2em;color: #ffd700;text-align: left;flex-grow: 1;pointer-events: none; /* Prevents h3 from blocking click event */}.page-restaurants-in-nustar__faq-toggle {font-size: 1.8em;font-weight: bold;color: #ffd700;margin-left: 15px;transition: transform 0.3s ease;pointer-events: none; /* Prevents toggle from blocking click event */}.page-restaurants-in-nustar__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px;background-color: #2a2a2a;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-restaurants-in-nustar__faq-answer p {text-align: left;padding-top: 10px;padding-bottom: 10px;margin-bottom: 0;}.page-restaurants-in-nustar__faq-item.active .page-restaurants-in-nustar__faq-answer {max-height: 2000px !important; /* Sufficiently large to contain content */padding: 20px 25px !important;opacity: 1;}.page-restaurants-in-nustar__faq-item.active .page-restaurants-in-nustar__faq-toggle {transform: rotate(45deg); /* Change '+' to 'x' visually */}/* Blog Section */.page-restaurants-in-nustar__blog-description {margin-bottom: 40px;}.page-restaurants-in-nustar__blog-articles {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;justify-content: center;}.page-restaurants-in-nustar__blog-card {background-color: #2a2a2a;border-radius: 12px;box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);overflow: hidden;box-sizing: border-box;display: flex;flex-direction: column;transition: transform 0.3s ease;}.page-restaurants-in-nustar__blog-card:hover {transform: translateY(-5px);}.page-restaurants-in-nustar__blog-card-image {width: 100%;height: 200px;object-fit: cover;border-bottom: 3px solid #ffd700;}.page-restaurants-in-nustar__blog-card-content {padding: 20px;flex-grow: 1;display: flex;flex-direction: column;}.page-restaurants-in-nustar__blog-card-title {font-size: 1.3em;margin-top: 0;margin-bottom: 10px;text-align: left;}.page-restaurants-in-nustar__blog-card-title a {color: #ffd700;text-decoration: none;transition: color 0.3s ease;}.page-restaurants-in-nustar__blog-card-title a:hover {color: #e6c200;}.page-restaurants-in-nustar__blog-card-excerpt {font-size: 0.95em;color: #cccccc;text-align: left;flex-grow: 1;margin-bottom: 20px;}.page-restaurants-in-nustar__blog-card-link {align-self: flex-start;font-size: 0.9em;padding: 10px 20px;margin-top: auto;}/* Responsive adjustments */@media (max-width: 1024px) {.page-restaurants-in-nustar__hero-title {font-size: 3em;}.page-restaurants-in-nustar h1 {font-size: 2.5em;}.page-restaurants-in-nustar h2 {font-size: 2em;}.page-restaurants-in-nustar h3 {font-size: 1.5em;}.page-restaurants-in-nustar__intro-card,.page-restaurants-in-nustar__feature-item {width: calc(50% - 15px);}}@media (max-width: 768px) {.page-restaurants-in-nustar {padding-top: 0 !important; /* Ensure no double padding on body */}/* All images must be responsive */.page-restaurants-in-nustar__hero-image,.page-restaurants-in-nustar__intro-card-image,.page-restaurants-in-nustar__game-category-image,.page-restaurants-in-nustar__promo-card-image,.page-restaurants-in-nustar__feature-icon,.page-restaurants-in-nustar__blog-card-image {max-width: 100% !important;height: auto !important;}.page-restaurants-in-nustar__hero-section,.page-restaurants-in-nustar__intro-section,.page-restaurants-in-nustar__quick-access-section,.page-restaurants-in-nustar__dining-gaming-section,.page-restaurants-in-nustar__promotions-section,.page-restaurants-in-nustar__security-support-section,.page-restaurants-in-nustar__faq-section,.page-restaurants-in-nustar__blog-section {padding: 40px 15px;}.page-restaurants-in-nustar__hero-title {font-size: 2.2em;}.page-restaurants-in-nustar__hero-subtitle {font-size: 1.1em;}.page-restaurants-in-nustar__cta-button {font-size: 1em;padding: 12px 25px;}.page-restaurants-in-nustar h1 {font-size: 2em;}.page-restaurants-in-nustar h2 {font-size: 1.8em;}.page-restaurants-in-nustar h3 {font-size: 1.3em;}.page-restaurants-in-nustar p {font-size: 1em;}/* List items responsiveness */.page-restaurants-in-nustar__intro-card,.page-restaurants-in-nustar__feature-item,.page-restaurants-in-nustar__game-category-card,.page-restaurants-in-nustar__promo-card,.page-restaurants-in-nustar__blog-card {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;}/* List containers responsiveness */.page-restaurants-in-nustar__intro-cards,.page-restaurants-in-nustar__game-categories,.page-restaurants-in-nustar__promo-cards,.page-restaurants-in-nustar__security-features,.page-restaurants-in-nustar__blog-articles {gap: 20px;padding: 0 !important;margin-left: 0 !important;margin-right: 0 !important;width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;}.page-restaurants-in-nustar__quick-access-links {flex-direction: column;align-items: center;}.page-restaurants-in-nustar__quick-access-button {width: 100%;max-width: 300px;}.page-restaurants-in-nustar__faq-question {padding: 15px 20px;}.page-restaurants-in-nustar__faq-question h3 {font-size: 1.1em;}.page-restaurants-in-nustar__faq-toggle {font-size: 1.5em;}.page-restaurants-in-nustar__faq-answer {padding: 0 20px;}.page-restaurants-in-nustar__faq-item.active .page-restaurants-in-nustar__faq-answer {padding: 15px 20px !important;}.page-restaurants-in-nustar__blog-card-title {font-size: 1.2em;}.page-restaurants-in-nustar__blog-card-excerpt {font-size: 0.9em;}}@media (max-width: 480px) {.page-restaurants-in-nustar__hero-title {font-size: 1.8em;}.page-restaurants-in-nustar__hero-subtitle {font-size: 1em;}.page-restaurants-in-nustar h1 {font-size: 1.6em;}.page-restaurants-in-nustar h2 {font-size: 1.5em;}.page-restaurants-in-nustar h3 {font-size: 1.2em;}.page-restaurants-in-nustar p {font-size: 0.95em;}.page-restaurants-in-nustar__cta-button,.page-restaurants-in-nustar__quick-access-button,.page-restaurants-in-nustar__game-category-button,.page-restaurants-in-nustar__promo-card-button,.page-restaurants-in-nustar__contact-button,.page-restaurants-in-nustar__blog-card-link {padding: 10px 20px;font-size: 0.9em;}}