.page-bl55-nh-c-i { font-family: 'Arial', sans-serif; color: #333; background-color: #f8f8f8; line-height: 1.6; padding-top: 10px; } .page-bl55-nh-c-i__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-bl55-nh-c-i__section-title { font-size: 2.5em; color: #0056b3; text-align: center; margin-bottom: 40px; font-weight: bold; line-height: 1.2; } /* Hero Section */ .page-bl55-nh-c-i__hero-section { position: relative; width: 100%; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; min-height: 500px; background-color: #003366; padding: 40px 20px; box-sizing: border-box; } .page-bl55-nh-c-i__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; } .page-bl55-nh-c-i__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; max-width: 100% !important; height: auto !important; } .page-bl55-nh-c-i__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; background-color: rgba(0, 0, 0, 0.4); border-radius: 10px; } .page-bl55-nh-c-i__hero-title { font-size: 3.5em; margin-bottom: 20px; font-weight: bold; color: #fff; line-height: 1.2; } .page-bl55-nh-c-i__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #eee; } .page-bl55-nh-c-i__hero-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-bl55-nh-c-i__button { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; white-space: nowrap; } .page-bl55-nh-c-i__button--primary { background-color: #ffcc00; color: #333; border: 2px solid #ffcc00; } .page-bl55-nh-c-i__button--primary:hover { background-color: #e6b800; transform: translateY(-2px); } .page-bl55-nh-c-i__button--secondary { background-color: transparent; color: #ffcc00; border: 2px solid #ffcc00; } .page-bl55-nh-c-i__button--secondary:hover { background-color: #ffcc00; color: #333; transform: translateY(-2px); } .page-bl55-nh-c-i__button--small { padding: 10px 20px; font-size: 0.9em; border-radius: 5px; } /* Payment Providers / Game Logo Section */ .page-bl55-nh-c-i__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #e0e0e0; } .page-bl55-nh-c-i__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; width: 100%; } .page-bl55-nh-c-i__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; background-color: #fff; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); padding: 10px; } .page-bl55-nh-c-i__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }