.page-id-1639 .site-logo {
    position: relative;
}

.page-id-1639 .site-logo::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #E9FC58;
    height: 100%;
    width: 100px;
    /* margin-left: -100px; */
    border-radius: 0px 0px 0px 100px;
}

.page-id-1639 .header.scroll-down .site-logo::before,
.page-id-1639 .header.scroll-up .site-logo::before {
    background-color: #000 !important;

}

.cro-calculator-banner {
    padding: 80px 0px 130px 0px !important;
}

/* .cro-calculator-banner .portfolio-child-heading {
    width: fit-content !important;

} */


.cro-calculator-page {
    background: #fff;
    padding: 0px !important;
    font-family: Arial, Helvetica, sans-serif;
}

.cro-calculator-wrapper {
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
    margin-top: -130px;
    position: relative;
    z-index: 99;
    background: #ffffff;
    padding: 20px 70px 60px 70px;
    border-radius: 35px;
    box-shadow: none !important;
    border: 1px solid #ddd;
}


@media (min-width: 1280px) and (max-width: 1366px) {
    /* .cro-calculator-banner .portfolio-child-heading {
        width: 725px !important;

    } */

    /* .cro-calculator-wrapper{
        max-width: 850px;

    } */
}

.cro-calculator-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1c1c1c;
}

.steps-num {
    font-family: 'Inter-Bold';
}

.cro-field-group {
    margin-bottom: 14px;
}

.cro-field-label {
    font-size: 16px;
    margin: 30px 0px 10px 0px;
    color: #444444;
    font-family: 'Inter-Bold';
    display: flex;
    align-items: center;
}

.cro-select-field {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* custom arrow */
    background-image: url("/wp-content/themes/aret-new-design-child/images/down-select-option-icon.svg") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 27px !important;
}

.cro-text-field,
.cro-select-field {
    width: 100%;
    height: 52px;
    padding: 0 15px;
    border-radius: 0px;
    border: 1px solid #D5D5D5;
    font-size: 14px;
    outline: none;
    background: #F6F6F6;
    color: #646464;
    font-family: 'Inter-Medium';
}

.cro-text-field:focus,
.cro-select-field:focus {
    border-color: #000;
}

.cro-hint-text {
    display: none;
    font-size: 13px;
    color: #000;
    margin-top: 6px;
    line-height: 1.4;
    background: #FFEFEF;
    padding: 9px 18px;
    border-radius: 5px;
    font-style: italic;
    font-family: 'Inter-Medium';
}

.cro-two-column {

    display: flex;
    gap: 20px;
}

.cro-half-column {
    flex: 1;
}

.cro-currency-toggle {
    display: flex;
    border: none !important;
    border-radius: 0px;
    width: fit-content;
    overflow: hidden;

}

.cro-currency-option {
    flex: 1;
    height: 42px;
    border: none;
    background: #f1f1f1;
    font-size: 14px;
    cursor: pointer;
}

.cro-currency-option.active {
    background: #1d4ed8;
    color: #ffffff;
}

.cro-radio-group {
    display: flex;
    gap: 16px;
    margin-top: 6px;
}

.cro-radio-option {
    font-size: 14px;
}

.improvement-model {
    display: flex;
    align-items: start;
    gap: 20px;
    justify-content: space-between;
}

.improvement-model .cro-field-label {
    margin-bottom: 0px;
}

.improv-num-field {
    width: 100%;
}

.include-AOV-style-box {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.include-AOV-style-box .cro-field-label {
    margin-bottom: 0px;
}

.click-label-check {
    background: #f1f1f1;
    font-size: 14px;
    cursor: pointer;
    color: gray;
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0px 35px;
}

input.check-radio-currency {
    display: none;
}

input.check-radio-currency[type="radio"]:checked~label.click-label-check {
    background: #000;
    color: #fff;
}

#showCustomField {
    display: none;
}


/* average section start */

.container-wrapper-results {
    width: 1200px;
    margin: auto;
    border-radius: 35px;
    padding: 0px 60px 60px 60px;
    border: 1px solid #ddd;
    margin-top: 80px;
}

.circle-container {
    height: 200px;
    width: 200px;
    margin: auto;
    margin-top: -100px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    border: 10px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.below-average-circle {
    background: #BF0F0F;
}

.above-average-circle {
    background: #43AC45;
}

.average-average-circle {
    background: #F6B41B;
}

.circle-inner-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 80%;
}

.cro-calculator-score-span {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
    font-family: 'Roboto-regular';
}

.cro-calculator-score-status {
    font-size: 24px;
    font-family: 'Inter-SemiBold';
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
}

.show-average-box {
    width: 700px;
    margin: auto;
    display: flex;
    border-radius: 20px;
    border: 1px solid #ddd;
    margin-top: -30px;
    overflow: hidden;
}

.child-average-box {
    width: 50%;
    text-align: center;
    padding: 35px 0px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    background: #000;
}


.show-average-box-rate {
    font-size: 30px;
    font-family: 'Inter-Bold';
    color: #F9F871;
}

.show-average-box-rate-descri {
    font-size: 20px;
    font-family: 'Inter-Medium';
    color: #ffff
}

.show-average-box .child-average-box:nth-child(2) {
    background: #fff !important;
}

.show-average-box .child-average-box:nth-child(2) .show-average-box-rate {
    color: #000 !important
}

.show-average-box .child-average-box:nth-child(2) .show-average-box-rate-descri {
    color: gray !important;
}

.cro-range-slider {
    width: 600px;
    margin: 20px auto;
}


.cro-range-slider-label {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-family: 'Inter-Bold';
}

.cro-range-slider-label span:nth-child(2) {
    color: #444444;
}

.stick-range-gardient {
    position: relative;
    width: 600px;
    margin: auto;
    padding: 10px;
    border-radius: 20px;
    margin-top: 8px;
    background: linear-gradient(90deg, #F94500 0%, #F9A03D 33%, #FDD459 44%, #E0D54A 62%, #B1C739 74%, #43AC45 100%);
}

.stick-range-gardient:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 28px solid #F6B41B;
}

.cro-calculator-compare-list-container {
    width: 740px;
    margin: auto;
    margin-top: 40px;
    border: 1px solid #B1B1B1;
    border-radius: 20px;
    padding: 20px 30px;
}

.cro-calculator-compare-list-title- {
    color: #444444;
    font-size: 21px;
    font-family: 'Inter-Bold';
    padding-bottom: 10px;
    border-bottom: 1px solid #D4D4D4;
    margin-bottom: 15px;
}

.cro-calculator-compare-list-container ul {
    padding-left: 27px;
    margin: 0px;
    list-style: circle;

}

.li-compare-points::marker {
    font-size: 23px;
}

.li-compare-points {
    color: #444444;
    font-family: 'Inter-Medium';
    font-size: 17px;
    margin-bottom: 0px;
}

.blow-average-main-msg {
    color: #C43402;
    font-family: 'Inter-Bold';
}

.above-average-main-msg,
.above-average-title-msg,
.above-average-desc-msg {
    color: #43AC45;
    font-family: 'Inter-Bold';
}

.average-main-msg,
average-title-msg,
average-desc-msg {
    color: #F6B41B;
    font-family: 'Inter-Bold';
}

.cro-calculator-statements {
    width: 700px;
    margin: auto;
    text-align: center;
    margin-top: 40px;
}

.cro-calculator-statements-heading {
    font-size: 45px;
    font-family: 'Inter-Medium';
    line-height: 52px;
}

.cro-calculator-statements-heading img {
    height: 39px;
}

.esti-price-table {
    color: #FF0000;
    font-family: 'Inter-Bold';
}

.small-size-spn {
    font-size: 35px;
    color: #000000;
}

.cro-calculator-statements-description {
    width: 530px;
    margin: auto;
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    margin-top: 5px;
    font-family: 'Inter-Regular';
}


.cro-calculator-revenue-impact-container {
    margin-top: 80px;
}

.uniquice-heading-cro-calculato {
    width: 600px;
    margin: auto;
    text-align: center;
    position: relative;
}

.uniquice-heading-cro-calculato:after {
    content: '';
    position: absolute;
    height: 1px;
    background: #707070;
    width: 100%;
    left: 0px;
    top: 50%;
}

.uniquice-heading-cro-calculato span {
    padding: 3px 12px;
    background: #FF0000;
    font-size: 20px;
    color: #fff;
    font-family: 'Inter-Regular';
    text-transform: uppercase;
    border-radius: 30px;
    position: relative;
    z-index: 9;
}

.cro-calculator-revenue-impact-heading {
    text-align: center;
    margin-top: 15px;
    font-size: 28px;
    font-family: 'Inter-Bold';
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.cro-calculator-revenue-impact-descrip {
    margin-top: 10px;
    color: #646464;
    text-align: center;
    font-size: 20px;
}

.cro-calculator-impect-score-box {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 20px;

}

.cro-calculator-impect-score-box-child {
    width: 30%;
    background: #E9FC58;
    border-radius: 30px;
    padding: 30px 0px;
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cro-calculator-impect-icon-box {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.cro-impact-box-icon {
    width: 60%;
    height: 60%;
}

.cro-calculator-impect-title-box {
    color: #000000;
    font-family: 'Inter-SemiBold';
    /* width: 160px; */
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.cro-calculator-impect-amount-box {
    font-size: 38px;
    font-family: 'Inter-Bold';
    margin-bottom: 15px;
}

.cro-calculator-impect-monthly-box {
    font-size: 15px;
    font-family: 'Inter-SemiBold';
    color: #000000;
}

.profit-impect-cro-parent .uniquice-heading-cro-calculato span {
    background: #000;
}

.profit-impect-cro-parent .cro-calculator-impect-score-box-child {
    background: #000;
}

.profit-impect-cro-parent .cro-calculator-impect-icon-box {
    background: #8080807a;
}

.profit-impect-cro-parent .cro-calculator-impect-title-box {
    color: #fff;
}

.profit-impect-cro-parent .cro-calculator-impect-amount-box {
    color: #fff;
}

.profit-impect-cro-parent .cro-calculator-impect-monthly-box {
    color: #fff;
}


/* average section end */
.CRO-result-heading {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Inter-Bold';
}

.CRO-flex-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.CRO-flex-content span {
    width: 32%;
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin-bottom: 20px;

}

.text-danger {
    font-size: 11px;
    color: red;
}

.loader {
    display: none;
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top-color: #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.cro-tool-trip-icon {
    position: relative;
    cursor: pointer;
    margin-left: 7px;
    line-height: 12px;
}

.cro-tool-trip-icon svg {
    width: 16px;
}

.cro-tool-trip-icon .text-tool-tip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0px;
    left: 200%;
    background: #444444;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 18px;
    transition: opacity 0.3s ease;
    z-index: 999;
    overflow: visible;
    width: 200px;
    font-weight: 400;
    border-radius: 10px !important;
    font-family: 'Roboto-regular';
}

.cro-tool-trip-icon:hover .text-tool-tip {
    visibility: visible;
    opacity: 1;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: normal !important;
    letter-spacing: 0.5px;
    border-radius: 50px;

}

.text-tool-tip a {
    color: #E9FC58;
}

.clickCustom-field {
    margin-top: 20px;
}

#liftIncludedAOV {
    display: none;
}

.cro-tool-trip-icon .text-tool-tip::after {
    content: "";
    position: absolute;
    top: 89%;
    rotate: 90deg;
    left: -9px;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #444444 transparent transparent transparent;
}


#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    /* light fade */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


/* cta design of cro calculator page  start*/

.cro-calculator-cta-container {
    width: 1200px;
    margin: auto;
    padding: 80px 60px 60px 60px;
    border: 1px solid #ddd;
    border-radius: 35px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, .2);
    position: relative;
    margin-bottom: 80px;
    margin-top: 100px;
}

.report-button {
    position: absolute;
    border: none;
    background: #000;
    color: #fff;
    display: block;
    padding: 20px 25px;
    top: -27px;
    font-size: 23px;
    text-transform: capitalize;
    font-family: 'Inter-Bold';
}

.cro-calculator-cta-flex-box {
    display: flex;
    justify-content: space-between;
}

.cro-calculator-cta-child-box-left {
    width: 55%;
}

.cro-calculator-cta-child-box-right {
    width: 40%;
}

.cro-calculator-cta-heading {
    display: flex;
    flex-direction: column;
    text-transform: capitalize;
    font-size: 46px;
}

.cro-calculator-cta-heading span {
    color: #000 !important;
}

.cta-incl-heading {
    font-size: 30px;
    color: #859705;
    margin: 30px 0px 20px 0px;
    font-family: 'Inter-Medium';
}

.cro-calculator-cta-list-below {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.cro-calculator-cta-list-item {
    font-size: 21px;
    font-family: 'Inter-Bold';
    margin-bottom: 15px;
    /* opacity: .7; */
    color: #444444;
}

.cro-calculator-cta-list-below .cro-calculator-cta-list-item:last-child {
    margin-bottom: 0px !important;
}

.cro-calculator-cta-check-icon {
    height: 16px;
    opacity: .9;
}

.cro-calculator-cta-child-box-right {
    width: 45%;
    background: #e9fc58;
    padding: 40px;
    border-radius: 40px;
    box-shadow: #B7B7B7 -5px 5px 1.6px;
}

.email-label-cta {
    font-size: 28px;
    font-family: 'Inter-Bold';
    margin-bottom: 15px;
}

.cro-calculator-cta-email-child input[type="email"] {
    height: 65px;
    width: 100%;
    border: 1px solid #929292;
    padding: 0px 20px;
    color: gray;
    font-size: 17px;
    font-family: 'Inter-Medium';
}

.cro-calculator-cta-email-child input[type="submit"] {
    height: 65px;
    width: 100%;
    margin-top: 20px;
    background: #000;
    color: #fff;
    border: none;
    font-size: 20px;
    font-family: 'Inter-Medium';
    cursor: pointer;
}

.cro-calculator-cta-email-child .wpcf7-not-valid-tip {
    font-size: 15px;
}

.cro-calculator-cta-email-child .wpcf7-response-output {
    margin: 0px !important;
    font-size: 14px;
    padding: 10px !important;
    margin-top: 10px !important;
}

.cro-calculator-cta-email-child br {
    display: none;
}

.cro-calculator-cta-email-child .wpcf7-spinner {
    display: none;
}

/* cta design of cro calculator page end*/


.shopify-cost-calculator-cta {
    max-width: 1000px;
    box-shadow: 8px 8px 0px #000;
    margin: 80px auto;
    text-align: center;
    padding: 80px 100px;
    background-color: #E9FC58;
    border-radius: 35px;
}

.shopify-cost-calculator-cta h2 {
    margin-bottom: 20px;
}

.shopify-cost-calculator-cta p {
    margin-bottom: 30px;
}

.shopify-cost-calculator-cta .actionbutton a::before {
    border-color: #000000;
}

.shopify-cost-calculator-cta .actionbutton a {
    border-color: #000000;
}

.shopify-cost-calculator-cta .actionbutton .our_service_btn {
    background-color: #000000;
    color: #ffffff;
}

.cro-container {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
    border: 1px solid #B7B7B7;
    border-radius: 35px;
    padding: 50px;
    margin-top: -120px;
    position: relative;
    background: #FFFFFF;
    z-index: 9;
}

.cro-main {
    display: flex;
    flex-direction: column;
}

.cro-step-label {
    font-size: 30px;
    margin: 0px;
    color: #2b2b2b;
    font-family: 'Roboto-light';
    margin-top: 40px !important;
    margin-bottom: -10px;
    font-weight: 600;
    margin-top: 10px;
}

.cro-main .cro-step-label:first-child {
    margin-top: 0px !important;
}

.cro-radio-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

/* .cro-radio-group.horizontal {
    grid-template-columns: repeat(4, 1fr);
} */

.cro-radio {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0px;
    border-radius: 8px;
    cursor: pointer;
    background: white;
    transition: 0.2s ease;
    font-size: 14px;
}

.cro-radio:hover {
    border-color: #111;
}

.cro-radio input {
    accent-color: #859705;
}

/* Hide actual radio buttons */
.shopify-plan-selector input[type="radio"] {
    display: none;
}

.shopify-plan-selector input[type="checkbox"] {
    display: none;
}

/* Layout */
.shopify-plan-selector {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    border: 1px solid #BBBBBB;
    border-radius: 100px;
    justify-content: center;
    padding: 5px 20px;
}

/* Chip appearance */
.shopify-plan-selector .cro-radio span {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 999px;
    text-align: center;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    flex-direction: column;
}

/* Hover effect */
.shopify-plan-selector .cro-radio span:hover {
    /* border-color: #111; */
}

/* Selected chip */
.shopify-plan-selector input:checked+span {
    background: #E9FD58;
    color: #000000;
}

/* Optional smoother feel */
.shopify-plan-selector input:checked+span {
    transform: translateY(-1px);
}

/* Hide checkbox squares */
.support-chip-selector input[type="checkbox"] {
    display: none;
}

/* Chip appearance */
.support-chip-selector .cro-radio span {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
}

/* Hover */
.support-chip-selector .cro-radio span:hover {
    border-color: #111;
}

/* Selected chips */
.support-chip-selector input:checked+span {
    background: #6b7f2a;
    color: white;
    border-color: #6b7f2a;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}


@media (max-width: 992px) {
    .cro-container {
        grid-template-columns: 1fr;
    }

    .cro-radio-group {
        grid-template-columns: 1fr;
    }
}

.shopify-plan-selector .cro-radio span strong {
    display: block;
}

.radio-btns .cro-radio {
    margin-bottom: 10px;
}

.radio-btns .cro-radio span {
    font-size: 16px;
    color: #646464;
    position: relative;
    top: 2px;
}

/* Wrapper */
.cro-range-wrapper {
    max-width: 720px;
    margin-top: 12px;
}

/* Range slider */
.cro-range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 6px;
    background: #85970534;
    outline: none;
    cursor: pointer;
}

/* Webkit thumb */
.cro-range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #E9FD58;
    border: 2px solid #ffffff;
    cursor: pointer;
    margin-top: 0px;
}

/* Firefox thumb */
.cro-range-slider::-moz-range-thumb {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #E9FD58;
    border: 2px solid #ffffff;
    cursor: pointer;
}

.cro-range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #444444;
}

/* dot on the slider bar */
.cro-range-labels span {
    position: relative;
    text-align: center;
}

.cro-range-labels span:first-child:before {
    left: 0%;
}

.cro-range-labels span::before {
    content: "";
    position: absolute;
    top: -28px;
    /* aligns dot onto slider bar */
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #B3CB08;
    border-radius: 50%;
    z-index: 2;
}

.cro-range-labels span:last-child:before {
    left: 100%;
    background: #B3CB08;
}

.cro-range-labels span.active::before {
    background: #B3CB0800;
}

.cro-radio-group.radio-btns input {
    width: 15px;
    height: 15px;
}

.support-chip-selector {
    display: flex;
}

.support-chip-selector label.cro-radio span {
    border-radius: 10px !important;
    padding: 12px 25px;
}

.shopify-plan-selector.support-chip-selector {
    justify-content: flex-start;
    padding-left: 0px;
    border: none;
}

.cro-radio span {
    color: #646464;
}

.cro-radio span strong {
    color: #000000;
}

.shopify-plan-selector input:checked+span strong {
    color: #000000;
}

.summary-card {
    position: sticky;
    top: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px;
    background: white;
    background-color: #F8F8F8;
    border: 1px solid #C6C6C6;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 35px;
    padding: 30px;
}

.summary-card li {
    font-size: 13px;
    margin-bottom: 8px;
}

.summary-card h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.summary-card p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C9C9C9;
}

.summary-list {
    list-style: none;
    margin-bottom: 10px;
    padding-right: 10px;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.summary-list li {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
}

.cro-calculate-btn {
    width: fit-content;
    margin: auto;
    background: #000;
    border-radius: 0px;
    font-size: 18px;
    font-family: 'Inter-SemiBold';
    letter-spacing: 0.5px;
    cursor: pointer;
    margin-top: 0px;
    color: #ffffff;
    transition: .5s all;
    display: block;
    padding: 15px 30px 35px 30px;
}

.cro-calculate-btn:hover {
    background: #000;
    color: #fff;
}

.cro-calculate-btn-main {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.cro-calculate-btn-main::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 2px solid #000000;
    z-index: 1;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.cro-calculate-btn-main:hover::before {
    top: -10px;
    left: 10px;
}

.cro-calculate-btn {
    position: relative;
    display: block;
    z-index: 2;
}

.container-wrapper-results {
    padding: 50px 40px;
    border: 1px solid #707070;
    text-align: center;
}

.container-wrapper-results ul {
    text-align: left;
}

.cro-results-title {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.cro-results-subtext {
    color: #646464;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
    padding: 0px 200px;
}

.cro-results-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.cro-result-card.dark {
    width: 32%;
    background: #292929;
    padding: 30px;
    color: #ffffff;
    border-radius: 35px;
}

.cro-result-card.highlight {
    width: 32%;
    background: #E9FC58;
    padding: 30px;
    color: #000000;
    border-radius: 35px;
}

.cro-result-card h4 {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #8B8B8B;
    font-family: 'Inter-Bold';
}

.cro-price {
    padding-bottom: 15px;
    border-bottom: 1px solid #8B8B8B;
    font-weight: 800;
    margin-bottom: 15px;
    font-family: 'Inter-Bold';
}

.cro-result-card ul {
    list-style: none;
    margin-top: 30px;
}

.cro-result-card ul li {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: 'Roboto-regular';
}

.result-note-footer-line {
    text-align: left;
    margin-top: 40px;
    font-size: 14px;
}

.uniquice-heading-cro-calculato {
    width: 600px;
    margin: auto;
    text-align: center;
    position: relative;
}

.main-underline-cost-breakdown {
    padding: 3px 12px;
    background: #FF0000;
    font-size: 20px;
    color: #fff;
    font-family: 'Inter-Regular';
    text-transform: uppercase;
    border-radius: 30px;
    position: relative;
    z-index: 9;
}

.cro-result-card p {
    font-family: 'Roboto-regular';
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
}

.cro-domain-desc,
.cro-compliance-desc {
    font-family: 'Roboto-regular';
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
    display: flex;
    gap: 15px;
}

.cro-domain-desc img,
.cro-compliance-desc img {
    width: 28px;
}

.Payment-Processing-sub-text {
    padding-bottom: 15px;
    border-bottom: 1px solid #8B8B8B;
    text-align: center;
    margin-bottom: 15px;
}

.CRO-calculator-print-result-img img {
    margin-bottom: 20px;
    background: #E9FC5824;
    padding: 10px 20px;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    overflow: visible;
}

.CRO-calculator-print-result-img.highlight-img img {
    background: #00000033;
}






@media only screen and (max-width: 767px) {

    /* Webkit thumb */
    .cro-range-slider::-webkit-slider-thumb {
        width: 20px;
        height: 20px;
    }

    /* Firefox thumb */
    .cro-range-slider::-moz-range-thumb {
        width: 20px;
        height: 20px;
    }

    /* 2nd child */
    .cro-range-labels span:nth-child(2)::before {
        left: 48%;
    }

    /* 3rd child */
    .cro-range-labels span:nth-child(3)::before {
        left: 68%;
    }




}