/* Page-specific CSS styles for slotsgo-customer-service */.page-slotsgo-customer-service {font-family: 'Arial', sans-serif;color: #333;line-height: 1.6;background-color: #f8f8f8;}.page-slotsgo-customer-service__container {max-width: 1200px;margin: 0 auto;padding: 20px;}.page-slotsgo-customer-service__hero-section {position: relative;overflow: hidden;border-radius: 10px;margin-bottom: 40px;padding-top: 10px;}.page-slotsgo-customer-service__hero-image {width: 100%;height: 450px;object-fit: cover;border-radius: 10px;}.page-slotsgo-customer-service__hero-content {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;background-color: rgba(0, 0, 0, 0.5);color: #fff;padding: 20px;border-radius: 10px;}.page-slotsgo-customer-service__hero-title {font-size: 3.5em;margin-bottom: 15px;color: #ffcc00;}.page-slotsgo-customer-service__hero-subtitle {font-size: 1.5em;margin-bottom: 30px;max-width: 800px;}.page-slotsgo-customer-service__cta-button {display: inline-block;background-color: #ffcc00;color: #333;padding: 15px 30px;border-radius: 5px;text-decoration: none;font-weight: bold;font-size: 1.1em;transition: background-color 0.3s ease;}.page-slotsgo-customer-service__cta-button:hover {background-color: #e6b800;}.page-slotsgo-customer-service__section {background-color: #fff;border-radius: 10px;padding: 30px;margin-bottom: 30px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);}.page-slotsgo-customer-service__section-title {font-size: 2.2em;color: #0056b3;margin-bottom: 20px;text-align: center;}.page-slotsgo-customer-service__text-content {font-size: 1.1em;line-height: 1.8;margin-bottom: 20px;}.page-slotsgo-customer-service__features-list {list-style: none;padding: 0;display: flex;flex-wrap: wrap;justify-content: space-around;gap: 20px;margin-bottom: 20px;}.page-slotsgo-customer-service__feature-item {background-color: #e9f7ff;padding: 20px;border-radius: 8px;flex: 1 1 calc(33% - 40px);min-width: 280px;text-align: center;box-sizing: border-box;}.page-slotsgo-customer-service__feature-item h3 {color: #0056b3;margin-bottom: 10px;}.page-slotsgo-customer-service__feature-item p {font-size: 1em;color: #555;}.page-slotsgo-customer-service__quick-access {display: flex;flex-wrap: wrap;justify-content: center;gap: 15px;margin-top: 20px;margin-bottom: 20px;}.page-slotsgo-customer-service__access-button {display: inline-block;background-color: #007bff;color: #fff;padding: 12px 25px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease;}.page-slotsgo-customer-service__access-button:hover {background-color: #0056b3;}.page-slotsgo-customer-service__game-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 25px;margin-top: 20px;}.page-slotsgo-customer-service__game-card {background-color: #f9f9f9;border-radius: 8px;overflow: hidden;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);text-align: center;}.page-slotsgo-customer-service__game-card-image {width: 100%;height: 200px;object-fit: cover;}.page-slotsgo-customer-service__game-card-content {padding: 15px;}.page-slotsgo-customer-service__game-card h3 {font-size: 1.3em;color: #0056b3;margin-bottom: 10px;}.page-slotsgo-customer-service__game-card p {font-size: 0.95em;color: #666;margin-bottom: 15px;}.page-slotsgo-customer-service__game-card-button {background-color: #28a745;color: #fff;padding: 10px 20px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease;}.page-slotsgo-customer-service__game-card-button:hover {background-color: #218838;}.page-slotsgo-customer-service__promo-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 25px;margin-top: 20px;}.page-slotsgo-customer-service__promo-card {background-color: #f9f9f9;border-radius: 8px;overflow: hidden;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);text-align: center;}.page-slotsgo-customer-service__promo-card-image {width: 100%;height: 180px;object-fit: cover;}.page-slotsgo-customer-service__promo-card-content {padding: 15px;}.page-slotsgo-customer-service__promo-card h3 {font-size: 1.3em;color: #dc3545;margin-bottom: 10px;}.page-slotsgo-customer-service__promo-card p {font-size: 0.95em;color: #666;margin-bottom: 15px;}.page-slotsgo-customer-service__promo-card-button {background-color: #dc3545;color: #fff;padding: 10px 20px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease;}.page-slotsgo-customer-service__promo-card-button:hover {background-color: #c82333;}.page-slotsgo-customer-service__contact-info {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;margin-top: 20px;}.page-slotsgo-customer-service__contact-item {flex: 1 1 calc(33% - 40px);min-width: 250px;background-color: #e6f7ff;padding: 20px;border-radius: 8px;text-align: center;box-sizing: border-box;}.page-slotsgo-customer-service__contact-item h3 {color: #0056b3;margin-bottom: 10px;}.page-slotsgo-customer-service__contact-item p {font-size: 1em;color: #555;}.page-slotsgo-customer-service__faq-list {margin-top: 30px;}.page-slotsgo-customer-service__faq-item {background-color: #f0f8ff;border: 1px solid #d0e9ff;border-radius: 8px;margin-bottom: 15px;overflow: hidden;}.page-slotsgo-customer-service__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 15px 20px;cursor: pointer;background-color: #e0f0ff;border-bottom: 1px solid #d0e9ff;user-select: none;transition: background-color 0.3s ease;}.page-slotsgo-customer-service__faq-question:hover {background-color: #cce7ff;}.page-slotsgo-customer-service__faq-question h3 {margin: 0;font-size: 1.2em;color: #0056b3;pointer-events: none;}.page-slotsgo-customer-service__faq-toggle {font-size: 1.5em;font-weight: bold;color: #0056b3;pointer-events: none;transition: transform 0.3s ease;}.page-slotsgo-customer-service__faq-item.active .page-slotsgo-customer-service__faq-toggle {transform: rotate(45deg);}.page-slotsgo-customer-service__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;font-size: 1em;color: #555;}.page-slotsgo-customer-service__faq-item.active .page-slotsgo-customer-service__faq-answer {max-height: 2000px !important;padding: 20px !important;opacity: 1;}.page-slotsgo-customer-service__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 25px;margin-top: 20px;}.page-slotsgo-customer-service__blog-card {background-color: #f9f9f9;border-radius: 8px;overflow: hidden;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);}.page-slotsgo-customer-service__blog-card-image {width: 100%;height: 180px;object-fit: cover;}.page-slotsgo-customer-service__blog-card-content {padding: 15px;}.page-slotsgo-customer-service__blog-card h3 {font-size: 1.3em;color: #007bff;margin-bottom: 10px;}.page-slotsgo-customer-service__blog-card p {font-size: 0.95em;color: #666;margin-bottom: 15px;}.page-slotsgo-customer-service__blog-card-link {display: inline-block;color: #007bff;text-decoration: none;font-weight: bold;}.page-slotsgo-customer-service__blog-card-link:hover {text-decoration: underline;}@media (max-width: 768px) {.page-slotsgo-customer-service__hero-image {height: 300px;}.page-slotsgo-customer-service__hero-title {font-size: 2.5em;}.page-slotsgo-customer-service__hero-subtitle {font-size: 1.2em;}.page-slotsgo-customer-service__cta-button {padding: 12px 25px;font-size: 1em;}.page-slotsgo-customer-service__section {padding: 20px;}.page-slotsgo-customer-service__section-title {font-size: 1.8em;}.page-slotsgo-customer-service__text-content {font-size: 1em;}.page-slotsgo-customer-service__features-list {flex-direction: column;}.page-slotsgo-customer-service__feature-item {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-slotsgo-customer-service__feature-item p {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}.page-slotsgo-customer-service__quick-access {flex-direction: column;}.page-slotsgo-customer-service__access-button {width: 100%;}.page-slotsgo-customer-service__game-grid, .page-slotsgo-customer-service__promo-grid, .page-slotsgo-customer-service__blog-grid {grid-template-columns: 1fr;}.page-slotsgo-customer-service__contact-info {flex-direction: column;}.page-slotsgo-customer-service__contact-item {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-slotsgo-customer-service__contact-item p {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}.page-slotsgo-customer-service__faq-question h3 {font-size: 1em;}.page-slotsgo-customer-service__faq-answer {padding: 15px !important;}.page-slotsgo-customer-service__faq-answer p {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}}.page-slotsgo-customer-service__features-list, .page-slotsgo-customer-service__quick-access, .page-slotsgo-customer-service__game-grid, .page-slotsgo-customer-service__promo-grid, .page-slotsgo-customer-service__contact-info, .page-slotsgo-customer-service__blog-grid {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;padding: 0 !important;margin-left: 0 !important;margin-right: 0 !important;}