@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');


.urbanist-bold {
    font-family: "Urbanist", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.urbanist-light {
    font-family: "Urbanist", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #000000;
    font-family: "Urbanist", serif;
}

p {
    color: #202020;
    font-family: "Poppins", sans-serif;
    margin-bottom: 4px;
    font-size: 14px;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Navbar -*/
.navbar-custom {
    margin: 0px 0px;
    padding: 15px 15px;
    background-color: #fff !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.nav-link-custom {
    color: #202020;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    font-family: "Urbanist", serif;
    padding-left: 0px;
    padding-right: 15px !important;
}



.notification-badge {
    position: absolute;
    top: 7px;
    right: 15px;
    transform: translate(50%, -50%);
    background-color: #db1215;
    color: white;
    font-size: 8px;
    padding: 4px 6px;
    border-radius: 50%;

}

.city-tag-sc {
    font-size: 14px !important;
}

.nav-tabs-custom {
    background-color: transparent !important;
    border-radius: 5px;
    font-size: 14px;
    color: #000000;
    padding: 5px 25px 5px 25px;

}

.f-custom-two {
    border-radius: 10px;
    font-size: 14px;
    height: 40px;

    padding-left: 12px;
    padding-right: 45px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.custom-button-two {
    border-radius: 12px;
    transition: all .5s ease;
    padding: 9px 25px;
    border-color: #202020;
    font-size: 14px;
    margin-left: 15px;
}

.custom-button-two:hover {

    border-color: #202020;

}

.custom-button {
    background-color: #db1215;
    color: #fff;
    padding: 10px 22px;
    border-radius: 12px;
    transition: all .5s ease;
    font-size: 12px;
}

.custom-button:hover {
    background-color: #db1215;
    color: #fff;

}

.ls-widget {
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(64, 79, 104, .05);
    margin-bottom: 30px;
}

.emp_detail_body {
    border-radius: 12px !important;
    padding: 20px 15px;
    border: 1px solid #ecedf2 !important;
    background-color: #fff;
}

/*- */
.card-link {
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease-in-out;
}

.card-link:hover {
    transform: scale(1.1);
}

.custom-card {
    background: #fff;
    /* border: 1px solid #e0e0e0; */
    border-radius: 0px;
    transition: all .5s ease;
    overflow: hidden;
    border-radius: 5px;
}

.custom-card:hover {
    transform: translateY(-3px);
}

.image-container {
    overflow: hidden;
    /* Ensures the zoomed image doesn't overflow */

}

.card-img {
    width: 100%;
    /* height: 200px; */
    object-fit: cover;
    border-bottom: 1px solid #e0e0e0;
    transition: transform 0.3s ease-in-out;
}

.image-container:hover .card-img {
    transform: scale(1.1);
    /* Zoom effect */
}

.card-content {
    text-align: center;
    padding: 15px 15px 25px 15px;

}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 10px 0 5px;
    color: #333;
}

.card-subtitle {
    font-size: 1rem;
    color: #666;
    margin: 0;
}

/*- Product -*/
.jobs_filter_card {
    position: sticky;
    top: 20px;
    z-index: 100;
    /* border: 1px solid #E9E9E9; */
    background-color: #fff;
    padding: 30px 0px;

    margin-bottom: 25px;
}

.accordion-body-custom::-webkit-scrollbar-track {
    padding: 2px 0;
    background-color: #f0f5f7;
}

.accordion-body-custom::-webkit-scrollbar {
    width: 3px;
}

.accordion-body-custom::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #202020;
}

.jobs_filter_head {
    display: flex;
    justify-content: space-between;
}

.filter_reset {
    text-decoration: underline;
    font-weight: 600;
    color: #db1215;
    font-size: 14px;
    font-family: "Urbanist", serif;
}

.hr_custom {
    background-color: #E9E9E9;
    margin-top: 5px;
    height: 1px;
}

.form-check-input:checked {
    background-color: #db1215 !important;
    border-color: #db1215 !important;
}

.accordion-item-custom {
    border: none;
    padding-bottom: 25px;
}

.accordion-button-custom {
    text-decoration: none;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: #fff !important;
    padding: 15px 5px !important;
    color: #212121 !important;
    font-size: 19px;
}

.accordion-body-custom {
    height: 120px;
    padding: 0px 5px !important;
    overflow-x: hidden;
    overflow-y: scroll;
}

.custom-control.custom-checkbox {
    /* display: flex;
    align-items: center;*/
    padding: 5px;
    color: #222222;
}

.form-check-input {
    width: 18px !important;
    height: 18px !important;
    margin-top: 0px !important;
    border-radius: 0px !important;
}

.custom-control-input {
    margin-right: 10px;

}

.filter-span {
    font-family: "Urbanist", serif;
    font-weight: 500;
}

/* Product */
.product-card {
    border: 1px solid #E9E9E9;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-top: none !important;
    position: relative;
}

.product-heading {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

.btn-product {
    width: 100%;
    background-color: #db1215;
    color: #fff;
    font-family: "Urbanist", serif;
    border-radius: 12px;
    padding: 8px 0px;
    transition: all .5s ease;
    font-size: 15px;
}

.btn-product:hover {

    background-color: #db1215;
    color: #fff;
    transform: translateY(-3px);
}

.btn-product-2 {
    width: 100%;
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    font-family: "Urbanist", serif;
    border-radius: 12px;
    padding: 8px 0px;
    transition: all .5s ease;
    font-size: 15px;

}

.btn-product-2:hover {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    transform: translateY(-3px);
}

.btn-custom {
    border-radius: 5px;
    background-color: #000000;
    color: #fff;
    font-family: "Urbanist", serif;
    padding: 10px 80px;
    transition: all .5s ease;
    font-size: 15px;
}

.btn-custom:hover {
    color: #fff;
    background-color: #000000;

    transition: all .5s ease;

}

/*- form -*/
.form-label {
    color: #202020;
    font-family: "Urbanist", serif;
    font-weight: 600;
    font-size: 14px;
}

.f-custom {
    height: 42px;
    border-radius: 5px;
    font-size: 13px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #db1215;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255 235 236 / 25%);
}

.textarea-custom {
    border-radius: 0px;
    font-size: 13px;
}

.table {
    font-family: "Urbanist", serif;
}

.user-info {
    background-color: rgb(242, 242, 242);
    ;

    border-radius: 5px;
    padding: 20px 15px;
}

#contact-info {
    display: none;
    /* Initially hidden */
}

.contact-info {
    color: #000000;
    font-size: 13px;
    align-items: center;
}


.product_sort_des_label {

    font-family: "Urbanist", serif;
    font-weight: 600;
    margin-right: 10px;
}

.product_sort_des_value {
    font-weight: 500;
    font-family: "Urbanist", serif;
}

.tf-pr-attrs {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border-radius: 5px;
    border-style: hidden;
    box-shadow: 0 0 0 0.1rem #ebebeb;
    color: #909090;
}

.tf-pr-attrs tr {
    border: 1px solid #ebebeb;
    vertical-align: middle;
}

.tf-pr-attrs tr th {
    font-family: "Urbanist", serif;
    padding: 8px;
    border-right: 1px solid #ebebeb;

}

.tf-pr-attrs tr td {
    padding: 8px;
}

.thumbnail-image {
    border: 1px solid rgba(134, 134, 134, 0.12);
    ;
    padding: 4px 4px;
    border-radius: 10px;
    object-fit: cover;
}

.form-card {



    padding: 25px 0px;
}

.form-group-icons {
    position: relative;
}

.showpass {
    font-weight: 500;
    font-size: 12px;
    color: #db1215;
    position: absolute;
    bottom: 11px;
    right: 10px;
    cursor: pointer;

}

a.forgot-pass {
    font-size: 13px;
    text-decoration: none;
    float: inline-end;
    color: #db1215;
    /* font-family: "Poppins", sans-serif; */
}

allready-dont-text {
    color: #202124;
    text-align: center;
    font-size: 14px;
}

.allready-dont-text a {
    color: #db1215;
    font-weight: 500;
    padding-left: 5px;
}

/* My Account */
.tf-page-title {
    padding: 69px 0 65px;
    background-image: url(../images/page-title-blog.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tf-page-title .heading {
    font-size: 35px;
    font-weight: 400;
    line-height: 50px;
}

.flat-spacing-11 {
    padding-top: 80px;
    padding-bottom: 70px;
}

.my-account-nav {
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    position: sticky;
    top: 0;
    text-align: center;
}

/* .my-account-nav li {

    padding: 8px 0px;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

.my-account-nav li:hover,
.my-account-nav li.active {
    background-color: #f2f2f2;

    border-color: #00000000;
} */
/* 
.my-account-nav .my-account-nav-item::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #db1215;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
} */

/* .my-account-nav .my-account-nav-item {
    display: flex;
    width: 100%;



    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    justify-content: center;
}

.my-account-nav a {
    color: #202020;
    white-space: nowrap;

} */

/* Sidebar container */
/* .sidebar-wrapper {
    width: 220px;
    padding: 0;
    margin: 0;
    background-color: #fff;
    position: sticky;
    top: 0;
    border-right: 1px solid #ebebeb;
    z-index: 1000;
} */

.my-account-nav {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    text-align: center;
    padding: 0;
    margin: 0;
}

.my-account-nav li {
    list-style: none;
    padding: 8px 0px;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

.my-account-nav li:hover,
.my-account-nav li.active {
    background-color: #f2f2f2;
    border-color: transparent;
}

.my-account-nav .my-account-nav-item {
    display: flex;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    justify-content: center;
    text-decoration: none;
}

.my-account-nav .my-account-nav-item::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #db1215;
    transition: all 0.3s ease;
}

.my-account-nav a {
    color: #202020;
    white-space: nowrap;
}

.sidebar-wrapper {
    padding: 0px;
    margin: 0px;
    z-index: 999;
}


.sidebar-toggle {
    background-color: #db1215;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 4px;
}

/* Responsive Sidebar */
@media (max-width: 991px) {

    /* .sidebar-wrapper {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        width: 220px;
        background-color: #fff;
        transition: left 0.3s ease-in-out;
    }

    .sidebar-wrapper.active {
        left: 0;
    } */
    .sidebar-wrapper {
        display: none;
        background: #fff;
        position: fixed;
        top: 60px;
        /* top: 12px; */
        left: 0;
        width: 250px;
        height: 100vh;
        z-index: 999;
        padding-top: 25px
    }

    .sidebar-wrapper.show-sidebar {
        display: block;
    }
}

.sidebar-close {
    text-align: right;
    margin-bottom: 10px;
}

.close-btn {
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #000;
}


@media (max-width: 767.98px) {
    .my-account-nav {
        top: 75px;
        /* ya header jitna height ho */
    }
}

.pricing-table .inner-box {
    position: relative;
    background: #fff;
    border: 1px solid #ecedf2;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 40px 25px;
    overflow: hidden;
    transition: all .3s ease;
    /* box-shadow: 0 6px 15px rgba(64, 79, 104, .05); */
    margin-bottom: 20px;
}

.pricing-table .title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #db1215;
    margin-bottom: 10px;
}

.pricing-table .price {
    position: relative;
    display: flex;
    align-items: flex-end;
    font-size: 20px;
    line-height: 41px;
    color: #202124;
    margin-bottom: 25px;
    font-weight: 500;
    transition: all .3s ease;
}

.pricing-table .duration {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #202124;
    font-weight: 400;
    bottom: 7px;
    margin-left: 7px;
}

.pricing-table .table-content {
    position: relative;
    margin-bottom: 30px;
}

.pricing-table .table-content ul {
    position: relative;
}

.pricing-table .table-content ul li {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    color: dimgray;
    font-weight: 400;
    margin-bottom: 13px;
    padding-left: 30px;
}

.pricing-table .table-footer {
    position: relative;
}

.pricing-table .table-footer a {
    position: relative;
    display: block;
    width: 100%;
}

.pricing-table .table-content ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: Flaticon;
    font-size: 16px;
    color: #202124;
    content: "\2713";
}

.card-custom {
    border: 1px solid #ebebeb;
}

.card-footer-csutom {
    background-color: rgb(242, 242, 242) !important;
    border: none !important;
    text-align: center;
    padding: 10px 0px;
}

.card-footer-csutom a {
    color: #db1215;
    font-size: 14px;
}

.image-profile {
    height: 90px;
    max-height: 90px;
    width: 90px;
    max-width: 90px;
    object-fit: cover;
    border-radius: 50%;
}

#imgInp {
    display: none;
}

/*- Footer -*/
.footer-section {
    background-color: rgb(250 250 250);
    padding: 80px 0px;


}

.footer-company-name {
    color: #000000;
    font-size: 13px;
    margin-bottom: 5px;
}

.footer-email-phone {
    color: #000000;
    font-size: 13px;
    margin-bottom: 5px;
}

.footer-main-heading {
    color: #202020;

    font-size: 18px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.footer-link-sc ul li {
    margin-bottom: 5px;
}

.footer-link-sc ul li a {
    color: #000000;
    font-size: 13px;
}

.footer-copyright {
    background-color: rgb(242, 242, 242);

    padding: 15px 2px;
}

.footer-copyright p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #202020;
    text-align: center;
}

.footer-social-icon li {
    display: inline-block;
    padding: 5px;
}



.f-social-icon {
    font-size: 22px;
}

.preview {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.preview-item {
    position: relative;
    display: inline-block;
}

.preview img {
    max-width: 150px;
    max-height: 150px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
}

.remove-btn {
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
}



/*- Banner -*/
.categories-card {
    background-color: #fff;
    padding: 15px 15px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

/*- -*/
.rating-bar {
    height: 10px;
    border-radius: 5px;
}

.progress {
    height: 10px;
    background-color: #e0e0e0;
}

.progress-bar.green {
    background-color: #4CAF50;
}

.progress-bar.yellow {
    background-color: #ffc107;
}

.progress-bar.red {
    background-color: #f44336;
}

.review-card {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}

.star-box {
    background-color: #00b894;
    color: white;
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

.review-meta {
    font-size: 13px;
    color: #555;
}

.star-rating {
    font-size: 24px;
    cursor: pointer;
    color: #ccc;
}

.star-rating .filled {
    color: #ffc107;
}

.badge-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.badge-box {
    background: #fff;
    border: 1px solid #ddd;
    border-left: 6px solid #007bff;
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    max-width: 300px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

.badge-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.badge-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.badge-icon {
    font-size: 24px;
    margin-right: 8px;
}

.badge-desc {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .badge-container {
        flex-direction: column;
        align-items: center;
    }

    .badge-box {
        width: 90%;
    }
}

/* .upload-box {

    height: 280px;
    border: 2px dashed #ccc;
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    color: #aaa;
    font-size: 18px;
    margin-bottom: 15px;
}

.upload-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.upload-box input[type="file"] {
    display: none;
}

.preview-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.preview-thumbs img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid #ddd;
    border-radius: 4px;
}

.preview-thumbs img:hover {
    border-color: #007bff;
}

.remove-btn {
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
} */

.upload-box {

    height: 300px;
    border: 2px dashed #ccc;
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    color: #aaa;
    margin-bottom: 20px;
}

.upload-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.upload-box input {
    display: none;
}

.thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.thumb {
    width: 60px;
    height: 60px;
    border: 2px dashed #bbb;
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #aaa;
    position: relative;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.remove-btn {
    position: absolute;
    top: -6px;
    right: -6px;
    background: red;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
}

.status-card {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.status-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.status-icon {
    font-size: 48px;
    margin-bottom: 12px;
}

.verified-seller {
    color: #f39c12;
}

/* Orange */
.trusted-seller {
    color: #28a745;
}

/* Green */
.super-verified {
    color: #0d6efd;
}

/* Bootstrap Blue */
.super-gold {
    color: #e67e22;
}

/* Gold */
.card-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.card-subtext {
    font-size: 0.9rem;
    color: #777;
}

/*---------------------------------*/
.offcanvas.offcanvas-start {
    width: 260px !important;
}

.more-nav {
    font-size: 12px;
    font-weight: bold;
    padding: 0px 0px;
    color: #000000;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}

.mob-navigation {
    display: none;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.user-icon-mobile {
    display: none;
}

.mobile-categories {
    display: none;
}

.mobile-social {
    display: none;
}

.offcanvas-header {
    border-bottom: 1px solid #f7f7f7;
}

.city-tag {

    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 3px 9px;
    margin-right: 10px;
    background-color: #fff;
    font-size: 10px;
    display: inline-block;
    white-space: nowrap;
}

.top-city-mb {
    display: none;
}

.scroll-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.scroll-wrapper::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar if you want */
}

.city-tag.selected {
    background-color: #e0e0e0;
    position: relative;
}

.call-card {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.profile-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

.call-icon {
    color: teal;
    font-size: 18px;
}

.call-time {
    font-size: 13px;
    color: gray;
}

.call-subtext {
    font-size: 14px;
    color: gray;
}

.nav-pills .nav-link.active {
    background-color: #f44336;
    font-size: 13px;
    border-radius: 12px;
}

.nav-link-sc {
    font-size: 13px;
    color: #000000;
}

.nav-link-sc:hover {
    font-size: 13px;
    color: #000000;
}

.pricing-table {
    overflow-x: auto;
}

.pricing-header {

    background-color: #f9f9f9ba;
    font-weight: bold;
    text-align: center;

    padding: 1rem;
    border-bottom: 2px solid #ddd;
}

.plan-heading {
    font-size: 14px;
    color: #7c7c7c;
}

.pricing-col {
    min-width: 288px;
    border-left: 1px solid #eee;

    text-align: center;
}

.pricing-feature {
    padding: 12px 8px;
    border-bottom: 1px solid #eee;
}



.checkmark {
    color: green;
    font-weight: bold;
}

.choose-btn {
    margin: 1rem 0;
}


.plan-heading-two {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 500px;
}

.pricing-col-two {
    min-width: 250px;
}

.price-card {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    background: white;
}

.price-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.price-card h5 {
    font-weight: bold;
    color: #333;
}

.price {
    font-size: 27px;
    font-weight: 700;
    color: #db1215;
    margin: 20px 0;
}

.features {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.features li {
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
    color: #555;
    font-size: 14px;
}

.btn-custom {
    border-radius: 50px;
    padding: 10px 30px;
}

/* .tab-content .card {
    border: 1px solid #ddd;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.payment-row {
    padding: 10px 15px;
}

.payment-label {
    font-size: 13px;
    color: #888;
}

.payment-value {
    font-weight: 500;
}

.search-box {
    max-width: 300px;
    margin-left: auto;
    margin-bottom: 15px;
}

.tab-btns .nav-link.active {
    border-bottom: 3px solid #db1215;
    color: #f44336;
} */

/* .nav-pills .nav-link {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 0.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.nav-pills .nav-link.active {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
    box-shadow: 0 4px 10px rgba(13, 110, 253, 0.2);
}

.nav-pills .nav-link:hover {
    background-color: #e9ecef;
} */


.custom-td {
    height: 60px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    vertical-align: middle;
    color: #7e7e7e !important;
}


.plan-box {
    border: 2px solid #db1215;
    border-radius: 8px;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.left-content {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.badge-popular {
    background-color: #ffe0e7;
    color: #db1215;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 6px;
    font-weight: 500;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 10px;
    font-size: 14px;
}

.new-price {
    background-color: #f2f2f2;
    border-radius: 8px;
    padding: 6px 12px;
    font-weight: bold;
    color: #db1215;
    font-size: 16px;
}

input[type="radio"] {
    accent-color: #db1215;
    transform: scale(1.2);
}

.nowrap td,
.nowrap th {
    white-space: nowrap;
}

.pricing-table {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #fff;
    border: 1px solid #eee;
}

.product-mobile {
    display: none;
}

.card-body-d::-webkit-scrollbar {
    width: 6px;
}

.card-body-d::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.card-body-d::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.msg-res {
    justify-content: center;
}

.msg-right {
    text-align: center;
}

.msg-btn {
    text-align: end;
}

@media (max-width: 1024px) {
    .msg-btn {
        text-align: left;
    }

    .msg-res {
        justify-content: start;
    }

    .msg-right {
        text-align: left;
    }

    .top-city-mb {

        display: block;
        margin-top: -24px;
        margin-bottom: 15px;
        padding: 0px;
    }

    .destop-filter {
        display: none;
    }

    .product-mobile {
        display: block;
    }

    .product-destop {
        display: none;
    }

    .mob-navigation {
        display: block;
    }

    .nav-link-custom {
        font-size: 15px;
        padding: 5px 0px;
    }

    .destop-nav {
        display: none;
    }

    .user-icon-mobile {
        display: block;
        position: absolute;
        right: 65px;
        top: 25px;
    }

    .navbar-custom {
        padding: 15px 0px !important;
    }

    .auth-buttons {
        display: none;
    }

    .mobile-categories {
        display: block;
    }

    .mobile-social {
        display: block;
    }

    .destop-categories {
        display: none;
    }
}