.page-1win-app-pakistan { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-1win-app-pakistan__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-1win-app-pakistan__hero-section { background-color: #002244; color: #fff; padding: 60px 20px; text-align: center; position: relative; overflow: hidden; padding-top: 70px; /* Adjusted for header offset */ }.page-1win-app-pakistan__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('[GALLERY:background:1920x1080:abstract,gaming,dark]') no-repeat center center/cover; opacity: 0.2; z-index: 0; }.page-1win-app-pakistan__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }.page-1win-app-pakistan__hero-title { font-size: 2.8em; margin-bottom: 20px; line-height: 1.2; }.page-1win-app-pakistan__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; }.page-1win-app-pakistan__button { display: inline-block; background-color: #FFD700; color: #000; 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; border: none; cursor: pointer; }.page-1win-app-pakistan__button:hover { background-color: #e0b800; transform: translateY(-2px); }.page-1win-app-pakistan__app-image { max-width: 300px; height: auto; margin-top: 40px; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }.page-1win-app-pakistan__section { padding: 50px 20px; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }.page-1win-app-pakistan__section--dark { background-color: #003366; color: #fff; }.page-1win-app-pakistan__section-title { font-size: 2.2em; color: #002244; text-align: center; margin-bottom: 40px; }.page-1win-app-pakistan__section--dark .page-1win-app-pakistan__section-title { color: #FFD700; }.page-1win-app-pakistan__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-1win-app-pakistan__feature-item { text-align: center; padding: 25px; background-color: #f0f8ff; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; }.page-1win-app-pakistan__feature-item:hover { transform: translateY(-5px); }.page-1win-app-pakistan__feature-icon { width: 100px; height: auto; margin-bottom: 15px; }.page-1win-app-pakistan__feature-title { font-size: 1.4em; color: #002244; margin-bottom: 10px; }.page-1win-app-pakistan__feature-description { font-size: 1em; color: #555; }.page-1win-app-pakistan__section--dark .page-1win-app-pakistan__feature-item { background-color: #004080; color: #eee; }.page-1win-app-pakistan__section--dark .page-1win-app-pakistan__feature-title { color: #FFD700; }.page-1win-app-pakistan__section--dark .page-1win-app-pakistan__feature-description { color: #bbb; }.page-1win-app-pakistan__steps-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }.page-1win-app-pakistan__step-item { background-color: #e6f7ff; border-left: 5px solid #007bff; padding: 20px; border-radius: 8px; margin-bottom: 20px; flex: 1 1 calc(33% - 20px); box-sizing: border-box; min-width: 280px; }.page-1win-app-pakistan__step-number { font-size: 1.8em; font-weight: bold; color: #007bff; margin-bottom: 10px; }.page-1win-app-pakistan__step-title { font-size: 1.3em; color: #002244; margin-bottom: 10px; }.page-1win-app-pakistan__step-description { font-size: 1em; color: #555; }.page-1win-app-pakistan__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; }.page-1win-app-pakistan__category-card { background-color: #f0f8ff; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; }.page-1win-app-pakistan__category-card:hover { transform: translateY(-5px); }.page-1win-app-pakistan__category-image { width: 100%; height: 180px; object-fit: cover; }.page-1win-app-pakistan__category-title { font-size: 1.3em; color: #002244; padding: 15px; margin: 0; }.page-1win-app-pakistan__promo-banner { text-align: center; padding: 40px 20px; background-color: #FFD700; border-radius: 8px; margin-top: 30px; }.page-1win-app-pakistan__promo-title { font-size: 2em; color: #002244; margin-bottom: 15px; }.page-1win-app-pakistan__promo-description { font-size: 1.1em; color: #333; margin-bottom: 25px; }.page-1win-app-pakistan__faq-list { margin-top: 30px; }.page-1win-app-pakistan__faq-item { background-color: #f0f8ff; border: 1px solid #ddd; margin-bottom: 15px; border-radius: 8px; overflow: hidden; }.page-1win-app-pakistan__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; background-color: #e9f5ff; font-weight: bold; color: #002244; user-select: none; transition: background-color 0.3s ease; }.page-1win-app-pakistan__faq-question:hover { background-color: #d0e9ff; }.page-1win-app-pakistan__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }.page-1win-app-pakistan__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; }.page-1win-app-pakistan__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; color: #555; }.page-1win-app-pakistan__faq-item.active .page-1win-app-pakistan__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-1win-app-pakistan__faq-item.active .page-1win-app-pakistan__faq-toggle { transform: rotate(45deg); }.page-1win-app-pakistan__ph333-cta { text-align: center; margin-top: 40px; padding: 30px 20px; background-color: #002244; color: #fff; border-radius: 8px; }.page-1win-app-pakistan__ph333-cta-title { font-size: 2em; margin-bottom: 15px; }.page-1win-app-pakistan__ph333-cta-description { font-size: 1.1em; margin-bottom: 30px; }.page-1win-app-pakistan__sticky-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-1win-app-pakistan__sticky-button { background-color: #FFD700; color: #000; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; text-align: center; }.page-1win-app-pakistan__sticky-button:hover { background-color: #e0b800; transform: translateY(-2px); }.page-1win-app-pakistan__download-links { display: flex; justify-content: center; gap: 20px; margin-top: 30px; flex-wrap: wrap; }.page-1win-app-pakistan__download-link-item { flex: 1 1 250px; max-width: 300px; text-align: center; background-color: #f0f8ff; padding: 25px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); }.page-1win-app-pakistan__download-icon { width: 80px; height: auto; margin-bottom: 15px; }.page-1win-app-pakistan__download-title { font-size: 1.3em; color: #002244; margin-bottom: 15px; }.page-1win-app-pakistan__download-button { display: block; width: 100%; padding: 12px; background-color: #007bff; color: #fff; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-1win-app-pakistan__download-button:hover { background-color: #0056b3; }@media (max-width: 768px) { .page-1win-app-pakistan__hero-title { font-size: 2em; }.page-1win-app-pakistan__hero-subtitle { font-size: 1.1em; }.page-1win-app-pakistan__section-title { font-size: 1.8em; }.page-1win-app-pakistan__features-grid { grid-template-columns: 1fr; }.page-1win-app-pakistan__step-item { flex: 1 1 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; word-wrap: break-word !important; overflow-wrap: break-word !important; }.page-1win-app-pakistan__steps-list { padding: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-1win-app-pakistan__category-card { flex: 1 1 100%; max-width: 100%; }.page-1win-app-pakistan__promo-title { font-size: 1.6em; }.page-1win-app-pakistan__sticky-buttons { right: 10px; bottom: 10px; }.page-1win-app-pakistan__faq-question { padding: 15px; }.page-1win-app-pakistan__faq-question h3 { font-size: 1em; }.page-1win-app-pakistan__faq-answer { padding: 15px !important; }.page-1win-app-pakistan__download-links { flex-direction: column; align-items: center; }.page-1win-app-pakistan__download-link-item { max-width: 100%; width: 100% !important; box-sizing: border-box !important; }}.page-1win-app-pakistan__app-features-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; }.page-1win-app-pakistan__app-features-list li { background-color: #f0f8ff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); font-size: 1.1em; color: #333; display: flex; align-items: center; gap: 15px; }.page-1win-app-pakistan__app-features-list li::before { content: '✓'; color: #007bff; font-weight: bold; font-size: 1.2em; }.page-1win-app-pakistan__product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-1win-app-pakistan__product-card { background-color: #f0f8ff; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; }.page-1win-app-pakistan__product-card:hover { transform: translateY(-5px); }.page-1win-app-pakistan__product-image { width: 100%; height: 200px; object-fit: cover; }.page-1win-app-pakistan__product-content { padding: 15px; }.page-1win-app-pakistan__product-title { font-size: 1.3em; color: #002244; margin-bottom: 10px; }.page-1win-app-pakistan__product-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-1win-app-pakistan__product-button { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; }.page-1win-app-pakistan__product-button:hover { background-color: #0056b3; }