: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: 600;
    font-size: 16px;
    position: relative;
    /* text-transform: uppercase; */
    /* top: 3px; */
    /* left: 3px; */
    display: flex;
    align-items: center;
}

.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: 26px;
}

.show_company_left_side {
    border-radius: 30px;
    border: 1px solid rgb(30 117 187 / 16%);
    position: relative;
    padding: 30px 40px;
    background-color: #ffff;
    z-index: 1;
    box-shadow: rgb(30 117 187 / 18%) 12px 14px 20px 0px;
}


.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: 'Plus Jakarta Sans';
    font-weight: 600;
    text-transform: capitalize;
    color: var(--secondary-color);
    font-size: 18px;
}

.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: 34px;
    color: var(--stars-color);
}

.company_reviews_info .badge {
    font-family: 'Noto Serif';
    font-size: 56px;
    background-color: transparent;
    padding: 5px;
    border-radius: 2px;
    font-weight: 900;
    color: var(--secondary-color);
}

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

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

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

.progress-bar {
    background-color: var(--new-colorCode);
}

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

.progress {
    height: 10px;
    width: 96%;
}

: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: 'Noto Serif';
    text-transform: capitalize;
    font-weight: 600;
    font-size: 28px;
    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: 2px solid #e2edf6;
    border-radius: 10px;
}

.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 !important;
    margin-right: 0 !important;
}

.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: var(--albersans-family);
    font-weight: 600;
    font-size: 22px;
    color: black;
}

span.fw-semibold.text-danger {
    color: black !important;
}

.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;
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    line-height: 24px;
}

.mover_information_Card {
      padding: 46px 30px;
    border: none;
    border-radius: 30px;
    border: 0px solid rgb(30 117 187 / 25%);
    position: relative;
    /* left: -99px; */
    background-color: #1e75bb14;
    overflow: hidden;
    height: auto;
}
.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 {
    background-color: rgb(0 67 192) !important;
    border: 2px solid rgb(0 67 192) !important;
    font-family: "Plus Jakarta Sans";
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    padding: 4px 20px;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s linear;
}

.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: 20px;
    margin-top: 50px;
    background: #d1e9f452;
    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;
    font-weight: 300;
    line-height: 32px;
    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: 110px;
    font-size: 15px;
    border: 1px solid #1e75bb;
    padding: 3px 10px;
    margin-top: 7px;
}

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: white;
    color: #1e75bb;
    border-radius: 50px;
    letter-spacing: 0.5px;
    border: 2px solid #1e75bb;
    font-family: var(--popins-family);
    font-weight: 500;
    transition: all 0.4s
ease-in-out;
    padding: 5px 20px;
}

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

.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 {
    padding-left: 20px !important;
}

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

.company_boxes {
    border: 1px solid rgb(30 117 187 / 16%);
    border-radius: 20px;
    margin-top: 30px;
    /* display: flex; */
}

.company_info_boxes {
    width: 100%;
    border-right: 1px solid rgb(30 117 187 / 16%);
    margin: 20px 0;
    border-radius: 0px;
    padding: 0 20px;
}

p.rating_b {
    font-size: 22px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    text-align: center;
    color: #fff;
}

h2.rating_b {
    font-size: 56px;
    text-align: center;
    color: #fff;
}

span.rating_per {
    font-family: 'Outfit';
}

h3.head_h {
    font-size: 22px;
    font-family: 'Noto Serif';
    font-weight: 600;
}

a.company_link {
    font-size: 13px;
    color: #1e75bb;
    text-decoration: underline;
    font-family: 'Plus Jakarta Sans';
    margin: 10px 0;
    display: block;
}

img.img_w {
    width: 70% !important;
    margin-top: 20px;
}

p.text_sty {
    font-size: 16px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 300;
}

@media(max-width:1200px) {
    h2.rating_b {
        font-size: 42px;
        text-align: start;
    }

    p.rating_b {
        font-size: 18px;
        font-family: 'Plus Jakarta Sans';
        font-weight: 500;
        text-align: start;
    }

    /* .company_boxes {
            border: 3px solid rgb(30 117 187 / 16%);
            border-radius: 20px;
            margin-top: 30px;
            display: flex;
            flex-direction: column;
        } */
}

.for_progress_bar {
    display: flex;
    align-items: center;
    gap: 10px;
}

.progress_b {
    width: 100%;
}

@media(max-width:991px) {
    h2.rating_b {
        font-size: 42px;
        text-align: start;
    }

    p.rating_b {
        font-size: 18px;
        font-family: 'Plus Jakarta Sans';
        font-weight: 500;
        text-align: start;
    }

    .company_info_boxes {
        margin: 20px 0;
        border-right: none;
    }

    .progress_b {
        width: 390px;
    }
}
.verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #1e75bb;
    color: #fff;
    padding: 12px 14px;
    border-radius: 999px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    min-height: 72px;
}

  /* left logo circle with red ring */
  .vb-logo-wrap {
      width: 72px;
      height: 72px;
      position: relative;
      flex: 0 0 72px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .vb-ring {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      background: radial-gradient(circle at 35% 30%, #fff 0%, #fff 55%, rgba(255, 255, 255, 0) 56%);
      /* inner white shape */
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
  }

  /* red circle border overlay */
 .vb-ring::before {
     content: "";
     position: absolute;
     inset: 0;
     border-radius: 50%;
     box-shadow: 0 0 0 6px #1e75bb;
     pointer-events: none;
 }

  /* actual image inside ring */
  .vb-img {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      overflow: hidden;
      display: block;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
  }

 .vb-img img {
     width: 80%;
     height: 93%;
     object-fit: cover;
     display: block;
 }

  /* right side text */
  .vb-content {
      display: flex;
      flex-direction: column;
      gap: 4px;
      line-height: 1;
  }

  .vb-title {
      font-weight: 700;
      font-size: 12px;
      letter-spacing: 0.4px;
      text-transform: uppercase;
      font-family: 'Noto Serif';
  }

.vb-sub {
    font-weight: 600;
    font-size: 12px;
    opacity: 0.95;
    font-family: 'Plus Jakarta Sans';
}

.vb-small {
    font-size: 11px;
    opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Plus Jakarta Sans';
}

  /* small check badge on right */
  .vb-check {
      margin-left: 12px;
      background: #0e6f99;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
      flex: 0 0 30px;
  }

  /* container for whole right area (text + check) */
  .vb-right {
      display: flex;
      align-items: center;
      gap: 12px;
  }
.mover-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}
.mover-rating .stars {
    color: #fff;
    font-size: 16px;
}
  /* responsive: scale down on small screens */
  @media (max-width:420px) {
      .rating_side {
    background-color: #1e75bb;
    padding: 10px 15px;
    border-radius: 10px;
    width: 32%;
}
      .verified-badge {
          padding: 10px;
          gap: 10px;
      }

      .vb-logo-wrap {
          width: 60px;
          height: 60px;
      }

      .vb-img {
          width: 40px;
          height: 40px;
      }

      .vb-title {
          font-size: 12px;
      }

      .vb-sub {
          font-size: 11px;
      }

      .vb-small {
          font-size: 10px;
      }
  }
.ai_text {
    font-family: 'Plus Jakarta Sans';
    display: block;
    margin: 5px 0 20px !important;
    color: #2a2e2bc4;
}
div#carouselExampleAutoplaying {
    margin: 24px 0;
}
.carousel-inner {
    border-radius: 20px;
}
/* .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #1e75bb;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
} */
  /* Main rating container */
  .reviewBoxWrap {
      border: 1px solid #e3e7ea;
      border-radius: 12px;
      padding: 15px 25px;
      background-color: #fff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      position: sticky;
      top: 24%;
  }

  /* Header section */
  .reviewRatingHead {
      display: flex;
      align-items: center;
      margin-bottom: 10px;
  }

  .reviewStarIcon {
      color: #ff6a00;
      font-size: 1.5rem;
      /* margin-right: 6px; */
  }

  .reviewRatingValue {
      font-size: 32px;
      font-weight: 800;
      font-family: var(--popins-family);
  }

  .reviewInfoIcon {
      color: #ff6a00;
      font-size: 1rem;
      margin-left: 6px;
  }

  /* Review title and count */
  .reviewTitle {
      font-weight: 600;
      font-size: 16px;
      font-family: var(--popins-family);
      margin-bottom: 3px;
  }

  .reviewCountLine {
      font-size: 0.95rem;
      margin-bottom: 15px;
      font-family: var(--popins-family);
  }

.reviewCountLine a {
    color: #1e75bb;
    text-decoration: none;
    font-weight: 500;
    background-color: transparent;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 16px;
    border-radius: 5px;
    border: 1px solid #1e75bb;
    font-size: 14px;
}
  .reviewCountLine a:hover {
      background-color: #1e75bb;
      color: #fff;
  }

  /* Rating progress rows */
  .reviewRow {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 5px;
      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;
  }
.cls-1 {
       letter-spacing: 0em;
   }

   .cls-2 {
       fill: #1475b9;
   }

   .cls-3 {
       letter-spacing: 0em;
   }

   .cls-4 {
       letter-spacing: -.04em;
   }

   .cls-5 {
       letter-spacing: -.03em;
   }

   .cls-6 {
       letter-spacing: 0em;
   }

   .cls-7 {
       fill: #2c3032;
   }

   .cls-8 {
       font-family: Outfit-Regular, Outfit;
       font-size: 102px;
       font-variation-settings: 'wght' 400;
   }

   .cls-8,
   .cls-9,
   .cls-10,
   .cls-11,
   .cls-12,
   .cls-13 {
       fill: #fff;
   }

   .cls-14 {
       letter-spacing: 0em;
   }

   .cls-15 {
       fill: #2b2f32;
   }

   .cls-16 {
       fill: none;
   }

   .cls-17 {
       letter-spacing: -.04em;
   }

   .cls-18 {
       letter-spacing: -.01em;
   }

   .cls-19 {
       letter-spacing: 0em;
   }

   .cls-20 {
       letter-spacing: -.05em;
   }

   .cls-21 {
       letter-spacing: -.03em;
   }

   .cls-22 {
       letter-spacing: 0em;
   }

   .cls-23 {
       clip-path: url(#clippath-1);
   }

  .cls-10 {
      font-family: 'Noto Serif';
      font-size: 122px;
      font-variation-settings: 'wght' 500;
      font-weight: 500;
  }

   .cls-24 {
       letter-spacing: -.04em;
   }

   .cls-11 {
       stroke: #000;
       stroke-width: .5px;
   }

   .cls-11,
   .cls-25,
   .cls-26 {
       stroke-miterlimit: 10;
   }

   .cls-12 {
       fill-rule: evenodd;
       opacity: .05;
   }

   .cls-27 {
       letter-spacing: -.03em;
   }

   .cls-28 {
       letter-spacing: -.02em;
   }

   .cls-29 {
       letter-spacing: 0em;
   }

   .cls-30 {
       letter-spacing: 0em;
   }

   .cls-31 {
       fill: #2e6999;
   }

   .cls-25 {
       fill: #e5e5e5;
   }

 .cls-25,
 .cls-26 {
     stroke: #fff;
     stroke-width: 0.25px;
        transform: translate(150px, 64px);
 }

   .cls-32 {
       letter-spacing: -.08em;
   }

   .cls-33 {
       letter-spacing: -.04em;
   }

   .cls-26 {
       fill: #2fb44a;
   }

   .cls-34 {
       letter-spacing: -.05em;
   }

   .cls-35 {
       clip-path: url(#clippath-2);
   }

   .cls-13 {
       font-family: Outfit-SemiBold, Outfit;
       font-size: 79px;
       font-variation-settings: 'wght' 600;
       font-weight: 600;
   }

   .cls-36 {
       letter-spacing: -.03em;
   }

   .cls-37 {
       letter-spacing: -.04em;
   }

   .cls-38 {
       clip-path: url(#clippath);
   }

   tspan.cls-14 {
       font-family: 'Noto Serif';
       font-size: 125px;
   }
tspan.cls-27.review_app {
    font-size: 120px;
}
tspan.cls-19.us_dot {
    font-size: 100px;
}
svg#Layer_1 {
    width: 310px;
    margin-top: 15px;
}

.profile-btn {
    background-color: #1e75bb;
    border: none;
    border-radius: 30px;
    padding: 8px 0px;
    color: #fff;
    font-size: 18px;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    font-family: 'Outfit';
}
.profile-btn:hover {
    color: #1e75bb !important;
    background-color: #fff;
    border: 1px solid #1e75bb;
}

  .btn-comp {
      background: #fff;
      font-weight: 400;
      border-radius: 999px;
      padding: 8px 20px;
      color: #1e75bb;
      font-size: 16px;
      border: 1px solid #1e75bb;
      font-weight: 500;
      width: 100%;
        font-family: 'Outfit';
  }
  .btn-comp:hover{
    color: #fff !important;
        background-color: #1e75bb;
        border: 1px solid #1e75bb;
  }
  .cls-2 {
      fill: #1475b9;
  }
  .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);
}

/* Step Number Badge */
/* .step-number {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1e75bb 0%, #2196f3 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit';
    font-size: 24px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.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;
    }
    .rand_city {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

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

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