:root {
    --num-font: "Noto Sans", sans-serif;
}

a {
    color: #1e75bb;
}

@keyframes best_company_navigation {
    0% {
        transform: translateY(140px);
    }

    100% {
        transform: translateY(0);
    }
}

hr {
    color: inherit;
    border: 0;
    border-top: 0px solid black;
    opacity: 0.3;
    width: 100%;
    margin: 1.5rem auto;
    outline-style: auto;
    outline-color: #1e75bb45;
}

h1 {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 1.1em;
}

h2,
h3 {
    font-weight: 700;
    font-family: "Noto Serif", serif;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    font-weight: 900;
}

.breadcrumb {
    background: transparent !important;
}

.breadcrumb li a {
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    color: var(--secondary-color);
}

.breadcrumb .breadcrumb-item.active {
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    color: var(--secondary-color);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary-color);
}

.for_bg_image {
    background-image: url("../image/state_cities_banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0px;
}

.best_mover_heading p {
    font-family: var(--popins-family);
    font-size: 16px;
    font-weight: 400;
    color: #000000d9;
    line-height: 32px;
    letter-spacing: 0.4px;
    margin: 20px 0px;
}

.h1_span {
    font-size: 52px;
    font-weight: 600;
    margin: 20px 0;
    display: block;
    color: #1e75bb;
}

.best_company_list h2 {
    font-family: "Noto Serif", serif;
    font-weight: 700;
}

.best_company_list p {
    font-family: var(--popins-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.best_company_list ul li {
    font-family: "Plus Jakarta Sans";
    font-weight: 500;
    font-size: 16px;
    padding-block: 0px;
    line-height: 30px;
}

.best_company_list ul li span {
    font-weight: 700;
    font-family: "Plus Jakarta Sans";
}

.best_company_list ul li span a {
    color: rgb(0 0 0 / 82%);
    line-height: 36px;
    font-size: 16px;
}

table thead {
    background-color: var(--primary-color);
}

table tbody tr td {
    font-family: var(--popins-family);
    font-weight: 500;
    color: var(--paragraph-color);
    font-size: 16px;
}

.get-form .card-header .color_head {
    font-weight: 700 !important;
    color: #1e75bb !important;
    margin: 0 !important;
    font-size: 25px !important;
    font-family: 'Noto Serif';
    width: 100% !important;
}

.color_head {
    font-weight: 700 !important;
    color: #1e75bb !important;
    margin: 0 !important;
    font-size: 22px !important;
    font-family: 'Noto Serif';
}

.company_details .company_title {
    font-family: var(--albersans-family);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
    padding: 5px 20px;
    background: rgb(30 117 187);
    border-radius: 50px;
    width: fit-content;
}

.company_details h2 {
    font-family: "Noto Serif", serif;
    font-size: 26px;
    font-weight: 800;
}

.company_details p {
    margin: 20px 0 !important;
    font-family: var(--popins-family);
    font-size: 16px;
    font-weight: 500;
    color: #2b2f32;
    line-height: 32px;
    letter-spacing: 0.2px;
}

::marker {
    font-family: var(--popins-family);
    font-weight: 600;
}


.mathadology_list li {
    line-height: 32px !important;
}

.featured_mover {
    margin-top: 30px;
    font-size: 28px;
    font-family: "Noto Serif", serif;
    color: #1e75bb;
    font-weight: 800;
    margin-bottom: 10px;
    text-align: center;
}

#OurPartner {
    /* background-color: rgb(30 117 187 / 10%); */
    padding: 10px 20px 30px;
    height: auto;
    overflow: hidden;
    margin-bottom: 1rem;
    display: flex;
    position: relative;
    border-radius: 10px;
}

#OurPartner h2 {
    font-family: "Noto Serif", serif;
    font-weight: 700;
}

#OurPartner .company_card {
    height: 100%;
    border-radius: 14px;
}

#OurPartner .top_cards {
    border: none;
    border-radius: 20px;
    z-index: 1;
    transition: 0.4s ease-in-out;
    margin-right: 5px !important;
    height: 460px !important;
    margin-right: 15px;
    background-color: #e8f1f87a;
    border: 1px solid #00000021;
    box-shadow: none !important;
}

#OurPartner .top_cards:hover {
    transform: translateY(-10px);
}

#OurPartner .active_card {
    border: 2px solid rgb(30 117 187 / 48%);
}

#OurPartner .top_cards .company_star_icon {
    position: absolute;
    left: -28px;
    top: -28px;
    border: 2px solid var(--primary-color);
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 1;
}

#OurPartner .top_cards .company_star_icon i {
    color: var(--primary-color);
    font-size: 1.5rem;
}

#OurPartner .badge_heading {
    position: absolute;
    top: -1px;
    background-color: var(--primary-color);
    font-family: var(--popins-family);
    font-weight: 500;
    color: #fff;
    left: 50%;
    width: max-content;
    transform: translate(-50%, -50%);
    font-size: 13px;
    padding: 3px 7px;
    border-radius: 5px;
}

#OurPartner .top_cards .card-header {
    width: 145px !important;
    height: 78px;
    margin: auto;
}

#OurPartner .top_cards .card_badge {
    text-align: center;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    margin-top: 5px !important;
    width: fit-content;
    margin: auto;
}

.card .water_mark_image {
    display: block;
    width: 100%;
    height: 140px;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.15;
    transform: translate(-50%, -50%) rotate(1deg);
    z-index: -1;
}

#OurPartner .top_cards .card-header img {
    width: 100%;
    object-fit: contain;
}

#OurPartner .top_cards .card-body {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

#OurPartner .top_cards .card-body .card-title {
    font-size: 22px;
    color: var(--secondary-color);
    font-family: var(--albersans-family);
    font-weight: 700;
}

#OurPartner .top_cards .card-body .stars_list li {
    padding-inline: 2px;
}

#OurPartner .top_cards .card-body .stars_list li i {
    color: #ff8d3d;
    font-size: 28px;
}

#OurPartner .top_cards .card-body .card-li {

    margin: 10px auto;
    height: 65px !important;
}

#OurPartner .top_cards .card-body ul li {
    font-family: 'Outfit';
    font-weight: 400;
    color: var(--secondary-color);
    padding-block: 0px !important;
    font-size: 16px;
    line-height: 21px !important;

}

#OurPartner .top_cards .card-body ul li img {
    margin-right: 6px;
    width: 13px;
}

#OurPartner .top_cards .card-footer a.btn{
    background-color: #fff;
    font-family: 'Noto Serif';
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border-radius: 50px;
    font-size: 16px;
    border: 1px solid var(--primary-color) !important;
    color: var(--secondary-color);
    padding: 10px 35px;
    border-radius: 10px !important;
}

#OurPartner .top_cards .card_footer_active a.btn {
    /* background-color: rgb(30 117 187); */
    background: #0043c0;
    color: #fff;
    border: none !important;
    font-family: 'Noto Serif';
}

.numbring {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: rgb(70 141 199);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    font-family: "Plus Jakarta Sans";
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    font-weight: 800;
}

#OurPartner .best_company_rating {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    color: var(--primary-color);
    font-size: 18px;
    margin-top: 5px;
    display: block;
}

.contact-number {
    color: #2a2d2b !important;
    font-family: 'Noto Serif' !important;
    font-size: 21px !important;
    font-weight: 600 !important;
}

.popover {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    color: #f2f2f2 !important;
}

.popover .popover-header {
    background-color: #007bff;
    color: white !important;
    font-weight: bold;
}

.popover .popover-body {
    font-size: 14px;
    padding: 10px;
}

.popover .arrow::after {
    border-bottom-color: #f8f9fa;
}

.swiper_slide .card__active {
    border: 2px solid #0043c0 !important;
    margin-left: 10px !important;
    background-color: #fff !important;
}

.swiper_slide .card__active__badge {
    width: 100% !important;
    position: absolute !important;
    width: 100% !important;
    position: absolute !important;
    z-index: 10 !important;
    left: 0 !important;
    top: 0 !important;
    padding: 24px 0 !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.swiper_slide .card__active_img {
    width: 80px !important;
    height: 75px !important;
}

.carousel-item .col-lg-4 {
    flex: 1 0 33.33%;
}


.company_feature_table .table-responsive {
    /* border: 0.2px solid rgba(30, 116, 187, 0.082); */
    border-radius: 10px;
}



.accordion .accordion-item {
    margin-bottom: 16px;
    border: none;
}

.accordion-button::after {
    background-image: url(../image/drop-down-arrow.png);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../image/drop-down-arrow.png);
}

.accordion .accordion-header {
    background-color: transparent;
}

.accordion .accordion-header button h3 {
    font-size: 19px !important;
    margin-block: 0 !important;
}

.accordion .accordion-header button {
    background-color: white;
    color: var(--secondary-color);
    /* font-family: var(--albersans-family); */
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    padding: 25px 0px;
    /* border: 1.3px solid var(--primary-color); */
    border-radius: 0px !important;
    transition: all 0.3sease-in-out;
}

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

button.accordion-button.collapsed {
    border-bottom: 1px solid #1e75bb61 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.accordion-body {
    padding: 12px;
    background-color: rgb(30 117 187 / 8%) !important;
}

#accordionState .accordion-body a {
    font-family: var(--popins-family);
    font-weight: 600;
    font-size: 18px;
    padding-inline: 20px;
    display: block;
}

.accordion-body a:hover {
    color: var(--primary-color);
}

.accordion-body p {
    font-family: var(--popins-family);
    font-weight: 400;
    font-size: 16px;
}

.line {
    border: 1px solid #dadada;
    width: 95%;
    margin: 30px auto;
}

.calculator {
    border-radius: 10px;
    background-color: rgb(30 117 187 / 10%);
}

.calculator p {
    margin: 0 !important;
    font-size: 15px;
    font-weight: 600;
}

p {
    font-family: var(--popins-family);
}

#movers_state_content p {
    font-family: var(--popins-family);
    font-weight: 300;
    color: var(--paragraph-color);
    letter-spacing: 0.5px;
    line-height: 36px;
    font-size: 16px !important;
    ;

}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.card {
    z-index: 0;
    border: none;
    position: relative;
}

.bg-success {
    background-color: #1e75bb !important;
}

.form-select {
    padding: 12px 40px;
    color: #6c757d;
}

p.text-muted.license {
    font-size: 15px;
    font-family: "Plus Jakarta Sans";
}

a.btn.btn-primary.btn-sm.mb-2 {
    display: flex;
    justify-content: center;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    background-color: #1e75bb;
    font-family: "Plus Jakarta Sans", serif;
    padding: 5px 40px;
}


.get-form {
    background: #d5ecff !important;
    border-radius: 10px !important;
    border: 2px solid rgb(30 117 187 / 30%) !important;
    padding: 40px 16px !important;
    margin-top: 10px !important;
    box-shadow: none !important;
}

h1.text-decoration-underline {
    font-family: "Noto Serif", serif !important;

    color: #2b2f32 !important;

    font-size: 26px !important;

    font-weight: 800 !important;

    /* letter-spacing: 0.3px; */

    text-decoration: underline !important;

    text-underline-offset: 3px !important;

    width: 82%;

    margin: 0 auto;
}

.get-form .card-header span {
    font-size: 13px !important;

    color: #2b2f32 !important;

    font-weight: 600 !important;

    width: 82% !important;

    margin: 0 auto;

    display: grid;
}

.get-form label {
    color: #2b2f32 !important;
    margin-bottom: 2px !important;
    font-size: 16px !important;
    font-family: "Plus Jakarta Sans" !important;
    font-weight: 500 !important;
}

.get-form .input-group-text {
    background-color: #fff !important;
    border: none !important;
}

.get-form .input-group .input-group-text i {
    font-size: 16px !important;

    color: #123269 !important;
}

.get-form .input-group input {
    font-weight: 400 !important;
    background-color: #fff !important;
    font-size: 16px !important;
    height: 45px;
    border: none !important;
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}

.get-form .input-group {
    height: auto !important;
    margin-bottom: 10px !important;
    background-color: #fff !important;
    border-radius: 7px !important;
}

p.secure {
    font-size: 14px !important;

    font-family: "Plus Jakarta Sans" !important;

    margin-top: 5px !important;

    font-weight: 500 !important;

    width: 75%;

    margin: 0 auto;
}

.get-form :is(#next_btn,
    #prev_btn,
    #next_two,
    #prev_two,
    #next_three,
    #prev_three,
    #submit_btn) {
    text-align: center !important;

    transition: 0.5s !important;

    border-radius: 7px !important;

    /* border: 2px solid #fff !important; */

    padding: 6px 40px !important;

    font-size: 16px !important;

    letter-spacing: 0.2px !important;

    margin-top: 8px !important;

    background-color: #1e75bb !important;

    color: #fff !important;

    width: fit-content;

    height: auto !important;
}

button.btn.btn-dark.prevBtn {
    text-align: center !important;
    transition: 0.5s !important;
    border-radius: 7px !important;
    border: 2px solid #fff !important;
    padding: 6px 40px !important;
    font-size: 16px !important;
    letter-spacing: 0.2px !important;
    margin-top: 2px !important;
    background-color: var(--secondary-color) !important;
    color: #fff !important;
    width: fit-content;
    height: auto !important;
}

.icon_svg {
    width: 35px;
    margin-bottom: 2px !important;
}

input#moveDate {
    font-weight: 400 !important;
    background-color: #fff !important;
    font-size: 16px !important;
    height: 45px;
    border: none !important;
    font-family: var(--popins-family);
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}

select#move_size {
    font-weight: 400 !important;
    background-color: #fff !important;
    font-size: 16px !important;
    height: 45px;
    border: none !important;
    font-family: var(--popins-family);
    padding-left: 14px;
    margin-bottom: 5px;
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}

.input_icon {
    background-color: #e8f1f8;
}

.span_input {
    padding-right: 0px !important;
    padding-left: 5px !important;
    padding-top: 10px !important;
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
}



hr.divider1 {
    width: 10% !important;
    margin: 10px auto !important;
    height: 0px !important;
    color: #1e75bb !important;
    opacity: 1 !important;
    border: 1px solid #1e75bb !important;
    outline-style: none !important;
}

hr.divider2 {
    width: 8% !important;
    margin: 10px auto !important;
    height: 0px !important;
    color: #1e75bb !important;
    opacity: 1 !important;
    border: 1px solid #1e75bb !important;
    outline-style: none !important;
}

h3.multi-step-heading.text-start {
    font-size: 22px;
}

h3.multi-step-heading.text-start span {
    font-weight: 700 !important;
    color: #1e75bb !important;
    margin: 0 !important;
    font-size: 22px !important;
}

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

@media screen and (max-width: 1200px) and (min-width: 767px) {
    #OurPartner .top_cards .card-footer a.btn {
        padding: 10px 20px !important;
        display: ruby;
    }

    #OurPartner .top_cards {
        height: 440px !important;
    }

    .card-footer {
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width: 375px) {
    #OurPartner .top_cards .card-footer a.btn {
        padding: 10px 10px !important;
        font-size: 14px;
    }

    span.span_tag.span_highly {
        font-size: 14px;
    }

    #OurPartner .top_cards {
        height: 460px !important;
    }
}

.card-body ul li img {
    margin-right: 5px;
}

span.span_tag {
    font-size: 15px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    text-align: center;
    margin: 0 auto 10px;
}

span.span_tag.span_highly {
    background-color: #1e75bb !important;
    color: #fff !important;
    border-radius: 50px !important;
    width: auto !important;
    padding: 3px 20px !important;
    margin: 0 auto 10px;
}

button.accordion-button.collapsed.p-0 {
    font-size: 22px;
    font-weight: 600;
}

button.accordion-button.p-0 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.accordion_body p {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.accordion_body {
    background-color: #fff !important;
}

.accordion_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.accordion_list li a {
    text-decoration: underline !important;
    text-underline-offset: 3px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #2b2f32;
}

.list-disc-custom {
    list-style-type: disc;
    padding-left: 1.5rem;
    /* To ensure bullets show properly */
}

ul.for_line {
    margin-bottom: 30px;
}

ul.for_line li {
    line-height: 32px;
}


/* apply to every element you’re scrolling to: */
[id] {
    /* leave 130px above the element when it scrolls into view */
    scroll-margin-top: 170px;
}

/* or more specifically, if your targets are <section> tags: */
section {
    scroll-margin-top: 170px;
}

.bold_class {
    font-weight: 500 !important;
    /* color: #1e75bb; */
}

.bold_list {
    font-weight: 600 !important;

}

.link_class {
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 500
}

.js-accordion-header {
    cursor: pointer;
}

/* a:hover{
         text-decoration: underline !important;
         transition: all 0.3s ease-in-out
      } */
.side_list li a {
    text-decoration: none !important;
}

.bottom_heading {
    font-size: 22px;
    font-family: "Noto Serif", serif;
    font-weight: 500;
    margin-top: 30px;
}

:is(ul, ol) li {
    padding-block: 4px;
    letter-spacing: 0.4px;
    font-family: var(--popins-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 30px !important;
    color: #2f2f32 !important;
    margin: 0px 0px !important;
}



.card-header {
    background: #e8f1f870;
    padding: 25px 20px 10px;
}



.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0px 0 0;
    background-color: #edf7ff;
    padding: 0 10px 10px;
}

.feature-item {
    padding: 10px 20px;
    text-align: center;
    /* border-right: 1px solid #1e74bb25; */
    position: relative;
}
hr.divider2 {
    width: 8% !important;
    margin: 10px auto !important;
    height: 0px !important;
    color: #1e75bb !important;
    opacity: 1 !important;
    border: 1px solid #1e75bb !important;
    outline-style: none !important;
}

.feature-item:last-child {
    border-right: none;
}

.feature-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 10px;
    /* margin-top: 8px; */
}

.feature-description {
    font-size: 0.9rem;
    color: #6B7280;
    line-height: 1.5;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400 !important;
    margin: 10px 0 !important;
}

.banner_inputs {
    border: 2px solid #dbe9f4;
    border-radius: 10px;
    background: #fff;
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .accordion_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-item {
        border-right: none;
        padding: 30px 25px;
    }

    .feature-item:last-child {
        border-bottom: none;
    }

    .main-title {
        font-size: 1.5rem;
    }

    .card-header {
        padding: 25px;
    }

    .company_section .card-body .company_title_feature::before {
        content: "";
        position: absolute;
        left: -12px;
        top: 0;
        background-color: rgb(30 117 187 / 33%);
        width: 0px;
        height: 100%;
    }

    .search_company_logo::after {
        content: '';
        background-color: rgb(30 117 187 / 32%);
        width: 0px !important;
        height: 100%;
        position: absolute;
        right: -8px;
    }
}

.featured_mover {
    margin-top: 30px;
    font-size: 36px;
    font-family: 'Noto Serif';
    color: #212529;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.head {
    font-size: 23px;
    font-family: 'Noto Serif' !important;
}

h3 {
    font-weight: 700;
    font-family: 'Noto Serif' !important;
}

.company_details h2 {
    font-family: 'Noto Serif' !important;
    font-size: 28px;
    font-weight: 700;
}

.blurred {
    filter: blur(6px);
    pointer-events: none;
    /* To prevent interaction with blurred content */
}

img.ad_card_img {
    width: 100px;
    margin-bottom: 10px
}

.small_card {
    margin: 10px;
    border: 0px solid #1e75bb38;
    padding: 20px 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #1e75bb14;
}

.card__active_img {
    max-width: 120px;
    height: 70px;
    align-items: center;
}

.head {
    font-size: 23px;
    font-family: 'Plus Jakarta Sans';
}

.upper_list {
    /* border: 2px solid #1e75bb63; */
    padding: 25px 20px;
    display: flex;
    list-style: none;
    gap: 20px;
    margin: 0;
    border-radius: 20px;
    justify-content: space-between;
    flex-direction: column;
    background-color: #1e75bb14;
}


/* .upper_list li {
      font-weight: ;
      display: flex;
      align-items: center;
      gap: 5px;
      flex-direction: column;
      font-size: 22px;
      font-weight: 500;
      font-family: 'Outfit';
      } */
.upper_list li {
    display: flex;
    align-items: center;
    gap: 5px;
    /* flex-direction: column; */
    font-size: 22px;
    font-weight: 300;
    font-family: 'Outfit';
}

.upper_list li img {
    width: 30px;
}

.writer-img {
    width: 13%;
}

.trust_card.d-flex.align-items-start.justify-content-center {
    padding: 40px 30px !important;
    border: 0px solid #2e87cd1f;
    background: #fff;
    border-radius: 10px;
    /* box-shadow: rgb(30 117 187 / 52%) 0px 1px 4px; */
}

.trust_text p {
    font-family: var(--popins-family);
    font-size: 16px;
    line-height: 28px;
    color: #2a2d2b;
    text-align: left;
}

.company_details p {
    margin: 12px 0 0px !important;
    font-family: var(--popins-family);
    font-size: 16px;
    font-weight: 300;
    color: #2b2f32;
    line-height: 32px;
    letter-spacing: 0.2px;
}

.small_card_star i {
    color: #ff8d3d;
    font-size: 18px;
    margin-right: 2px;
}

@media(max-width:992px) {
    .upper_list {
        border: 2px solid #1e75bb63;
        width: 90%;
        padding: 25px 15px;
        display: flex;
        list-style: none;
        gap: 20px;
        margin: 0;
        border-radius: 20px;
        justify-content: space-between;
        flex-direction: column;
    }

}

.see_more_items {
    display: none;
}

.see_more_items.d-block {
    display: block;
}

.get_q_btn {
    background-color: #0043c0;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    border: 0;
    font-family: 'Plus Jakarta Sans';
    border-radius: 9px;
    margin-top: -30px;
    text-decoration: none;
}

.get_q_btn:hover {
    background-color: #0043c0;
    color: #fff;

}

.accordion-body {
    padding: 12px;
    background-color: rgb(245 249 252 / 0%) !important;
    border: 2px solid #ebf4fb !important;
    border-radius: 10px !important;
}

.breadcrumb li a {
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

a.d-flex.align-items-center.flex-column.justify-content-center.py-1.text-dark,
.get_quote {
    text-decoration: none !important;
}

.card_table span {
    font-size: 20px !important;
    font-family: 'Noto Serif';
}

.bottom_content_accordion .accordion-body {
    background-color: transparent;
    padding: 20px 30px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    padding: 24px !important;
    font-size: 16px !important;
}

table thead {
    font-family: var(--albersans-family);
    font-weight: 600;
    color: #fff;
    background-color: rgb(229 237 243);
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: rgb(228 238 247) !important;
}

.table td,
.table th {
    padding: 24px;
    vertical-align: top;
    border: 1px solid #dee2e6;
}

@media(max-width:580px) {
    h1 {
        font-family: 'Noto Serif';
        font-weight: 700;
        font-size: 32px !important;
        line-height: 1.1em;
    }

    .writer-img {
        width: 8%;
    }

    .for_style h3 {
        font-family: "Noto Serif", serif;
        font-weight: 600;
        font-size: 32px !important;
    }

    .company_details h2 {
        font-family: 'Noto Serif' !important;
        font-size: 24px !important;
        font-weight: 700;
    }

    .swiper_slide .card__active {
        border: 2px solid #0043c0 !important;
        margin-left: 0px !important;
        background-color: #fff !important;
    }

    #OurPartner {
        padding: 10px 0 !important;
    }
}

@media(max-width:768px) {
    .get_q_btn {
        margin-top: 0px !important;
    }
}

@media(max-width:1200px) {
    #scrollDiv {
        display: none;
    }
}

.class_btns {
    background: #0043c0;
    padding: 10px 20px;
    color: white;
    font-family: 'Noto Serif';
    font-weight: 400;
    font-size: 18px;
    border-radius: 10px;
}

.class_btns:hover {
    background: white;
    color: #0043c0;
    border: 1px solid #0043c0;
}

.hero {
    display: flex;
    align-items: center;
}

.movers_usa_content h4 {
    font-size: 20px;
    font-weight: 500;
    color: #1e75bb;
    font-family: 'Albert Sans';
    margin-top: 15px;
}

.helpful_list a {
    font-size: 16px;
    color: #2b2f32;
    font-weight: 400 !important;
    text-decoration: underline;

}

.first-card {
    position: relative;
    background: rgb(30 117 187 / 2%);
    border-radius: 20px;
    max-width: 480px;
    width: 100%;
    border: 2px solid #0043c03d;
    padding: 10px 30px 0px 30px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.frost-card h2 {
    font-size: 28px !important;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.75rem;
    font-family: "Noto Serif", serif;
}

.btn-cta {
    background: #0043c3;
    color: #fff;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    margin-top: 15px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.btn-cta:hover {
    background: white;
    color: #0043c0;
    border: 1px solid #0043c0;
}

.cta_one {
    background: #bdd7eb63;
    padding: 20px 30px 1px;
    border-radius: 10px;
    border: 2px solid #bdd7eb;
    max-width: 720px;
    margin-top: 30px;
}

#OurPartner .top_cards .card_footer_active a.btn:hover {
    background: #1e75bb;
}

#OurPartner .top_cards .card-footer a.btn:hover {
    background: #1e75bb;
    border: 1px solid #1e75bb;
    color: white;
}

hr.divider1 {
    width: 100% !important;
    margin: 10px auto !important;
    height: 0px !important;
    color: #1e75bb !important;
    opacity: 0.2 !important;
    border: 1px solid #1e75bb !important;
    outline-style: none !important;
}

.feature-item {
    text-align: center !important;
}

/* Accordion content */
.js-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

/* Open state */
.js-accordion-body.is-open {
    max-height: 1000px;
    /* Adjust based on content */
}

/* Icon rotation */
.dropdown-icon {
    transition: transform 0.3s ease;
}

.card {
    padding: 20px;
    /* box-shadow: #576a784d 0px 1px 14px !important; */
    box-shadow: none !important;
    border: none;
    border-radius: 15px !important;
    position: relative;
    border: 2px solid #1e74bb25 !important;
}

.card .card-header {
    background-color: transparent;
    padding: 0;
    border: none;
    position: relative;
}

.card .card-body {
    padding: 0;
}

.card .card-header .search_company_logo {
    height: 90px;
    position: relative;
}

.card .card-header .search_company_logo img {
    width: 120px;
    object-fit: contain;
}

.search_company_logo::after {
    content: '';
    background-color: rgb(30 117 187 / 32%);
    width: 2px;
    height: 100%;
    position: absolute;
    right: -8px;
}

.search_company_heading {
    position: relative;
}

.search_company_heading .card-title {
    font-size: 21px !important;
    font-family: 'Outfit' !important;
    font-weight: 500 !important;
    text-transform: capitalize;
    margin: 0 !important;
    color: var(--secondary-color);
    /*margin-top: 20px !important;*/
}

.card .stars li {
    padding: 0px 6px 0px 0px;
}

.search_company_heading .total_rating {
    font-family: var(--popins-family);
    font-weight: 500;
    color: var(--secondary-color);
    font-size: 18px;
    letter-spacing: 1px;
}

.verified_img span {
    font-family: var(--popins-family);
    font-weight: 400;
    color: var(--primary-color);
    font-size: 15px;
}

a.btn.btn-primary.reviews.mb-3.mt-0 {
    background-color: #fff;
    border: 2px solid #1e75bb;
    line-height: 20px;
    padding: 8px 0px !important;
    width: 100%;
    font-family: 'Outfit';
    font-weight: 500;
    color: #1375bb;
}

a.btn.btn-primary.text-capitalize.estimate {
    background-color: #0043c0;
    border: 2px solid #0043c0;
    color: #fff;
    padding: 8px 5px !important;
    line-height: 20px;
    width: 100%;
    font-family: 'Noto Serif';
    font-size: 14px;
    font-weight: 500;
}

a.btn.btn-primary.reviews.mb-3.mt-0:hover {
    border: 2px solid #1e75bb;

    background-color: #1e75bb;
    color: #fff;
}

a.btn.btn-primary.text-capitalize.estimate:hover {
    border: 2px solid #0043c0;

    background-color: #fff !important;
    color: #0043C0 !important;
}

.cta_one {
    background: #bdd7eb63;
    padding: 20px 30px 1px;
    border-radius: 20px;
    border: 2px solid #bdd7eb;
}

table tbody tr:nth-child(even) {
    background-color: #fff !important;
    /* border: 1px solid #2b2f3226 !important; */
}

table thead {
    border: 1px solid #1e75bb !important;
    background-color: #1e75bb;
    color: #fff;
    font-family: var(--popins-family);
    font-size: 18px;
    padding: 15px !important;
}

.table tbody tr {
    border: 1px solid #1e75bb !important;
    font-family: var(--popins-family);
}

table tbody tr td {
    border: 1px solid #1e75bb;
    font-family: var(--popins-family);
}

p {
    font-size: 16px !important;
    line-height: 30px !important;
    color: #2f2f32 !important;
    font-weight: 300 !important;
    margin: 20px 0px !important;
}

/* Always hide arrows on desktop (≥1200px) */
@media (min-width: 1200px) {

    #OurPartner .swiper-button-next,
    #OurPartner .swiper-button-prev {
        display: none !important;
    }
}

/* On mobile/tablet (<1200px), show arrows when needed */
@media (max-width: 1199px) {

    #OurPartner.show-nav .swiper-button-next,
    #OurPartner.show-nav .swiper-button-prev {
        display: block !important;
    }
}

/* Centered‑3‑cards mode styling (≥1200px) */
@media (min-width: 1200px) {
    #OurPartner .swiper_slide {
        width: 310px !important;
    }

    #OurPartner .swiper_wrapper {
        display: flex;
        justify-content: center;
    }
}

.link_class {
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 500;
    color: #1e75bb;
}

.movers_city_names {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 25px; */
}

[id] {
    scroll-margin-top: 170px;
}

section {
    scroll-margin-top: 170px;
}

.bold_class {
    font-weight: 500 !important;
}

.bold_list {
    font-weight: 600 !important;
}

.link_class {
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 500
}

.js-accordion-header {
    cursor: pointer;
}

/* a:hover{
   text-decoration: underline !important;
   transition: all 0.3s ease-in-out
   } */
.side_list li a {
    text-decoration: none !important;
}

.js-accordion-header.is-active .dropdown-icon {
    transform: rotate(180deg);
}

.company_feature_table .responsive-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0.5rem 0 3rem;
    border: 1px solid #e5edf3;
    border-radius: 0.5rem 0.5rem 0 0;
    width: 100%;
    position: relative;
}

.company_feature_table table {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
    background: white;
}

.company_feature_table .price-tier {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.company_feature_table .stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.company_feature_table .checkmark {
    display: flex;
    align-items: center;
    justify-content: center;
}

.company_feature_table .data-cell i {
    color: #ff8d3d;
}

.company_feature_table .row-label {
    color: #2b2f32;
    font-weight: 500;
    padding: 30px 23px;
    background: #f0f4ff !important;
}

.company_feature_table .data-cell {
    border-top: 1px solid #e5edf3;
    color: #333;
    background-color: #fff !important;
}

.company_feature_table .quote-btn {
    background: #0043c0;
    border: 2px solid #0043c0;
    color: #FFF;
    padding: 10px 25px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    font-family: 'noto serif';
    text-decoration: none !important;
}

.company_feature_table .quote-btn:hover {
    border: 2px solid #1e75bb;
    background: #1e75bb;
    color: #fff;
}

.company_feature_table .company-logo {
    padding: 22px 23px;
    vertical-align: middle;
    text-align: center;
}

.company_feature_table td {
    padding: 0.75rem 0.125rem;
    vertical-align: middle !important;
    text-align: center !important;
    border: 0;
}

.company_feature_table td:first-child,
.row-label {
    min-width: 144px;
    position: sticky;
    left: 0;
    z-index: 1;
    width: 200px;
    background: #e2edf6 !important;
    border: 0 !important;
}

.company_feature_table td:first-child::after,
.company_feature_table .row-label::after {
    content: '';
    position: absolute;
    top: 0;
    border-right: 1px solid #e5edf3;
    right: -1px;
    bottom: 0;
    width: 1px;
    pointer-events: none;
}

@media screen and (max-width: 762px) {
    .company_feature_table .responsive-table {
        margin: 0;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .company_feature_table td:first-child,
    .company_feature_table .row-label {
        min-width: 90px;
        position: sticky;
        left: 0;
        z-index: 1;
        width: 200px;
        background: #f0f4ff;
    }

    .company_feature_table table {
        width: 100%;
        min-width: 500px;
        font-family: 'Figtree', sans-serif;
        border: none;
    }

    .company_feature_table td {
        padding: 1rem;
        font-size: 0.9rem;
    }

    .company_feature_table .quote-btn {
        padding: 8px 20px;
        font-size: 0.9rem;
        white-space: nowrap;
    }
}

.company_detail_list li:nth-child(even) {
    list-style: none;
}

.see_more {
    cursor: pointer;
}

.trust-card {
    background: #edf7ff;
    max-width: 975px;
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    border-radius: 20px;
    padding: 15px 0 10px;
}

.main-title {
    color: #212529;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    font-family: 'Noto Serif';
}


.feature-item {
    padding: 10px 20px;
    text-align: center;
    /* border-right: 1px solid #1e74bb25; */
    position: relative;
}

.trust_card.d-flex.align-items-start.justify-content-center {
    padding: 40px 30px !important;
    border: 0px solid #2e87cd1f;
    background: #e8f1f8;
    border-radius: 10px;
    /* box-shadow: rgb(30 117 187 / 52%) 0px 1px 4px; */
}

img.ad_card_img {
    width: 100px;
    margin-bottom: 10px
}

.card__active_img {
    max-width: 120px;
    height: 70px;
    align-items: center;
}

.head {
    font-size: 23px !important;
    font-family: 'Plus Jakarta Sans' !important;
    font-weight: 600;
}

.best_mover_heading p {
    font-family: var(--popins-family);
    font-size: 18px;
    font-weight: 300;
    color: #000000f0;
    line-height: 32px;
    letter-spacing: 0.4px;
    margin: 20px 0px;
}

.upper_list {
    /* border: 2px solid #1e75bb63; */
    padding: 25px 20px;
    display: flex;
    list-style: none;
    gap: 20px;
    margin: 0;
    border-radius: 20px;
    justify-content: space-between;
    flex-direction: column;
    background-color: #1e75bb14;
}

/* .upper_list li {
   font-weight: ;
   display: flex;
   align-items: center;
   gap: 5px;
   flex-direction: column;
   font-size: 22px;
   font-weight: 500;
   font-family: 'Outfit';
   } */
.upper_list li {
    display: flex;
    align-items: center;
    gap: 5px;
    /* flex-direction: column; */
    font-size: 22px;
    font-weight: 300;
    font-family: 'Outfit';
}

.upper_list li img {
    width: 30px;
}

.writer-img {
    width: 13%;
}


.company_details p {
    margin: 12px 0 0px !important;
    font-family: var(--popins-family);
    font-size: 16px;
    font-weight: 300;
    color: #2b2f32;
    line-height: 32px;
    letter-spacing: 0.2px;
}

.small_card_star i {
    color: #ff8d3d;
    font-size: 18px;
    margin-right: 2px;
}

@media(max-width:992px) {
    .upper_list {
        border: 2px solid #1e75bb63;
        width: 90%;
        padding: 25px 15px;
        display: flex;
        list-style: none;
        gap: 20px;
        margin: 0;
        border-radius: 20px;
        justify-content: space-between;
        flex-direction: column;
    }
}

.see_more_items {
    display: none;
}

.see_more_items.d-block {
    display: block;
}

.get_q_btn {
    background-color: #0043c0;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    border: 0;
    font-family: 'Plus Jakarta Sans';
    border-radius: 9px;
    margin-top: -30px;
    text-decoration: none;
}

.get_q_btn:hover {
    background-color: #0043c0;
    color: #fff;
}

.accordion-body {
    padding: 12px;
    background-color: rgb(245 249 252 / 0%) !important;
    border: 2px solid #ebf4fb !important;
    border-radius: 10px !important;
}

.breadcrumb li a {
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    color: var(--secondary-color);
    text-decoration: none;
}

a.d-flex.align-items-center.flex-column.justify-content-center.py-1.text-dark,
.get_quote {
    text-decoration: none !important;
}

.card_table span {
    font-size: 20px !important;
    font-family: 'Noto Serif';
}

.bottom_content_accordion .accordion-body {
    background-color: transparent;
    padding: 20px 30px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    padding: 24px !important;
    font-size: 16px !important;
}

table thead {
    background-color: #1e75bb;
}

@media(max-width:580px) {
    .for_style h3 {
        font-family: var(--albersans-family);
        font-weight: 600;
        font-size: 32px !important;
    }
}

.movers_usa_content h4 {
    font-size: 20px;
    font-weight: 500;
    color: #1e75bb;
    margin-top: 15px;
}

.helpful_list li {
    padding: 5px 0px !important;
    margin: 0 !important;
    line-height: 20px !important;

}


.frost-card {
    position: relative;
    background: rgba(30, 117, 187, 0.05);
    border-radius: 20px;
    max-width: 700px;
    width: 100%;
    padding: 30px 40px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.frost-card::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8px;
    background: linear-gradient(180deg, #1e75bb, #2980b9);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.truck-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 1.75rem;
    color: rgba(41, 128, 185, 0.6);
    transform: rotate(-10deg);
}

.frost-card h2 {
    font-size: 28px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.75rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.frost-card p {
    font-size: 16px;
    font-weight: 400;
    color: #4a5768;
    line-height: 1.5;
    margin-bottom: 28px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.btn-cta {
    background: #0043c3;
    color: #fff;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.trust-card .card-header {
    /* background-color: #fff; */
    border: 0 !important;
        padding: .5rem 1rem;
}

.features-grid .feature-item::after {
    content: '';
    height: 70px;
    top: 21%;
    position: absolute;
    width: 2px;
    background-color: #cbe2f3;
    right: 0;
    z-index: 10;
}

.feature-item:last-child::after {
    content: '';
    height: 0px;
    top: 30%;
    position: absolute;
    width: 0px;
    background-color: #1e75bb;
    right: 0;
    z-index: 10;
}

.row_modal {
    background: #bdd7eb42 !important;
    border-radius: 10px;
    border: 1px solid #dbe9f4 !important;
    padding: 2.3rem 0.6rem;
    margin-top: 22px;
}

.row_modal .input-group span,
.row_modal input:focus {
    background-color: #fff !important;
}

.icon_svg {
    width: 30px;
    /* margin-bottom: 7px; */
}

.input_icon {
    background-color: #DBE9F4 !important;
    border: 0px !important;
    border-radius: 10px;
    height: 45px;
}

.row_modal input {
    font-weight: 400;
    background-color: #fff;
    font-size: 14.5px;
}

.banner_inputs {
    border: 2px solid #DBE9F4;
    border-radius: 10px;
}

.banner_form_input {
    border: 0px solid #DBE9F4 !important;
    padding: 0.575rem 0.5rem;
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.row_modal label {
    color: #2B2F32;
    margin-bottom: 2px;
    font-size: 14px;
    font-family: "Plus Jakarta Sans";
    font-weight: 700;
    text-align: left;
}

.row_modal input {
    font-weight: 400;
    background-color: #fff;
    font-size: 16px;
    font-family: var(--albersans-family);
    height: 45px;
}

.row_modal button {
    text-align: center;
    transition: 0.5s;
    border-radius: 7px;
    padding: 10px 0px;
    font-size: 17px;
    letter-spacing: 0.2px;
    /* margin-top: 25px !important; */
    border: 0px solid #FD6B1B;
    color: #fff;
    width: 100%;
    background-color: #0043C0;
    font-weight: 500;
    font-family: "Plus Jakarta Sans";
}

h2.head_move {
    font-family: 'Noto Serif';
    text-align: center;
    font-size: 32px !important;
    margin-bottom: 15px;
    font-weight: 700;
}

.suggest_line {
    font-size: 18px;
    font-family: 'Outfit';
    text-align: center;
    margin-top: 10px;
}

.dropdown_card {
    border: 2px solid #e4ecf1;
    padding: 10px 30px 10px 10px;
    border-radius: 15px;
}

.company_section .card .company_rating_stars .total_rating {
    font-size: 13px;
    background-color: red;
}

.company_section .card .company_rating_stars h4 {
    display: flex;
    align-items: baseline;
    gap: 5px;
    justify-content: center;
    font-size: 22px;
    font-family: "Plus Jakarta Sans";
    font-weight: 900;
    margin-top: 5px;
}

.company_section .card .company_rating_stars ul li {
    padding-inline: 4px;
}

.company_section .card .company_rating_stars ul li i {
    color: var(--stars-color);
    font-size: 18px;
}

.company_section .card .company_rating_stars .rating_review {
    font-family: var(--popins-family);
    font-size: 13px;
}

.company_section .card .company_name h3 {
    font-family: var(--albersans-family);
    font-weight: 600;
    text-align: center;
    margin-top: 6px !important;
}

.company_section .card-body ul li {
    font-family: var(--popins-family);
    font-weight: 400;
    font-size: 14.7px;
    padding-block: 0px;
    line-height: 22px;
}

.company_section .card-body ul li i {
    margin-right: 6px;
    font-size: 14px;
    color: var(--secondary-color);
}

.company_section .card-body .company_title_feature .company__name {
    font-size: 22px;
}

.company_section .card-body .company_title_feature::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 0;
    background-color: rgb(30 117 187 / 33%);
    width: 2px;
    height: 100%;
}

.company_section .card-body .btn_group :is(.reviews, .estimate) {
    background-color: transparent;
    color: #1E75BB;
    padding-block: 8px;
    font-family: var(--popins-family);
    font-weight: 500;
    border-radius: 10px !important;
    border: 2px solid #1E75BB;
    transition: all 0.4s ease-in-out;
    width: 100%;
    font-size: 14px;
    border-radius: 50px;
}

.company_section .card-body .btn_group .reviews {
    padding-inline: 28px;
}

.company_section .card-body .btn_group .reviews:hover {
    background-color: #1E75BB;
    color: #fff !important;
}

.company_section .card-body .btn_group .estimate {
    border: 2px solid #0043C0 !important;
    background-color: #0043C0 !important;
    color: #fff !important;
}

.company_section .card-body .btn_group .estimate:hover {
    background-color: transparent;
    color: rgb(248 109 33) !important;
}

.company_details_info h3 {
    font-family: var(--albersans-family);
    font-weight: 700;
    margin-block: 20px;
}

.company_details_info ul li {
    font-family: var(--popins-family);
    font-weight: 400;
    font-size: 16px;
    padding-block: 2px;
}

.auth_detai a {
    font-weight: 700;
    color: var(--secondary-color);
    font-family: "Plus Jakarta Sans";
}

.writen_date {
    font-size: 12px;
    color: #6D655F;
    font-family: var(--popins-family);
}

.company_section .card .badge_title {
    background-color: #1E75BB;
    color: #fff;
    position: absolute;
    top: -18px;
    left: 24px;
    font-family: var(--popins-family);
    font-weight: 500;
    padding: 5px 25px;
    border-radius: 20px;
    width: max-content;
    font-size: 14px;
    letter-spacing: 0.5px;
    /* border: 2px solid #1E75BB; */
}

h4.head_move {
    font-family: 'Noto Serif';
    text-align: center;
    font-size: 32px !important;
    margin-bottom: 15px;
    font-weight: 700;
}

@media (max-width: 600px) {
    .h1_span {
        font-size: 36px;
        font-weight: 600;
        margin: 20px 0;
        display: block;
        color: #1e75bb;
    }

    .company_section .card .badge_title {
        background-color: #1E75BB;
        color: #fff;
        position: absolute;
        top: -18px;
        left: 50%;
        font-family: var(--popins-family);
        font-weight: 500;
        padding: 5px 25px;
        border-radius: 20px;
        width: max-content;
        font-size: 14px;
        letter-spacing: 0.5px;
        transform: translate(-50%, 5%);
        text-align: center;
    }

    .features-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin: 0;
    }
    .feature-item {
        text-align: left !important;
        padding: 10px 20px;
    }

    .main-title {
        color: #212529;
        font-size: 22px;
        font-weight: 700;
        margin: 0;
        font-family: 'Noto Serif';
    }

    .card-header {
        padding: 25px 10px;
        justify-content: start !important;
    }

    .feature-description {
        margin: 0px 0 !important;
    }

    .featured_mover {
        font-size: 24px;
    }

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

}