body {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #222;
    height: 100%;
}

.btn {
    font-family: 'Inter' !important;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
}

.two-line-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-primary {
    background: #000 !important;
    color: #ffdf64 !important;
    border-color: #000 !important;
    font-family: 'Inter';
    font-weight: 600;
}

.btn-primary:hover {
    color: #ffce1c !important;
    background: #666 !important;
    border: 1px solid #666 !important;
}

.btn-default {
    background: #ffdf64 !important;
    color: #000 !important;
    border-color: #ffdf64 !important;
    font-family: 'Inter';
    font-weight: 600;
}

.btn-default:hover {
    background: #f1c100 !important;
    color: #222 !important;
    border-color: #f1c100 !important;
}

.container {
    max-width: 1200px;
}

.techBox {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 20px;
}

.f4f4f4 {
    background: #f4f4f4;
}

.techBox .spanRating {
    background: #fff2d9;
    padding: 3px 4px 6px 4px;
    border-radius: 100px;
}

.techBox .krating {
    top: 2px;
    position: relative;
    margin-left: 2px;
}

.yellow-bg {
    background: #f9d349;
}

.turnCash h2 {
    font-size: 30px;
    line-height: 38px;
}

.techFooter ul li {
    line-height: 27px;
}

.refurbished {
    background: #222;
}

.choose .tbox {
    border: 1px solid #f3f3f3;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.choose .tbox img {
    position: relative;
    margin-top: -45px;
    margin-bottom: 15px;
}


@media (max-width: 767px) {
    .bsb-hero-2 .btn-primary {
        padding: 8px 12px !important;
        font-size: 13px;
    }

    .turnCash h2 {
        font-size: 21px;
        line-height: 30px;
    }

    .choose .tbox {
        margin-bottom: 60px;
    }

    .bb-box {
        margin-bottom: 20px;
    }

    .req-btn .btn-default {
        font-size: 12px;
        padding: 9px 12px !important;
    }
}

/* .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 570px;
    width: 100%;
}


.mySwiper {
    height: 160px;
    box-sizing: border-box;
    padding-top: 10px;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

/* Product swiper  */

  .product-page .thumb-swiper {
    height: 430px;
    width: 100%;
  }
  .product-page .custom-thumb-arrow {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
  }

  .product-page .swiper-button-prev-thumb::after {
    content: '↑';
  }

  .product-page .swiper-button-next-thumb::after {
    content: '↓';
  }

  .product-page .swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
  }
  .product-page .thumb-swiper .swiper-slide-thumb-active {
    border-color: #007bff;
  }
  .product-page .thumb-swiper .swiper-slide {
    height: auto;
    cursor: pointer;
    margin-bottom: 25px !important;
    border: 2px solid transparent;
  }
  .product-page .thumb-swiper .swiper-slide-thumb-active {
    border-color: #007bff;
  }
  .product-page .main-swiper .swiper-slide img {
    object-fit: contain;
    height: 100%;
  }
  .product-page .thWrapper{
    width: 106px;
    height: 118px;
    overflow: hidden;
  }
  .product-page .thWrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product-page .swpWrapper{
    width: 290px;
    height: 500px;
    overflow: hidden;
  }
  .product-page .swpWrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }



/* Product swiper end */



.product-page .custom-thumb-arrow {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
}

.product-page .swiper-button-prev-thumb::after {
    content: '↑';
}

.product-page .swiper-button-next-thumb::after {
    content: '↓';
}

.product-page .swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.product-page .thumb-swiper .swiper-slide-thumb-active {
    border-color: #007bff;
}

.product-page .thumb-swiper .swiper-slide {
    height: auto;
    cursor: pointer;
    margin-bottom: 25px !important;
    border: 2px solid transparent;
}

.product-page .thumb-swiper .swiper-slide-thumb-active {
    border-color: #007bff;
}

.product-page .main-swiper {
    height: 500px;
    position: relative;
    overflow: hidden;
}

.product-page .main-swiper .swiper-slide img {
    object-fit: contain;
    height: 100%;
}

.product-page .thWrapper {
    width: 106px;
    height: 118px;
    overflow: hidden;
}

.product-page .thWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-page .swpWrapper {
    width: 290px;
    height: 500px;
    overflow: hidden;
}

.product-page .swpWrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* Product swiper end */



.twinBorder {
    border-top: 1px solid #ddd;
    padding-top: 7px;
    border-bottom: 1px solid #ddd;
}

.landing-blue-bg {
    background: #2c3e50;
}

.tabs-area ul.nav-tabs {
    border-bottom: none;
}

.tabs-area .nav-link {
    font-size: 14px;
    border: 1px solid #d1d1d1 !important;
    margin-left: 8px;
    margin-bottom: 0 !important;
    border-radius: 4px !important;
    color: #000;
    font-weight: 600 !important;
    padding: 7px 19px !important;
}

.tabs-area ul li.nav-item:first-child a.nav-link {
    margin-left: 0 !important;
}

.tabs-area .nav-link.active {
    background: #000 !important;
    color: #fff !important;
}

.text-blue {
    color: #2d388a !important;
}

.star-color {
    color: #e6a100;
}

.card-dark {
    background: #414141;
    padding: 25px;
    border-radius: 10px;
}

.card-dark .star-verified p {
    background: #5d5d5d;
    padding: 7px 10px 7px 15px;
    border-radius: 50px;
    max-width: 235px;
}

.card-dark .strverified span {
    position: relative;
    top: 7px;
}

.business-details {
    border: 1px solid #ddd;
    padding: 20px;
}

.info-btn {
    border-radius: 4px;
    color: #7239ea;
}

.withdraw-btn {
    border-radius: 4px;
    color: #222;
}

.withdraw-btn:hover {
    color: #fff !important;
}

.mark-btn {
    color: #17c653 !important;
    border-radius: 4px;
}

.mark-btn:hover {
    color: #fff !important;
}

.btn-danger-custom {
    border-radius: 4px;
    color: #f8285a;
}

.btn-danger-custom:hover {
    color: #fff !important;
}

.contact-btn {
    border-radius: 4px;
}

.badge-light-warning {
    background-color: #f6f1e6;
    color: #f6c000;
}

.badge-light-success {
    background-color: #e0eeec;
    color: #17c653;
}

.repair_bg {
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
}

.repair_bg h2 {
    font-size: 36px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.review-card {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    transition: transform 0.2s ease;
}

.review-card:hover {
    transform: translateY(-5px);
}

.review-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}


.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ccc;
    background-size: cover;
    background-position: center;
    margin-right: 1rem;
}

.reviewer-info {
    font-weight: bold;
    font-size: 1.1rem;
}

.stars {
    color: #fbbf24;
    font-size: 0.9rem;
}

.review-text {
    font-size: 1rem;
    color: #444;
    line-height: 1.6;
}

.rStatus p {
    background: #f2ead8;
    color: #e9a300;
    font-weight: bold;
    padding: 10px;
    border-radius: 50px;
}

.techPro {
    background: #f9d349;
    padding: 20px;
    border-radius: 10px;
}

.techPro .im img {
    max-width: 80px;
    border-radius: 100px;
}

.connect-status .timeline-header {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 20px;
}

.connect-status .timeline {
    position: relative;
    padding-left: 40px;
    margin-left: 8px;
}

.connect-status .timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 2px;
    height: 100%;
    background: #949494;
}

.connect-status .timeline-item {
    position: relative;
    margin-bottom: 30px;
}

.connect-status .timeline-item:last-child {
    margin-bottom: 0;
}

.connect-status .dot {
    position: absolute;
    top: 0px;
    left: -25px;
    width: 14px;
    height: 14px;
    background: #facc15;
    border-radius: 50%;
    z-index: 2;
    border: 2px solid white;
    box-shadow: 0 0 0 2px #d1d5db;
}

.connect-status .timeline-content {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px !important;
}

.connect-status .time {
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
}

.connect-status .status-title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 4px;
}

.connect-status .description {
    font-size: 14px;
    color: #444;
}

.header-primary {
    background: #f9d349;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.gadgets-info {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 6px;
}

.emoji-rating,
.star-rating {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 25px;
}

.emoji-rating label,
.star-rating label {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #555;
    font-size: 14px;
}

.emoji-rating input,
.star-rating input {
    display: none;
}

.emoji {
    font-size: 30px;
    margin-bottom: 8px;
    transition: transform 0.2s, filter 0.2s;
}

.star {
    font-size: 30px;
    color: #ccc;
    transition: color 0.2s;
}

/* Highlight selected emoji */
.emoji-rating input:checked+.emoji {
    transform: scale(1.3);
    filter: grayscale(0) brightness(1.1);
}

/* ★ Star rating system fix with RTL trick */
.star-rating {
    direction: rtl;
}

.star-rating label {
    direction: ltr;
}

.star-rating input:checked~label .star {
    color: #facc15;
}

.star-rating label:hover .star,
.star-rating label:hover~label .star {
    color: #facc15;
}

.text-yellow {
    color: #ffdf64 !important;
}

.thankyou-body {
    height: 100vh;
    background: url('https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1350&q=80') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.thank-you-card {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.95);
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    max-width: 420px;
    width: 90%;
    text-align: center;
    color: #333;
}

.thank-you-card .emoji {
    font-size: 64px;
    margin-bottom: 20px;
}

.thank-you-card h1 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 12px;
}

.thank-you-card p {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
}

.thank-you-card a {
    display: inline-block;
    padding: 10px 24px;
    background: #4f46e5;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.thank-you-card a:hover {
    background: #4338ca;
}

.chat-container {
    display: flex;
    height: 100vh;
}

.sidebar {
    width: 280px;
    background-color: #fcd34d;
    padding: 15px;
    overflow-y: auto;
    border-right: 1px solid #ddd;
}

.chat-list .chat-item {
    display: flex;
    align-items: center;
    padding: 10px;
    background: white;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background 0.2s;
}

.chat-item.active {
    background-color: #e0f2fe;
}

.chat-item:hover {
    background-color: #f1f5f9;
}

.chat-item .avatar {
    width: 40px;
    height: 40px;
    background-color: #3b82f6;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 10px;
}

.chat-label {
    font-size: 13px;
    color: gray;
    margin-top: 2px;
}

.chat-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: white;
    background-image: url('https://www.transparenttextures.com/patterns/cubes.png');
}

.chat-header {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    background: white;
}

.chat-header h5 {
    margin: 0;
    font-weight: 600;
}

.chat-offer {
    background-color: #fef3c7;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.chat-offer .btn {
    margin-left: 10px;
}

.chat-messages {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
}

.message {
    margin-bottom: 20px;
    max-width: 75%;
}

.message.left {
    text-align: left;
}

.message.right {
    text-align: right;
    margin-left: auto;
}

.message .bubble {
    background-color: #f1f5f9;
    padding: 12px 15px;
    border-radius: 20px;
    display: inline-block;
}

.message.right .bubble {
    background-color: #fde68a;
}

.chat-input {
    padding: 15px;
    border-top: 1px solid #ddd;
    background: white;
}

.chat-input input {
    border-radius: 20px;
    padding: 10px 20px;
}

.chat-input button {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.typing-indicator {
    font-size: 13px;
    color: gray;
}

.bg-yellow {
    background: #f9d342 !important;
}

.badge-green {
    background: #1fa8a5;
}

.inboxCounter {
    background: red;
    color: #fff;
    padding: 1px 7px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 12px;
    position: absolute;
    margin-top: -25px;
}

.inbox-page .bg-dark.active .ms-5 a {
    color: #fff !important;
}

.inbox-page .bg-dark.active div.text-muted {
    color: #f4f4f4 !important;
}

.inbox-page .bg-dark.active .badge {
    color: #fff !important;
}

.inbox-page .d-flex.flex-stack .separator {
    border-bottom: 1px solid #e5e5e5 !important;
}

.inbox-page .rightCall a {
    background: ;
    padding: 12px 10px;
    min-width: 50px;
    border-radius: 100px;
    margin-top: 12px;
}

.inbox-page .rightCall a:hover {
    color: #000;
}

.storagelist {
    height: 120px;
    overflow: auto;
}

.chat-input-bar {
    background-color: #fff;
    padding: 15px;
}

.chat-input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.circle-button {
    background-color: #facc15;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    cursor: pointer;
}

.chat-input-field {
    flex: 1;
    border-radius: 9999px;
    border: 1px solid #ccc;
    padding: 10px 20px;
    outline: none;
}

.circle-button i {
    font-size: 16px;
    color: #000;
}

.chat-input-wrapper input::placeholder {
    color: #999;
}

.business-offers .boxBorder {
    border: 1px solid #e2e2e2;
    border-radius: 6px;
}

.business-offers .boxBorder .image img {
    object-fit: cover;
    width: 150px;
    height: 150px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.business-offers .boxBorder .ofrAvailable {
    background: #fff9e6;
    color: #e6a100;
    padding: 7px 15px;
    font-weight: 800;
    border-radius: 100px;
    font-size: 14px;
}

.list-unstyled li {
    font-size: 15px;
    line-height: 26px;
}

.logo-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-right: 20px;
}

.rating-card {
    transition: transform 0.2s;
}

.rating-card:hover {
    transform: scale(1.02);
}

.badge-olive {
    background: #dbffdb;
    font-size: 15px;
    color: green;
    padding: 7px 14px;
    border-radius: 100px;
}

.custormerinfo li p b {
    font-weight: 500;
    color: #111;
}

.offer-row .col-sm-3 {
    width: 20%;
}

.offer-card {
    text-align: center;
    min-height: 110px;
}

.offer-card .card-body {
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}

.offer-card .card-body a.download-btn {
    position: absolute;
    z-index: 1;
    background: #ffdf64;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    padding: 2px;
    left: auto;
    right: 6px;
    bottom: 6px;
}

.offer-card .card-body a.download-btn i {
    color: #111;
    font-size: 15px;
}

.form-control {
    font-weight: 400;
}

.image-upload {
    border: 2px dashed #ddd;
    padding: 20px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 4px;
}

.image-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.image-preview img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .mobile_logout {
        position: absolute;
        right: 8px;
        margin-top: 9px;
    }
}

.w-140 {
    width: 140px;
}

.w-223 {
    width: 223px;
}

.order-summary img {
    width: 60px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
}

.fitObject {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.business-profile .boxBorder {
    border: 1px solid #e2e2e2;
    border-radius: 6px;
}

.business-profile .boxBorder .image img {
    max-width: 126px;
}

.dodger a i {
    padding: 6px;
    border-radius: 100px;
    position: relative;
    top: 3px;
}

.dodger .r1 i {
    color: #e6a23d;
    background: #ffe6c1;
}

.dodger .r2 i {
    background: #cdebb8;
    color: #409500;
}

.dodger .r3 i {
    background: #ffe3c0;
    color: #fe8c00;
}

.dodger .r4 i {
    background: #f9ca47;
    color: #b28506;
}

.dodger strong {
    margin-left: 3px;
}

.bb-box {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.bb-box img {
    margin-bottom: 10px;
}

.bb-box i {
    font-size: 45px;
    color: #ffcd0b;
}

#kt_app_header.yellow-bg .menu-item .menu-link {
    padding-right: 5px;
}

#kt_app_header.yellow-bg .menu-item .menu-link .menu-icon {
    margin-right: 2px;
}

.questionCounter {
    background: #666666;
    color: #fff;
    padding: 2px 10px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 13px !important;
}

.category-filter {
    background: #ffd121;
    padding: 15px;
    border-radius: 6px;
}

.category-filter input,
.category-filter select {
    height: 38px;
    font-size: 13px;
    padding: 6px 12px;
}

.category-filter .select2-container--bootstrap5 .select2-selection--multiple {
    min-height: 38px !important;
    background: #fff;
    border: 1px solid #dbe0e9;
}

.loggedInHeader .yellow-bg {
    background: #fff;
}

.searchO .btn-toggle {
    background: #e3e2e2;
    padding: 10px 8px 12px 8px;
    border-radius: 100px;
    position: relative;
    top: -5px;
}

.form-sm {
    height: 37px !important;
}

#search .input-group-append .togsearch {
    background: #e3e1e1;
    padding: 7px 8px !important;
    margin-top: -1px;
}

#search .input-group-append .togCancel {
    background: #ff4848;
    padding: 7px 8px !important;
    margin-top: -4px;
}

.Usidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #F9D342;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-right: 1px solid #ddd;
    box-shadow: 1px 0 3px -3px #ccc;
}

.Usidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #000;
}

#locationPopup .modal-header {
    text-align: right;
    display: block;
    padding: 10px 0;
}

.blue-hover:hover {
    background-color: #0062d3 !important;
}

.green-hover:hover {
    background-color: #00a900 !important;
}

.yellow-hover:hover {
    background-color: #f9d349 !important;
}

.red-hover:hover {
    background-color: #ce0d3c !important;
}

.radio-group {
    display: flex;
    gap: 1rem;
}

.radio-button {
    display: none;
}

.radio-label {
    padding: 0.5rem 1rem;
    border: 2px solid #ffdf64;
    border-radius: 8px;
    background-color: white;
    color: #222;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s ease;
    width: 50%;
    text-align: center;
}

.radio-button:checked+.radio-label {
    background-color: #ffdf64;
    color: #222;
}

.rrs .table> :not(caption)>*>* {
    padding: 5px 12px !important;
}

.badge-light-indigo {
    background-color: #a511e117;
    color: #a511e1;
}

.badge-light-lime {
    background-color: #1fe11117;
    color: #1fe111;
}

.text-indigo {
    color: #a511e1;
}

.badge-indigo {
    background-color: #a511e1;
    color: #fff;
}

.shareSocial .social-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    margin-right: 10px;
    font-size: 16px;
}

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

.shareSocial .facebook {
    background-color: #3b5998;
}

.shareSocial .twitter {
    background-color: #1da1f2;
}

.shareSocial .instagram {
    background-color: #e1306c;
}

.shareSocial .whatsapp {
    background-color: #25d366;
}

.shareSocial .linkedin {
    background-color: #0077b5;
}

.shareSocial .gmail {
    background-color: #d44638;
}

.lazy-fade {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.lazy-fade.show {
    opacity: 1;
    transform: translateY(0);
}

.mCoverImage {
    object-fit: cover;
    width: 285px;
    height: 214px;
}

.chat-input-container textarea,
.chat-input-container input {
    font-size: 15px;
}




@media (max-width:767px) {
    .tabs-area .nav-link {
        margin-bottom: 8px !important;
    }

    .tabs-area li.nav-item:nth-child(3) .nav-link,
    .tabs-area li.nav-item:nth-child(5) .nav-link {
        margin-left: 0px !important;
    }

    .resTable th,
    .resTable td {
        min-width: 120px;
    }

    .list-unstyled li {
        font-size: 13px;
        line-height: 32px;
    }

    .ms-business {
        margin-top: 8px;
        display: block;
        max-width: 190px;
        margin-bottom: 10px;
    }

    .emoji-rating,
    .star-rating {
        gap: 20px;
    }

    .repair_bg h2 {
        font-size: 26px;
    }

    .dodger a i {
        top: -5px;
    }

    .table-box {
        border: 1px solid #ddd;
        margin-bottom: 15px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border-radius: 6px;
    }

    .table-box .box-header {
        background: #fffbec;
        padding: 7px 10px;
        border-bottom: 1px solid #ffeda9;
    }

    .table-box .table-box-body {
        padding: 10px;
    }

    .shareSocial {
        margin-top: 20px;
    }

    .accepted-deal-page .nav-tabs li.nav-item:nth-child(2) a {
        margin-left: 0;
    }

    .in.card-header {
        padding: 0 10px !important;
    }

    .zero-padding {
        padding: 0;
    }

    #kt_chat_messenger_body .offer.yellow-bg {
        border-radius: 0 !important;
        box-shadow: none !important;
        margin-top: 7px !important;
        padding: 2px !important;
        background: #f4f4f4;
    }

    #kt_chat_messenger_footer .container-fluid.chat-input-bar {
        background: #f4f4f4;
        position: fixed;
        z-index: 999999;
    }

    .product-page .mySwiper2 img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
}

@media (min-width:768px) and (max-width: 1169px) {
    .choose .tbox {
        margin-bottom: 40px;
        min-height: 200px;
    }

    .choose .tbox img {
        margin-top: 20px;
    }

    .table-box {
        border: 1px solid #ddd;
        margin-bottom: 15px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border-radius: 6px;
    }

    .table-box .box-header {
        background: #fffbec;
        padding: 7px 10px;
        border-bottom: 1px solid #ffeda9;
    }

    .table-box .table-box-body {
        padding: 10px;
    }
}

span#message-count-consumer .badge {
    position: absolute;
    margin-top: -27px;
    margin-left: -3px !important;
}

@media (max-width:992px) {
    .product-page .product-title {
        margin-top: 20px !important;
    }

    .mCoverImage {
        object-fit: cover !important;
        width: 100% !important;
        height: 100% !important;
    }
}

@media screen and (min-device-width: 375px) and (max-device-width: 400px) and (orientation: portrait) {
  @supports (-webkit-touch-callout: none) and (not (translate: none)) {
    #kt_chat_messenger_footer .container-fluid.chat-input-bar {
        bottom: 100px !important;
    }
    #kt_chat_messenger_body .h-300px {
        height: 253px !important;
    }
  }
}
.prCard .image-wrapper{
    width: 185px;
    height: 329px;
    overflow: hidden;
}
.prCard .image-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-image-container{
    position: relative;
}
.main-image-container .swiper-pagination{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px; 
  width: 100%;
  text-align: center;
  z-index: 2;
}
@media (max-width: 767px){
 #product-list .prCard {
    box-shadow: none;
    min-height: 250px;
    border-right: 1px solid #e2e2e2;
    border-radius: 0;
 }
.prCard .image-wrapper {
  width: 125px;
  height: 160px;
}
.product-page .swpWrapper {
  width: 100%;
  height: 100%;
}
.product-page .thWrapper {
  width: 67px;
  height: 92px;
}
.product-page .thumb-swiper .swiper-slide{
    margin-bottom: 3px !important;
}
.product-page .thumb-swiper{
    height: 400px;
}
.product-page .main-swiper {
    height: 100%;
}
.main-image-container {
  align-items: center;
}

.main-image-container .swiper-pagination {
  margin: 10px auto 10px 50%;
  position: static !important;
  text-align: center;
}

/* Dot color */
.main-image-container .swiper-pagination-bullet {
  background: #007bff; /* blue, change as needed */
  opacity: 1;
}

.main-image-container .swiper-pagination-bullet-active {
  background: #ff0000; /* red active dot */
}
 .main-image-container .swiper-button-next,
 .main-image-container .swiper-button-prev {
    display: none !important;
  }
}
