        .hl-elg-hlc {
            display: flex;
            width: 100%;
            flex-direction: column;
        }

        .hl-elg-hlc h1, h2 {
            font-family: Poppins;
        }

        .hl-elg-sidebar {
            width: 100%;
            background-color: #fff;
            padding: 20px;
            border-bottom: 1px solid #ddd;
            text-align: center;
        }

        .hl-elg-sidebar h1 {
            font-size: 24px;
            margin-bottom: 20px;
        }

        .hl-elg-sidebar button {
            display: inline-block;
            width: 100%;
            max-width: 200px;
            padding: 10px;
            margin: 5px 0;
            background-color: #fff;
            border: 1px solid #ddd;
            cursor: pointer;
            text-align: center;
            font-family: Poppins;
        }

        .hl-elg-sidebar button.active {
            background-color: #f5f5f5;
            font-weight: bold;
        }

        .hl-elg-sidebar .hl-elg-view-all {
            background-color: #3b428c;
            color: #fff;
            font-family: Poppins;
            border: none;
            padding: 10px;
            border-radius: 6px;
            cursor: pointer;
            margin-top: 10px;
            width: 100%;
            max-width: 200px;
        }

        .hl-elg-main-content {
            flex: 1;
            padding: 20px;
            background-color: #fff9e6;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .hl-elg-calculator {
            display: flex;
            width: 100%;
            max-width: 800px;
            flex-direction: column;
            align-items: center;
        }

        .hl-elg-calculator .hl-elg-left, .hl-elg-calculator .hl-elg-right {
            width: 100%;
            padding: 15px;
        }

        .hl-elg-calculator h2 {
            font-size: 18px;
            font-family: Poppins;
            margin-bottom: 15px;
        }

        .hl-elg-input-group {
            margin-bottom: 15px;
        }

        .hl-elg-input-group label {
            display: block;
            margin-bottom: 5px;
        }

        .hl-elg-input-group input[type="range"],
        .hl-elg-input-group input[type="number"] {
            width: 100%;
            padding: 8px;
            border: 1px solid #ddd;
            border-radius: 5px;
        }

        .hl-elg-employment-type {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
            justify-content: center;
        }

        .hl-elg-employment-type label {
            display: flex;
            align-items: center;
            gap: 5px;
            font-family: Poppins;
        }

        .hl-elg-result-box {
            background-color: #3b428c;
            color: #fff !important;
            padding: 15px;
            border-radius: 10px;
            text-align: center;
            margin-bottom: 15px;
        }

        .hl-elg-result-box h1 {
            font-size: 24px;
        }

        .hl-elg-result-details {
            display: flex;
            justify-content: space-between;
            margin-top: 15px;
        }

        .hl-elg-chart {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            margin: 0 auto 10px;
            background: conic-gradient(#3B428C 0% 50%, #000000 50% 100%);
        }

        .hl-elg-apply-now {
            background-color: #fff;
            color: #d32f2f;
            border: 1px solid #d32f2f;
            padding: 10px 20px;
            border-radius: 20px;
            cursor: pointer;
            margin-top: 10px;
            width: 100%;
            max-width: 200px;
            font-family: Poppins;
        }

        @media (max-width: 768px) {
            .hl-elg-sidebar {
                padding: 15px;
            }

            .hl-elg-sidebar h1 {
                font-size: 20px;
                margin-bottom: 15px;
            }

            .hl-elg-sidebar button {
                max-width: 100%;
                padding: 8px;
                font-size: 14px;
            }

            .hl-elg-sidebar .hl-elg-view-all {
                max-width: 100%;
                padding: 8px;
                font-size: 14px;
            }

            .hl-elg-main-content {
                padding: 15px;
            }

            .hl-elg-calculator h2 {
                font-size: 16px;
                font-family: Poppins;
                margin-bottom: 10px;
            }

            .hl-elg-input-group {
                margin-bottom: 10px;
            }

            .hl-elg-input-group input[type="range"],
            .hl-elg-input-group input[type="number"] {
                padding: 6px;
                font-size: 14px;
            }

            .hl-elg-employment-type {
                flex-direction: column;
                gap: 5px;
            }

            .hl-elg-result-box {
                padding: 10px;
            }

            .hl-elg-result-box h1 {
                font-size: 20px;
            }

            .hl-elg-result-box h2 {
                font-size: 14px;
            }

            .hl-elg-result-details {
                flex-direction: column;
                text-align: center;
                gap: 10px;
            }

            .hl-elg-chart {
                width: 120px;
                height: 120px;
            }

            .hl-elg-apply-now {
                padding: 8px 15px;
                font-size: 14px;
            }
        }

        @media (min-width: 769px) {
            .hl-elg-hlc {
                flex-direction: row;
            }

            .hl-elg-sidebar {
                width: 250px;
                border-bottom: none;
                border-right: 1px solid #ddd;
            }

            .hl-elg-calculator {
                flex-direction: row;
            }

            .hl-elg-calculator .hl-elg-left, .hl-elg-calculator .hl-elg-right {
                width: 50%;
            }
        }

.hl-elg-apply-now
{
    background-color: #fff;
    color: #3B428C;
    border: 1px solid #3B428C;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 15px;
    margin-top: 10px;
    width: 100%;
    max-width: 200px;
}





