.estimate-form {
    background-color: #0b1d2d00;
    color: #fff;
    padding: 30px;
    font-family: Arial, sans-serif;
    font-size: 22px !important;
}
.estimate-form select,
.estimate-form input[type="number"] {
    margin: 10px 0;
    width: 100%;
    max-width: 300px;
}
.estimate-form select , .estimate-form select:focus {
    background: transparent;
    border: none;
    color: #00ffb8;
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
    width: auto;
}

.tooltip-icon {
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    font-size: 10px !important;
    z-index: 1;
    margin: 0px !important;
    width: max-content;
    max-width: 300px;
    line-height: 20px;
}
table.bce-table td:nth-child(1) {
    display: flex;
    flex-direction: column;
}
.estimate-form input[type="number"] {
    width: 100px;
    padding: 5px;
    font-weight: bold;
    color: #00ffb8;
    background: transparent;
    border: none;
    border-bottom: 2px solid #00ffb8;
    margin: 0 10px;
    text-align: center;
}
.services {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 35px;
}
.cost-row {
    align-items: center;
}

.bce-download-btn {
    display: inline;
    margin-left: 15px;
    text-decoration: none;
    font-size: 14px;
    padding: 12px 24px;
    background-color: #00c39a;
    color: #fff;
    border: none;
    border-radius: 0px;
    font-weight: 400;
    cursor: pointer;
    width: auto;
}
.bce-output-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bce-download-btn:hover {
    background-color: #00d696;
}
.service {
    background-color: #0f232e;
    border: 2px solid #00d696;
    padding: 20px;
    flex: 1 1 200px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
    color: #00d696;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 200px;
    align-items: center;
    justify-content: center;
}
.service img {
    width: 70px;
    display: none;
    place-self: center;
}

.service img.active {
    display: block;
}
.service.selected {
    background-color: #00d696;
    color: #fff;
}
.service-options p {
    font-size: 12px;
    font-style: italic;
    line-height: 20px;
    width: 100%;
}
.service-options {
    display: flex;
    row-gap: 10px;
    margin-top: 5px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.service-options input[type="radio"] {
    display: none;
}

.service-options label {
    padding: 5px 20px;
    background-color: #0f232e;
    border: 2px solid #00d696;
    color: #00d696;
    cursor: pointer;
    border-radius: 0px;
    transition: all 0.3s ease;
    font-size: 10px;
}

.service-options label.base_no_service{
    border-left: 0px !important;
}

.service-options input[type="radio"]:checked + label {
    background-color: #00d696;
    color: #fff;
}
#estimateServiceForm button[type="submit"] {
    margin-top: 20px;
    padding: 15px 10px;
    background-color: #00d69600;
    border: 2px solid #00d696;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 20px;
    width: 200px;
    justify-content: space-between;
    border-radius: 10px;
}
.service-main {
    width: calc(33% - 18px);
}
select#buildingGrade option {
  background-color: #000000;
  color: #fff;
}
#estimateServiceForm label:nth-child(1) {

}

.bce-output h4 {
    font-size: 22px;
    color: #00d696;
}
table.bce-table {
    border: 0px solid #eee !important;
}
table.bce-table th{
    border-bottom: 2px solid #00d696;
    color: #000 !important;
    font-size: 15px;
}
table.bce-table td{
    border: 0px !important;
    border-top: 1px solid #d7d7d7 !important;
    font-size: 15px;
    font-weight: 400;
}
.bce-output {
    margin-top: 3rem;
    position: relative;
}



.thank-you-container {
    max-width: 600px;
    padding: 2rem;
}

.thank-you-container h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #fff;
}

.thank-you-container p {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.view-report-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 368px;
    min-width: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blur-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(8px);
    opacity: 0.5;
    z-index: 0;
}
.view-report-button {
    position: relative;
    z-index: 1;
    background: #ff764b;
    color: white;
    font-size: 1.2rem;
    padding: 1rem 2.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    border-radius: 0px;
    transition: background 0.3s ease;
}

.view-report-button:hover {
    background: #e64a19;
}

.arrow-icon {
    font-size: 0.9rem;
    color: white;
    transition: transform 0.3s ease;
    display: flex;
    border: 1px solid #fff;
    padding: 3px;
    line-height: 12px;
    border-radius: 5px;
}

.view-report-button:hover .arrow-icon {
    transform: translateX(4px);
}

.result-content header {
    background-color: #0b1f26;
    padding: 40px;
    color: #fff;
    min-height: 220px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: end;
}

.result-content header h1 {
    font-size: 44px;
    font-weight: 800;
    color: #fff;
}
.result-content header h2 {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
}

.result-content .container {
    max-width: 1920px;
    margin: auto;
    width: 90%;
    padding: 30px 0px !important;
}

.result-content p {
    font-size: 20px;
    margin-bottom: 20px;
}

.result-content .highlight {
    color: #00c39a;
    font-weight: 600;
}

.result-content .services-result {
    display: flex;
    gap: 20px;
    margin: 30px 0;
}
.result-content .service-result-main{
    max-width: 257px;
    text-align: center;
} 
.result-content .service-result {
    padding: 20px;
    background-color: #00c39a;
    color: #fff;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 11px;
    min-height: 160px;
}
.service-result-main small {
    margin-top: 10px !important;
    display: block;
    font-size: 10px;
}
.result-content .service-result img{
    width: 50px;
}

.result-content .service small {
    display: block;
    margin-top: 8px;
    color: #dffdf8;
    font-size: 12px;
    font-weight: 400;
}

.result-content h2 {
    font-size: 24px;
    margin: 20px 0;
}


.result-content .important-notes {
    font-size: 14px;
    margin-top: 45px;
    margin-bottom: 60px;
}

.result-content .form-section {
    background-color: #0b1f26;
    color: #fff;
    padding: 60px 40px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    border-radius: 50px;
}

.result-content .form-section form {
    flex: 1;
}

.result-content .form-section h2 {
    font-size: 34px;
    color: #00c39a;
    font-weight: 700;
    margin-bottom: 20px;
}

.result-content .form-section p {
    font-size: 14px;
    margin-bottom: 20px;
}

.result-content .form-section input {
    width: 100%;
    padding: 17px 10px;
    margin: 8px 1%;
    border: none;
    border-radius: 0px;
    font-size: 14px;
}

.result-content .form-section button {
    margin-top: 20px;
    padding: 12px 24px;
    background-color: #00c39a;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    width: 280px;
}
.result-content .form-section form .row{
    display: flex;
    gap: 20px;
    position: relative;
}
.result-content .form-section form .row .col-50{
    width: calc(50% - 5px);
}
.result-content .form-section form .row .col-100{
    width: 100%;
}

.result-content .explore,.result-content .whats-new {
    padding: 40px;
    background-color: #f9f9f9;
}

.result-content .explore h2, .result-content .whats-new h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.result-content .explore-items, .result-content .news-items {
    display: flex;
    gap: 20px;
}

.result-content .explore-item, .result-content .news-item {
    flex: 1;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 8px;
    font-size: 14px;
}

.result-content footer {
    background-color: #0b1f26;
    color: #fff;
    padding: 40px;
    font-size: 14px;
    text-align: center;
}

.result-section {
    padding: 0px !important;
}

.result-section .et_pb_row.et_pb_row_0 {
    padding: 0 !important;
    width: 100% !important;
}
.important-notes h3 {
    font-size: 24px;
    font-weight: 600;
}

.important-notes p {
    padding: 0px;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    margin-bottom: 12px;
}
.email-success-content {
    width: 100%;
}
.email-success-content .container-content {
    max-width: 100%;
}

.email-success-content .title {
    font-size: 40px;
    font-weight: 700;
    color: #00c39a;
    margin: 0;
    margin-bottom: 15px;
}
.email-success-content h3 {
    color: #ffffff;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
}
.email-success-content .container-content p{
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #ffffffd1;
    padding: 0;
}
.email-success-content .task-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.email-success-content .task-list li {
    margin: 5px 0;
    font-size: 16px;
    width: 50%;
}
.email-success-content .task-list li span{
    color: #00c39a;
}

.page-id-987515608 header.et-l.et-l--header {
    display: none;
}

.page-id-987515608 .et_pb_section.et_pb_section_0.et_section_regular {padding-top: 0px;}

.page-id-987515608 .et_pb_section.et_pb_section_0.et_section_regular .et_pb_row.et_pb_row_0 {
    padding: 0;
    width: 100%;
}

.page-id-987515608 footer.et-l.et-l--footer {
    display: none;
}

.result-content .form-section form .row .col-50 img {
    position: absolute;
    width: 340px;
    top: -275px;
    height: 400px;
}
p.para-third {
    width: 50%;
}
@media (max-width: 767px) {
    .tooltip-icon p {
        left: 50%;
        max-width: 220px;
    }
    .result-content .services-result {
        flex-wrap: wrap;
    }
    p.para-third {
        width: 100%;
    }
    .result-content .form-section form .row .col-50 img{
        position: unset;
    }
    .result-content .service-result-main {
        width: 47% !important;
        flex: unset;
    }
    .result-content .form-section form .row .col-50 {
        width: 100%;
    }
    .result-content .form-section form .row {
        flex-direction: column;
    }
    .bce-output {
        overflow: overlay;
    }
    .entry-content table:not(.variations) {
        overflow-x: auto;
    }
    .bce-output-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .bce-download-btn{
        margin-left: 0px;
    }
    .service-main {
        width: 45%;
    }
    .page-id-987514774 .et_pb_row.et_pb_row_2.cost-row.et_pb_equal_columns.et_pb_row_1-4_3-4.et-last-child{
        padding: 0px !important;
    }
    .page-id-987514774 img.wp-image-987514780 {
        height: 300px;
    }
    .view-report-wrapper{
        min-width: auto;
    }
    .estimate-form input[type="number"]{
        margin-bottom: 15px;
        margin-left: 0px !important;
    }
    .paramob{
        display: contents;
    }
    .estimate-form{
        font-size: 16px !important;
    }
    .estimate-form select, .estimate-form select:focus{
        padding: 5px 0px;
    }
    .estimate-form{
        padding: 0px 0px 35px 0px;
    }
}