/* Footer Fix for Accordion Animations */
body.claim_page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.grievance-content {
    flex: 1;
    min-height: calc(100vh - 200px);
}

.servicing_chatbot {
    margin-top: auto;
    position: relative;
    z-index: 10;
}

/* Prevent footer movement during animations */
.grievance-container {
    min-height: 600px;
    padding-bottom: 50px;
}

/* Smooth accordion without affecting layout */
.step2-content,
.step3-content,
.step4-content {
    position: relative;
}