.elementor-21449 .elementor-element.elementor-element-17048d1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c51e69e */.emi-calculator {
    max-width: 400px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    margin: 20px auto;
}

.emi-calculator h2 {
    margin-bottom: 15px;
    color: #333;
}

.emi-calculator label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

.emi-calculator input {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.emi-calculator button {
    margin-top: 15px;
    padding: 10px;
    width: 100%;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.emi-calculator button:hover {
    background-color: #0056b3;
}

.emi-calculator h3 {
    margin-top: 15px;
    color: #28a745;
}
#emiResults {
    display: none; /* Hide results initially */
}
#emiResults {
    display: none; /* Hide initially */
    margin-top: 15px;
}

#emiResults h3 {
    font-size: 18px;
    color: #28a745;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap; /* Ensures proper wrapping on smaller screens */
}/* End custom CSS */