
                    /* General Styling */

                    #loanCalculatorPopup {
                        background: #4caf50d1;
                        border-radius: 10px;
                        top: 0;
                        left: 0;
                        width: 100%;
                         height: 100%;
                        position: fixed;
                        display: flex;
                        align-content: center;
                        align-items: flex-start;
                        z-index: 9999;
                        overflow: scroll;
                    }

                    /* Close Button */
                    .parkland-pop-up-cursor {
                        position: absolute;
                        top: 10px;
                        right: 10px;
                        font-size: 24px;
                        color: #000;
                        cursor: pointer;
                    }

                    .parkland-pop-up-cursor:hover {
                        color: #ff0000;
                    }

                    /* Headings and Text */
                    #loanFormCalculator .product-name-loan-form {
                        font-size: 18px;
                        color: #ffffff;
                        text-align: left;
                        font-weight: 600;
                        padding: 0px;
						margin: 0px;
}
                    }

                    #loanFormCalculator .product-price-loan-form {
                        color: #ffffff;
                        margin-bottom: 0px;
                        text-align: left;
                        font-size: 1.2em;
                        margin-top: 10px;
                    }

                    .product-price-loan-form span {
                        font-size: 0.7em;
                    }

                    /* Loan Calculator Info Blocks */
                    .loan-calculator-container {
                        display: flex;
                        gap: 10px;
                        flex-wrap: wrap;
                        margin-bottom: 20px;
                    }

                    .loan-calculator-block {
                        flex: 1 1 30%;
                        text-align: center;
                        padding: 10px 20px;
                        border-radius: 8px;
                        border: 1px solid #4caf50;
                        font-size: 1.4em;
                    }

                    .loan-calculator-block span {
                        display: block;
                        font-size: 14px;
                        color: #555;
                        margin-bottom: 0px;
                    }

                    .loan-calculator-info p {
                        font-size: 14px;
                        color: #555;
                        margin: 5px 0;
                    }

                    /* Form Inputs */
                    .loan-form-inputs {
                        margin-bottom: 15px;
                        display: flex;
                        align-items: center;
                        flex-direction: row;
                    }

                    .loan-form-inputs label {
                        font-size: 14px;
                        color: #333;
                        margin-bottom: 5px;
                        display: block;
                    }

                    .loan-form-inputs input, .loan-form-inputs select {
                        width: 100%;
                        padding: 8px;
                        font-size: 14px;
                        border: 1px solid #ddd;
                        border-radius: 5px;
                    }

                    .loan-form-inputs input:focus, .loan-form-inputs select:focus {
                        border-color: #007a33;
                        outline: none;
                        box-shadow: 0 0 5px rgba(0, 122, 51, 0.5);
                    }

                    /* Disclaimer */
                    .loan-calculator-discamier p {
                        font-size: 12px;
                        color: #999;
                        line-height: 1.4;
                        margin-top: 0px;
                    }

                    /* Submit Button */
                    .hs-button {
                        background: #007a33;
                        color: #fff;
                        font-size: 16px;
                        padding: 10px 20px;
                        border: none;
                        border-radius: 5px;
                        cursor: pointer;
                        display: block;
                        margin: 20px auto 0;
                        text-align: center;
                        text-transform: uppercase;
                        width: 100%;
                    }

                    .hs-button:hover {
                        background: #005c27;
                    }

                    /* Progress Bar */
/* General styling for the progress header */
.progress-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    padding: 10px 0;
    background-color: #f7f7f7;
    border-bottom: 2px solid #ddd;
}

/* Styling for progress steps (buttons that look like headers) */
button.progress-step {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 20px;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 0px;
    flex-grow: 1;
    color: #808080;
}

button.progress-step:hover {
    color: #4daf51;
    background-color: #fff;
}

/* Styling for active step */
.progress-step.active {
    color: #4caf50;
    border-bottom: 3px solid #4caf50;
}

/* Connecting line between steps */
.progress-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ccc;
    z-index: -1; /* Keeps the line behind the steps */
}
span.loan-calculator-value {
    font-size: 1.2em;
    color: #4caf50;
}

.legal-consent-container {
    font-size: 0.8em;
    line-height: 1;
}

span.loan-calculator-label {
    margin-bottom: 5px;
}
div#loanFormCalculator {
    max-width: 600px;
    margin: auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #00000029;
}

div#progressBar {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-bottom: 10px;
}

#calculatorStep, #nextStepFormContainer {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 20px;
}

.loan-form-inputs label {
    min-width: 100px;
}

span.depositAmount-info {
    -webkit-appearance: none;
    color: var(--global-palette5);
    border: 1px solid var(--global-gray-400);
    border-radius: 3px;
    padding: 0.4em 0.7em;
    max-width: 100%;
    background: #f8f8f8;
}
.loan-product-info {
    background-color: #4daf51;
    padding: 30px 20px;
}
a#applyNowButton path {
    fill: #58af3d;
}
a#applyNowButton svg {
    width: 20px;
    top: 4px;
    position: relative;
}

a#applyNowButton {
    background-color: #fff;
    font-size: 0.8em;
    text-decoration: underline;
    border: 1px solid #58af3d;
    border-radius: 3px;
    margin: 8px 0px;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
}
#loanCalculatorPopup p.product-price-loan-form {
    color: #fff;
    margin: 5px 0px 0px 0px;
}
span.freq-intial {
    font-size: 0.5em;
	max-width: 60px;
    margin-left: 5px;
}
.payment-option.udc .parkland-terms {
    max-width: 300px;
    width: 100%;
	margin-top: 5px;
}
.fleet-finance-title {
    display: flex;
    flex-direction: column;
}

span.fleet-finance-from {
    font-size: 0.5em;
    margin-right: 5px;
}

span.fleet-finance-pw {
    font-size: 1.6em;
    color: rgb(88 175 61);
    display: flex;
    line-height: 1;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
}  
button.progress-step:focus {
    background-color: #fff;
	 color: rgb(88 175 61);
}             
a.read-more-toggle, a.read-more-toggle:hover {
    font-size: 14px;
    font-weight: 600;
    padding: 2px 6px;
    background-color: #58af3d;
    border-radius: 50%;
    line-height: 0px;
    color: #fff;
	text-decoration: none;
}
                    /* Responsive Design */
                    @media (max-width: 768px) {
                        .loan-calculator-container {
                            flex-direction: row;
                            gap: 5px;
                        }

                        .loan-calculator-block {
                            flex: 1 1 40%;
                            margin-bottom: 5px;
                        }
                        #loanCalculatorPopup {
                            width: 100%;
                        }
                    }
                