.page-pagcor-bike-price { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-pagcor-bike-price__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-pagcor-bike-price__section { padding: 40px 20px; margin-bottom: 20px; background-color: #22223b; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-pagcor-bike-price__section--dark { background-color: #1a1a2e; } .page-pagcor-bike-price__heading { text-align: center; color: #e0b0ff; margin-bottom: 30px; font-size: 2.5em; font-weight: bold; } .page-pagcor-bike-price__subheading { text-align: center; color: #bb86fc; margin-bottom: 20px; font-size: 1.8em; } .page-pagcor-bike-price__text { margin-bottom: 15px; text-align: justify; } .page-pagcor-bike-price__text--center { text-align: center; } .page-pagcor-bike-price__button { display: inline-block; background-color: #00bcd4; color: #ffffff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; text-align: center; } .page-pagcor-bike-price__button:hover { background-color: #0097a7; } .page-pagcor-bike-price__button-group { text-align: center; margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; } .page-pagcor-bike-price__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:gaming,promotions,bike]') no-repeat center center/cover; padding: 100px 20px; text-align: center; color: #ffffff; position: relative; overflow: hidden; border-radius: 0; padding-top: calc(100px + var(--header-offset, 0px)); } .page-pagcor-bike-price__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); } .page-pagcor-bike-price__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); } .page-pagcor-bike-price__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-pagcor-bike-price__intro-item { background-color: #31314a; padding: 25px; border-radius: 8px; text-align: center; } .page-pagcor-bike-price__intro-item-icon { font-size: 3em; color: #00bcd4; margin-bottom: 15px; } .page-pagcor-bike-price__intro-item-title { font-size: 1.3em; color: #e0b0ff; margin-bottom: 10px; } .page-pagcor-bike-price__intro-item-text { font-size: 0.95em; color: #cccccc; } .page-pagcor-bike-price__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin-top: 30px; } .page-pagcor-bike-price__quick-link-button { display: block; width: 100%; background-color: #bb86fc; color: #ffffff; padding: 15px 10px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; text-align: center; } .page-pagcor-bike-price__quick-link-button:hover { background-color: #9a67ea; } .page-pagcor-bike-price__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-pagcor-bike-price__game-card { background-color: #31314a; border-radius: 8px; overflow: hidden; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-pagcor-bike-price__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.6); } .page-pagcor-bike-price__game-image { width: 100%; height: 200px; object-fit: cover; } .page-pagcor-bike-price__game-content { padding: 20px; } .page-pagcor-bike-price__game-title { font-size: 1.4em; color: #e0b0ff; margin-bottom: 10px; } .page-pagcor-bike-price__game-description { font-size: 0.95em; color: #cccccc; margin-bottom: 15px; } .page-pagcor-bike-price__game-provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 15px; margin-top: 20px; padding: 20px; background-color: #31314a; border-radius: 8px; } .page-pagcor-bike-price__game-provider-logo { height: 60px; width: auto; max-width: 120px; object-fit: contain; } .page-pagcor-bike-price__promo-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-pagcor-bike-price__promo-card { background-color: #31314a; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: left; } .page-pagcor-bike-price__promo-card:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.6); } .page-pagcor-bike-price__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-pagcor-bike-price__promo-content { padding: 20px; } .page-pagcor-bike-price__promo-title { font-size: 1.5em; color: #00bcd4; margin-bottom: 10px; } .page-pagcor-bike-price__promo-text { font-size: 0.95em; color: #cccccc; margin-bottom: 15px; } .page-pagcor-bike-price__security-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-pagcor-bike-price__security-item { background-color: #31314a; padding: 20px; border-radius: 8px; text-align: center; } .page-pagcor-bike-price__security-icon { font-size: 2.5em; color: #bb86fc; margin-bottom: 15px; } .page-pagcor-bike-price__security-title { font-size: 1.2em; color: #e0b0ff; margin-bottom: 10px; } .page-pagcor-bike-price__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-pagcor-bike-price__payment-logo { height: 50px; width: auto; max-width: 100px; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; } .page-pagcor-bike-price__payment-logo:hover { filter: grayscale(0%); opacity: 1; } .page-pagcor-bike-price__faq-list { list-style: none; padding: 0; margin-top: 30px; } .page-pagcor-bike-price__faq-item { background-color: #31314a; margin-bottom: 10px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-pagcor-bike-price__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #3a3a5e; color: #e0b0ff; font-weight: bold; transition: background-color 0.3s ease; user-select: none; } .page-pagcor-bike-price__faq-question h3 { margin: 0; font-size: 1.1em; color: inherit; pointer-events: none; } .page-pagcor-bike-price__faq-question:hover { background-color: #4a4a7a; } .page-pagcor-bike-price__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 10px; transition: transform 0.3s ease; pointer-events: none; } .page-pagcor-bike-price__faq-item.active .page-pagcor-bike-price__faq-toggle { transform: rotate(45deg); } .page-pagcor-bike-price__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; background-color: #22223b; color: #cccccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-pagcor-bike-price__faq-item.active .page-pagcor-bike-price__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-pagcor-bike-price__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-pagcor-bike-price__blog-card { background-color: #31314a; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-pagcor-bike-price__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.6); } .page-pagcor-bike-price__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-pagcor-bike-price__blog-content { padding: 20px; } .page-pagcor-bike-price__blog-title { font-size: 1.3em; color: #e0b0ff; margin-bottom: 10px; display: block; text-decoration: none; } .page-pagcor-bike-price__blog-title:hover { text-decoration: underline; } .page-pagcor-bike-price__blog-excerpt { font-size: 0.9em; color: #cccccc; margin-bottom: 15px; } .page-pagcor-bike-price__blog-date { font-size: 0.85em; color: #888888; text-align: right; } @media (max-width: 768px) { .page-pagcor-bike-price__hero-title { font-size: 2.5em; } .page-pagcor-bike-price__hero-subtitle { font-size: 1.2em; } .page-pagcor-bike-price__heading { font-size: 2em; } .page-pagcor-bike-price__subheading { font-size: 1.5em; } .page-pagcor-bike-price__intro-grid, .page-pagcor-bike-price__quick-links-grid, .page-pagcor-bike-price__game-grid, .page-pagcor-bike-price__promo-card-grid, .page-pagcor-bike-price__security-features-grid, .page-pagcor-bike-price__blog-grid { grid-template-columns: 1fr; } .page-pagcor-bike-price__section { padding: 25px 15px; } .page-pagcor-bike-price__button { padding: 10px 20px; font-size: 0.9em; } .page-pagcor-bike-price__faq-question { padding: 12px 15px; } .page-pagcor-bike-price__faq-question h3 { font-size: 1em; } .page-pagcor-bike-price__faq-answer { padding: 15px !important; } .page-pagcor-bike-price__game-provider-logos, .page-pagcor-bike-price__payment-logos { gap: 10px; padding: 15px; } .page-pagcor-bike-price__game-provider-logo, .page-pagcor-bike-price__payment-logo { height: 40px; } .page-pagcor-bike-price__hero-section { padding-top: calc(80px + var(--header-offset, 0px)); } } @media (max-width: 375px) { .page-pagcor-bike-price__intro-grid > *, .page-pagcor-bike-price__quick-links-grid > *, .page-pagcor-bike-price__game-grid > *, .page-pagcor-bike-price__promo-card-grid > *, .page-pagcor-bike-price__security-features-grid > *, .page-pagcor-bike-price__blog-grid > *, .page-pagcor-bike-price__faq-list > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 10px; padding-right: 10px; } .page-pagcor-bike-price__intro-item, .page-pagcor-bike-price__quick-link-button, .page-pagcor-bike-price__game-card, .page-pagcor-bike-price__promo-card, .page-pagcor-bike-price__security-item, .page-pagcor-bike-price__blog-card, .page-pagcor-bike-price__faq-item { padding-left: 0; padding-right: 0; } .page-pagcor-bike-price__text, .page-pagcor-bike-price__intro-item-text, .page-pagcor-bike-price__game-description, .page-pagcor-bike-price__promo-text, .page-pagcor-bike-price__blog-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }