@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
/* font-family: 'Lato', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* font-family: 'Roboto', sans-serif; */
* {
    margin: 0;
    padding: 0;
}

body {
    /* font-family: "Inter", sans-serif; */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

:root {
    --primary-clr: #0f53b3;
    --light-primary-clr: #1085e5;
    --light-primary-light: rgba(16, 133, 229, 0.1);
    --light-primary-lighter: rgba(16, 133, 229, 0.05);
    --light-primary-border: rgba(16, 133, 229, 0.2);
    --text-muted: #6c757d;
    --success-clr: #28a745;
    --text-muted: #6c757d;
    --bg-muted: #f8f9fa;
    --card-bg: rgba(255, 255, 255, 0.5);
    --border-clr: #dee2e6;
    --primary-gradient: linear-gradient(135deg, #1085e5 0%, #0f53b3 100%);
    --text-muted: #6c757d;
    --bg-muted: #f8f9fa;
    --border-clr: #dee2e6;
}

/*New Page Design Start*/
.card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(47, 43, 43, 0.05);
    margin-bottom: 20px;
}

.pricing-card h5 {
    font-weight: 700;
    color: #000;
}

.eta-time {
    font-size: 18px;
    color: #15803d;
    font-weight: 600;
}

.eta-section {
    background-color: #f0fdf4;
    border-radius: 12px;
}

.timer-area {
    background-color: #13bb7c;
    border-radius: 999px;
    width: max-content;
    margin: 0 auto 10px;
}

.timer-area i {
    color: white;
    padding: 10px;
}

.google-logo {
    width: 90px;
}

.text-muted.small {
    color: #3cb367 !important;
}

.rating {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.google-stars i {
    color: yellow;
}

.rating-count span {
    color: gray;
}

.rating i {
    color: gold;
}

.rating span {
    margin-right: 15px;
}

.commitment-item {
    display: flex;
    align-items: flex-start;
    padding: 5px 10px;
    border-radius: 0.75rem;
    border: 1px solid #F3F4F6;
    margin-bottom: 10px;
    gap: 20px;
    /* background-color: #FBFCFD; */
    align-items: center;
}

.commitment-area i {
    color: white;
    padding: 5px;
}

/* .commitment-item p{
        color: #9ba1a9;
    } */
.commitment-area {
    background-color: #009AE9;
    border-radius: 999px;
    width: max-content;
}

.total-price {
    color: #22c55e;
    font-size: 1.5rem;
    font-weight: 700;
}

.greenstars {
    color: #22c55e !important;
}

.trustpilot-logo {
    width: 100px;
}

.heading-text {
    font-weight: 500;
}

.payment-box {
    border: 1px solid #F3F4F6;
    border-radius: 12px;
    padding: 10px;
}

@media only screen and (max-width:768.98px) {
    .rating {
        gap: 5px;
        margin: 20px 0;
    }

    .trustpilot-logo {
        width: 60px;
    }

    .eta-time {
        font-size: 14px;
    }

    .pricing-card h5 {
        font-size: 16px;
    }

    .google-logo {
        width: 50px;
    }

    .rating {
        justify-content: space-between;
    }

    .card {
        padding: 2.5rem 15px !important;
    }

    .modal-open .modal-body {
        padding: 0 10px;
    }

    .commitment-item p {
        color: #9ba1a9;
        font-size: 12px;
    }

    .heading-text {
        font-weight: 500;
        font-size: 18px;
    }

    .payment-title {
        font-size: 14px;
    }

    .total-price {
        font-size: 20px;
    }

    .rating-count p {
        font-size: 12px;
    }
}

.header-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 15px;
}

.custom-modal-header {
    background-color: rgba(0, 154, 233, 1);
    padding: 3rem 1rem;
}

.custom-modal-header .close {
    color: #121212 !important;
    text-shadow: none;
    font-weight: inherit;
}

.redesign-popup .modal-content {
    border-radius: 30px !important;
}

.car-area {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 0.5rem 0.7rem;
}

.car-area svg {
    height: 40px;
    width: 40px;
}

.user-area {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 0.5rem 0.7rem;
}

.user-area svg {
    height: 30px;
    width: 30px;
}

.car-area i {
    font-size: 22px;
}

.network-area i {
    font-size: 2.5rem;
}

.dispatch-heading {
    font-size: 14px;
}

.dispatch-area svg {
    color: yellow;
    height: 18px;
}

.dispatch-area {
    display: flex;
    justify-content: center;
    gap: 3px;
}

.header-icons i {
    color: white;
}

.trusted-location h5 {
    color: #000;
    margin-bottom: 7px;
}

.first-para {
    color: #000;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 300;
    color: rgb(17 24 39 / 1);
}

.second-para {
    color: #6c757d;
    font-size: 14px;
}

.btn-white {
    background-color: rgba(0, 154, 233, 1) !important;
    border: rgba(0, 154, 233, 1) !important;
    color: white !important;
    font-weight: 500 !important;
    padding: 13px !important;
}

.gray-area {
    border-radius: .75rem !important;
}

.connected-area h6 {
    font-size: 26px;
    font-weight: bold;
}

.greenmodal-header,
.green-btn {
    background-color: #10b981;
}

.connect-area {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 0.5rem 0.6rem 0.3rem;
}

.connect-area svg {
    height: 20px;
    width: 20px;
}

.enroute-area {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 1rem 0.8rem;
}

.enroute-area i {
    font-size: 28px;
}

.enroute-area {
    display: flex;
    align-items: center;
}

.enroute-description h6 {
    font-size: 20px;
    font-weight: bold;
}

.enroute-description i {
    font-size: 20px;
}

.enroute-description {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.blinkcount {
    animation: zoomPulse 2.5s ease-in-out infinite;
    transition: transform 1.5s ease-in-out;
}

.blackmodal-header {
    background-color: #000;
}

.black-btn {
    background-color: #000 !important;
    padding: 10px 20px !important;
}

.black-outline-btn {
    border: 2px solid #000 !important;
    color: #000 !important;
}

.service-cancelled {
    font-size: 18px;
}

.light-blue-box {
    background-color: #eff6ff !important;
    border: 1px solid rgba(0, 154, 233, 1) !important;
}

.light-blue-box i {
    color: rgba(0, 154, 233, 1);
}

#submitdetail {
    display: none;
}

@keyframes zoomPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.2);
        opacity: 1;
    }
}

.info-box {
    background-color: #fffbeb;
    border-radius: 14px;
    padding: 15px;
    display: flex;
    gap: 10px;
    color: rgb(180 83 9 / 1);
    border: 1px solid rgb(180 83 9 / 1);
    margin: 1rem 0;
    text-align: left !important;
}

.info-box i {
    color: rgb(180 83 9 / 1);
    font-size: 18px;
}

.info-box p {
    font-size: 16px;
}

.info-box h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.site-area {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 0.9rem 1.25rem;
}

.bordered-box {
    border: 1px solid lightgray;
}

.instruction-flex svg {
    color: rgba(0, 154, 233, 1);
}

.instruction-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.instruct-area {
    position: absolute;
    background-color: rgba(0, 154, 233, 1);
    border-radius: 50%;
    z-index: 2;
    right: 8px;
    top: 5px;
    width: 20px;
    height: 20px;
}

.instruct-area svg {
    color: white;
    height: 14px;
    width: 14px;
}

.instruct-container i {
    font-size: 24px;
}

.unsuccessful-area svg {
    color: white;
    height: 30px;
    width: 30px;
}

.unsuccessful-area {
    justify-content: center;
    width: 70px;
    height: 70px;
}

.completed-area svg {
    color: white;
}

.completed-area {
    width: 50px;
    height: 50px;
}

.green-box {
    background-color: #ecfdf5 !important;
    border: 1px solid #10b981;
}

.completed-desccription svg {
    color: #10b981;
}

.completed-desccription p {
    color: black;
    font-size: 18px;
}

.completed-desccription {
    display: flex;
    justify-content: center;
    align-items: center;
}

.experience-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.stars-area {
    display: flex;
    gap: 2px;
}

.experiencetext-area {
    text-align: left;
}

.experiencetext-area textarea {
    border: 1px solid lightgray;
    border-radius: 14px;
    padding: 1rem;
}

.reliable-roadside {
    background: #fff;
    padding: 40px 30px;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 5%);
    border-radius: 14px;
    margin: 4rem auto 3rem;
    width: 34%;
}

.reliable-roadside h3 {
    font-size: 24px;
    color: black;
    text-align: center;
    font-weight: 600;
}

.reliable-roadside span {
    color: #009AE9;
    display: inline;
}

.reliable-roadside .assist-area .dash-area {
    color: #000 !important;
}

.dash-area::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 3px;
    background-color: #000;
    margin-left: 4px;
}

.reliable-roadside p {
    text-align: center;
    font-size: 16px;
    margin: 20px 0;
    color: #000;
    font-weight: 400;
}

.items-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.items-area span {
    font-size: 13px;
    color: gray;
    font-weight: 500;
}

.items-area .vetted i {
    color: #10b981;
    font-size: 6px;
    border-radius: 50%;
}

.vetted,
.availibility {
    display: flex;
    align-items: center;
    gap: 8px;
}

.items-area .availibility i {
    color: #009AE9;
    font-size: 6px;
    border-radius: 50%;
}

.new-service-header h3 {
    font-size: 22px;
    font-weight: 600;
}

.new-service-header {
    margin-bottom: 1rem !important;
}

.service-down {
    text-align: center;
}

.service-down i {
    font-size: 14px;
    color: #121212;
}

.star-rating {
    font-size: 2rem;
    color: #ccc;
    cursor: pointer;
}

.star-rating .fa-star.checked {
    color: #ffc107;
}

/*Rescue Duplicate End*/
.rescuedetail-header {
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(0, 123, 255, 0.2);
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.rescuedetail-header .home-icon {
    width: 30px;
    height: 30px;
    color: var(--primary-clr);
}

.rescuedetail-header .logo {
    width: auto;
}

.header-logo {
    flex: 1;
}

.hamburger-icon {
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--primary-clr);
    padding: 0.5rem;
    transition: transform 0.3s ease;
}

/* .hamburger-icon.active {
            transform: rotate(90deg);
        } */
.side-menu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background-color: var(--primary-clr);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    transition: left 0.6s ease-in-out;
    /* Smoother transition */
    z-index: 1000;
    padding-top: 22px;
}

.side-menu.active {
    left: 0;
}

.side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu ul li {
    padding: 1rem 1.5rem;
}

.side-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.side-menu ul li a:hover {
    color: white;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.8rem;
    cursor: pointer;
    color: white;
    border: none;
    background: none;
    padding: 0.25rem;
    font-weight: 300;
}

.close-btn:hover {
    color: white;
}

.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.menu-overlay.active {
    display: block;
}

.hero-section {
    min-height: 90vh;
    display: flex;
    align-items: center;
    background: url('../images/main-bg.png') no-repeat center center/cover;
    position: relative;
    padding: 4rem 0 2rem;
}

/* .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.9);
        } */
.dispatch-system {
    text-align: left;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
}

.hero-tag {
    background: rgba(0, 123, 255, 0.1);
    border: 1px solid rgba(0, 123, 255, 0.2);
    color: #007bff;
    padding: 0.45rem 1rem;
    border-radius: 1.5rem;
    display: flex;
    font-size: 0.9rem;
    font-weight: 500;
    width: fit-content;
    gap: 10px;
    align-items: center;
}

.animate-ping {
    background-color: #22c55e;
    border-radius: 999px;
    animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
    width: .5rem;
    height: .5rem;
}

@keyframes ping {

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.hero-title {
    font-size: 70px;
    font-weight: bold;
    color: #000;
    margin: 0;
    line-height: 1;
}

.blue-hero-title {
    color: var(--primary-clr) !important;
}

.hero-subtitle {
    font-size: 2rem;
    color: var(--primary-clr);
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.hero-text {
    font-size: 1.3rem;
    color: #7f8c8d;
    max-width: 500px;
    margin-bottom: 2rem;
}

.btn-primary {
    background: var(--primary-clr);
    border: none;
    padding: 0.5rem 1.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 0.75rem;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary:hover {
    background: var(--primary-clr);
    transform: scale(1.05);
}

.btn-primary .icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
}

.feature-card {
    background: rgba(0, 123, 255, 0.05);
    border: 1px solid rgba(0, 123, 255, 0.1);
    border-radius: 0.75rem;
    padding: 1rem;
    text-align: center;
    margin-bottom: 1rem;
    transition: background 0.3s;
}

.feature-card:hover {
    background: rgba(0, 123, 255, 0.1);
}

.feature-icon {
    width: 2rem;
    height: 2rem;
    color: var(--primary-clr);
    margin-bottom: 0.5rem;
    background-color: #E7F2FC;
    padding: 7px;
    border-radius: 13px;
    border: 0.5px solid var(--primary-clr);
}

.feature-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2c3e50;
}

.feature-text {
    font-size: 0.8rem;
    color: #7f8c8d;
}

.cards-flex {
    gap: 15px;
}

.white-box {
    text-align: center;
    padding: 0.8rem 0.5rem;
    border-radius: 1rem;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    transition: border-color 0.3s, box-shadow 0.3s;
    /* margin: 0 auto; */
    max-width: 200px;
    /* min-width: 160px; */
    flex-grow: 1;
}

.feature-number {
    font-size: 1.5rem;
}

.white-box:hover {
    border-color: rgba(0, 123, 255, 0.4);
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
}

.icon-container {
    padding: 0.375rem 0.5rem;
    border-radius: 0.5rem;
    /* background-color: rgba(0, 123, 255, 0.1);
            border: 1px solid rgba(0, 123, 255, 0.2); */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
}

.icon {
    width: 0.75rem;
    height: 0.75rem;
    color: white;
}

.title {
    font-size: 0.75rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.25rem;
}

.text {
    font-size: 0.75rem;
    color: #6c757d;
}

.bottom-feature-card .feature-icon {
    border: none;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #E2EEF9;
}

.bottom-card-items {
    gap: 20px;
}

.call-box,
.coverage-box {
    text-align: left;
}

.call-box .feature-title {
    font-size: 18px;
    color: var(--primary-clr);
}

.call-box .feature-text,
.coverage-box .feature-text {
    font-size: 16px;
}

.coverage-box .feature-title {
    font-size: 18px;
}

.service-section {
    padding: 2rem 0;
    background-color: #f8f9fa;
}

.service-section-home {
    padding: 2rem 0;
    background-color: white;
}

.service-section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 1rem;
}

.service-section-subtitle {
    font-size: 1.3rem;
    color: #6c757d;
}

.service-section-subtitle .highlight {
    color: var(--primary-clr);
    font-weight: 500;
}

.service-card {
    background-color: var(--primary-clr);
    color: #fff;
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.service-card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
}

.icon-container {
    width: 4rem;
    height: 3rem;
    /* background-color: rgba(255, 255, 255, 0.2);
            border-radius: 0.5rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
}

.service-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.service-title {
    font-size: 1rem;
    font-weight: 600;
}

.service-container {
    max-width: 800px;
    margin: auto;
}

.reviews-section {
    padding: 2rem 0;
    background-color: #f8f9fa;
}

.reviews-section-title {
    font-size: 1.875rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 0.5rem;
}

.highlight {
    color: var(--primary-clr);
}

.reviews-section-subtitle {
    font-size: 1rem;
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto 1rem;
}

.rating-summary {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 2rem;
}

.star {
    color: #ffc107;
    margin: 0 0.1rem;
    font-size: 1.5rem;
}

.testimonial-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
    transition: box-shadow 0.3s;
    min-height: 100%;
    position: relative;
}

.testimonial-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.quote-icon {
    color: var(--primary-clr);
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.25rem;
    position: absolute;
    top: 20px;
}

.service-tag {
    background-color: rgba(0, 123, 255, 0.1);
    color: var(--primary-clr);
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
    /* margin-bottom: 0.5rem; */
}

.testimonial-text {
    font-size: 0.875rem;
    color: #000;
    margin-bottom: 0.75rem;
}

.author {
    font-size: 0.75rem;
    color: #6c757d;
}

.trusted-text {
    font-size: 14px;
}

.cities-section {
    padding: 5rem 0;
    /* background: linear-gradient(to bottom, #f8f9fa, rgba(248, 249, 250, 0.5)); */
    background-color: white;
    position: relative;
    overflow: hidden;
}

.cities-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 120%, rgba(0, 123, 255, 0.1), transparent 50%);
}

.container {
    position: relative;
    z-index: 1;
}

.icon-circle {
    background-color: rgba(0, 123, 255, 0.1);
    border-radius: 50%;
    padding: 0.75rem;
    display: inline-flex;
}

.icon-circle svg {
    height: 2rem;
    width: 2rem;
    color: var(--primary-clr);
}

.location-section-title {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin-bottom: 1.5rem;
}

.location-section-subtitle {
    font-size: 1rem;
    color: #6c757d;
    max-width: 800px;
    margin: 0 auto;
}

.city-tag {
    background-color: var(--primary-clr);
    color: #fff;
    border-radius: 1.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-flex;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.city-tag:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    opacity: 0.75;
    color: white;
}

.tags-flex {
    gap: 10px 5px;
}

.footer-area {
    background-color: white;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3rem 0;
}

.footer-logo {
    height: 2rem;
    width: auto;
}

.footer-text {
    font-size: 0.875rem;
    color: #6c757d;
}

.footer-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.footer-link {
    font-size: 0.875rem;
    color: #6c757d;
    text-decoration: none;
    gap: 10px;
}

.footer-link:hover {
    color: #333;
}

.footer-contact-icon {
    width: 1rem;
    height: 1rem;
    color: var(--primary-clr);
    margin-right: 0.5rem;
}

.footer-bottom {
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 2rem;
}

.faq-section {
    padding: 3rem 0;
    background-color: #f8f9fa;
}

.faq-tag {
    background-color: var(--primary-clr);
    color: #fff;
    border-radius: 9999px;
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-flex;
}

.faq-title {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.faq-subtitle {
    font-size: 16px;
    color: #6c757d;
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.accordion-item button:focus {
    text-decoration: none;
}

.accordion-header {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 1.1rem 1.5rem;
    text-decoration: none;
    width: 100%;
    text-align: left;
    border-radius: 1rem;
    white-space: normal;
}

.accordion-header:hover {
    text-decoration: none;
    color: #333;
}

.accordion-header .chevron-icon {
    transition: transform 0.3s ease;
}

.accordion-header.collapsed .chevron-icon {
    transform: rotate(0deg);
    font-size: 12px;
}

.accordion-header:not(.collapsed) .chevron-icon {
    transform: rotate(180deg);
    font-size: 12px;
}

.accordion-body {
    padding: 0 5px;
    font-size: 0.875rem;
    color: #6c757d;
}

.accordion-item .card-body {
    padding-top: 0;
}

.app-buttons img {
    transition: transform 0.2s ease;
}

.app-buttons .play-store-icon {
    width: 150px;
}

.app-buttons .app-store-icon {
    width: 118px;
}

.app-buttons img:hover {
    transform: scale(1.05);
}

.app-buttons {
    gap: 20px;
}

.finance-area {
    border-radius: 0.5rem !important;
}

.finance-area img {
    width: 90px;
}

.finance-flex {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 14px;
}

/*Rescue Duplicate End*/
/*New Rescues Design Start*/
.steps-wrapper {
    font-family: Arial, sans-serif;
    font-size: 16px;
}

.circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    /* background: rgba(0, 123, 255, 0.05); */
    background: rgb(228 242 253);
    color: var(--primary-clr);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-text {
    font-weight: 500;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.arrow {
    font-size: 20px;
    color: gray;
}

.steps-section {
    background-color: #fff;
    padding: 2rem 1rem;
}

/*New Rescues End*/
/*New SignUP Page Start*/
.gradient-bg {
    background: linear-gradient(to bottom right, #f8f9fa, #e9ecef, #f8f9fa);
    min-height: 100vh;
    padding: 60px 0;
}

.card-custom {
    border: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    margin-top: 2rem;
    border-radius: 0.5rem;
}

.form-section {
    margin-bottom: 2rem;
}

.radio-group .custom-control {
    margin-bottom: 0.5rem;
}

.conditional-fields {
    display: none;
}

.conditional-fields.active {
    display: block;
}

.form-section input,
.form-section select,
.form-section textarea {
    border-radius: 0.5rem;
}

.form-heading-blue {
    color: var(--primary-clr);
    font-size: 18px;
    font-weight: 600;
}

.form-heading-black {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.business-heading {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    ;
}

.form-section .form-label {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.form-section .form-control::placeholder {
    font-size: 14px;
}

.form-section .radio-group .custom-control-label::before {
    background-color: white;
    border: 1px solid var(--primary-clr);
}

.form-section .custom-radio .custom-control-input:checked~.custom-control-label::before {
    border: 1px solid var(--primary-clr) !important;
}

.hear-boxes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px 10px;
}

.insurance-boxes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px 10px;
    align-items: center;
}

.hear-boxes label,
.weekday-boxes label {
    margin-bottom: 0;
}

.hear-boxes .custom-control,
.weekday-boxes .custom-control {
    border: 1px solid #ced4da;
    padding: 0.5rem 0.7rem;
    border-radius: 0.5rem;
}

.weekday-boxes .custom-control {
    min-width: 163px;
}

.insurance-boxes .custom-control {
    border: 1px solid #ced4da;
    padding: 0.2rem 0.7rem;
    border-radius: 0.5rem;
    min-height: 100%;
    display: flex;
    align-items: center;
    gap: 2px;
}

.insurance-boxes label {
    margin-bottom: 0;
}

.btn-add {
    background: var(--primary-clr);
    border: none;
    padding: 0.3rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.6rem;
    color: #fff;
    display: inline-flex;
    align-items: center;
}

.form-section i {
    color: var(--primary-clr);
    font-size: 18px;
}

.customer-assignment {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5px 10px;
}

.weekday-boxes {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.hook-rates {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.hook-rates input {
    width: 100px;
}

.hook-rates label {
    margin-bottom: 0;
    color: gray !important;
}

.service-types .custom-control-box {
    /* background-color: #fafafb; */
    background-color: #fefeff;
    border-radius: 1rem;
    border: 1px solid lightgray;
    cursor: pointer;
}

.service-types .custom-control-box:hover {
    background-color: #fafafb;
}

.hook-rates {
    display: none;
}

.terms-box {
    background-color: #fafafb;
    border-radius: 1rem;
    border: 1px solid lightgray;
    cursor: pointer;
}

/*New SignUp Page End*/
/*New Login Page Start*/
.login-card {
    max-width: 500px;
    width: 500px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.gradient-text {
    background: var(--primary-clr);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.btn-gradient {
    background: #009AE9;
    transition: transform 0.2s, background 0.2s;
}

.icon-box {
    width: 64px;
    height: 64px;
    background: #009AE9;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(59, 130, 246, 0.3);
    margin: 0 auto;
}

.secure-login svg {
    color: #10b981;
}

.email-group input,
.password-group input {
    border: 1px solid #e2e8f0;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    border-left: 0;
    border-color: none !important;
    box-shadow: none !important;
}

.password-group input {
    border-right: 0;
}

.email-group input:focus,
.email-group:focus-within,
.password-group input:focus,
.password-group:focus-within {
    border-color: #e2e8f0 !important;
    box-shadow: none !important;
}

.email-group span,
.password-group span {
    border: 1px solid #e2e8f0;
    border-right: 0;
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    background-color: transparent;
}

.password-group button {
    border: 1px solid #e2e8f0;
    border-left: 0;
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.register-password-group input {
    border-right: 0;
}

.register-password-group button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*New Login Page End*/
/*New Landing Page Start*/
.main-text {
    text-align: left;
}

.main-text h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 0.9;
    /* color: #000; */
}

.main-text h1 span {
    color: var(--primary-clr);
}

.btn-primary-custom {
    background-color: var(--primary-clr);
    border: none;
    padding: 12px 24px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 0.75rem;
    color: #fff;
}

.btn-outline-secondary {
    background-color: transparent;
    border: 2px solid lightgray;
    padding: 10px 22px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 0.75rem;
    color: #000;
}

.box-container {
    display: flex;
    justify-content: end;
}

.job-card {
    min-width: 450px;
    max-width: 100%;
}

.provider-flex {
    gap: 20px;
}

.main-text p {
    font-size: 20px;
    color: #6b7280;
    font-weight: 400;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.875rem;
    font-weight: 500;
}

.feature-item .icon {
    width: 32px;
    height: 32px;
    background-color: rgba(34, 197, 94, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-item .icon svg {
    width: 16px;
    height: 16px;
    color: #22c55e;
}

.job-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(59, 130, 246, 0.05) 100%);
    border: none;
    box-shadow: 0 8px 32px rgba(59, 130, 246, 0.1);
    border-radius: 1rem;
    padding: 1rem;
    max-width: 300px;
}

.job-card .btn-bid {
    background-color: var(--primary-clr);
    border: none;
    padding: 12px 16px;
    font-weight: 700;
    color: white;
    border-radius: 10px;
    font-size: 14px;
}

.job-card .btn-decline {
    background-color: transparent;
    border: 1px solid #f87171;
    padding: 12px 16px;
    color: #f87171;
    font-weight: 700;
    border-radius: 10px;
    font-size: 14px;
}

.gradient-blur {
    position: absolute;
    border-radius: 50%;
    filter: blur(20px);
}

.gradient-blur.top-right {
    top: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(147, 51, 234, 0.2));
}

.gradient-blur.bottom-left {
    bottom: -20px;
    left: -20px;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(147, 51, 234, 0.2), rgba(59, 130, 246, 0.2));
}

.job-badge {
    background-color: var(--light-primary-clr);
    border-radius: 15px;
    color: white;
    font-size: 12px;
    padding: 5px 15px;
    font-weight: 700;
}

.job-status small {
    color: #737987;
    font-weight: 500;
}

.operator-info {
    margin: 20px 0;
    text-align: left;
}

.operator-info p {
    color: #737987;
    text-align: left;
    font-size: 14px;
}

.user-distantce {
    gap: 10px;
}

.user-distantce i {
    font-size: 40px;
    color: var(--primary-clr);
}

.operator-name {
    color: #000 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
}

.operator-time {
    color: #737987;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}

.operator-time i {
    color: #737987;
    font-size: 12px;
}

.service-heading {
    color: var(--primary-clr);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.bid-btns button {
    width: 100%;
    margin-bottom: 10px;
}

.features-section {
    background: linear-gradient(to bottom, #ffffff, #f8f9fa);
}

.motor-clubs-text {
    color: var(--primary-clr);
}

.service-provider {
    font-weight: 700;
    font-size: 48px;
}

.icon-circle {
    width: 48px;
    height: 48px;
    background-color: rgba(0, 154, 233, 0.1);
    border-radius: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lead {
    color: #737987;
    font-weight: 400;
}

.provider-badge {
    background-color: var(--primary-clr);
    color: white;
    border-radius: 15px;
    font-size: 12px;
}

.provider-cols {
    gap: 25px 0;
}

.card-provider {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
}

.hover-shadow-lg:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

.tax-free {
    border: 1px solid var(--light-primary-clr);
    border-radius: 15px;
    font-size: 12px;
    color: var(--light-primary-clr);
}

.card-title-provider {
    font-size: 18px;
    font-weight: 600;
}

.card-body-provider {
    justify-content: flex-start !important;
}

.card-text-provider {
    font-weight: 400;
    font-size: 16px;
}

#dashboard-showcase {
    background: linear-gradient(to bottom, #ffffff, #f8f9fa);
}

.management-tools-text {
    background: linear-gradient(to right, #009AE9, #00c4cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dashboard-image {
    position: relative;
}

.dashboard-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 154, 233, 0.2), rgba(0, 196, 204, 0.2));
    border-radius: 1rem;
    filter: blur(12px);
    transform: scale(1);
    z-index: -1;
}

.dashboard-image .rounded {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2px);
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.icon-circle {
    width: 40px;
    height: 40px;
    background: linear-gradient(to bottom right, rgba(0, 154, 233, 0.1), rgba(0, 196, 204, 0.1));
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle-gradient {
    width: 32px;
    height: 32px;
    background: var(--primary-clr);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.feature-car-job {
    background: rgba(0, 123, 255, 0.05);
    border: 1px solid rgba(0, 123, 255, 0.1);
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    transition: background 0.3s;
}

.icon-with-text {
    gap: 0 15px;
}

.bg-gradient-card {
    background: linear-gradient(to right, rgba(0, 154, 233, 0.05), rgba(0, 196, 204, 0.05));
}

.space-y-6>* {
    margin-bottom: 1.5rem;
}

.space-y-6>*:last-child {
    margin-bottom: 0;
}

.space-y-4>* {
    margin-bottom: 1rem;
}

.space-y-4>*:last-child {
    margin-bottom: 0;
}

.card-custom {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-content {
    padding: 1.5rem;
}

.activity-feed {
    height: 16rem;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.activity-feed::-webkit-scrollbar {
    display: none;
}

.activity-item {
    background-color: #f3f4f64d;
    padding: 0.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.pulse-dot {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #007bff;
    border-radius: 50%;
    margin-top: 0.5rem;
    animation: pulse 1.5s infinite;
}

.item-text {
    font-size: 12px;
    color: #64748b;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

.custom-card-header {
    background-color: transparent;
    border-bottom: none !important;
}

.steps-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.text-gradient {
    background: linear-gradient(to right, #1085e5, #0f53b3);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline;
}

.text-muted-foreground {
    color: #6c757d;
}

.panel-container {
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    height: 100%;
}

.panel-container:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.panel-content {
    padding: 1.5rem;
    text-align: center;
}

.icon-circle-management {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: linear-gradient(to bottom right, #1085e5, #0f53b3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.icon-success {
    color: #28a745;
    width: 0.75rem;
    height: 0.75rem;
    flex-shrink: 0;
}

.connecting-line {
    position: absolute;
    top: 6rem;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: linear-gradient(to right, #007bff, #6f42c1, #007bff);
    opacity: 0.2;
}

.arrow-connector {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #f8fafc;
    border: 1px solid #dee2e6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-panel {
    border: 1px solid rgba(0, 123, 255, 0.2);
    background: linear-gradient(to right, rgba(0, 123, 255, 0.05), rgba(111, 66, 193, 0.05));
    border-radius: 0.75rem;
    padding: 3rem;
    display: inline-block;
}

.btn-gradient {
    background: linear-gradient(135deg, #1085e5 0%, #0f53b3 100%);
    color: white;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.75rem 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border: none;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0 15px;
}

.btn-gradient svg {
    width: 1rem;
}

.btn-gradient:hover {
    /* background: linear-gradient(to right, rgba(0, 123, 255, 0.9), rgba(111, 66, 193, 0.9)); */
    background: linear-gradient(135deg, #1085e5 0%, #0f53b3 100%);
    color: white;
}

.section-success {
    padding: 4rem 0;
    /* background: linear-gradient(to bottom right, #f8fafc, rgba(200, 200, 200, 0.2), #f8fafc); */
}

.badge-success-light {
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.25rem 0.75rem;
    border-radius: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

/* .text-gradient {
      background: linear-gradient(to right, #007bff, #6f42c1);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      display: inline;
    } */

.text-muted-foreground {
    color: #6c757d;
}

.testimonial-panel {
    border-radius: 0.5rem;
    background: linear-gradient(to bottom right, white, white, rgba(0, 123, 255, 0.05));
    /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); */
    border: none;
    overflow: hidden;
    position: relative;
}

.testimonial-content {
    padding: 1.5rem;
}

.avatar-circle {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #007bff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1rem;
    flex-shrink: 0;
}

.star-filled {
    width: 1rem;
    height: 1rem;
    color: #ffc107;
    fill: #ffc107;
}

.quote-icon {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 2rem;
    height: 2rem;
    color: rgba(0, 123, 255, 0.2);
}

.highlight-badge {
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.25rem 0.75rem;
    border-radius: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.highlight-badge svg {
    width: 0.75rem;
    height: 0.75rem;
}

.insights-section {
    padding: 4rem 0;
    background-color: rgba(248, 250, 252, 0.3);
}

/* Badge */
.insights-badge {
    background-color: var(--light-primary-light);
    color: var(--light-primary-clr);
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.25rem 0.75rem;
    border-radius: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.insights-badge svg {
    width: 1rem;
    height: 1rem;
}

/* Stat Panel */
.stat-box {
    border-radius: 0.75rem;
    border: 1px solid #dee2e6;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 100%;
}

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

.stat-content {
    padding: 1.5rem;
}

.stat-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: var(--light-primary-light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.stat-icon svg {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--light-primary-clr);
}

.stat-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--light-primary-clr);
    margin-bottom: 0.5rem;
}

.stat-desc {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin: 0;
}

/* Success Factors */
.factors-panel {
    border-radius: 0.75rem;
    border: 1px solid #dee2e6;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.factors-header {
    padding: 1.5rem;
    /* border-bottom: 1px solid #dee2e6; */
}

.factors-header h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.factors-header svg {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--light-primary-clr);
}

.factors-body {
    padding: 1.5rem;
    padding-top: 0;
}

.factor-item {
    margin-bottom: 1rem;
}

.factor-item h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.factor-item p {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin: 0;
}

/* CTA Banner */
.cta-banner {
    border-radius: 0.75rem;
    background: linear-gradient(to right, var(--light-primary-lighter), rgba(108, 117, 125, 0.05));
    border: 1px solid var(--light-primary-border);
    padding: 2rem;
    text-align: center;
    margin-top: 2rem;
}

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

.cta-banner p {
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
}

.cta-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    font-size: 0.875rem;
}

.cta-feature {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cta-dot {
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--success-clr);
    border-radius: 50%;
    flex-shrink: 0;
}

.coverage-section {
    padding: 4rem 0;
    background-color: #fff;
}

/* Badge */
.coverage-badge {
    background-color: var(--primary-light-bg);
    color: var(--light-primary-clr);
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.25rem 0.75rem;
    border-radius: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.coverage-badge svg {
    width: 1rem;
    height: 1rem;
}

.coverage-areas-grid {
    gap: 25px 0;
}

/* Area Box */
.area-box {
    border-radius: 0.75rem;
    border: 1px solid #dee2e6;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    min-height: 100%;
}

.area-box:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.area-header {
    padding: 1.5rem 1.5rem 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.area-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
}

.demand-tag {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.625rem;
    border-radius: 2rem;
    display: inline-flex;
    align-items: center;
}

.demand-high {
    background-color: var(--light-primary-clr);
    color: white;
}

.demand-medium {
    background-color: var(--primary-clr);
    color: white;
}

.area-body {
    padding: 0 1.5rem 1.5rem;
}

.area-stat {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
}

.area-stat svg {
    width: 1rem;
    height: 1rem;
    color: var(--light-primary-clr);
}

.area-cities {
    margin-top: 0.5rem;
}

.area-cities p {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: 0.25rem;
}

.city-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.area-tag {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.125rem 0.5rem;
    border: 1px solid #dee2e6;
    border-radius: 2rem;
    background-color: #fff;
}

/* Why Choose Panel */
.why-panel {
    border-radius: 0.75rem;
    border: 1px solid #dee2e6;
    background-color: rgba(248, 249, 250, 0.3);
    margin-top: 3rem;
    padding: 2rem;
}

.why-title {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5rem;
}

.why-stat {
    text-align: center;
}

.why-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--light-primary-clr);
    margin-bottom: 0.5rem;
}

.why-desc {
    font-size: 0.875rem;
    color: var(--text-muted);
}

.provider-section {
    padding: 5rem 0;
    background: linear-gradient(to bottom, rgba(248, 249, 250, 0.3), #fff);
}

.provider-section-badge {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.625rem;
    border-radius: 2rem;
    border: 1px solid rgba(16, 133, 229, 0.2);
    color: var(--light-primary-clr);
    display: inline-flex;
    align-items: center;
}

/* Feature Box */
.feature-box {
    border-radius: 0.75rem;
    border: 1px solid transparent;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.feature-box-primary {
    border-color: rgba(16, 133, 229, 0.2);
    background: linear-gradient(to bottom right, rgba(16, 133, 229, 0.05), rgba(108, 117, 125, 0.05));
}

.feature-box-secondary {
    border-color: rgba(108, 117, 125, 0.2);
    background: linear-gradient(to bottom right, rgba(108, 117, 125, 0.05), #fff);
}

.feature-icon {
    width: 2rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon-primary {
    background-color: rgba(16, 133, 229, 0.1);
}

.feature-icon-secondary {
    background-color: rgba(108, 117, 125, 0.1);
}

.feature-icon svg {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--primary-clr);
}

/* Benefit Card */
.benefit-card {
    border-radius: 0.75rem;
    padding: 1.5rem;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: none;
}

.benefit-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: linear-gradient(to bottom right, #1085e5, #0f53b3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.benefit-icon svg {
    width: 2rem;
    height: 2rem;
    color: white;
}

/* CTA Box */
.cta-box {
    border-radius: 0.75rem;
    border: 1px solid rgba(16, 133, 229, 0.2);
    background: linear-gradient(to right, rgba(16, 133, 229, 0.05), rgba(108, 117, 125, 0.05));
    padding: 2rem;
    display: inline-block;
    max-width: 100%;
}

.cta-button {
    background: var(--primary-bg-gradient);
    color: white;
    font-weight: 500;
    padding: 0.75rem 2rem;
    border-radius: 0.375rem;
    border: none;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.cta-button:hover {
    background: linear-gradient(to right, #0d47a1, #0d74c7);
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.cta-button svg {
    width: 1.25rem;
    height: 1.25rem;
}

.btn.btn-gradient svg {
    color: white;
}

/* Section */
.rates-section {
    padding: 5rem 0;
    background-color: #fff;
}

/* Badge */
.rates-badge {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.625rem;
    border-radius: 2rem;
    border: 1px solid rgba(16, 133, 229, 0.2);
    color: var(--light-primary-clr);
    display: inline-flex;
    align-items: center;
}

/* Gradient Text */
.rates-gradient {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Plan Card */
.plan-card {
    border-radius: 0.75rem;
    background-color: var(--card-bg);
    backdrop-filter: blur(8px);
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    /* overflow: hidden; */
}

.plan-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.plan-featured {
    transform: scale(1.05);
    z-index: 1;
    border: 2px solid rgba(16, 133, 229, 0.5);
    background: linear-gradient(to bottom right, rgba(16, 133, 229, 0.05), rgba(108, 117, 125, 0.05));
}

.plan-featured .plan-badge {
    background: linear-gradient(135deg, #1085e5 0%, #0f53b3 100%);
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 2rem;
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.plan-header {
    padding: 2rem 1.5rem 1rem;
    text-align: center;
}

.plan-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.plan-price {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--light-primary-clr);
    margin-bottom: 0.5rem;
}

.plan-price span {
    font-size: 1rem;
    font-weight: normal;
    color: var(--text-muted);
}

.plan-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.service-tag-assistance {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.625rem;
    border: 1px solid var(--border-clr);
    border-radius: 2rem;
    background-color: transparent;
    color: #000;
}

.plan-body {
    padding: 0 1.5rem 1.5rem;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
}

.plan-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
}

.plan-features svg {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--success-clr);
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.plan-cta {
    width: 100%;
    padding: 0.625rem;
    font-weight: 500;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
}

.plan-cta-primary {
    background-color: var(--light-primary-clr);
    color: white;
}

.plan-cta-primary:hover {
    background-color: #0d74c7;
}

.plan-cta-featured {
    background: var(--primary-gradient);
    color: white;
}

.plan-cta-featured:hover {
    background: linear-gradient(to right, #0d47a1, #0d74c7);
}

.plan-cta svg {
    width: 1rem;
    height: 1rem;
}

/* Info Box */
.info-box {
    border-radius: 0.5rem;
    border: 1px solid rgba(108, 117, 125, 0.2);
    background: linear-gradient(to bottom right, rgba(108, 117, 125, 0.05), #fff);
    padding: 1.5rem;
    max-width: 28rem;
    display: flex;
    gap: 1rem;
}

.info-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    background-color: rgba(108, 117, 125, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-icon svg {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--secondary-clr);
}

.info-content h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.info-content p {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin: 0;
}

.rates-text {
    font-size: 20px;
    color: #64748b;
}

.rates-text strong {
    color: #000;
}

.btn.light-primary-btn {
    background-color: var(--light-primary-clr);
    border: none;
    padding: 12px 16px;
    font-weight: 700;
    color: white;
    border-radius: 10px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0 15px;
    /* width: 100%; */
}

.btn.light-primary-btn svg {
    width: 1rem;
}

/* Section */
.faq-section {
    padding: 4rem 0;
    background-color: rgba(248, 249, 250, 0.3);
}

@media (min-width: 992px) {
    .faq-section {
        padding: 6rem 0;
    }
}

/* Badge */
.faq-badge {
    background-color: var(--primary-light-bg);
    color: var(--light-primary-clr);
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.25rem 0.75rem;
    border-radius: 2rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.faq-badge svg {
    width: 1rem;
    height: 1rem;
}

/* Accordion Container */
.faq-accordion {
    border-radius: 0.75rem;
    border: 1px solid var(--border-clr);
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.faq-item {
    border-bottom: 1px solid var(--border-clr);
}

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

.faq-trigger {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 1rem 1.5rem;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.2s ease;
    cursor: pointer;
}

.faq-trigger:focus {
    outline: none;
}

.faq-trigger:hover {
    color: var(--light-primary-clr);
}

.faq-trigger svg {
    width: 1rem;
    height: 1rem;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-trigger[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.faq-content {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background-color: #fff;
}

.faq-content.open {
    padding: 0 1.5rem 1.5rem;
    max-height: 500px;
    /* Adjust based on content */
}

.faq-content p {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin: 0;
}

/* Perks Grid */
.perk-box {
    border-radius: 0.75rem;
    border: 1px solid var(--border-clr);
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.perk-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.perk-icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    color: var(--success-clr);
}

.perk-icon svg {
    width: 100%;
    height: 100%;
}

.perk-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.perk-desc {
    font-size: 0.875rem;
    color: var(--text-muted);
}

/*New Landing Page End*/

/*Dashboard Page Start*/
.custom-nav-tabs {
    justify-content: space-between;
    background-color: #f1f5f9;
    padding: 5px;
    border-radius: 7px;
}

.custom-nav-tabs .nav-item {
    flex-grow: 1;
    color: gray;
    text-align: center;
}

.custom-nav-tabs .nav-link {
    border: none !important;
}

.custom-nav-tabs .nav-item {
    font-size: 16px;
}

.custom-nav-tabs .nav-item {
    flex-grow: 1;
    color: gray;
    text-align: center;
}

.custom-nav-tabs .nav-link.active {
    color: #000;
    font-weight: 500;
}

.custom-nav-tabs .nav-link {
    color: #737987;
    font-weight: 500;
}

.custom-nav-tabs i {
    color: var(--primary-clr);
}

.map-card {
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.map-card-header {
    border-bottom: 1px solid #e5e7eb;
    padding: 1rem;
    border-radius: 0 !important;
}

.map-card-title svg {
    margin-right: 15px;
    color: #000;
    width: 22px;
    height: 22px;
}

.map-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

.status-bar {
    gap: 0 15px;
}

.status-item {
    gap: 0 15px;
}

.provider-heading {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.provider-number {
    color: gray;
    font-size: 14px;
}

.custom-badge {
    font-size: 12px;
}

.status-item .status-dot {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
}

.green-badge {
    color: #166534;
    background-color: #dcfce7;
    border-radius: 15px;
    padding: 3px 10px;
    font-weight: 500;
}

.blue-badge {
    background-color: #dbeafe;
    color: #1e40af;
    border-radius: 15px;
    padding: 3px 10px;
    font-weight: 500;
}

.gray-badge {
    border-radius: 15px;
    padding: 3px 10px;
    font-weight: 500;
    color: #000;
    background-color: #f3f4f6;
}

.flag-badges {
    align-items: center;
    gap: 0 10px;
}

.badge-high {
    color: #991b1b;
    border-radius: 15px;
    padding: 3px 10px;
    font-weight: 500;
    background-color: #fee2e2;
}

.badge-medium {
    border-radius: 15px;
    padding: 3px 10px;
    font-weight: 500;
    color: #854d0e;
    background-color: #fef9c3;
}

.accepted-badge {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.provider-call {
    gap: 0 15px;
}

.provider-item {
    gap: 0 10px;
}

.status-item .bg-success {
    background-color: #10b981;
}

.status-item .bg-primary {
    background-color: #3b82f6;
}

.status-item .bg-dark {
    background-color: #1f2937;
}

.status-text {
    font-size: 0.875rem;
    color: #374151;
}

.map-pin-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.map-container {
    position: relative;
    height: 600px;
}

.map-iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.sidebar-card {
    height: 600px;
    overflow-y: auto;
}

.provider-list .mb-2 {
    margin-bottom: 0.5rem;
}

.card {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    background-color: #ffffff;
}

.card-hover {
    transition: all 0.2s ease;
}

.card-hover:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #f4f4f5;
}

.card-header {
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.card-title {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1f2937;
}

.card-body {
    padding: 0.75rem 1.5rem;
}

.card-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
}

.card-subtitle {
    font-size: 0.75rem;
    color: #6b7280;
    margin: 0;
}

.clock-icon,
.check-circle-icon,
.users-icon,
.map-pin-icon {
    width: 1rem;
    height: 1rem;
    color: #6b7280;
}

.card-lead {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.card-header {
    padding: 1.5rem;
}

.card-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
}

.lead-info .text-muted {
    color: #6b7280;
    font-size: 0.875rem;
}

.phone-icon,
.car-icon,
.map-pin-icon,
.clock-icon,
.eye-icon,
.flag-icon {
    width: 1rem;
    height: 1rem;
    color: #6b7280;
}

.badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

.badge-high {
    background-color: #fee2e2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

.badge-accepted {
    background-color: #e5e7eb;
    color: #4b5563;
    border: 1px solid #d1d5db;
}

/* .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
    border: 1px solid #d1d5db;
    background-color: #ffffff;
} */

/* .btn-primary {
    background-color: #3b82f6;
    color: #ffffff;
} */

/* .btn-primary:hover {
    background-color: #2563eb;
    color: #ffffff;
} */

.btn-secondary {
    background-color: transparent;
    color: #374151;
    border: 1px solid var(--border-clr);
    border-radius: 0.75rem;
    height: 3rem;
    font-weight: 500;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-secondary:hover {
    background-color: #e5e7eb;
    color: #1f2937;
}

.card-body {
    padding: 1.5rem;
    padding-top: 0;
}

.space-y-3>* {
    margin-bottom: 0.75rem;
}

.space-y-3>*:last-child {
    margin-bottom: 0;
}

.theme-gradient {
    background: linear-gradient(135deg, rgb(16, 133, 229) 0%, rgb(15, 83, 179) 100%);
}

.shadow-card {
    /* box-shadow: rgba(59, 130, 246, 0.1) 0px 8px 32px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 32px;
    /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(59, 130, 246, 0.05) 100%); */
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 1rem;
    background-color: white;
}

.rounded-input {
    border-radius: 0.5rem;
}

.without-icons-select {
    background: none !important;
}

.btn-outline-light {
    border: 1px solid var(--light-primary-clr);
    color: var(--light-primary-clr);
    padding: 0.5rem 1.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 1rem;
}

.btn-outline-light:hover {
    background-color: var(--light-primary-clr);
    color: white;
    border: none;
}

.btn-outline-primary {
    border: 1px solid var(--primary-clr);
    color: var(--primary-clr);
    padding: 0.5rem 1.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 1rem;
}

.btn-outline-primary:hover {
    background-color: var(--primary-clr);
    color: white;
    border: none;
}

.profile-password-group input {
    border-left: 1px solid #e2e8f0;
}

.profile-password-group button:active,
.profile-password-group button:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: var(--primary-clr) !important;
    border: none !important;
}

.profile-password-group button:active i,
.profile-password-group button:focus i {
    color: white !important;
}

.profile-password-group button:hover {
    background-color: var(--primary-clr);
    border: 0;
}

.profile-password-group button:hover i {
    color: white;
}

.dataTables_filter .form-control {
    border-radius: 0.5rem;
}

.page-item.active .page-link {
    background-color: var(--primary-clr);
    border-color: var(--primary-clr);
}

.upload-box,
.alert-info {
    border-radius: 0.5rem;
}

#uploadBoxContent svg {
    color: var(--primary-clr);
}

.btn-danger-theme {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    border: none;
    padding: 0.5rem 1.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.remove-provider {
    background: linear-gradient(135deg, rgb(16, 133, 229) 0%, rgb(15, 83, 179) 100%);
    color: white;
    border: none;
}

.theme-offer {
    background-color: #0f53b3 !important;
    border: 0 !important;
    display: flex !important;
    align-items: center !important;
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
}

/*Dashboard Page End*/
/*Job Flow Start*/
.time-icon {
    gap: 10px;
}

.time-icon svg {
    color: #9ca3af;
}

.btn-gradient .shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.btn-gradient:hover .shine {
    left: 100%;
}

/* Form Container */
.bid-container {
    max-width: 28rem;
    margin: 2rem auto;
    padding: 1.5rem;
}

/* Glass Card */
.glass-panel {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.90));
    backdrop-filter: blur(16px);
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    border: none;
}

.glass-panel:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-4px);
}

.glass-panel.animate-in {
    animation: scaleIn 0.6s ease-out;
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Section Header */
.section-label {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.section-dot {
    width: 0.5rem;
    height: 0.5rem;
    background: var(--primary-gradient);
    border-radius: 50%;
}

/* Info Row */
.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    background-color: rgba(248, 249, 250, 0.2);
    margin-bottom: 0.5rem;
}

.info-row-alt {
    background-color: rgba(248, 249, 250, 0.1);
}

.info-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-muted);
}

.info-value {
    font-weight: 700;
    font-size: 1rem;
}

.info-value-gradient {
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Input Group */
.input-group-custom {
    position: relative;
    margin-bottom: 1rem;
}

.input-icon {
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    background: var(--primary-gradient);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.input-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    color: white;
}

.input-field {
    width: 100%;
    padding: 1rem 1rem 1rem 4rem;
    font-size: 1.25rem;
    font-weight: 700-bold;
    border: none;
    border-radius: 1rem;
    background: linear-gradient(to right, rgba(248, 249, 250, 0.3), rgba(248, 249, 250, 0.2));
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

.input-field:focus {
    outline: none;
    background: white;
    box-shadow: 0 0 0 3px rgba(16, 133, 229, 0.3), inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.input-field::placeholder {
    color: rgba(108, 117, 125, 0.5);
}

.input-suffix {
    padding: 0.5rem 0.75rem;
    background: linear-gradient(to right, rgba(16, 133, 229, 0.1), rgba(108, 117, 125, 0.1));
    border: 1px solid rgba(16, 133, 229, 0.2);
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--text-muted);
}

/* Bid Info */
.bid-info-panel {
    background: linear-gradient(to bottom right, rgba(16, 133, 229, 0.1), rgba(108, 117, 125, 0.05), rgba(16, 133, 229, 0.05));
    backdrop-filter: blur(12px);
    border-radius: 1.5rem;
    padding: 2rem;
    margin-bottom: 1.5rem;
}

.bid-info-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background-color: rgb(255 255 255 / 80%);
    border-radius: 0.75rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    color: var(--text-muted);
    backdrop-filter: blur(4px);
}

.bid-info-item .dot {
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--light-primary-clr);
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 0.375rem;
}

/* Back Button */
.btn-back {
    width: 100%;
    padding: 1rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--text-muted);
    background-color: transparent;
    border: 2px solid rgba(108, 117, 125, 0.3);
    border-radius: 1.5rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
}

.btn-back:hover {
    background-color: rgba(248, 249, 250, 0.2);
    border-color: rgba(108, 117, 125, 0.5);
    transform: translateY(-1px);
}

.minutes-input-group {
    gap: 0 10px;
    align-items: baseline;
}

/* Job Card Container */
.job-card-container {
    /* max-width: 24rem; */
    margin: 2rem auto;
    padding: 0 1rem;
}

/* Main Card */
.job-won-card {
    border-radius: 1rem;
    border: 1px solid var(--border-clr);
    background-color: white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: left;
}

.job-won-header {
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.status-badge {
    background-color: var(--light-primary-clr);
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.375rem 0.75rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
}

.status-time {
    font-size: 0.875rem;
    color: var(--text-muted);
    text-align: right;
}

/* Map Container */
.map-wrapper {
    position: relative;
    height: 20rem;
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid var(--border-clr);
    margin: 1rem 1.5rem;
}

.map-frame {
    width: 100%;
    height: 100%;
    border: 0;
}

.fullscreen-btn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ccc;
    border-radius: 0.375rem;
    padding: 0.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    z-index: 10;
}

.fullscreen-btn:hover {
    background-color: white;
    transform: scale(1.05);
}

/* Action Buttons */
.action-btn-group {
    padding: 0 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Info Rows */
.info-accepted {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0 1.5rem 0.75rem;
}

.info-icon {
    width: 1rem;
    height: 1rem;
    color: var(--light-primary-clr);
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.info-title {
    font-weight: 600;
    font-size: 1rem;
    color: #111827;
}

.info-subtitle {
    font-size: 0.75rem;
    color: var(--text-muted);
    margin-bottom: 0;
}

/* Additional Details Button */
.details-toggle {
    margin-left: 2rem;
    /* margin-bottom: 1rem; */
    background-color: transparent;
    border: 1px solid var(--border-clr);
    color: #374151;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    cursor: pointer;
}

.details-toggle:hover {
    background-color: var(--light-primary-clr);
    color: white;
}

/* Divider */
.section-divider {
    height: 1px;
    background-color: var(--border-clr);
    margin: 1rem 1.5rem;
}

/* Contact Buttons */
.contact-btn-group {
    padding: 0 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.btn-cancel {
    background-color: transparent;
    color: #374151;
    border: 1px solid var(--border-clr);
    border-radius: 0.5rem;
    height: 3rem;
    font-weight: 500;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-cancel:hover {
    background-color: var(--bg-muted);
    border-color: #9ca3af;
}

.btn-message {
    background-color: transparent;
    color: #374151;
    border: 1px solid var(--border-clr);
    border-radius: 0.5rem;
    height: 3rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-message:hover {
    background-color: var(--bg-muted);
}

.btn-message svg,
.details-toggle svg {
    width: 1rem;
}

/*Job Flow End*/
@media (max-width: 767px) {
    .reliable-roadside {
        width: 100%;
    }

    /* .rescuedetail-header .logo {
                height: 40px;
            } */
    .rescuedetail-header {
        padding: 0px;
    }

    .hero-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .hero-subtitle {
        font-size: 1.3rem;
    }

    .hero-text {
        font-size: 1.1rem;
    }

    .hero-content {
        text-align: left;
    }

    .feature-card {
        padding: 1.5rem;
    }

    .white-box {
        padding: 0.5rem 2px;
        min-width: 105px;
    }

    .feature-title {
        font-size: 0.8rem;
    }

    .cards-flex {
        gap: 5px;
    }

    .icon {
        width: 1rem;
        height: 1rem;
    }

    .title {
        font-size: 0.875rem;
    }

    .text {
        font-size: 0.875rem;
    }

    .cards-flex {
        margin-top: 15px;
    }

    .dispatch-system {
        text-align: center;
    }

    .service-section-title {
        font-size: 30px;
    }

    .service-card {
        padding: 0;
        background-color: transparent;
    }

    .service-icon {
        width: 1.75rem;
        height: 1.75rem;
    }

    .service-title {
        font-size: 0.8rem;
        color: black;
        font-weight: 400;
    }

    .icon-container {
        width: 4.5rem;
    }

    .service-container {
        max-width: inherit;
        margin: auto;
        padding: 0 1rem;
    }

    .service-section-subtitle {
        font-size: 1rem;
    }

    .reviews-section-title {
        font-size: 1.2rem;
    }

    .reviews-section-subtitle {
        font-size: 1.125rem;
    }

    .testimonial-card {
        padding: 1.5rem;
    }

    .testimonial-text {
        font-size: 1rem;
    }

    .author {
        font-size: 0.875rem;
    }

    .location-section-title {
        font-size: 30px;
    }

    .location-section-subtitle {
        font-size: 1.125rem;
    }

    .footer-row {
        flex-direction: column;
        text-align: center;
        text-align: left;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-links {
        margin-top: 1rem;
        gap: 15px;
    }

    .faq-tag {
        font-size: 0.75rem;
        padding: 0.2rem 0.5rem;
    }

    .accordion-header {
        padding: 1rem;
    }

    .accordion-body {
        padding: 1rem;
    }

    /* .app-buttons{
                flex-direction: column;
            } */
    .hero-tag {
        margin: auto;
    }

    .lg-heading {
        display: none;
    }

    .footer-area {
        padding: 3rem 1rem;
    }

    .steps-section {
        padding: 1.5rem 0;
    }

    .step-text {
        margin-left: 3px !important;
    }

    .arrow {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }

    .circle {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .step-text {
        font-size: 11px;
    }

    .arrow i {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .steps-container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .grid-cols-2 {
        grid-template-columns: 1fr !important;
    }

    .hear-boxes {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .hero-text h1 {
        font-size: 3.75rem;
    }

    .job-card {
        max-width: 400px;
    }

    .display-4 {
        font-size: 2rem;
    }

    .lead {
        font-size: 1rem;
    }

    .display-4 {
        font-size: 2rem;
    }

    .lead {
        font-size: 1rem;
    }

    .row>.col-lg-6 {
        margin-bottom: 2rem;
    }

    .row>.col-lg-6:last-child {
        margin-bottom: 0;
    }

    .row-cols-md-5 {
        grid-template-columns: 1fr;
    }

    .status-bar {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }

    .status-item {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .row-cols-lg-3>* {
        flex: 0 0 32%;
        max-width: 32%;
    }

    .dispatch-system {
        padding: 0;
    }

    .faq-title {
        font-size: 36px;
    }

    .faq-subtitle {
        font-size: 18px;
    }

    .accordian-container {
        max-width: 850px;
        margin: auto;
    }

    .sm-heading {
        display: none;
    }

    .insights-section {
        padding: 6rem 0;
    }
}

@media only screen and (max-width:991px) {
    .lg-heading {
        display: none;
    }

    .section-success {
        padding: 6rem 0;
    }

    .coverage-section {
        padding: 6rem 0;
    }

    .main-text h1 {
        font-size: 36px;
    }

    .box-container {
        justify-content: center;
    }

    .service-provider {
        font-size: 36px;
    }

    .insight-boxes {
        gap: 1rem 0;
    }

    .provider-cols {
        display: block;
    }

    .faq-boxes {
        gap: 1rem 0;
    }

    .plan-featured {
        transform: scale(1);
        margin-top: 2rem;
    }
}