@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

h1 {
    font-size: 37px;
    font-weight: 700;
}

b,
strong,
b {
    font-weight: 600;
}

h2 {
    font-size: 32px !important;
    margin: 40px auto 20px !important;
    font-weight: 600 !important;
}

h6 {
    font-weight: 600 !important;
}

main.pb-0 {
    margin-top: 0px;
}

.for_padding {
    padding-top: 190px;
}

.subtitle {
    margin: 20px auto 30px !important;
    font-size: 1rem;
    line-height: 1.6;
}

p {
    font-weight: 400 !important;
    font-family: var(--para-family) !important;
    font-size: 18px !important;
    line-height: 32px !important;
    letter-spacing: 0.2px !important;
    margin-bottom: 12px !important;
}

.hero {
    min-height: 800px;
    background-image: url(../img/move_cost_show_banner.jpg);
    background-size: cover;
    background-position: center bottom;
    position: relative;
    /* background-color: rgba(112, 157, 216, 0.15); */
}




.container_main {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
}

.form_wrap {
    background-color: #C9ECF8;
    padding: 24px 32px;
    border: 2px solid #0000001A;
    border-radius: 20px;
}

/* .form_section {
    background: url(../img/moving_cost_calculator.jpg);
    background-size: cover;
    background-position: center bottom;
    padding: 60px 0px;
} */

.form_bg {
    background-color: #EBFAFF;
    padding: 12px;
    border-radius: 20px;
}

.input-outer {
    background-color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 45px !important;
    border: 0px solid #a8b9d9 !important;
}

.b_label {
    font-size: 16px;
    font-weight: 600;
    color: #1e1a1a;
    font-family: var(--family);
    margin-bottom: 5px;
}

.input_outer label {
    font-size: 16px;
    font-weight: 600;
    color: #1e1a1a;
}

.input-outer input {
    width: 100%;
    font-size: 16px;
    outline: 0;
    border-bottom: 0px solid #00000021 !important;
    margin-top: 2px;
    font-family: var(--para-family);
    font-weight: 400;
    color: #000 !important;
    border: none !important;
    padding: 0 !important;
}

.main_banner_form {
    border-radius: 20px;
    padding: 24px 32px;
    background-color: #C9ECF8;
    border: 1px solid #0000001A;
}


.quote_btn {
    background: var(--bg);
    border: none;
    padding: 10px 45px;
    font-weight: 400;
    border-radius: 50px;
    color: white;
    font-size: 20px;
}

.secure_info {
    font-size: 16px !important;
    font-weight: 300 !important;
}

.highlight-box {
    background: #f1f6f8;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    border-radius: 10px;
    padding: 40px 20px 20px;
    font-size: 20px;
    line-height: 36px;
    border: 1px solid #dce8ee;
}

.highlight-box li {
    margin-bottom: 15px;
}

/* CSS */
.states-list {
    list-style: none;
    padding: 0;
    margin: 0;
    /* 2-column top-to-bottom flow */
    column-count: 3;
    column-gap: 2rem;
    -webkit-column-count: 3;
    -webkit-column-gap: 2rem;
}

/* ensure items don't break awkwardly between columns */
.states-list li {
    break-inside: avoid;
    margin-bottom: .45rem;
}

/* anchor styling */
.states-list a {
    color: #000;
    /* black by default */
    text-decoration: none;
    font-family: Arial, sans-serif;
    display: inline-block;
    padding: 4px 2px;
    transition: color .15s ease, transform .12s ease;
}

/* hover change (change the hex to any color you like) */
.states-list a:hover,
.states-list a:focus {
    color: var(--bg);
    /* example hover color (blue) */
    text-decoration: underline;
    transform: translateX(4px);
    outline: none;
}

/* responsive: single column on narrow screens */
@media (max-width: 600px) {
    .states-list {
        column-count: 2;
        -webkit-column-count: 2;
    }

    .for_padding {
        padding-top: 150px !important;
        padding: 20px;
    }
}

.quotation_main h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 25px;
}

.quotation_main p {
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
}

.quotation_main li {
    font-weight: 400;
    font-size: 20px;
    font-family: var(--para-family);
    letter-spacing: 0.5px;
    padding: 5px 0px;
    line-height: 36px;
    margin-bottom: 15px;
}

.average-cost-section li {
    font-weight: 400;
    font-size: 20px;
    font-family: var(--para-family);
    letter-spacing: 0.5px;
    padding: 5px 0px;
    line-height: 36px;
    color: #000;
}

.note_box {
    padding: 10px 15px 20px;
    border: 1px solid #d4e2e9;
    border-radius: 15px;
    margin-top: 25px;
    background-color: #f1f6f8;
}

.btn_comp {
    background: #fff;
    font-weight: 400;
    border-radius: 999px;
    padding: 8px 40px;
    color: var(--bg);
    font-size: 18px;
    border: 2px solid var(--bg);
    font-weight: 600;
    display: inline-block;
}

.btn_comp:hover {
    background: var(--bg);
    font-weight: 600;
    border-radius: 999px;
    padding: 8px 40px;
    color: #fff;
    font-size: 18px;
    border: 2px solid var(--bg);
}

.content_div li {
    font-weight: 400;
    font-size: 20px;
    font-family: var(--para-family);
    letter-spacing: 0.5px;
    line-height: 36px;
    margin-bottom: 0;
    color: #116087;
}

.cost-img {
    max-width: 700px;
    margin: auto;
}

table tbody td {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.new_card {
    background-color: #11608714;
    /* width: 88%; */
    /* box-shadow: 4px 4px 3px #363e3912; */
    border-radius: 20px;
}

/* .accordion-button:not(.collapsed)::after {
    background-image: url(https://mymovingjourney.com/assets/img/whitedropdown.svg);
} */
@media screen and (max-width: 992px) {
    .Moving_trust_box {
        width: 100%;
    }
}

.accordion-button:not(.collapsed)::after {
    background-image: none !important;
}

.quotation_step {
    display: none;
}

.quotation_step.active {
    display: block;
}

.progress {
    height: 10px;
    background-color: #f5f5f5;
}

.progress-bar {
    width: 0%;
    transition: width 0.3s;
    position: relative;
}

.stepIndicator {
    font-weight: bold;
    margin-right: 10px;
}

.sdg {
    cursor: pointer;
}

.form_labels {
    font-family: var(--para-family);
    font-weight: 600;
    font-size: 42px !important;
    color: #1e1a1a !important;
    margin: 15px 0px;
}

.progress_head {
    font-family: var(--para-family);
    font-weight: 600;
    font-size: 18px !important;
    color: #116087 !important;
    margin: 25px 0px;
}

.quote_form_banner {
    position: relative;
}

img.footer_img.img-fluid {
    position: absolute;
    bottom: -40px;
    z-index: -2;
}

.form_labels span {
    color: #116087;
    font-family: var(--para-family);
}

label.move_size_label {
    font-size: 16px;
    font-family: var(--para-family);
    padding-left: 15px;
}

.form-check {
    display: flex;
    align-items: center;
    border: 2px solid #116087;
    padding: 10px 35px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.form-check-input:checked {
    background-color: #116087;
    border-color: #116087;
}

/* Container for the progress bar */
.progress-container {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}

/* The filled progress bar */
.progress-bar {
    height: 100%;
    background: #116087;
    width: 0%;
    border-radius: 5px;
    transition: width 0.4s ease-in-out;
}

/* Percentage text displayed on top of the progress bar */
.progress-text {
    position: absolute;
    top: -22px;
    font-weight: bold;
    font-size: 14px;
    color: #116087;
    transition: left 0.4s ease-in-out;
}

/* Basic styles for steps */
.quotation_step {
    display: none;
}

.quotation_step .invalid {
    border: 1px solid red;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}

#map-ce {
    height: 500px;
    width: 100%;
    border-radius: 0 20px 20px 0;
}

@media (max-width: 767px) {
    .form-section {
        border-radius: 24px 0px 0px 0px !important
    }

    #map-ce {
        border-radius: 0 0px 20px 20px !important;
    }
}

@media (max-width: 500px) {
    .section-quote {
        min-height: 45vh;
    }

    .form_labels {
        font-size: 32px !important;
    }

    .login-form,
    .login-form-org {
        padding: 0em !important;
    }

    .Moving_trust_box {
        padding: 20px;
    }

    h1 {
        font-size: 30px;
        font-weight: 700;
    }

    #quotationForm .form-footer button {
        background-color: #116087;
        border: 1px solid #116087 !important;
        color: #ffffff;
        border: none;
        padding: 13px 28px !important;
        font-size: 1em;
        cursor: pointer;
        border-radius: 5px;
        /* flex: 1; */
        margin-top: 35px;
        border-radius: 30px;
    }

    .main-responsive-nav .logo img {
        max-width: 100px !important;
        height: 40px;
    }
}

/* — Styles for the quotation‑page progress bar — */
.quotation-progress-container {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}

.quotation-progress-bar {
    height: 100%;
    background: #116087;
    width: 0%;
    border-radius: 5px;
    transition: width 0.4s ease-in-out;
}

.quotation-progress-text {
    position: absolute;
    top: -22px;
    left: 1.5%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 14px;
    color: #116087;
    transition: left 0.4s ease-in-out;
    white-space: nowrap;
    padding-left: 26px;
}

.criteria-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.criteria-item {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    font-size: 1.1rem;
    color: #1a1a1a;
}

.criteria-item span {
    margin-top: -5px;
}

.check-icon {
    width: 25px;
    height: 25px;
    border: 1px solid var(--bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.check-icon svg {
    width: 18px;
    height: 18px;
    stroke: var(--bg);
    stroke-width: 3;
    fill: none;
}

/* Top Banner */
.cost-banner {
    background-color: #0a5d86;
    color: #fff;
    padding: 30px 20px 40px;
    text-align: left;
    border-radius: 0;
}

.cost-banner h2 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.cost-banner ul {
    list-style: none;
    padding: 0;
}

.cost-banner ul li {
    margin-bottom: 15px;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.2px;
}

.cost-banner ul li::before {
    content: "💡";
    margin-right: 10px;
    font-size: 1.1rem;
}

.average-cost-section h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.average-cost-section p {
    color: #000;
    font-size: 1rem;
    line-height: 1.7;
}

/* Table Styling */
.cost-table {
    margin-bottom: 40px !important;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-top: 40px !important;
}

.cost-table th {
    background-color: #EBFAFF;
    color: #000000;
    text-align: center;
    padding: 14px;
    font-weight: 500;
    font-size: 18px !important;
    font-family: var(--family);
}

.table> :not(caption)>*>* {
    border-bottom: 1px solid #00000047 !important;
    border: none !important;
}

.cost-table td {
    text-align: center;
    padding: 20px 14px;
    vertical-align: middle;
    font-size: 18px !important;
    font-family: 'Urbanist';
    font-weight: 400;
    color: #000;
}

/* .cost-table tbody tr:nth-child(even) {
    background-color: #EBFAFF;
} */

@media (max-width: 768px) {
    .cost-banner h2 {
        text-align: center;
        font-size: 1.4rem;
    }

    .cost-banner ul {
        text-align: left;
        margin-left: 10px;
    }

    .average-cost-section h3 {
        text-align: center;
    }

    .cost-table th,
    .cost-table td {
        font-size: 0.9rem;
    }
}

.according_to {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin: 20px auto 10px !important;
    font-family: 'Merriweather' !important;
}

.bg_list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.bg_list li {
    background: #f0f8ff;
    padding: 10px;
    border-radius: 10px;
}

.list_fill .check-icon {
    width: 25px;
    height: 25px;
    border: 0px solid var(--bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: var(--bg);
}

.list_fill .check-icon svg {
    width: 18px;
    height: 18px;
    stroke: #fff;
    stroke-width: 3;
    fill: none;
}

.step-section {
    margin-bottom: 30px;
    border: 1px solid #00000033;
    border-radius: 15px;
    padding: 15px 20px;
    min-height: 163px;
}

.step-subtitle {
    color: #1e1a1a;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}


.filled_box .step-section {
    border: 0;
    background-color: var(--bg);
    color: #fff !important;
}

.filled_box .step-subtitle {
    color: #fff;
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    border-width: 0px 0.77px 0.77px 0.77px !important;
    border-style: solid !important;
    border-color: var(--bg) !important;
}

.accordion-button {
    background-color: #006b9f !important;
    color: #fff !important;
    font-weight: 500;
    border: none;
    box-shadow: none !important;
    padding: 15px 20px;
    border-radius: 0;
    font-size: 20px !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #006b9f;
    color: #fff;
}

.accordion-button::after {
    content: '\25BC' !important;
    font-size: 16px;
    color: #fff;
    transform: rotate(0deg);
    transition: transform 0.3s ease !important;
    background-image: none !important;
    height: auto !important;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.accordion-item h2 {
    margin: 0px 0 !important;
}

.accordion-body {
    background-color: #fff;
    font-size: 20px;
    text-align: left;
    border-top: 1px solid #ddd;
    padding: 20px;
}

@media (min-width: 320px) and (max-width: 576px) {
    main.pb-0 {
        margin-top: 0px !important;
    }

    .quotation_main li {
        margin-bottom: 0px;
    }

    ul.info-list {
        padding-left: 2px;
    }
}