  .tool-wrapper {
        min-height: 70vh;
    }

    .result-box {
        border-radius: 18px;
        color: white;
        padding: 25px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
    }

    .emi-bg {
        background: linear-gradient(135deg, #ff7e5f, #feb47b);
    }

    .age-bg {
        background: linear-gradient(135deg, #4e73df, #1cc88a);
    }

    label {
        font-weight: 600;
        color: navy;
    }

    .number {
        font-size: 30px;
        font-weight: 700;
    }

    .tool-desc {
        color: #555;
        max-width: 900px;
        margin: auto;
    }

       .tax-box {
        background: linear-gradient(135deg, #a1c4fd, #c2e9fb);
        color: #572bf7;
        border-radius: 18px;
        padding: 25px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
    }

    .tax-amount {
        font-size: 28px;
        font-weight: 700;
    }

    

  
    @media(max-width:991px) {
        .sticky-result {
            position: relative !important;
            top: auto !important;
            margin-top: 25px;
        }
    }