.book-content p {
    color: #858585;
}

.question {
    color: #858585;
    font-size: 16px;
    padding-left: 35px;
}

.question {
    display: flex;
    gap: 100px;
    max-width: 800px;
    justify-content: space-between;
}

form#checklistForm {
    padding-top: 40px;
}

span.radio-group {
    display: flex;
    gap: 20px;
}

.notice-bg {
    background: #769E45;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 10px 20px;
    border-radius: 15px 15px 0 0;
}

.notice-bg h4 {
    margin: 0;
    color: #fff;
}

.notice-image {
    margin-top: -30px;
}

.notice-wrapper {
    background: #F7F9F4;
    border-radius: 16px;
    max-width: 1257px;
    margin: auto;
}

.notice-wrapper p {
    padding: 20px;
    padding-left: 120px;
    font-size: 18px;
    color: #858585;
    max-width: 1080px;
}

.footer-list ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.footer-list ul li a {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    color: #F7488E;
}


.inner-footer p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
    max-width: 1163px;
    margin: auto;
    padding-top: 50px;
}

form#checklistForm .radio-group input[type="radio"] {
    display: block !important;
}

span.radio-group label {
    display: flex;
    gap: 8px;
    color: #000;
    align-items: center;
}



.prequote-container .radio-group label {
    cursor: pointer;
}

.prequote-container .radio-group input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #7a9b55;
    /* green border */
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
}

.prequote-container .radio-group input[type="radio"]:checked {
    border-color: #7a9b55;
    background-color: #fff;
}

.prequote-container .radio-group input[type="radio"]:checked::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border-radius: 50%;
    border: 4px solid #769E45;
}

.question {
    margin-bottom: 20px;
}

form#checklistForm .section {
    padding-bottom: 40px;
}

.book-content h4 {
    font-weight: bold;
    text-align: left !important;
}

.book-content {
    max-width: 1016px;
}


.error-content {
    text-align: center;
}

.error-content a.cta.prl-lnk {
    display: inline-block;
    margin-top: 20px;
}

.error-content h1 {
    font-size: 150px;
}

.error-content h3 {
    font-size: 28px;
}

.prequote-container {
    max-width: 1280px;
    margin: 60px auto;
    background: #fff;
    padding: 40px 50px;
    font-family: "Inter", Arial, sans-serif;
    box-shadow: 0px 18px 16px 0px #00000014;
}

.prequote-container h4 {
    text-align: center;
    margin-bottom: 5px;
    font-weight: 700;
}

.prequote-container h2 {
    color: #ff4081;
    text-align: center;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}

.prequote-container .intro {
    text-align: center;
    font-size: 14px;
    margin-bottom: 36px;
}

.section-title {
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.radio-group {
    display: inline-block;
    margin-left: 10px;
}

button {
    display: block;
    margin: 30px auto 0;
    background: #ff4081;
    color: #fff;
    border: none;
    padding: 12px 35px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

button:hover {
    background: #e73370;
}

/* new css  */

.measure-sec h2 {
    text-align: center;
    margin-bottom: 40px;
}


.measure-sec .accordion {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

.accordion-button {
    margin: 0;
}


.our_pricing_works {
    background: #769E45;
    padding: 100px 0;
}

.our_pricing_works h2 {
    text-align: center;
    color: #fff;
}

.contct h1 {
    font-size: 52px;
    max-width: 448px;
}

.contct h1 {
    font-size: 52px;
    max-width: 448px;
}


.cleaning_service h2 {
    text-align: center;
}

.contacts {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.contact {
    border: 1px solid #0000000f;
    text-align: center;
    padding: 40px;
    border-radius: 20px;
    margin-top: 30px;
    max-width: 460px;
    width: 100%;
}

.contct_img {
    background: #769E45;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: auto;
}

.contacts a {
    color: #858585;
    font-size: 18px;
}

.contacts h6 {
    margin: 13px 0 6px;
    font-size: 22px;
}

.good_to_know {
    padding-bottom: 0 !important;
}

.good_to_know h2 {
    text-align: center;
}

.good_to_know_points {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 20px;
}

.point {
    border: 1px solid #0000000f;
    width: 100%;
    padding: 40px;
    border-radius: 20px;
}

.good_img {
    background: #F7488E;
    height: 65px;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.good_contnt {
    padding-top: 20px;
}

.good_contnt p {
    color: #858585;
    font-size: 18px;
}
.pricing {
    display: flex;
    padding-top: 35px;
    align-items: end;
}

.main_work {
    background: #FFFFFF1F;
    width: 100%;
    border: 1px solid #FFFFFF1A;
    border-radius: 15px 15px 15px 0;
    display: flex;
    justify-content: space-between;
}

.weeks {
    background: #FFFFFF;
    border-radius: 15px 0 0 15px;
    max-width: 400px;
    width: 100%;
    height: 100%;
}

.weeks p {
    border-bottom: 1px solid #0000000f;
    padding: 18px;
    text-align: center;
}

.weeks p:last-child {
    border: 0;
}


.main_work h6 {
    text-align: center;
    padding: 18px;
    color: #fff;
    border-bottom: 1px solid #0000000f;
    margin: 0;
}

.you_get {
    width: 100%;
    border-right: 1px solid #0000000f;
}

.main_work p {
    text-align: center;
    color: #fff;
    padding: 18px 0;
    border-bottom: 1px solid #0000000f;
    font-size: 16px;
    height: 64px;
}

.pricing_content p:last-child {
    border: 0;
}

.you_get:last-child {
    border: 0;
}
.cleaning_cost_sec h2 {
    text-align: center;
}

.cleaning_cost_sec .contnt {
    max-width: 957px;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}

.calultr_with_cont {
    background: #FFFFFF;
    box-shadow: 8px 43px 64px 0px #0000000D;
    padding: 50px;
    max-width: 815px;
    margin: auto;
    text-align: center;
    border-radius: 20px;
}
.cleaning_cost_sec p {
    color: #858585;
}

.point:hover {
    box-shadow: 8px 43px 64px 0px #0000000D;
}
.add-ons ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    gap: 40px;
}

.add-ons {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7488E05;
    border: 1px dashed #F7488E26;
    border-radius: 6px;
    padding: 18px 36px;
    max-width: 700px;
    margin: auto;
    margin-top: 40px;
}

.add-ons h6 {
    margin: 0;
    font-size: 16px;
    color: #F7488E;
}

.add-ons ul li {
    font-size: 15px;
}

button.cta.calculate {
    max-width: 200px;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 12px;
}

.calultr_with_cont input {
    background: #00000003;
    border: 1px solid #00000014;
    border-radius: 6px;
    font-size: 16px;
    padding: 14px 20px;
    height: 100%;
    margin-bottom: 35px;
}

.calultr_with_cont input::placeholder {
    color: #0000002E;
}

.calultr_with_cont p {
    margin-bottom: 40px;
}
.calultr_with_cont .error {
    font-size: 16px;
    padding-top: 10px;
    color: red;
    font-weight: 600;
}
.step_with_no span {
    background: #769E45;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    font-family: 'Satoshi';
    font-weight: 700;
    min-width: 60px;
}

.step_with_no {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}


.measure-sec  .accordion-body {
    padding: 0;
    border: 0;
    margin-top: 12px;
}

.step_with_no p {
    font-size: 18px;
    color: #858585;
}

.measure-sec button.accordion-button {
    border: 0px !important;
    background-color: unset !important;
    font-family: Satoshi;
    font-weight: 700;
    font-size: 24px;
    color: #000 !important;
}

.measure-sec .accordion-item {
    border: 0 !important;
}

.measure-sec .accordion-button:not(.collapsed) {
    box-shadow: unset !important;
}

.step_with_no h6 {
    font-size: 20px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0 !important;
    box-shadow: unset !important;
}

.measure-sec .accordion {
    padding-left: 10px;
}

section.measure-sec .col-lg-6:first-child {
    padding-right: 25px;
}

section.measure-sec button.accordion-button::after {
		background-image: url(https://pinkleafcleaners.com/wp-content/uploads/2025/10/Line-27-1.png) !important;

    background-repeat: no-repeat;
    transform: none !important;
    filter: none !important;
}

section.measure-sec button.accordion-button.collapsed::after {
    background-image: url(https://pinkleafcleaners.com/wp-content/uploads/2025/10/Group-1707479414-1.png) !important;
    background-repeat: no-repeat;
    transform: none !important;
    filter: none !important;
}
select#cln-freq {
    width: 39%;
    padding: 14px 20px;
    margin: auto;
    border-radius: 6px;
    border: 1px solid #00000014;
    background: #00000003;
    font-size: 16px;
}

p#cleaning_frequency {
    font-size: 16px;
    margin-top: 10px;
    color: #769E45;
    font-weight: 600;
    margin-bottom: 0px;
}

.results {
    padding-top: 10px;
    font-size: 18px;
    font-family: inter;
}

.plus{
    display: none;
}
.off span {
    color: #F7488E;
    font-weight: 600;
}
.standard {
    padding-bottom: 5px;
}
.deep {
    padding-bottom: 5px;
}