/* General styling for the page-1win-bet-official-website context */.page-1win-bet-official-website {font-family: 'Arial', sans-serif;color: #e0e0e0; /* Light gray text */background-color: #1a1a2e; /* Dark blue background */line-height: 1.6;padding-bottom: 50px; /* Space for potential floating elements or just general bottom padding */}/* Header offset for main content */.page-1win-bet-official-website__hero-section {padding-top: 10px; /* Small decorative top padding, relies on body padding-top for main offset */}.page-1win-bet-official-website__section-title {font-size: 2.5em;text-align: center;color: #e94560; /* Accent color */margin-bottom: 40px;padding: 0 15px;text-transform: uppercase;letter-spacing: 1px;}.page-1win-bet-official-website__sub-title {font-size: 1.8em;color: #f8f8f8;margin-top: 30px;margin-bottom: 15px;padding: 0 15px;}.page-1win-bet-official-website__text-content {font-size: 1.1em;margin-bottom: 20px;padding: 0 15px;color: #e0e0e0;}.page-1win-bet-official-website__button {display: inline-block;background-color: #e94560; /* Accent color */color: #ffffff;padding: 12px 25px;border-radius: 8px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease, transform 0.2s ease;border: none;cursor: pointer;font-size: 1em;margin-top: 10px;}.page-1win-bet-official-website__button:hover {background-color: #d13a52; /* Slightly darker accent */transform: translateY(-2px);}.page-1win-bet-official-website__button--small {padding: 8px 15px;font-size: 0.9em;}/* Hero Section */.page-1win-bet-official-website__hero-section {position: relative;width: 100%;height: 60vh; /* Responsive height */min-height: 400px;display: flex;align-items: center;justify-content: center;text-align: center;overflow: hidden;margin-bottom: 50px;}.page-1win-bet-official-website__hero-image {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 1;opacity: 0.4; /* Slightly dim the background image */}.page-1win-bet-official-website__hero-content {position: relative;z-index: 2;max-width: 900px;padding: 20px;background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background for text readability */border-radius: 10px;}.page-1win-bet-official-website__hero-title {font-size: 3.5em;color: #ffffff;margin-bottom: 15px;line-height: 1.2;}.page-1win-bet-official-website__hero-subtitle {font-size: 1.5em;color: #f0f0f0;margin-bottom: 30px;}.page-1win-bet-official-website__hero-cta-group {display: flex;gap: 20px;justify-content: center;}.page-1win-bet-official-website__hero-button {padding: 15px 30px;font-size: 1.2em;border-radius: 10px;}.page-1win-bet-official-website__hero-button--primary {background-color: #e94560;color: #ffffff;}.page-1win-bet-official-website__hero-button--primary:hover {background-color: #d13a52;}.page-1win-bet-official-website__hero-button--secondary {background-color: #0f3460; /* Darker blue accent */color: #ffffff;border: 2px solid #e94560;}.page-1win-bet-official-website__hero-button--secondary:hover {background-color: #1a1a2e;border-color: #d13a52;}/* Payment Providers Section */.page-1win-bet-official-website__payment-providers {display: flex;flex-direction: column; /* Changed to column to stack title and logos */flex-wrap: wrap; /* Still allow wrap for logos if needed */justify-content: center;align-items: center;gap: 30px;width: 100%;max-width: 100%;box-sizing: border-box;padding: 40px 15px;background-color: #0f3460; /* Slightly different background for distinction */margin-bottom: 50px;}.page-1win-bet-official-website__provider-logos {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 30px; /* Gap between logo containers */width: 100%;}.page-1win-bet-official-website__payment-logo { /* This is the div container for the img */flex: 0 0 auto;width: 80px; /* Container size */height: 80px; /* Container size */box-sizing: border-box;display: flex; /* To center the image inside */justify-content: center;align-items: center;}.page-1win-bet-official-website__payment-logo img { /* This is the actual image */display: block;width: 80px !important; /* Fixed size for the image, as per prompt */height: 80px !important;max-width: 80px !important;max-height: 80px !important;object-fit: contain;filter: grayscale(100%) brightness(150%); /* Make logos light on dark background, but no color change */transition: filter 0.3s ease;}.page-1win-bet-official-website__payment-logo img:hover {filter: grayscale(0%) brightness(100%); /* Revert on hover */}/* Introduction Section */.page-1win-bet-official-website__introduction-section {padding: 0 20px 50px;max-width: 1200px;margin: 0 auto;text-align: center;}/* Quick Access Section */.page-1win-bet-official-website__quick-access-section {padding: 50px 20px;max-width: 1200px;margin: 0 auto;}.page-1win-bet-official-website__access-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;justify-content: center;}.page-1win-bet-official-website__access-card {background-color: #2e2e4a;border-radius: 10px;padding: 30px;text-align: center;text-decoration: none;color: #e0e0e0;transition: transform 0.3s ease, background-color 0.3s ease;box-sizing: border-box;}.page-1win-bet-official-website__access-card:hover {transform: translateY(-10px);background-color: #3f3f6a;}.page-1win-bet-official-website__access-icon {display: block;max-width: 200px; /* Max display width for the icon */height: auto; /* Maintain aspect ratio */object-fit: contain;margin: 0 auto 15px auto; /* Center the icon */}.page-1win-bet-official-website__access-title {font-size: 1.5em;color: #e94560;margin-bottom: 10px;}.page-1win-bet-official-website__access-description {font-size: 0.95em;color: #c0c0c0;}/* Games Section */.page-1win-bet-official-website__games-section {padding: 50px 20px;max-width: 1200px;margin: 0 auto;}.page-1win-bet-official-website__game-tabs {display: flex;flex-wrap: wrap;justify-content: center;margin-bottom: 30px;border-bottom: 2px solid #0f3460;gap: 10px;}.page-1win-bet-official-website__game-tab-header {padding: 15px 25px;cursor: pointer;font-size: 1.1em;font-weight: bold;color: #c0c0c0;border-bottom: 3px solid transparent;transition: all 0.3s ease;user-select: none;}.page-1win-bet-official-website__game-tab-header:hover {color: #ffffff;border-color: #e94560;}.page-1win-bet-official-website__game-tab-header.active {color: #e94560;border-color: #e94560;background-color: #0f3460;border-radius: 5px 5px 0 0;}.page-1win-bet-official-website__game-tab-content {display: none;padding: 20px 0;}.page-1win-bet-official-website__game-tab-content.active {display: block;}.page-1win-bet-official-website__game-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;justify-content: center;}.page-1win-bet-official-website__game-card {background-color: #2e2e4a;border-radius: 10px;overflow: hidden;text-align: center;padding-bottom: 20px;transition: transform 0.3s ease, box-shadow 0.3s ease;box-sizing: border-box;}.page-1win-bet-official-website__game-card:hover {transform: translateY(-5px);box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);}.page-1win-bet-official-website__game-image {width: 100%;height: 200px;object-fit: cover;margin-bottom: 15px;max-width: 100%; /* Responsive image */height: auto; /* Responsive image */}.page-1win-bet-official-website__game-title {font-size: 1.4em;color: #e94560;margin-bottom: 10px;padding: 0 15px;}.page-1win-bet-official-website__game-description {font-size: 0.95em;color: #c0c0c0;margin-bottom: 20px;padding: 0 15px;}/* Promotions Section */.page-1win-bet-official-website__promotions-section {padding: 50px 20px;max-width: 1200px;margin: 0 auto;}.page-1win-bet-official-website__promo-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;justify-content: center;}.page-1win-bet-official-website__promo-card {background-color: #2e2e4a;border-radius: 10px;overflow: hidden;text-align: center;padding-bottom: 20px;transition: transform 0.3s ease, box-shadow 0.3s ease;box-sizing: border-box;}.page-1win-bet-official-website__promo-card:hover {transform: translateY(-5px);box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);}.page-1win-bet-official-website__promo-image {width: 100%;height: 220px;object-fit: cover;margin-bottom: 15px;max-width: 100%; /* Responsive image */height: auto; /* Responsive image */}.page-1win-bet-official-website__promo-title {font-size: 1.4em;color: #e94560;margin-bottom: 10px;padding: 0 15px;}.page-1win-bet-official-website__promo-description {font-size: 0.95em;color: #c0c0c0;margin-bottom: 20px;padding: 0 15px;}/* Security & Support Section */.page-1win-bet-official-website__security-support-section {padding: 50px 20px;max-width: 1200px;margin: 0 auto;}.page-1win-bet-official-website__security-content {display: flex;flex-wrap: wrap;align-items: center;gap: 40px;}.page-1win-bet-official-website__security-image {flex: 1;min-width: 300px;border-radius: 10px;object-fit: cover;max-width: 100%; /* Responsive image */height: auto; /* Responsive image */}.page-1win-bet-official-website__security-text {flex: 2;min-width: 300px;}/* FAQ Section */.page-1win-bet-official-website__faq-section {padding: 50px 20px;max-width: 900px;margin: 0 auto;}.page-1win-bet-official-website__faq-container {margin-top: 30px;}.page-1win-bet-official-website__faq-item {background-color: #2e2e4a;margin-bottom: 15px;border-radius: 8px;overflow: hidden;box-sizing: border-box;}.page-1win-bet-official-website__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 18px 25px;cursor: pointer;background-color: #0f3460;color: #ffffff;font-size: 1.2em;font-weight: bold;user-select: none;transition: background-color 0.3s ease;}.page-1win-bet-official-website__faq-question:hover {background-color: #1a1a2e;}.page-1win-bet-official-website__faq-question-text {margin: 0;flex-grow: 1;color: inherit;}.page-1win-bet-official-website__faq-toggle {font-size: 1.5em;line-height: 1;margin-left: 15px;transition: transform 0.3s ease;}.page-1win-bet-official-website__faq-item.active .page-1win-bet-official-website__faq-toggle {transform: rotate(45deg);}.page-1win-bet-official-website__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px;color: #e0e0e0;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;opacity: 0;}.page-1win-bet-official-website__faq-item.active .page-1win-bet-official-website__faq-answer {max-height: 2000px !important; /* Sufficiently large value */padding: 20px 25px !important;opacity: 1;}.page-1win-bet-official-website__faq-answer p {margin: 0;}/* Blog Section */.page-1win-bet-official-website__blog-section {padding: 50px 20px;max-width: 1200px;margin: 0 auto;}.page-1win-bet-official-website__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;justify-content: center;}.page-1win-bet-official-website__blog-card {background-color: #2e2e4a;border-radius: 10px;overflow: hidden;transition: transform 0.3s ease, box-shadow 0.3s ease;box-sizing: border-box;display: flex;flex-direction: column;}.page-1win-bet-official-website__blog-card:hover {transform: translateY(-5px);box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);}.page-1win-bet-official-website__blog-image {width: 100%;height: 200px;object-fit: cover;margin-bottom: 15px;max-width: 100%; /* Responsive image */height: auto; /* Responsive image */}.page-1win-bet-official-website__blog-title {font-size: 1.3em;color: #e94560;margin-bottom: 10px;padding: 0 15px;}.page-1win-bet-official-website__blog-title a {color: #e94560;text-decoration: none;transition: color 0.3s ease;}.page-1win-bet-official-website__blog-title a:hover {color: #ffffff;}.page-1win-bet-official-website__blog-excerpt {font-size: 0.9em;color: #c0c0c0;margin-bottom: 20px;padding: 0 15px;flex-grow: 1; /* Make excerpt take available space */}/* Responsive Styles */@media (max-width: 1024px) {.page-1win-bet-official-website__hero-title {font-size: 2.8em;}.page-1win-bet-official-website__hero-subtitle {font-size: 1.3em;}.page-1win-bet-official-website__section-title {font-size: 2em;}}@media (max-width: 768px) {.page-1win-bet-official-website__hero-section {height: 70vh;min-height: 350px;}.page-1win-bet-official-website__hero-title {font-size: 2em;}.page-1win-bet-official-website__hero-subtitle {font-size: 1.1em;}.page-1win-bet-official-website__hero-cta-group {flex-direction: column;gap: 15px;}.page-1win-bet-official-website__hero-button {width: 80%;max-width: 300px;font-size: 1.1em;}.page-1win-bet-official-website__section-title {font-size: 1.8em;margin-bottom: 30px;}.page-1win-bet-official-website__sub-title {font-size: 1.5em;}.page-1win-bet-official-website__text-content {font-size: 1em;}.page-1win-bet-official-website__payment-providers {flex-direction: column; /* Keep column for title, but inner logos are row */gap: 16px; /* Gap for overall section */}.page-1win-bet-official-website__provider-logos {gap: 16px; /* Smaller gap for logos on mobile */}.page-1win-bet-official-website__payment-logo, .page-1win-bet-official-website__payment-logo img {width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;}.page-1win-bet-official-website__access-grid,.page-1win-bet-official-website__game-grid,.page-1win-bet-official-website__promo-grid,.page-1win-bet-official-website__blog-grid {grid-template-columns: 1fr; /* Single column layout for cards */}.page-1win-bet-official-website__access-card,.page-1win-bet-official-website__game-card,.page-1win-bet-official-website__promo-card,.page-1win-bet-official-website__blog-card {width: 100% !important; /* Force full width for list items */max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;padding: 20px; /* Adjust padding for mobile */}.page-1win-bet-official-website__access-icon {max-width: 150px !important; /* Smaller on mobile */}.page-1win-bet-official-website__game-image,.page-1win-bet-official-website__promo-image,.page-1win-bet-official-website__blog-image {max-width: 100% !important;height: auto !important;}.page-1win-bet-official-website__security-content {flex-direction: column;}.page-1win-bet-official-website__security-image {min-width: unset;width: 100%;}.page-1win-bet-official-website__security-text {min-width: unset;width: 100%;}.page-1win-bet-official-website__game-tab-header {font-size: 1em;padding: 10px 15px;}.page-1win-bet-official-website__faq-question {padding: 15px 20px;font-size: 1.1em;}.page-1win-bet-official-website__faq-answer {padding: 0 20px;}.page-1win-bet-official-website__faq-item.active .page-1win-bet-official-website__faq-answer {padding: 15px 20px !important;}/* Ensure all text wraps */.page-1win-bet-official-website__hero-title,.page-1win-bet-official-website__hero-subtitle,.page-1win-bet-official-website__section-title,.page-1win-bet-official-website__sub-title,.page-1win-bet-official-website__text-content,.page-1win-bet-official-website__access-title,.page-1win-bet-official-website__access-description,.page-1win-bet-official-website__game-title,.page-1win-bet-official-website__game-description,.page-1win-bet-official-website__promo-title,.page-1win-bet-official-website__promo-description,.page-1win-bet-official-website__faq-question-text,.page-1win-bet-official-website__faq-answer p,.page-1win-bet-official-website__blog-title,.page-1win-bet-official-website__blog-excerpt {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}}@media (max-width: 480px) {.page-1win-bet-official-website__hero-title {font-size: 1.8em;}.page-1win-bet-official-website__hero-subtitle {font-size: 1em;}.page-1win-bet-official-website__hero-button {padding: 12px 20px;font-size: 1em;}.page-1win-bet-official-website__section-title {font-size: 1.5em;}}