.page-promo-code-in-jl7 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: var(--header-offset, 122px); } .page-promo-code-in-jl7__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-promo-code-in-jl7__hero-section { position: relative; width: 100%; height: 500px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding-top: 10px; } .page-promo-code-in-jl7__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-promo-code-in-jl7__hero-content { z-index: 1; max-width: 800px; padding: 20px; background: rgba(0, 0, 0, 0.5); border-radius: 10px; } .page-promo-code-in-jl7__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-promo-code-in-jl7__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-promo-code-in-jl7__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.2em; transition: background-color 0.3s ease; } .page-promo-code-in-jl7__cta-button:hover { background-color: #e6b800; } .page-promo-code-in-jl7__section { padding: 60px 0; border-bottom: 1px solid #eee; } .page-promo-code-in-jl7__section:last-of-type { border-bottom: none; } .page-promo-code-in-jl7__section-title { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 40px; } .page-promo-code-in-jl7__text-content { font-size: 1.1em; max-width: 900px; margin: 0 auto 20px; text-align: justify; } .page-promo-code-in-jl7__feature-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; list-style: none; padding: 0; margin-top: 30px; } .page-promo-code-in-jl7__feature-item { background-color: #fff; padding: 25px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); text-align: center; flex: 1 1 calc(33% - 40px); box-sizing: border-box; min-width: 280px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-promo-code-in-jl7__feature-item:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); } .page-promo-code-in-jl7__feature-icon { margin-bottom: 15px; width: 100%; max-width: 300px; height: auto; display: block; margin-left: auto; margin-right: auto; } .page-promo-code-in-jl7__feature-title { font-size: 1.5em; color: #2980b9; margin-bottom: 10px; } .page-promo-code-in-jl7__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-promo-code-in-jl7__quick-access-item { background-color: #2980b9; color: #fff; padding: 25px; border-radius: 8px; text-align: center; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; display: flex; align-items: center; justify-content: center; min-height: 100px; } .page-promo-code-in-jl7__quick-access-item:hover { background-color: #2471a3; transform: translateY(-3px); } .page-promo-code-in-jl7__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; margin-top: 30px; } .page-promo-code-in-jl7__game-card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; text-decoration: none; color: #333; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-promo-code-in-jl7__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); } .page-promo-code-in-jl7__game-image { width: 100%; height: 150px; object-fit: cover; } .page-promo-code-in-jl7__game-logo { width: 80px; height: 80px; object-fit: contain; margin: 15px auto 10px; } .page-promo-code-in-jl7__game-title { font-size: 1.1em; font-weight: bold; padding: 0 10px 15px; } .page-promo-code-in-jl7__promotion-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-promo-code-in-jl7__promotion-card { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-promo-code-in-jl7__promotion-card:hover { transform: translateY(-8px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); } .page-promo-code-in-jl7__promotion-image { width: 100%; height: 200px; object-fit: cover; } .page-promo-code-in-jl7__promotion-content { padding: 20px; } .page-promo-code-in-jl7__promotion-title { font-size: 1.8em; color: #c0392b; margin-bottom: 10px; } .page-promo-code-in-jl7__promotion-description { font-size: 1em; color: #555; margin-bottom: 15px; } .page-promo-code-in-jl7__promotion-button { display: inline-block; background-color: #c0392b; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-promo-code-in-jl7__promotion-button:hover { background-color: #a93226; } .page-promo-code-in-jl7__support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-promo-code-in-jl7__support-item { background-color: #eaf2f8; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-promo-code-in-jl7__support-item h3 { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; } .page-promo-code-in-jl7__support-item p { color: #555; } .page-promo-code-in-jl7__faq-list { max-width: 900px; margin: 40px auto 0; } .page-promo-code-in-jl7__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-promo-code-in-jl7__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #f2f2f2; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; user-select: none; } .page-promo-code-in-jl7__faq-question:hover { background-color: #e6e6e6; } .page-promo-code-in-jl7__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; } .page-promo-code-in-jl7__faq-toggle { font-size: 1.5em; font-weight: bold; color: #2980b9; transition: transform 0.3s ease; pointer-events: none; } .page-promo-code-in-jl7__faq-item.active .page-promo-code-in-jl7__faq-toggle { transform: rotate(45deg); } .page-promo-code-in-jl7__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; } .page-promo-code-in-jl7__faq-item.active .page-promo-code-in-jl7__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-promo-code-in-jl7__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-promo-code-in-jl7__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); overflow: hidden; text-decoration: none; color: #333; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-promo-code-in-jl7__blog-card:hover { transform: translateY(-8px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); } .page-promo-code-in-jl7__blog-image { width: 100%; height: 180px; object-fit: cover; } .page-promo-code-in-jl7__blog-content { padding: 20px; } .page-promo-code-in-jl7__blog-date { font-size: 0.9em; color: #7f8c8d; margin-bottom: 10px; display: block; } .page-promo-code-in-jl7__blog-title { font-size: 1.4em; font-weight: bold; color: #2c3e50; margin-bottom: 10px; } .page-promo-code-in-jl7__blog-excerpt { font-size: 1em; color: #555; } /* Responsive adjustments */ @media (max-width: 768px) { .page-promo-code-in-jl7__container { padding: 15px; } .page-promo-code-in-jl7__hero-section { height: 400px; } .page-promo-code-in-jl7__hero-title { font-size: 2.5em; } .page-promo-code-in-jl7__hero-subtitle { font-size: 1.2em; } .page-promo-code-in-jl7__cta-button { padding: 12px 25px; font-size: 1.1em; } .page-promo-code-in-jl7__section { padding: 40px 0; } .page-promo-code-in-jl7__section-title { font-size: 2em; margin-bottom: 30px; } .page-promo-code-in-jl7__text-content { font-size: 1em; padding: 0 10px; } .page-promo-code-in-jl7__feature-list, .page-promo-code-in-jl7__game-grid, .page-promo-code-in-jl7__promotion-grid, .page-promo-code-in-jl7__support-grid, .page-promo-code-in-jl7__blog-grid { grid-template-columns: 1fr; gap: 15px; } .page-promo-code-in-jl7__feature-item, .page-promo-code-in-jl7__quick-access-item, .page-promo-code-in-jl7__game-card, .page-promo-code-in-jl7__promotion-card, .page-promo-code-in-jl7__blog-card { flex: none; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-promo-code-in-jl7__faq-question { padding: 15px 20px; } .page-promo-code-in-jl7__faq-question h3 { font-size: 1.1em; } .page-promo-code-in-jl7__faq-answer { padding: 0 20px; } .page-promo-code-in-jl7__faq-item.active .page-promo-code-in-jl7__faq-answer { padding: 15px 20px !important; } .page-promo-code-in-jl7__blog-image { height: 150px; } .page-promo-code-in-jl7__blog-title { font-size: 1.2em; } } @media (max-width: 375px) { .page-promo-code-in-jl7__hero-title { font-size: 2em; } .page-promo-code-in-jl7__hero-subtitle { font-size: 1em; } .page-promo-code-in-jl7__cta-button { padding: 10px 20px; font-size: 1em; } .page-promo-code-in-jl7__game-image { height: 120px; } .page-promo-code-in-jl7__promotion-image { height: 150px; } } .page-promo-code-in-jl7__feature-item p, .page-promo-code-in-jl7__promotion-description, .page-promo-code-in-jl7__support-item p, .page-promo-code-in-jl7__faq-answer, .page-promo-code-in-jl7__blog-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-promo-code-in-jl7__game-title, .page-promo-code-in-jl7__quick-access-item { word-break: break-word !important; } .page-promo-code-in-jl7 img { max-width: 100%; height: auto; display: block; margin: 0 auto; } .page-promo-code-in-jl7__game-card .page-promo-code-in-jl7__game-image, .page-promo-code-in-jl7__promotion-card .page-promo-code-in-jl7__promotion-image, .page-promo-code-in-jl7__blog-card .page-promo-code-in-jl7__blog-image { width: 100%; max-width: 100%; height: auto; object-fit: cover; } .page-promo-code-in-jl7__game-logo { width: 80px; height: 80px; max-width: 100%; object-fit: contain; }