body { font-family: 'Poppins', 'Noto Sans Devanagari', sans-serif; background-color: #fafbfc; position: relative; min-height: 100vh; z-index: 1; }
    .bg-illustration { position: fixed; bottom: 0; left: 0; width: 100%; height: 100vh; background-image: url('../img/baner.png'); background-position: bottom center; background-repeat: no-repeat; background-size: 100% auto; opacity: 1; z-index: -1; }
    .text-orange { color: #ff5a00 !important; }
    .bg-orange { background-color: #ff5a00 !important; color: #fff !important; transition: all 0.3s; }
    .bg-orange:hover { background-color: #e04f00 !important; transform: scale(1.02); }
    .text-green-custom { color: #4caf50 !important; }
    .hover-card { background-color: #ffffff !important; border: 1px solid rgba(0, 0, 0, 0.08) !important; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important; transition: transform 0.2s, box-shadow 0.2s; }
    .hover-card:hover { transform: translateY(-6px); box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18) !important; }
    .modal-content { border-radius: 20px; border: none; box-shadow: 0 15px 50px rgba(0,0,0,0.1); padding: 20px; }
    .progress-wrapper { position: relative; max-width: 500px; margin: 0 auto 30px; padding-top: 15px; }
    .progress-line-bg { position: absolute; top: 32px; left: 0; width: 100%; height: 3px; background: #e0e0e0; z-index: 1; }
    .progress-line-fill { position: absolute; top: 32px; left: 0; height: 3px; background: #ff5a00; z-index: 2; transition: width 0.3s ease; }
    .step-container { display: flex; justify-content: space-between; position: relative; z-index: 3; }
    .step-circle { width: 35px; height: 35px; border-radius: 50%; background: #fff; border: 2px solid #e0e0e0; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 600; color: #999; transition: all 0.3s; }
    .step-circle.active { background: #ff5a00; border-color: #ff5a00; color: #fff; box-shadow: 0 0 0 4px rgba(255, 90, 0, 0.2); }
    .step-circle.completed { background: #ff5a00; border-color: #ff5a00; color: #fff; }
    .question-badge { background: #fff5ef; color: #ff5a00; padding: 5px 15px; border-radius: 20px; font-size: 0.85rem; font-weight: 500; display: inline-block; margin-bottom: 20px; border: 1px solid rgba(255, 90, 0, 0.2); }
    .q-img-wrapper { width: 130px; height: 130px; border-radius: 50%; overflow: hidden; margin: 0 auto 20px; background: #fdf5e6; border: 4px solid #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
    .q-img-wrapper img { width: 100%; height: 100%; object-fit: cover; }
    .question-text { font-size: 1.6rem; font-weight: 700; color: #222; margin-bottom: 10px; }
    .text-highlight { color: #ff5a00; }
    .btn-option { background: #fff; border: 2px solid #e0e0e0; border-radius: 12px; padding: 20px; font-size: 1.3rem; font-weight: 600; cursor: pointer; transition: all 0.2s; width: 100%; display: flex; flex-direction: column; align-items: center; }
    .btn-yes { color: #28a745; }
    .btn-yes:hover { border-color: #28a745; background: #f0fff4; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(40,167,69,0.1); }
    .btn-no { color: #dc3545; }
    .btn-no:hover { border-color: #dc3545; background: #fff5f5; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(220,53,69,0.1); }
    .icon-circle { width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; }
    .icon-yes { background: #28a745; color: #fff; }
    .icon-no { background: #dc3545; color: #fff; }
    .party-card { border: 2px solid #eee; border-radius: 12px; padding: 15px; cursor: pointer; transition: 0.3s; text-align: center; font-weight: bold; font-size: 1.1rem; }
    .party-card:hover { border-color: #ff5a00; background: #fff5ef; transform: translateY(-3px); }
    .modal-action-bar { border-top: 1px solid #eee; margin-top: 30px; padding-top: 15px; display: flex; justify-content: space-between; align-items: center; }
    .btn-back { background: #fff; border: 1px solid #ddd; color: #555; padding: 8px 16px; border-radius: 8px; font-weight: 500; transition: 0.2s; }
    .btn-back:hover { background: #f5f5f5; color: #000; }