
::marker {
    color: var(--secondary-color);
    font-weight: 600;
}

.sub_route {
    position: relative;
}

.sub_route h1 {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    font-size: 42px;

    letter-spacing: 0.5px;
}

.sub_route h2 {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    font-size: 36px;
    margin-top: 20px;
    line-height: 48px;
}
.icon_svg {
    width: 30px;
    margin-bottom: 0px;
}
p {
    font-family: var(--popins-family);
    font-weight: 300;
    font-size: 16px;
    color: rgb(0 0 0 / 82%);
    line-height: 32px;
    margin-bottom: 15px !important;
}

a {
    font-family: var(--popins-family);
    font-weight: 500;
    font-size: 18px;
    color: var(--primary-color);
}

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

ol li {
    font-family: var(--popins-family);
    font-weight: 400;
    color: var(--paragraph-color);
    font-size: 18px;
}

ol li .listing_heading {
    font-family: var(--popins-family);
    font-weight: 600;
    font-size: 18px;
    color: rgb(0 0 0 / 82%);
    line-height: 36px;
    margin-bottom: 15px;
}

ol li .list_description {
    font-family: var(--popins-family);
    font-weight: 400;
    margin: 0;
    margin: 2px;
    font-size: 16px;
}

table thead {
    font-family: 'outfit';
    font-weight: 500;
    color: #000;
    background-color: #bdd7eb;
    padding: 10px 20px !important;
    border: 1px solid #f2f2f2 !important;
    font-size: 18px;
    padding: 15px !important;

}

table thead th {
    padding: 15px !important;
}

.table tbody tr {
    border: 1px solid #f2f2f2 !important;

}

table tbody tr td {
    font-family: 'outfit';
    font-weight: 300;
    color: var(--paragraph-color);
    font-size: 16px;
    border: 1px solid #f2f2f2;
    padding: 15px !important;
}

.company_cards .card {
    padding: 15px 20px;
    box-shadow: rgb(30 117 187 / 44%) 0px 1px 4px;
    border: none;
    border-radius: 8px;
    height: 100%;
}

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

.card .card-header .route_mover_logo {
    max-width: 150px;
    height: 100px;

    position: relative;
}

.card .card-header .route_mover_logo img {
    max-width: 100%;
    object-fit: contain;
    height: auto;
}
h3.keytake {
    font-family: 'Noto Serif';
    font-size: 24px;
    margin-bottom: 10px !important;
}
.card .card-body {
    padding: 0;
}

.route_mover_heading {
    position: relative;
        min-height: 115px;
}

#main_quote_btn {
    background-color: var(--primary-color);
    font-family: var(--albersans-family);
    font-weight: 500;
    border-radius: 30px;
}

.route_mover_logo::after {
    content: '';
    background-color: rgb(30 117 187 / 32%);
    width: 2px;
    height: 100%;
    position: absolute;
    display:none;
    right: -10%;

}

.route_mover_heading .card-title {
    font-family: 'outfit';
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize;
    margin: 0;
    color: var(--secondary-color);
}

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

.card .card-body .personal_info li {
    color: var(--secondary-color);
    padding: 4px 0;
    font-size: 16px;
}

.card .card-body .personal_info li span {
    font-family: var(--albersans-family);
    font-weight: 500;
}

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

.card .stars li i {
    color: #ff9800;
}

.card .site {
    word-break: break-all;
}

.rating_number {
    font-family: var(--popins-family);
    font-size: 18px;
    background-color: transparent;
    padding: 5px;
    border-radius: 2px;
    font-weight: 700;
    color: var(--primary-color);
}

.btn-epic {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 260px;
    height: 52px;
    background: var(--primary-color);
    /* color: #ffff; */
    transform: translate3d(0px, 0%, 0px);
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.05em;
    transition-delay: 0.6s;
    border-radius: 10px;
    overflow: hidden;
}

.btn-epic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    border-radius: 50% 50% 0 0;
    transform: translateY(100%) scaleY(0.5);
    transition: all 0.6s ease;
}

.btn-epic:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition: all 0.6s ease;
}

.btn-epic div {
    position: relative;
    top: 16px;
    width: 100%;
    height: 26px;
    text-transform: uppercase;
    overflow: hidden;
}

.btn-epic span {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    text-align: center;
    transition: transform 0.5s ease;
}

.btn-epic span:first-child {
    color: #ffffff;
    transform: translateY(24px);
}

.btn-epic span:last-child {
    color: #ffffff;
    transform: translateY(-3px);
}

.btn-epic:hover {
    background: var(--secondary-color);
    transition: background 0.2s linear;
    transition-delay: 0.6s;
}

.btn-epic:hover:after {
    border-radius: 0 0 50% 50%;
    transform: translateY(-100%) scaleY(0.5);
    transition-delay: 0;
}

.btn-epic:hover:before {
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition-delay: 0;
}

.btn-epic:hover span:first-child {
    transform: translateY(-3px);
}

.btn-epic:hover span:last-child {
    transform: translateY(-24px);
}

.blog_cards .card {
    box-shadow: rgb(30 117 187 / 20%) 4px 4px 14px;
    height: 100%;
}

.blog_cards .card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blog_cards .card .card-body .card-title {
    color: var(--secondary-color);
    font-family: var(--albersans-family);
    font-weight: 700;
}

.blog_cards .card .card-body .card-text {
    font-family: var(--popins-family);
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 18px;
    color: var(--paragraph-color);
}

.blog_cards .card .publish_by_date {
    background-color: var(--primary-color);
    font-family: var(--albersans-family);
    font-weight: 400;
    color: white;
    font-size: 13.5px;
    padding: 2px 5px;
    letter-spacing: 1px;
}


.route_ads .ad_card {
    border: 0;
    box-shadow: none;
    box-shadow: rgb(30 117 187 / 20%) 4px 4px 14px !important;
    padding: 10px 0 !important;
    overflow: hidden;
    height: 86%;
}

.route_ads .ad_card .card-header img {
    width: 120px;
    height: 90px;
    object-fit: contain;
}

.route_ads .ad_card .card-body ul li {
    padding: 0 6px 0 0;
}

.route_ads .ad_card .card-body ul li i {
    color: var(--stars-color);
    font-size: 18px;
}

.route_ads .ad_card .card-body .card-title {
    font-family: var(--albersans-family);
    font-weight: 600;
    font-size: 17px;
    color: var(--dark-blue);
}

.route_ads .ad_card .card-header span {
    position: absolute;
    top: 6px;
    right: 16px;
    font-family: var(--popins-family);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 11px;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    padding: 0px 6px;
    background: var(--primary-color);
    color: white;
}

.route_ads .ad_card .card_label {
    background-color: var(--primary-color);
    padding: 10px 0;
    font-family: var(--albersans-family);
    color: white;
}

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


@media screen and (max-width: 768px) {
    .sub_route h1 {
        font-size: 36px;
    }

}

@media (min-width: 450px) and (max-width: 550px) {

    .card .card-header .route_mover_logo {
        margin-right: auto;
    }
}

@media screen and (max-width: 450px) {
    .card .card-header .route_mover_logo {
        margin-right: 10px;
        /*margin: auto;*/
    }

    .route_mover_heading .card-title {
        font-size: 20px;
    }

    .card .card-header .route_mover_logo::after {
        content: '';
        background-color: var(--primary-color);
        width: 100%;
        height: 1px;
        display: none;
        position: absolute;
        bottom: -16%;
        right: 0%;
    }

    .route_mover_heading {
        margin-top: 20px;
    }
}

/*@media screen and (max-width: 420px) {*/
/*    .sub_route h1 {*/
/*        font-size: 26px;*/
/*    }*/

/*    .sub_route h2 {*/
/*        font-size: 20px;*/
/*    }*/
/*}*/

@media screen and (max-width: 400px) {
    .card {
        padding: 10px;
    }

    .route_mover_heading .card-title {
        font-size: 24px;
    }
}

@media (min-width: 390px) and (max-width: 393px) {
    .card .card-header .route_mover_logo::after {
        content: '';
        background-color: var(--primary-color);
        width: 0%;
        height: 0px;
        position: absolute;
        bottom: 0%;
        right: 0%;
    }

    .route_mover_heading {
        margin-top: 0px;
    }

    .route_mover_heading {
        padding-left: 6px !important;
    }
}

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

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

h3.multi-step-heading.text-start {
    font-size: 18px;
    font-family: 'Noto Serif';
}

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

.get-form :is(#next_btn, #prev_btn, #next_two, #prev_two, #next_three, #prev_three, #next_four, #prev_four, #next_five, #prev_five, #next_six, #prev_six, #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;
}

.writer-img {
    width: 16%;
}

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

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

.featured_mover {
    margin-top: 30px !important;
    font-size: 28px !important;
    font-family: "Plus Jakarta Sans" !important;
    color: #1e75bb !important;
    font-weight: 800 !important;
    margin-bottom: 10px !important;
    text-align: center !important;
}

#topBestCompanyCarous {
    background-color: rgb(30 117 187 / 10%);
}

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

#topBestCompanyCarous h2,
#topBestCompanyCarousel h2 {
    font-family: var(--albersans-family);
    font-weight: 700;
}

.carousel-inner {
    padding: 0 30px !important;
}

#topBestCompanyCarous .company_card,
#topBestCompanyCarousel .company_card {
    height: 100%;
    border-radius: 14px;
}

#topBestCompanyCarous .top_cards,
#topBestCompanyCarousel .top_cards {
    border: none;
    border-radius: 10px;
    z-index: 1;
    transition: 0.4s ease-in-out;
}

#topBestCompanyCarous .top_cards:hover,
#topBestCompanyCarousel .top_cards:hover {
    transform: translateY(-10px);
}

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

#topBestCompanyCarous .top_cards .company_star_icon,
#topBestCompanyCarousel .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;
}

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

#topBestCompanyCarous .badge_heading,
#topBestCompanyCarousel .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;
}

#topBestCompanyCarous .top_cards .card-header,
#topBestCompanyCarousel .top_cards .card-header {
    width: 130px !important;
    height: 78px;
    margin: auto;
}

#topBestCompanyCarous .top_cards .card_badge,
#topBestCompanyCarousel .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;
}

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

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

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

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

#topBestCompanyCarous .top_cards .card-body .stars_list li i,
#topBestCompanyCarousel .top_cards .card-body .stars_list li i {
    color: #ff8d3d;
    font-size: 18px;
}

#topBestCompanyCarous .top_cards .card-body .card-li,
#topBestCompanyCarousel .top_cards .card-body .card-li {
    width: fit-content;
    margin: auto;
    height: 65px !important;
    margin-bottom: 40px;
}

#topBestCompanyCarous .top_cards .card-body ul li,
#topBestCompanyCarousel .top_cards .card-body ul li {
    font-family: var(--popins-family);
    font-weight: 500;
    color: var(--secondary-color);
    padding-block: 1px;
    font-size: 14px;
    line-height: 20px;
}

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

#topBestCompanyCarous .top_cards .card-footer a.btn {
    padding: 10px 20px !important;
}

#topBestCompanyCarous .top_cards .card-footer a.btn,
#topBestCompanyCarousel .top_cards .card-footer a.btn {
    background-color: transparent;
    font-family: 'Outfit';
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid var(--primary-color) !important;
    color: var(--secondary-color);
    padding: 10px 20px;
    border-radius: 10px !important;
}

#topBestCompanyCarous .top_cards .card_footer_active a.btn,
#topBestCompanyCarousel .top_cards .card_footer_active a.btn {
    /* background-color: rgb(30 117 187); */
    background: #0043C0;
    color: #fff;
    border: none !important;
}

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



.span_tag__active {
    display: block;
    background-color: rgb(30 117 187);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    color: #fff;
}

#topBestCompanyCarous .top_cards .contact_info img,
#topBestCompanyCarousel .top_cards .contact_info img {
    margin-right: 8px;
    width: 18px;
    object-fit: contain;
}

#topBestCompanyCarous .top_cards .contact_info span,
#topBestCompanyCarousel .top_cards .contact_info span {
    font-family: var(--popins-family);
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 18px;
}

#topBestCompanyCarous .best_company_rating,
#topBestCompanyCarousel .best_company_rating {
    font-family: var(--poppins-family);
    font-weight: 900;
    color: var(--primary-color);
    font-size: 17.5px;
}

.other_card {
    height: 330px !important;
    margin-right: 15px;
    background: #e8f1f87a;
    border: 1px solid #00000021 !important;
}

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

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

.trust_card.d-flex.align-items-start.justify-content-center {
    padding: 40px 30px;
    border: 0px solid #2e87cd1f;
    background: #e8f1f8;
    border-radius: 10px;
}

.company_cards .card {
    padding: 15px 20px;
    box-shadow: rgb(30 117 187 / 44%) 0px 1px 4px;
    border: none;
    border-radius: 8px;
    height: 100%;
}

.best_mover_compname {
    text-align: center;
    font-size: 16px !important;
    font-family: "Outfit" !important;
    font-weight: 600 !important;
}

.call_ic {
    color: #1e75bb;
    font-size: 17px;
}

.contact-number {
    color: #2a2d2b;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-weight: 700;
}

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

.second_card {
    padding: 10px 5px 10px 30px;
    display: flex;
    background-color: #e8f1f8;
    border-radius: 10px;
}

.second_mover h2 {
    font-family: var(--albersans-family);
    font-weight: 700;
    font-size: 26px;
    margin-top: 0px !important;
}

.swiper-slide .card__active {
    border: 3px solid #468dc7 !important;
    margin-left: 10px !important;
}

.trust_text h3 {
    font-family: "Noto Serif", serif;
    ;
    font-weight: 700;
    font-size: 32px;
    margin-top: 0px !important;
}

.container_first {
    max-width: 1120px !important;
    margin: 0 auto;
}

.advertisement_tag {
    color: #00000082;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    padding: 1px 2px;
    font-weight: 600;
    cursor: pointer;
}

#topBestCompanyCarous .top_cards {
    border: none;
    border-radius: 10px;
    z-index: 1;
    height: 390px !important;
    transition: 0.4s ease-in-out;
}

.dice-box-highlight {
    padding: 1.5rem;
    background: #fff;
    background: linear-gradient(135deg, white 0%, #f5fbff 100%);
    border: 1px solid #1E75BB;
    border-radius: .75rem;
    margin: 2.5rem 0;
}

.dice-box-highlight a {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.dice-box-highlight p {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Outfit', sans-serif;
}

.listing span {
    font-family: var(--popins-family);
    font-weight: 400;
    font-size: 18px;
    color: rgb(0 0 0 / 82%);
    line-height: 36px;
    margin-bottom: 15px;
}

@media screen and (max-width: 575px) {
    .writer-img {
        width: 10%;
    }
    #OurPartner {
    /* background-color: rgb(30 117 187 / 10%); */
    padding: 0px;
}
#OurPartner .top_cards .card-footer a.btn{
    font-size: 15px !important;
}
}

@media screen and (max-width: 1200px) {
    .container_first {
        max-width: 960px !important;
    }

    .sub_route h1 {
        font-size: 33   px;
    }
}

@media screen and (max-width: 992px) {
    .get-form {
        padding: 20px 20px !important;
    }
}

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

/* Show navigation on mobile/tablet when needed */
@media (max-width: 1199px) {

    .show-nav .swiper-button-next,
    .show-nav .swiper-button-prev {
        display: flex;
    }

    /* Adjust navigation button colors for better visibility */
    .swiper-button-next:after,
    .swiper-button-prev:after {
        color: #1e75bb;
        font-size: 24px;
    }
}

/* Ensure slides are properly sized on mobile */
@media (max-width: 575px) {
    .swiper-slide {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .sub_route h2 {
        font-size: 32px;
        line-height: 36px;
    }
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    gap: 25px;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

    /* Center the card content */
    .card {
        margin: 0 auto;
        max-width: 100%;
    }
}

/* Remove button lock class that was preventing navigation */
.swiper-button-next.swiper-button-lock,
.swiper-button-prev.swiper-button-lock {
    display: flex !important;
}

.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 {
    border-bottom: 2px solid #1e75bb;
    background-color: transparent;
}

/*.accordion .accordion-header button[aria-expanded="true"] {*/
/*    background-color: var(--secondary-color);*/
/*}*/
.accordion .accordion-header button {
    background-color: white;
    color: var(--secondary-color);
    font-family: 'Outfit';
    font-weight: 400;
    text-transform: capitalize;
    font-size: 18px;
    padding: 5px 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: 10px 0px;
}

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

.bottom_content_accordion .accordion-item {
    transition: all 0.3s ease-in-out;
}

.bottom_content_accordion .accordion-header button {
    background-color: transparent !important;
    color: var(--secondary-color);
    font-family: var(--albersans-family);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 18px;
    padding-left: 10px;
    padding-block: 20px;
    border-radius: 0 !important;
    /* border-bottom: 1px solid rgb(30 117 187 / 26%); */
    transition: all 0.3s ease-in-out;
}

.bottom_content_accordion .accordion-header button:focus {
    background-color: transparent;
}

.bottom_content_accordion .accordion-header button:hover {
    /* border-bottom: 4px solid rgb(30 117 187 / 26%); */
    background-color: transparent;
}

.bottom_content_accordion .accordion-button::after {
    background-image: url(../image/drop-down-arrow.png) !important;
    position: absolute !important;
    right: 0px !important;
}

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

.bottom_content_accordion h3 {
    margin: 0;
    font-size: 20px;
}

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

@media screen and (max-width: 575px) {
    .trust_card.d-flex.align-items-start.justify-content-center {
        padding: 30px 15px;
        border: 0px solid #2e87cd1f;
        background: #e8f1f8;
        border-radius: 10px;
    }
    .route_mover_logo::after {
   display:none;
}
}

div#collapseOne {
    display: block !important;
}
#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: var(--albersans-family);
    font-weight: 700;
}

.carousel-inner {
    padding: 0 30px !important;
}

#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;
    letter-spacing: 0.4px;
}

#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: 1px;
    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';
}

#OurPartner .top_cards .contact_info img {
    margin-right: 8px;
    width: 18px;
    object-fit: contain;
}

#OurPartner .top_cards .contact_info span {
    font-family: var(--popins-family);
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 18px;
}

#OurPartner .best_company_rating {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    color: var(--primary-color);
    font-size: 18px;
    margin-top: 5px;
    display: block;
}
.swiper_slide .card__active {
    border: 2px solid #0043c0 !important;
    /* margin-left: 10px !important; */
    background-color: #fff !important;
}
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;
}
.contact-number {
    color: #2a2d2b !important;
    font-family: 'Noto Serif' !important;
    font-size: 21px !important;
    font-weight: 600 !important;
}
.featured_mover {
    margin-top: 30px;
    font-size: 28px;
    font-family: "Plus Jakarta Sans";
    color: #1e75bb;
    font-weight: 800;
    margin-bottom: 10px;
    text-align: center;
}
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;
}
@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;
    }
}
@media (max-width: 600px) {
    .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;
    }
}
    /* 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;
            }
        }
        .trust-card {
      background: white;
      border-radius: 16px;
      max-width: 845px;
      width: 100%;
      overflow: hidden;
      /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
      border: 0px solid #1e74bb25 !important;
      margin: 0 auto;
      }
      .card-header {
      background: #fff;
      padding: 20px;
      border: 0;
      }
      .main-title {
      color: #212529 !important;
      font-size: 34px !important;
      font-weight: 700 !important;
      margin: 0 !important; 
      font-family: 'Noto Serif';
      }
      .features-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      margin: 0;
      }
       .feature-item {
    padding: 25px 20px;
    text-align: center;
    border-right: 0px solid #1e74bb25;
    position: relative;
    display: flex
;
    justify-content: center;
    align-items: center;
}
      .features-grid .feature-item::after{
        content: '';
        height: 70px;
        top: 20%;
        position: absolute;
        width: 1px;
        background-color: #1e75bb82;
        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;
      }
      .feature-item:last-child {
      border-right: none;
      }
      .feature-title {
      font-size: 22px;
      font-weight: 600;
      color: #2b2f32;
      margin-bottom: 10px;
      font-family: 'Noto Serif';
      }
      .feature-description {
    font-size: 18px;
    color: #6B7280;
    line-height: 1.5;
    font-family: 'Outfit';
}
      .this_articles ul li a {
      font-family: var(--popins-family);
      font-weight: 500;
      color: var(--secondary-color) !important;
      text-transform: capitalize;
      font-size: 14px;
      padding-bottom: 3px;
      position: relative;
      }
      @media (max-width: 768px) {
      .features-grid {
      grid-template-columns: 1fr;
      }
      .feature-item {
      border-right: none;
      border-bottom: 1px solid #E9ECEF;
      padding: 30px 25px;
      }
      .feature-item:last-child {
      border-bottom: none;
      }
      .main-title {
      font-size: 1.5rem;
      }
      .card-header {
      padding: 25px;
      }
      }