.page-wrangler-jl-forum { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a1a; line-height: 1.6; padding-top: var(--header-offset, 122px); } @media (max-width: 768px) { .page-wrangler-jl-forum { padding-top: var(--header-offset-mobile, 60px); } } .page-wrangler-jl-forum__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } @media (max-width: 768px) { .page-wrangler-jl-forum__container { padding: 15px; } } .page-wrangler-jl-forum__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); text-align: center; padding: 60px 20px; border-radius: 8px; margin-bottom: 40px; position: relative; overflow: hidden; padding-top: 80px; } .page-wrangler-jl-forum__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('[GALLERY:hero:1920x1080:jeep_wrangler,offroad,adventure_forum]'); background-size: cover; background-position: center; opacity: 0.3; z-index: -1; } @media (max-width: 768px) { .page-wrangler-jl-forum__hero-section { padding: 40px 15px; padding-top: 60px; } } .page-wrangler-jl-forum__hero-title { font-size: 3em; color: #ffcc00; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-wrangler-jl-forum__hero-title { font-size: 2em; } } .page-wrangler-jl-forum__hero-subtitle { font-size: 1.2em; color: #f0f0f0; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } @media (max-width: 768px) { .page-wrangler-jl-forum__hero-subtitle { font-size: 1em; } } .page-wrangler-jl-forum__cta-button { display: inline-block; background-color: #007bff; color: #ffffff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; margin: 10px; } .page-wrangler-jl-forum__cta-button:hover { background-color: #0056b3; } .page-wrangler-jl-forum__section-title { font-size: 2.5em; color: #ffcc00; text-align: center; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } @media (max-width: 768px) { .page-wrangler-jl-forum__section-title { font-size: 2em; } } .page-wrangler-jl-forum__text-content { font-size: 1em; color: #cccccc; margin-bottom: 20px; } .page-wrangler-jl-forum__text-content strong { color: #ffcc00; } .page-wrangler-jl-forum__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 40px; } @media (max-width: 768px) { .page-wrangler-jl-forum__features-grid { grid-template-columns: 1fr; gap: 20px; } } .page-wrangler-jl-forum__feature-item { background-color: #2a2a2a; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-wrangler-jl-forum__feature-item:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4); } .page-wrangler-jl-forum__feature-icon { width: 100%; max-width: 250px; height: auto; margin-bottom: 15px; border-radius: 8px; object-fit: cover; } .page-wrangler-jl-forum__feature-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-wrangler-jl-forum__game-providers { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 40px; } .page-wrangler-jl-forum__provider-logo { max-width: 150px; height: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; } .page-wrangler-jl-forum__provider-logo:hover { filter: grayscale(0%); opacity: 1; } .page-wrangler-jl-forum__faq-section { margin-bottom: 40px; } .page-wrangler-jl-forum__faq-item { background-color: #2a2a2a; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); } .page-wrangler-jl-forum__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #333333; transition: background-color 0.3s ease; } .page-wrangler-jl-forum__faq-question:hover { background-color: #444444; } .page-wrangler-jl-forum__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; } .page-wrangler-jl-forum__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-wrangler-jl-forum__faq-item.active .page-wrangler-jl-forum__faq-toggle { transform: rotate(45deg); } .page-wrangler-jl-forum__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #cccccc; } .page-wrangler-jl-forum__faq-item.active .page-wrangler-jl-forum__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-wrangler-jl-forum__faq-question { padding: 15px; } .page-wrangler-jl-forum__faq-question h3 { font-size: 1em; } .page-wrangler-jl-forum__faq-answer { padding: 0 15px; } .page-wrangler-jl-forum__faq-item.active .page-wrangler-jl-forum__faq-answer { padding: 15px !important; } } .page-wrangler-jl-forum__call-to-action { background-color: #2a2a2a; padding: 50px 20px; text-align: center; border-radius: 8px; margin-top: 40px; } .page-wrangler-jl-forum__call-to-action h2 { color: #ffcc00; font-size: 2em; margin-bottom: 20px; } @media (max-width: 768px) { .page-wrangler-jl-forum__call-to-action h2 { font-size: 1.5em; } } .page-wrangler-jl-forum__promotion-banner { background-color: #4a0072; /* Deep purple */ color: #ffffff; padding: 20px; text-align: center; margin-bottom: 40px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); } .page-wrangler-jl-forum__promotion-banner h2 { font-size: 2.2em; margin-bottom: 10px; color: #ffeb3b; /* Bright yellow for emphasis */ } .page-wrangler-jl-forum__promotion-banner p { font-size: 1.1em; margin-bottom: 20px; } .page-wrangler-jl-forum__promotion-banner .page-wrangler-jl-forum__cta-button { background-color: #ffeb3b; color: #4a0072; } .page-wrangler-jl-forum__promotion-banner .page-wrangler-jl-forum__cta-button:hover { background-color: #fdd835; } /* Responsive image styles */ .page-wrangler-jl-forum img { max-width: 100%; height: auto; display: block; margin: 0 auto; } .page-wrangler-jl-forum__image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; margin-bottom: 20px; } @media (max-width: 768px) { .page-wrangler-jl-forum__features-grid .page-wrangler-jl-forum__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-wrangler-jl-forum__features-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-wrangler-jl-forum__features-grid p, .page-wrangler-jl-forum__features-grid h3 { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-wrangler-jl-forum__game-providers { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-wrangler-jl-forum__provider-logo { max-width: 100px; } }