body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #f9f9f9;
    color: #333;
}

.logo {
    background: white;
    display: inline-block;
    border-radius: 0 0 20px 20px;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.logo img {
    height: 70px;
    width: auto;
}

.hero {
    position: relative;
    background-image: url('../../images/hero_image.jpg');
    background-size: cover;
    background-position: top center;
    min-height: 100vh;
    display: flex;
}

.hero-content {
    background: rgb(23 50 50 / 70%);
    color: #ffffff;
    display: flex;
    min-width: 100%;
    text-align: center;
}

.hero-content-inner {
    margin: auto;
    max-width: 900px;
    padding: 100px 0;
}

.hero-content h1 {
    font-size: 3em;
    margin-bottom: 20px;
    margin-top: 0;
    color: #6DA706;
}

.hero-content p {
    font-size: 1.2em;
    color: #e4efe7;
    margin: 0;
    padding: 0 10px;
}

section {
    padding: 20px 20px;
    max-width: 900px;
    margin: auto;
}

h2 {
    font-size: 2.5em;
    color: #2a4c3c;
    margin-bottom: 20px;
}
h3{
    font-size: 1.5em;
    color: #2a4c3c;
    margin-bottom: 20px;
}

ul {
    padding-left: 20px;
    margin-bottom: 40px;
}

ul li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.btn-get-started {
    margin-top: 30px;
}

.cta-button {
    background: linear-gradient(135deg, #87b733, #6fa229);
    color: #fff;
    padding: 14px 32px;
    font-size: 17px;
    font-weight: 600;
    border: none;
    border-radius: 0 15px 0px 15px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 8px 16px rgba(135, 183, 51, 0.3);
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 20px rgba(111, 162, 41, 0.4);
}

@media (max-width: 600px) {
    .hero-content h1 {
        font-size: 2.2em;
    }

    h2 {
        font-size: 2em;
    }

    .logo img {
        height: 58px;
        width: auto;
    }

}

@media (max-width: 768.99px) {
    .Eliminate_section{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .Eliminate_section_img{
        width: 100% !important; 
        display: flex;
        justify-content: center;
    }
    .Eliminate_section_img img{
        height: auto;
    }
    .Eliminate_section_text{
        width: 100% !important; 
    }
}

/* Custom Modal */
.overFlow {
    overflow: hidden;
}
.custom-modal {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    background-image: url('/images/expence-bg-scaled.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.custom-modal-dialog {
    background: #ffffff;
    max-width: 800px;
    position: relative;
    width: 100%;
}
.custom-modal-dialog.hp_form {
    border-radius: 5px;
}
.close-modal {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #87b733, #6fa229);
    opacity: 1;
    color: #ffffff;
    border-radius: 100%;
    border: 2px solid #ffffff;
    z-index: 9;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    padding: 0;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

/* Progress Bar */
.progressBar {
    background: #edf0f2;
    overflow: hidden;
    height: 10px;
    width: 100%;
}
.hp_form .progressBar {
    border-radius: 5px;
}
.hp_form .form_group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
}
.hp_form .form_group input#current_mortgage_balance {
    width: 1em;
    height: 1em;
    display: inline-block;
    margin: 0 6px 0 0;
    border: 1px solid #dddddd;
    padding: 0;
}

input[type="checkbox"]:focus {
    color: #666666;
    background: #ffffff;
    outline: none !important;
    border-color: #999999;
}
.progressBarValue {
    background: linear-gradient(135deg, #87b733, #6fa229);
    font-size: 0;
    height: 10px;
    transition: all .5s;
}

/* Report Form */
.report_form * {
    box-sizing: border-box;
}
.report_form .hidden {
    display: none !important;
}
.report_form label {
    cursor: pointer;
    display: block;
}
.report_form a {
    background: linear-gradient(135deg, #87b733, #6fa229);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.report_form form {
    text-align: center;
}
.report_form .report-field-row {
    padding: 55px 30px 30px;
    max-width: 600px;
    margin: 0 auto;
}
.report_form .report-field-col {
    display: none;
}
.report_form .control-label {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}
.report_form .hp_form .control-label {
    position: relative;
    margin-bottom: 50px;
}
.report_form input,
.report_form textarea {
    border-radius: 5px;
    line-height: normal;
    margin-bottom: 0;
    padding: 14px;
    text-align: center;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    outline: none !important;
    display: block;
    color: #999;
    border: 1px solid #dddddd;
    background: #ffffff;
    transition: all 0.2s;
}
.report_form .hp_form input,
.report_form .hp_form textarea {
    max-width: 320px;
    margin: 0 auto;
    padding: 10px 12px;
}
.report_form input[readonly] {
    background-color: #edf0f2;
}
.report_form input[type="radio"] {
    margin-top: 0;
    margin-left: 0;
    vertical-align: middle;
    height: 15px;
    width: 15px;
}
.report_form .control-label .required {
    color: red;
}
.report_form .report-field-radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}
.report_form .form-button {
    padding: 0 30px 50px;
}
.report_form .hp_form .form-button {
    max-width: 346px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px 50px;
}
.report_form form button[type="button"],
.report_form form button[type="submit"] {
    border-radius: 5px;
    margin: 0;
    padding: 13px 15px;
}
.report_form .hp_form form button[type="button"],
.report_form .hp_form form button[type="submit"] {
    width: 100%;
}
.report_form form .prevBtn {
    display: inline-block;
    margin-top: 10px;
}
.report_form .custom-error {
    color: red;
    line-height: normal;
    margin-top: 3px;
}
.report_form .custom-error.warning,
.report_form .custom-error.success {
    border: 1px solid;
    font-size: 13px;
    padding: 5px 10px;
}
.report_form .custom-error.success {
    color: green;
}

button.submitBtn:disabled {
    background: gray;
    border-color: gray;
    cursor: default;
}

/* Thank You */
.thankyou-block {
    padding: 30px;
    text-align: center;
}
.thankyou-block h2 {
    font-weight: 700;
}
.thankyou-block .btn-download {
    background-color: transparent;
    border: 2px solid #6fa229;
    color: #6fa229;
    display: inline-block;
    margin-bottom: 15px;
}
.thankyou-block .btn-download>i {
    margin-right: 5px;
    vertical-align: middle;
}
.thankyou-block button {
    margin: 0;
}

/* HP Form */
.hp_form .arrow {
    display: block;
    position: absolute;
    bottom: -40%;
    left: 50%;
    z-index: 0;
    animation: float 1.5s ease-in-out infinite;
}
.hp_form .arrow::before,
.hp_form .arrow::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.hp_form .arrow::before {
    border-top-color: #666 !important;
    border-width: 12px !important;
    margin-left: -12px;
}
.hp_form .arrow::after {
    border-top-color: #ffffff !important;
    border-width: 8px !important;
    margin-left: -8px;
}
.hp_form .animated {
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.hp_form .bounce {
    animation-name: bounce;
}
@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}
.hp_form .common_interest {
    margin: 16px 0;
}
.hp_form .common_interest_headline {
    margin-bottom: 16px;
}
.hp_form ul.common_price_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    max-width: 370px;
    margin: 0 auto;
}
.hp_form .common_price_list li {
    margin: 6px;
}
.hp_form .common_interest button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px !important;
    max-width: 100%;
    height: 36px;
    color: #777777;
    background: transparent;
    border: 1px solid #dddddd;
    border-radius: 30px !important;
    padding: 0 16px !important;
}
.hp_form .common_interest .mortgage_term_btns button {
    width: 220px !important;
}
.hp_form .common_interest button.active,
.hp_form .common_interest button:active {
    border-color: #777777;
}
.hp_form .contact_info input {
    margin-bottom: 16px;
}
.hp_form ::-webkit-input-placeholder {
    color: #dddddd;
}
.hp_form ::-ms-input-placeholder {
    color: #dddddd;
}
.hp_form ::placeholder {
    color: #dddddd;
}
.hp_form .contact_info .form-control{ 
    text-align: left !important;
}
.hp_form .contact_info .form-control::-webkit-input-placeholder,
.hp_form .contact_info .form-control::-ms-input-placeholder,
.hp_form .contact_info .form-control::placeholder { 
    text-align: left !important;
}
.hp_form .field_note {
    margin: 16px 0 !important;
}


@media screen and (max-width: 479px) {    
    .custom-modal {
        padding: 15px;
    }
    .report_form .report-field-row {
        padding: 20px;
    }
    .report_form .control-label {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .report_form .hp_form .control-label {
        margin-bottom: 50px;
    }
    .report_form .form-button {
        padding: 0 20px 20px;
    }
    .report_form .hp_form .form-button {
        padding: 0 20px 50px;
    }
    .report_form input,
    .report_form textarea {
        padding: 10px;
    }
}