.page-hindi-hit-film { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; padding-top: var(--header-offset, 122px); } .page-hindi-hit-film__hero-section { position: relative; width: 100%; overflow: hidden; color: #fff; text-align: center; padding: 10px 0 60px; background: linear-gradient(135deg, #ff6b6b 0%, #ee5253 100%); display: flex; flex-direction: column; justify-content: center; align-items: center; } .page-hindi-hit-film__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.7); } .page-hindi-hit-film__hero-content { position: relative; z-index: 1; padding: 20px; max-width: 900px; margin: 0 auto; } .page-hindi-hit-film__hero-title { font-size: 3.2em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); font-weight: bold; } .page-hindi-hit-film__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-hindi-hit-film__hero-cta-button { display: inline-block; background-color: #f0c040; color: #333; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-hindi-hit-film__hero-cta-button:hover { background-color: #ffd700; transform: translateY(-3px); } .page-hindi-hit-film__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; background-color: #fff; padding: 30px 20px; border-bottom: 1px solid #eee; } .page-hindi-hit-film__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-hindi-hit-film__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-hindi-hit-film__section { padding: 60px 20px; margin: 0 auto; max-width: 1200px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); margin-bottom: 30px; } .page-hindi-hit-film__section-title { text-align: center; font-size: 2.5em; color: #e74c3c; margin-bottom: 40px; font-weight: bold; } .page-hindi-hit-film__text-content { font-size: 1.1em; color: #555; text-align: justify; } .page-hindi-hit-film__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-hindi-hit-film__card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; text-decoration: none; color: inherit; } .page-hindi-hit-film__card:hover { transform: translateY(-5px); } .page-hindi-hit-film__card-image { width: 100%; height: 250px; object-fit: cover; } .page-hindi-hit-film__card-content { padding: 20px; } .page-hindi-hit-film__card-title { font-size: 1.5em; margin-bottom: 10px; color: #e74c3c; } .page-hindi-hit-film__card-description { font-size: 0.95em; color: #666; } .page-hindi-hit-film__cta-buttons { display: flex; justify-content: center; gap: 20px; margin-top: 40px; flex-wrap: wrap; } .page-hindi-hit-film__cta-button-secondary { display: inline-block; background-color: #3498db; color: #fff; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-hindi-hit-film__cta-button-secondary:hover { background-color: #2980b9; transform: translateY(-3px); } .page-hindi-hit-film__faq-list { list-style: none; padding: 0; } .page-hindi-hit-film__faq-item { background-color: #f9f9f9; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08); } .page-hindi-hit-film__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #e74c3c; color: #fff; font-weight: bold; font-size: 1.2em; user-select: none; } .page-hindi-hit-film__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; } .page-hindi-hit-film__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-hindi-hit-film__faq-item.active .page-hindi-hit-film__faq-toggle { transform: rotate(45deg); } .page-hindi-hit-film__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #fff; color: #555; } .page-hindi-hit-film__faq-item.active .page-hindi-hit-film__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-hindi-hit-film__blog-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-hindi-hit-film__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; text-decoration: none; color: inherit; } .page-hindi-hit-film__blog-card:hover { transform: translateY(-5px); } .page-hindi-hit-film__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-hindi-hit-film__blog-card-content { padding: 20px; } .page-hindi-hit-film__blog-card-title { font-size: 1.3em; margin-bottom: 10px; color: #e74c3c; } .page-hindi-hit-film__blog-card-description { font-size: 0.9em; color: #666; } @media (max-width: 768px) { .page-hindi-hit-film__hero-title { font-size: 2.2em; } .page-hindi-hit-film__hero-subtitle { font-size: 1.2em; } .page-hindi-hit-film__hero-cta-button { padding: 12px 25px; font-size: 1em; } .page-hindi-hit-film__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 10px; } .page-hindi-hit-film__payment-logo, .page-hindi-hit-film__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-hindi-hit-film__section { padding: 40px 15px; margin-bottom: 20px; } .page-hindi-hit-film__section-title { font-size: 2em; margin-bottom: 30px; } .page-hindi-hit-film__text-content { font-size: 1em; } .page-hindi-hit-film__grid, .page-hindi-hit-film__blog-cards { grid-template-columns: 1fr; gap: 20px; } .page-hindi-hit-film__card-image, .page-hindi-hit-film__blog-card-image { height: 180px; } .page-hindi-hit-film__cta-buttons { flex-direction: column; gap: 15px; } .page-hindi-hit-film__cta-button-secondary { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-hindi-hit-film__faq-question { padding: 15px; font-size: 1.1em; } .page-hindi-hit-film__faq-question h3 { font-size: 1.1em; } .page-hindi-hit-film__faq-answer { padding: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-hindi-hit-film__blog-card-title { font-size: 1.2em; } .page-hindi-hit-film__blog-card-description { font-size: 0.85em; } }