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

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

.for_padding {
    padding-top: 190px;
}

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

h6 {
    font-weight: 600 !important;
}

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;
}

.services_h2 {
    font-size: 26px !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);
}

.section-wrapper {
    max-width: 1020px;
    margin: 60px auto;
    background: #fff;
    border-radius: 8px;
    padding: 40px 20px;
}

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

.bg_col {
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 30px;
}

.info-box {
    background-color: #eaf6fd;
    border-radius: 10px;
    padding: 30px 25px;
}

.info-box h3 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 10px;
}

.info-box p {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 25px;
}

.info-list li {
    list-style: none;
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 34px;
}

.info-list li::before {
    content: "●";
    color: #004b87;
    margin-right: 10px;
    font-size: 20px;
}

.highlight a {
    color: #004b87;
    font-weight: 600;
}

.quote-box {
    background: #d7f2fb;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    margin-top: 25px;
}

.quote-box input {
    border: none;
    outline: none;
    flex: 1;
    background: transparent;
    font-size: 1rem;
    padding: 8px 5px;
    color: #333;
}

.quote-box a {
    background-color: var(--bg);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 10px 30px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 20px;
}

.quote-box a:hover {
    background-color: #00445a;
}

@media (max-width: 576px) {
    .info-box h3 {
        font-size: 1.3rem;
    }

    .quote-box {
        flex-direction: column;
        align-items: stretch;
    }

    .quote-box a {
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
}

.content-wrapper {
    max-width: 1020px;
    margin: 60px auto;
    padding: 0 20px;
}

table {
    border-radius: 8px;
    overflow: hidden;
    margin-top: 25px;
}

table th {
    background-color: #eaf6fd;
    color: #004b87;
    font-weight: 600;
    text-align: center;
    padding: 12px;
}

table td {
    text-align: center;
    padding: 12px;
    vertical-align: middle;
}

.card {
    border: 1px solid #e0e7ec;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.card img {
    height: 70px;
    object-fit: contain;
    margin-bottom: 10px;
}

.card h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #004b87;
}

.rating {
    color: #ffb400;
    font-size: 1rem;
    margin-bottom: 10px;
}

.features {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}

.features li {
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 6px;
}

.btn-estimate {
    background-color: #0077b6;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    padding: 8px 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-estimate:hover {
    background-color: #005f8c;
}

@media (max-width: 768px) {

    table th,
    table td {
        font-size: 0.9rem;
        padding: 8px;
    }

    .card h5 {
        font-size: 1rem;
    }
}

.subhead {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 20px;
}

/* Cards for cost factors */
.factor-box {
    border: 1px solid #e0e7ec;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    transition: all 0.3s ease;
    height: 100%;
}

.factor-box:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.factor-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 8px;
    color: #000;
}

.factor-text {
    font-size: 18px;
    color: #444;
}

.note {
    font-size: 0.95rem;
    margin: 20px 0;
    color: #555;
}

/* Save money list */
.save-list {
    list-style: none;
    padding-left: 0;
    margin-top: 25px !important;
    display: block;
}

.save-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.6;
}

.save-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: #0077b6;
    font-weight: bold;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .factor-box {
        padding: 15px;
    }
}

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

.info-box strong {
    display: block;
    color: #000;
    margin-bottom: 6px;
}

h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

@media (max-width: 576px) {
    .content-section {
        padding: 0 15px;
    }
}

.content-wrapper p a {
    color: #004b87;
}

.content-wrapper .save-list a {
    color: #004b87;
}

.content-wrapper p a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px !important;
    text-decoration-color: #004b87;
}

.content-wrapper .save-list a:hover {
    text-decoration: underline;
    text-decoration-color: #004b87;
}

.factor-box a {
    color: #004b87;
}

.factor-box a:hover {
    text-decoration: underline;
    text-decoration-color: #004b87;
    text-decoration-thickness: 2px;
}

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

.faq-section h2 {
    font-weight: 700;
    text-align: center;
    margin: 0px auto !important;
}

.accordion-item {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.accordion-button {
    background-color: #006699;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 14px 18px;
    border-radius: 0;
}

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

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

.accordion-body {
    background-color: #fff;
    color: #444;
    padding: 16px 18px;
}

@media (max-width: 576px) {
    .faq-section {
        padding: 0 15px;
    }

    .accordion-button {
        font-size: 0.95rem;
    }
}

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

.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: 20px;
    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;
    font-family: "Urbanist";
    font-weight: 400;
}

.Featured_Partners {
    margin-top: 50px;
}

.Featured_Partners .active {
    border: #116087 1px solid;
}

.partner-info {
    min-height: 135px;
}

.partner-card {
    border: 1px solid #11608738;
    border-radius: 12px;
    padding: 20px;
    transition: 0.3s;
    background-color: white;
}

.Featured_Partners .company_logo {
    max-width: 100px;
    margin: 0px auto 10px;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: transparent;
}

.partner-header {
    border-bottom: 0px solid #f0f3f6;
}

.partner-card .data-cell i {
    color: #ff8d3d;
    font-size: 20px;
    margin-left: 10px;
}

.partner-info p {
    margin-bottom: 15px !important;
    font-size: 16px !important;
    font-family: var(--para-family) !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    border-bottom: 1px solid #0000002b !important;
}

.Featured_Partners .active .phone-box {
    background-color: var(--bg);
    color: white;
    font-family: var(--family);
    font-weight: 400;
    letter-spacing: 1px;
}

.Featured_Partners .active .estimate {
    font-weight: 600;
    text-align: center;
    font-size: 21px;
    font-family: var(--family);
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.phone-box {
    background: #116087;
    color: #fff;
    padding: 8px;
    border-radius: 8px;
    text-align: center;
    font-family: var(--family);
    font-weight: 500;
    letter-spacing: 1px;
}

h5.company_name {
    font-weight: 500;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

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

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

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

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

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

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

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

.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;
}

.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;
}

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

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

.specific_c {
    padding: 10px 25px !important;
    font-size: 18px !important;
}

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

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

    h2 {
        font-size: 32px !important;
    }

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

.mover-types {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.mover-item {
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    min-width: max-content;
}

.mover-item:hover {
    transform: translateY(-5px);
}

.mover-icon {
    position: relative;
    width: 90px;
    height: 90px;
}

.mover-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 90px;
}

.mover-icon path {
    fill: #e7f3f9;
    /* Light blue default */
    transition: fill 0.3s ease;
}

.mover-item.active .mover-icon path {
    fill: #116087;
}

.mover-icon img {
    position: relative;
    top: 15px;
    width: 60px;
    z-index: 2;
    transition: filter 0.3s ease;
}

.mover-item.active .mover-icon img {
    filter: brightness(0) invert(1);
}

.mover-item p {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #000;
    margin-top: 25px;
}

.mover-content {
    display: none;
    margin-top: 30px;
    background-color: white;
    border-radius: 10px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    padding: 20px;
    border: 1px solid #116087cc;
}

.mover-content.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 576px) {
    .mover-icon {
        width: 70px;
        height: 50px;
    }

    .mover-item p {
        margin-top: 54px;
    }

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

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

    .info-list li {
        list-style: none;
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 34px;
        font-weight: 400;
    }

    .mover-icon svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 86px;
        height: 90px;
    }

    .mover-types {
        display: flex;
        gap: 40px;
        flex-wrap: nowrap;
        margin-top: 24px;
        overflow-x: scroll;
    }

    .main_banner_form {
        border-radius: 20px;
        padding: 20px 15px;
        background-color: #c9ecf8;
        border: 1px solid #0000001a;
    }
}