:root {
    --new-colorCode: #ff6a00;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

h2 {
    font-family: 'Noto Serif';
    text-transform: capitalize;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 10px;
}

.flag-box {
    border: 0px solid rgb(30 117 187 / 25%);
    border-radius: 15px;
    margin-top: 20px;
    background: #ff0f0f1a;
    width: 100%;
    padding: 20px 40px;
}

.flag-box p {
    font-family: var(--popins-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.navigation_menu_sticky {
    width: 100%;
    position: fixed;
    top: 79px;
    padding: 5px 0px;
    background-color: #f2f2f2;
    z-index: 10;
    border-top: 1px solid #1e75bb26;
    border-bottom: 1px solid #1e75bb26;
    text-align: center;
    animation: show_company_navigation 0.4s forwards;
}

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

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

.navigation_menu_sticky .company_name {
    font-family: var(--albersans-family);
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.3px;
}

#sticky_navigate {
    display: none;
}

#show_company {
    padding: 10px 0 0;
}

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

.breadcrumb {
    margin: 0 !important;
}

ol {
    margin: 0;
}

.breadcrumb li a {
    text-decoration: none;
    font-family: "Albert Sans";
    text-transform: capitalize;
    color: #000000c7;
    font-weight: 600;
    font-size: 16px;
}

.breadcrumb .breadcrumb-item.active {
    font-family: var(--albersans-family);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    color: rgb(30 117 187);
}

.show_company_logo img {
    max-width: 200px;
    height: 120px;
    object-fit: contain;
}

.verify_company input[type="checkbox"] {
    accent-color: var(--primary-color);
    width: 14px;
    height: 14px;
}

.verify_company label {
    font-family: "Albert Sans";
    font-weight: 900;
    font-size: 15.5px;
    position: relative;
    text-transform: uppercase;
    top: 3px;
    left: 3px;
}

.company_website {
    border: 1px solid var(--footer-border);
    width: fit-content;
    padding: 6px 8px;
    text-decoration: none;
    font-family: var(--popins-family);
    border-radius: 10px;
}

.company_website h6 {
    color: rgb(137, 137, 241);
    font-weight: 600;
    font-size: 18px;
}

.company_website small {
    font-weight: 500;
    color: var(--secondary-color);
    font-size: 15px;
}

.company_website .icon i {
    color: var(--secondary-color);
}

.verify_company {
    font-size: 16px;
    font-family: "Montserrat";
    color: black;
    font-weight: 600;
}

.company_reviews_info h1 {
    font-family: 'Noto Serif';
    font-weight: 700;
    font-size: 32px;
}

.show_company_left_side {
    border-radius: 30px;
    border: 3px solid rgb(30 117 187 / 16%);
    position: relative;
    padding: 5px 40px;
    background-color: #ffff;
    z-index: 1;
   
}

.show_company_left_side #watermarkLogo {
    position: absolute;
    right: 28px;
    top: -1px;
    width: 22%;
    object-fit: contain;
}

.company_reviews_info .write_review {
    font-family: var(--albersans-family);
    font-weight: 700;
    text-decoration: underline;
    color: var(--primary-color);
    font-size: 18px;
    border: none;
    transition: all 0.3s ease-in-out;
}

.company_reviews_info .company_average_reviews {
    font-family: var(--albersans-family);
    font-weight: 700;
    text-transform: capitalize;
    color: var(--secondary-color);
    font-size: 16px;
}

.company_reviews_info ul {
    padding: 0;
    margin: 0;
}

.company_reviews_info ul li {
    padding: 0px 5px 0px 0px;
}

.company_reviews_info ul li i {
    font-size: 28px;
    color: var(--stars-color);
}

.company_reviews_info ul li .badge {
    font-family: 'Outfit';
    font-size: 42px;
    background-color: transparent;
    padding: 5px;
    border-radius: 2px;
    font-weight: 900;
    color: #1e75bb;
}

.company_reviews_info #write_review_btn {
    background-color: transparent;
    color: var(--secondary-color);
    border: none;
    border-radius: 0px;
    padding-left: 0px;
    font-family: var(--popins-family);
    font-size: 18px;
    font-weight: 600;
}

.company_reviews_info p {
    font-family: var(--popins-family);
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 15px;
}

.reviews_progress {
    padding: 20px 0px;
    border-top: 1px solid rgb(30 117 187 / 25%) !important;
    border-radius: 0px !important;
    border: none;
    border-bottom: 1px solid rgb(30 117 187 / 25%);
    margin: 20px 0px !important;
}

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

.reviews_progress .card-header p {
    font-family: var(--albersans-family);
    font-weight: 600;
    text-transform: capitalize;
    color: var(--secondary-color);
    font-size: 18px;
}

.reviews_progress .card-header .rating i {
    font-size: 14px;
    color: var(--new-colorCode);
}

.reviews_progress .card-header .total_result {
    font-family: var(--albersans-family);
    font-weight: 400;
    color: var(--footer-border);
    margin-top: 6px;
    font-size: 14px;
}

.reviews_progress .card-header .recomend p {
    font-family: var(--popins-family);
    font-weight: 500;
    color: var(--secondary-color);
    font-size: 13px;
}

.reviews_progress .card-header .recomend p span {
    font-weight: 400;
}

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

.reviews_progress .card-body .progress_bar_div {
    margin-bottom: 0px;
    margin-top: 4px;
}

.reviews_progress .card-body .progress_bar_div .rating_number {
    font-size: 16px;
    text-transform: capitalize;
    font-family: var(--popins-family);
    font-weight: 600;
    color: #2b2f32;
}

.reviews_progress .card-body .progress_bar_div i {
    color: var(--new-colorCode);
    font-size: 15px;
}

.reviews_progress .card-body .progress_bar_div .progress-bar {
    background-color: var(--new-colorCode);
}

.reviews_progress .card-body .progress_bar_div .col-10 {
    padding: 0px;
    margin: 0px;
}

.reviews_progress .card-body .progress_bar_div .progress {
    height: 10px;
    width: 86%;
}

:is(.rating_reviews, .average_price) .average_number {
    font-family: var(--popins-family);
    font-weight: 700;
    color: var(--primary-color);
    font-size: 32px;
    text-underline-offset: 6px;
}

.average_price h5 {
    font-family: 'Noto Serif';
    font-weight: 700;
    font-size: 18px;
}

:is(.rating_reviews, .average_price) span {
    font-family: var(--popins-family);
    font-weight: 400;
    color: var(--secondary-color);
    font-size: 16px;
    text-transform: capitalize;
}

.average_price a {
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    font-size: 14px;
    border: none;
    background-color: transparent;
    color: #0043C0;
    border: 2px solid #0043C0;
    width: fit-content;
    margin: auto;
    transition: all 0.3s ease-in-out;
}

.average_price a:focus {
    background-color: #0043C0;
}

.average_price a:hover {
    background-color: #0043C0;
    color: #fff;
    border: 2px solid #0043C0;
}

.company_review_heading {
    font-family: var(--albersans-family);
    text-transform: capitalize;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 10px;
}

.user_reviews {
    font-family: var(--popins-family);
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
}

.user_review_card {
    padding: 15px 25px;
    border: 1px solid #0000001a;
    border-radius: 10px;
    background: #edf4fa26;
}

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

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

.user_review_card .user_icon i {
    color: #2b2f32c2;
    font-size: 36px;
}

.user_review_card .user_detail .user_title {
    font-family: var(--albersans-family);
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}

.user_review_card .user_detail ul {
    padding: 0;
    margin: 0;
}

.user_review_card .user_detail ul li {
    padding: 0px 4px 0px 0px;
}

.user_review_card .user_detail ul li i {
    color: var(--stars-color);
    font-size: 19px;
}

.user_review_card .location h5 {
    font-family: 'Noto Serif';
}

.share_btn {
    font-family: var(--popins-family);
    font-weight: 900;
    text-transform: capitalize;
    border: 0px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 0px;
    padding: 2px 16px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.share_btn:hover {
    background-color: var(--primary-color);
}

.share_btn:focus {
    background-color: var(--primary-color);
    color: white;
    box-shadow: none;
}

.share_links ul {
    display: flex;
    padding: 0;
}

.share_links a.face_book,
.share_links a.twitter_link {
    background: #4867aa;
    padding: 10px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    border-radius: 50px;
    margin: 0 8px 0 0;
}

.share_links a.twitter_link {
    background-color: #1da1f2;
}

.share_links a i {
    font-size: 18px;
}

.copy-to-clipboard {
    cursor: pointer;
}

.copy-to-clipboard:focus {
    box-shadow: none;
    user-select: all;
}

.modal-title {
    font-family: var(--albersans-family);
    font-weight: 600;
}

.copy_message {
    background-color: #ffffffad;
    position: absolute;
    top: 71px;
    z-index: 1;
    color: black;
    width: 94%;
    text-align: center;
    padding: 4px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    display: none;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}

.copy_message.show-message {
    opacity: 1;
}

.company_shear_link {
    font-family: var(--popins-family);
    font-weight: 600;
    color: var(--secondary-color);
    text-transform: capitalize;
    text-decoration: underline;
}

.user_review_card .location h5 span {
    font-size: 14px;
    color: var(--third-color);
    font-weight: 500;
    font-family: 'Noto Serif';
}

.user_review_card .location h5 b {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin-left: 4px;
    font-family: 'Noto Serif';
}

.user_review_card .date {
    font-family: "Albert Sans";
    font-weight: 500;
    color: #000000;
    font-size: 14.7px;
}

.user_review_card .user_review_title .title {
    font-family: var(--albersans-family);
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--secondary-color);
}

.user_review_card .move_size span {
    font-family: var(--popins-family);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    color: var(--secondary-color);
}

.user_review_card .move_size .mover_size_title {
    font-family: var(--albersans-family);
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}

.user_review_card .user_feedback {
    font-family: var(--popins-family);
    font-weight: 400;
    color: var(--secondary-color);
    font-size: 15.5px;
    margin: 0;
}

.user_review_card .user_feedback strong {
    font-weight: 600;
}

.user_review_card .service_cost {
    font-family: var(--popins-family);
    font-weight: 800;
    text-transform: capitalize;
    font-size: 16px;
    color: var(--secondary-color);
}

.user_review_card .service_cost span {
    font-weight: 600;
}

#page {
    font-family: var(--albersans-family);
    font-weight: 600;
}

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

.accordion-item {
    background-color: #fff;
}

.accordion-button::after {
    background-image: url(../image/blackdropdown.svg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../image/bluearrow.svg);
}

.accordion .accordion-header {
    background-color: transparent;
    font-size: 26px;
    font-weight: 800;
}

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

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

/* .accordion .accordion-header button:focus {
    box-shadow: none;
    background-color: var(--secondary-color);
}
.accordion .accordion-header button:hover {
    background-color: var(--secondary-color);
} */
.accordion-body {
    padding: 12px;
    background-color: rgb(30 117 187 / 8%);
}

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

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

.company_number {
    position: relative;
}

.working-hours {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #000000;
}

.openinghours {
    font-family: Lucida Console;
    border-radius: 4px;
    margin: 10px;
    box-shadow: 0 0 10px black;
    padding: 0 10px 0 10px;
    overflow: hidden;
    display: inline-block;
}

.openinghourscontent {
    float: left;
}

.openinghourscontent h2 {
    display: block;
    text-align: center;
    margin-top: 0.33em;
}

.openinghourscontent button {
    color: white;
    font-family: Courier New;
    font-size: large;
    font-weight: bolder;
    background-color: #4679bd;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 10px;
}

.today {
    color: #4679bd;
}

.opening-hours-table tr td:first-child {
    font-weight: bold;
}

#open-status {
    display: block;
    margin-top: -1em;
    text-align: center;
    border: dotted lightgrey 3px;
}

.openorclosed:after {
    content: "open during these hours:";
}

.open {
    color: green;
}

.open:after {
    content: " Open";
    color: #6c0;
}

.closed:after {
    content: " Closed";
    color: red;
}

.opening-hours-table tr td {
    padding: 5px;
    font-family: var(--popins-family);
}

.company_number .company_number_title {
    font-family: 'Noto Serif';
    font-weight: 700;
    font-size: 20px;
    color: #1e75bb;
}

span.fw-semibold.text-danger {
    color: black !important;
    font-family: 'Noto Serif';
    font-weight: 600;
}

.company_number span {
    font-family: var(--popins-family);
    font-weight: 400;
}

.company_number a {
    font-family: var(--albersans-family);
    color: var(--primary-color);
    font-size: 24px;
}

aside .address_details {
    width: fit-content;
    margin: auto;
}

.address_details ul li span {
    cursor: pointer;
}

.mover_information_Card {
       padding: 14px 40px;
    border: none;
    border-radius: 30px;
    border: 0px solid rgb(30 117 187 / 25%);
    position: relative;
    /* left: -80px; */
    background-color: #1e75bb14;
    overflow: hidden;
    
}

.mover_information_Card .water_mark_image {
    display: block;
    width: 100%;
    height: 386px;
    object-fit: contain;
    opacity: 0.09;
    transform: translate(-20px, 29px) rotate(1deg);
}

.mover_information_Card .card .card-img-overlay {
    z-index: 1;
}

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

.mover_information_Card .card-header span {
    font-family: var(--albersans-family);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 18px;
    color: var(--primary-color);
}

.mover_information_Card .address_details ul {
    padding: 0;
    margin: 0;
}

.mover_information_Card .address_details ul li {
    padding: 8px 0px;
}

.mover_information_Card .address_details ul li i {
    font-size: 16px;
    margin-right: 6px;
}

.mover_information_Card .address_details ul li span {
    font-family: var(--popins-family);
    font-size: 14.5px;
    color: #2b2f32;
    font-weight: 400;
}

.mover_information_Card .address_details ul li p {
    font-family: var(--popins-family);
    font-weight: 400;
    color: #2a2d2b;
    font-size: 16px;
}

.mover_information_Card .address_details ul li #get_btn {
 
    font-family: "Plus Jakarta Sans";
    font-weight: 700;
    color: rgb(0 67 192);
    text-transform: capitalize;
    padding: 4px 20px;
    border-radius: 5px;
    font-size: 18px;
    transition: all 0.3s linear;
    display: inline-flex !important;
    text-decoration: underline;
}

.mover_information_Card .address_details ul li #get_btn:hover {
    background-color: rgb(0 67 192) !important;
    border: 2px solid rgb(0 67 192) !important;
    color: #fff;
    font-weight: 700;
}

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

.states .state_heading {
    font-family: "Outfit";
    font-weight: 600;
    font-size: 24px;
    /* text-decoration: 1px underline var(--secondary-color); */
    text-underline-offset: 6px;
    text-transform: capitalize;
    margin-bottom: 12px;
    color: var(--secondary-color);
    margin-top: 13px !important;
}

.states p {
    font-family: var(--popins-family);
    text-transform: capitalize;
    font-weight: 400;
    margin: 0px;
    font-size: 16px;
    margin-top: 4px;
}

.states p a {
    color: #2b2f32;
}

.navigation_menu a {
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    text-transform: capitalize;
    color: #1e75bb;
    font-weight: 700;
    padding: 0px 22px 0px 0px;
    position: relative;
}

.navigation_menu :is(.first, .second, .third, .four)::after {
    content: "";
    background-color: #2b2f3242;
    width: 2px;
    height: 80%;
    position: absolute;
    bottom: 6%;
    right: 17%;
}

.navigation_menu a.second::after {
    content: "";
    right: 10%;
}

.navigation_menu .third::after {
    content: "";
    right: 13%;
}

.side_blog_heading {
    font-family: var(--popins-family);
    font-weight: 700;
    text-transform: capitalize;
    font-size: 26px;
    margin-bottom: 5px;
}

.side_blog_card {
    border: none;
}

.side_blog_card .card-title {
    font-family: var(--albersans-family);
    font-weight: 500;
    font-size: 22px;
}

.side_blog_card .card-text {
    font-family: var(--popins-family);
    font-weight: 400;
    font-size: 14px;
}

aside .aside-box {
    border: 0px solid rgb(30 117 187 / 25%);
    border-radius: 8px;
    margin-top: 50px;
    background: #fff;
    width: 100%;
    padding: 20px 40px;
}

aside .form_box {
    background-color: #ececec;
    border-radius: 12px;
}

aside .form_box h4 {
    font-family: 'Noto Serif';
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: 1px underline #2b2f32;
}

aside .form_box form input {
    border: none;
}

aside .form_box form input:focus {
    box-shadow: none;
}

aside .form_box form select {
    border: none;
}

aside .form_box form select:focus {
    box-shadow: none;
}

aside .form_box form textarea {
    border: none;
}

aside .form_box form textarea:focus {
    box-shadow: none;
}

aside .form_box form input[type="file"]::-webkit-file-upload-button {
    background-color: var(--third-color);
    border: none;
    font-family: var(--popins-family);
    font-weight: 400;
}

.company_logo_img {
    max-width: 100px;
}

.company_logo_img img {
    width: 100%;
    aspect-ratio: 1 auto;
    object-fit: contain;
    height: auto;
}

aside .blog_side_recent_posts {
    color: var(--secondary-color);
    padding: 0 10px;
}

aside .blog_side_recent_posts .card .card-img {
    width: 100%;
}

aside .blog_side_recent_posts .card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

aside .blog_side_recent_posts .card-img .image_label {
    padding: 8px 10px;
}

aside .blog_side_recent_posts .card-img .text_date {
    font-size: 12px;
}

aside .blog_side_recent_posts .card .card-title {
    font-family: var(--albersans-family);
    font-weight: 600;
    font-size: 17px;
}

aside .blog_side_recent_posts .card .card-body p {
    font-size: 12.5px;
    color: var(--secondary-color);
    font-family: var(--popins-family);
    font-weight: 500;
}

#company_sponsor .heading {
    font-family: var(--albersans-family);
    font-weight: 600;
    font-size: 32px;
}

#company_sponsor .card {
    padding: 10px 18px;
    border: none;
    box-shadow: rgb(30 117 187 / 44%) 0px 1px 4px;
    height: 100%;
}

.company_sponsor_card .image_box img {
    max-width: 120px;
    height: 100px;
    object-fit: contain;
}

.company_sponsor_card .card-body {
    padding: 8px 0 0;
    text-align: center;
    position: relative;
}

.company_sponsor_card .card-body::after {
    content: "";
    background-color: rgb(30 117 187 / 21%);
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0%;
    right: 0%;
}

.company_sponsor_card .card-title {
    font-family: var(--albersans-family);
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 4px;
    color: var(--secondary-color);
}

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

.company_sponsor_card .card-body span {
    font-family: var(--popins-family);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    color: var(--secondary-color);
}

:is(.licenses_section, .local-moving-cost) h2 {
    font-family: 'Noto Serif';
    font-weight: 600;
}

:is(.licenses_section, .local-moving-cost) p {
    margin: 5px 0px 5px 0px !important;
    font-family: var(--popins-family);
    font-size: 16px;
    font-weight: 400;
    color: #000000d9;
    line-height: 2rem;
    letter-spacing: 0.2px;
}

ul.ulcompanyshow {
    font-family: "Nunito Sans";
    letter-spacing: 0.5px;
    color: #000000e8;
    line-height: 1.6rem;
    font-size: 16px;
}

p.paracompanyshow {
    margin: 17px 0px 17px 0px !important;
    font-family: var(--popins-family);
    font-size: 16px;
    font-weight: 400;
    color: #000000d9;
    line-height: 2rem;
    letter-spacing: 0.4px;
}

.company_information {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: "Plus Jakarta Sans";
    letter-spacing: 0.3px;
    color: #2b2f32;
    line-height: 30px;
    font-size: 16px;
}

.local-moving-cost a {
    color: var(--primary-color);
    font-weight: 600;
}

.company_verified_details span {
    font-family: var(--popins-family);
    font-weight: 500;
    margin-bottom: 4px;
    display: block;
}

.company_verified_details p {
    font-family: var(--albersans-family);
}

.company_verified_details strong {
    font-weight: 600;
    font-size: 18px;
}

.company_response {
    background-color: #1e75bb14;
    padding: 15px 30px;
    border-radius: 10px;
}

.company_response span {
    font-family: var(--popins-family);
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.company_response p {
    font-family: var(--popins-family);
    font-weight: 400;
    color: var(--para-color);
    line-height: 1.6rem;
    font-size: 14px;
}

.license_anchor {
    color: var(--secondary-color);
    font-family: var(--popins-family);
    font-weight: 700;
    transition: all 0.4s linear;
}

.license_anchor:hover {
    color: var(--primary-color);
}

#targetDiv select {
    font-family: var(--popins-family);
    font-weight: 600;
    border: none;
    /* background-color: #1e75bb; */
    color: #1e75bb;
    width: 95px;
    font-size: 16px;
    /* border: 1px solid #1e75bb; */
    padding: 0px;
}

option {
    font-family: "Plus Jakarta Sans";
}

#targetDiv select.form-select {
    background-image: url(../image/company_color_dropdown.svg);
}

#targetDiv select:focus {
    box-shadow: none;
    box-shadow: rgb(30 117 187 / 44%) 0px 1px 4px;
}

.contact_mover_btn {
    text-decoration: none;
    background: #1e75bb;
    color: #ffff;
    border-radius: 5px;
    letter-spacing: 0.5px;
    border: none;
    font-family: var(--popins-family);
    font-weight: 400;
    transition: all 0.4s ease-in-out;
}

.write_review_link {
    font-family: var(--popins-family);
    font-weight: 400;
    text-decoration: 1px underline black;
    width: fit-content;
}

.text_box {
    padding: 20px 0px;
    border-bottom: 2px solid #edf4fa;
}

.text_box p {
    font-family: var(--popins-family);
    font-weight: 400;
    font-size: 16px;
    color: #000000f2;
    letter-spacing: 0px;
    line-height: 30px;
}

.modal_box .modal-header button {
    position: absolute;
    right: 2%;
    top: 10px;
}

.modal_box .modal-content {
    width: 74%;
}

.modal_box .modal-body a {
    border: 1px solid var(--primary-color);
    padding: 8px 4rem;
    font-family: var(--popins-family);
    font-weight: 400;
    font-size: 18px;
    display: block;
    border-radius: 4px;
    color: var(--secondary-color);
    letter-spacing: 0.5px;
}

.modal_box .modal-body a i {
    color: var(--primary-color);
    font-size: 18px;
}

h2.ql-align-justify {
    margin-bottom: 15px;
}

a.btn.btn-primary.mt-0.contact_mover_btn {
    background: white;
    color: black;
    border: 2px solid var(--primary-color);
    font-family: "Albert Sans";
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 700;
}

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

.icons i {
    padding: 0px;
    color: rgb(30 117 187);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    /* border-radius: 50%; */
    margin: 0 8px 0 0;
}

span.fs-5.fw-bold {
    font-family: "Plus Jakarta Sans";
    font-size: 16px !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #fe6b15 !important;
    border-color: #fe6b15 !important;
    box-shadow: none !important;
}

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

.average_price.m-auto.text-center {
    /* border: 1px solid; */
    background-color: #edf4fa;
    padding: 10px 20px;
    border-radius: 10px;
}

.summary_review {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--albersans-family);
    text-transform: capitalize;
}

.summary_review span {
    font-family: var(--albersans-family);
    font-weight: 600;
    text-transform: capitalize;
    color: var(--secondary-color);
    font-size: 18px;
}

.recomend p {
    font-family: var(--popins-family);
    font-weight: 500;
    color: var(--secondary-color);
    font-size: 13px;
}

.recomend p span {
    font-weight: 400;
}

.align_star {
    margin-bottom: 7px;
}

.aside_cta {
    padding: 20px 15px;
    background-color: #edf4fa;
    border-radius: 10px;
}

.explore {
    background-color: #1e75bb;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
}

.explore:hover {
    color: #fff !important;
}

.list_style li {
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
    line-height: 32px;
    margin-bottom: 15px;

}

.why_list li {
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
    line-height: 32px;
    margin-bottom: 15px;
}

.request_quote {
    background-color: rgb(0 67 192) !important;
    text-align: center;
    transition: 0.5s;
    border-radius: 7px;
    font-weight: 400;
    border: 2px solid #fff;
    padding: 10px 30px;
    font-size: 18px;
    font-family: 'Outfit';
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
}

.resources_show {
    font-family: var(--albersans-family);
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 42px;
}

.resource_list a {
    font-family: var(--popins-family);
    font-weight: 500;
    display: block;
    color: var(--primary-color);
    letter-spacing: 0.3px;
    padding-block: 7px !important;
    transition: all 0.4s linear;
    text-decoration: underline;
}
  /* Rating progress rows */
  .reviewRow {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin-top: 5px;
  }

  .reviewLabel {
      flex: 0 0 50px;
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 0.95rem;
  }

  .reviewLabel input {
      width: 16px;
      height: 16px;
      cursor: pointer;
  }

  .reviewProgress {
      height: 8px;
      background-color: #f1f1f1;
      border-radius: 10px;
      flex-grow: 1;
  }

  .reviewProgressBar {
      background-color: #ff6a00;
      border-radius: 10px;
      height: 8px;
  }

  .reviewLabel span {
      font-size: 14px;
      font-weight: 300;
      font-family: var(--popins-family);
  }

  .reviewPercent {
      width: 30px;
      text-align: right;
      font-size: 14px;
      font-family: var(--popins-family);
      font-weight: 400;
      color: #1e75bb;
  }
.avatar {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #fff;
    color: #212529;
    font-weight: 700;
    font-size: 14px;
    text-transform: none;
    font-family: var(--popins-family);
    border: 1px solid #1e75bb;
}
.info-card {
    border: 0px solid #116087;
    border-radius: 10px;
    height: 100%;
    padding: 12px 18px;
    background: #1e75bb0d;
    transition: all 0.3s;
    /* box-shadow: 0 0 6.22px 0 #4066D226; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.info-card p {
    font-size: 16px !important;
    margin: 0px !important;
    color: #000;
    font-weight: 700 !important;
}
.info-card h6, .info-card h6 a {
    color: #1e75bb;
    font-weight: 600;
    text-decoration: none;
    font-size: 22px;
    margin-bottom: 0 !important;
    font-family: 'Plus Jakarta Sans';
}
.rand_city{
    display: grid;
    grid-template-columns: repeat(4 ,1fr);
    gap: 10px;
}
.rand_city li{
padding: 15px;
    /* border: 1px solid #1e75bb; */
    background: #1e75bb0d;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
}

/* ========================================
   Booking Process Section Styles
   ======================================== */

/* Main Section Container */
.booking-process-section {
    padding: 40px 0;
}

/* Header Styles */
.booking-process-header {
    margin-bottom: 20px;
}

.booking-process-title {
    font-family: 'Noto Serif';
    font-weight: 700;
    font-size: 32px;
    color: #2b2f32;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.booking-process-subtitle {
    font-family: var(--popins-family);
    font-size: 18px;
    font-weight: 400;
    color: #5a5d62;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Cards Grid Container */
.booking-step-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

/* Individual Step Card */
.booking-step-card {
    position: relative;
    background: #ffffff;
    border: 2px solid #1e75bb1a;
    border-radius: 20px;
    padding: 35px 30px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.booking-step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #1e75bb 0%, #2196f3 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.booking-step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(30, 117, 187, 0.18);
    border-color: #1e75bb40;
}

.booking-step-card:hover::before {
    transform: scaleX(1);
}



.booking-step-card:hover .step-number {
    transform: rotate(360deg) scale(1.1);
}

/* Step Icon */
.step-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #edf4fa 0%, #f8fbff 100%);
    border: 3px solid #1e75bb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.step-icon i {
    font-size: 32px;
    color: #1e75bb;
    transition: all 0.3s ease;
}

.booking-step-card:hover .step-icon {
    background: linear-gradient(135deg, #1e75bb 0%, #2196f3 100%);
    border-color: #2196f3;
    transform: scale(1.05);
}

.booking-step-card:hover .step-icon i {
    color: white;
}

/* Step Content */
.step-content {
    padding-right: 70px;
}

.step-title {
    font-family: 'Albert Sans';
    font-size: 22px;
    font-weight: 700;
    color: #2b2f32;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.step-description {
    font-family: var(--popins-family);
    font-size: 16px;
    font-weight: 400;
    color: #5a5d62;
    line-height: 1.7;
    margin-bottom: 0;
}

.step-description a {
    color: #1e75bb;
    font-weight: 600;
}

.step-description a:hover {
    color: #2196f3;
}

/* Pro Tip Box */
.pro-tip-box {
    background: linear-gradient(135deg, #fffbf0 0%, #fff9e6 100%);
    border: 0px solid #ffc107;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.15);
    transition: all 0.3s ease;
}

.pro-tip-box:hover {
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.25);
    transform: translateY(-3px);
}

.pro-tip-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

.pro-tip-icon i {
    font-size: 28px;
    color: white;
}

.pro-tip-content {
    flex: 1;
}

.pro-tip-title {
    font-family: 'Albert Sans';
    font-size: 20px;
    font-weight: 700;
    color: #2b2f32;
    display: block;
    margin-bottom: 8px;
}

.pro-tip-text {
    font-family: var(--popins-family);
    font-size: 16px;
    font-weight: 400;
    color: #5a5d62;
    line-height: 1.7;
    margin-bottom: 0;
}

/* ========================================
   Responsive Design
   ======================================== */

/* Tablet */
@media (max-width: 991px) {
    .booking-step-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .booking-process-title {
        font-size: 28px;
    }

    .booking-process-subtitle {
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .booking-process-header {
        padding: 25px 15px;
        margin-bottom: 30px;
    }

    .booking-process-title {
        font-size: 24px;
    }

    .booking-process-subtitle {
        font-size: 15px;
    }

    .booking-step-card {
        padding: 25px 20px;
    }

    .step-content {
        padding-right: 0;
    }

    .step-number {
        position: static;
        margin-bottom: 15px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .step-icon {
        width: 60px;
        height: 60px;
    }

    .step-icon i {
        font-size: 28px;
    }

    .step-title {
        font-size: 20px;
    }

    .step-description {
        font-size: 15px;
    }

    .pro-tip-box {
        padding: 20px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .pro-tip-icon {
        width: 50px;
        height: 50px;
    }

    .pro-tip-icon i {
        font-size: 24px;
    }

    .pro-tip-title {
        font-size: 18px;
    }

    .pro-tip-text {
        font-size: 15px;
    }
    .rand_city {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
}

/* Small Mobile */
@media (max-width: 480px) {
    .booking-step-cards {
        gap: 15px;
    }

    .booking-step-card {
        padding: 20px 15px;
        border-radius: 15px;
    }

    .step-title {
        font-size: 18px;
    }

    .step-description {
        font-size: 14px;
    }
}

.featured_form .row_modal {
       background: #edf4fa !important;
    border-radius: 20px;
    border: 2px solid #1e75bb1a !important;
    padding: 1.3rem 0.6rem;
    margin-top: 22px;
}
h4.head_move {
    font-family: 'Noto Serif';
    text-align: center;
    font-size: 32px !important;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 42px;
}
.row_modal label {
    color: #2B2F32;
    margin-bottom: 2px;
    font-size: 14px;
    font-family: "Plus Jakarta Sans";
    font-weight: 700;
}
.featured_form .banner_inputs {
    border: 0 !important;
        border-radius: 10px;
}
.row_modal .input-group span, .row_modal input:focus {
    background-color: #fff !important;
}
.row_modal input {
    font-weight: 400;
    background-color: #fff;
    font-size: 14.5px;
        font-family: 'Outfit';
}
.input_icon{
    background-color: #DBE9F4 !important;
    border: 0px !important;
    border-radius: 10px;
    height: 45px;
        font-weight: 400;
    line-height: 1.5;
        display: flex;
    align-items: center;
}
.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;
}

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