/* Calculator custom styles */
.calculator-area {
    background-color: #f6f6f6;
}

.calculator-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.calculator-frame {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.others-section .others-boxes .icons-heading .heading a {
    font-size: 22px;
}

.vl-footer1-section-area {
    padding: 50px 0 32px;
    border-top: 1px solid #ddd;
    background: #fff
}

.others-section .others-boxes .icons-heading .icons {
    display: none;
}

.others-section .others-boxes .icons-heading .heading {
    padding-left: 0;
}

.dn {display: none;}

/* Styles for 404 page */
.error-page {
    background-color: #f8f9fa;
}

.error-page-container {
    margin-top: 3rem;
}

.error-number {
    font-size: 10rem;
    color: #dc3545;
}

.error-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.error-message {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.btn-home {
    padding: 10px 20px;
    font-size: 1.1rem;
    border-radius: 5px;
    text-decoration: none;
    background-color: #007bff;
    border: none;
    color: white;
    display: inline-block;
}

.btn-home:hover {
    background-color: #0056b3;
    color: white;
    text-decoration: none;
}