*{
  margin: 0;
  padding: 0;
}
.MainDrive{
  padding: 0px 30px;
}
  .subheading{
      font-size: 20px !important;
      font-weight: bold !important;
    }
  @media(max-width:767px){
    .subheading{
      font-size: 16px !important;
      font-weight: bold !important;
    }
    .MainDrive{
      padding: 0px 0px;
    }
  }



.top-bar {
    background-color: #0f2b4c;
      padding: 10px 30px;
  }
  .navtopbar{
    font-size: 14px;
  }
    @media(max-width:767px){
      .navtopbar{
        font-size: 12px;
      }
      .top-bar{
        padding: 2px 0px;
      }
    }
 
  
  /* Dropdown Style for Mobile */
  .dropdown-custom {
    position: absolute;
    top: 40px;
    right: 0;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    display: none;
    flex-direction: column;
    min-width: 180px;
    z-index: 9999;
    animation: fadeSlide 0.3s ease-in-out;
  }
  
  .dropdown-custom a {
    padding: 8px 15px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    transition: background 0.2s;
  }
  
  .dropdown-custom a:hover {
    background-color: #f8f8f8;
  }
  
  .dropdown-custom.show {
    display: flex;
  }
  
  @keyframes fadeSlide {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  
  /* logo header coding start */

  .ib-header {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    padding: 10px 30px;
  }
  
 .ib-logo{
    width: 160px;
 }
  
  .ib-search {
    flex: 1;
    max-width: 600px;
    position: relative;
    padding: 0px 15px;
  }
  
  .ib-input {
    border-radius: 8px 0 0 8px;
    border: 1px solid #ddd;
    padding: 0.5rem 1rem;
  }
  
  .ib-search-btn {
    background: transparent;
    border: 1px solid #ddd;
    border-left: 0;
    border-radius: 0 8px 8px 0;
    padding: 0.5rem 1rem;
    color: #e65b36;
  }
  
  .ib-right .ib-link {
    color: #000;
    text-decoration: none;
    font-size: 0.9rem;
  }
  
  .ib-cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    background: #dc3545;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    padding: 0 5px;
    line-height: 18px;
  }
  
  .ib-input-mobile {
    border-radius: 50px;
    padding: 10px 15px;
    border: none;
    background: #f3f3f3;
    width: 100%;
    font-size: 10px;
  }
  
  .ib-search-btn-mobile {
    margin-left: -40px;
    background: none;
    border: none;
    color: #e65b36;
    font-size: 18px;
  }
  @media(max-width:767px){
    .ib-logo {
    width: 115px;
    }
    .ib-header {
    padding: 0;
  }
  }
  
  /* section 1 coding start */
 .category-box {
      cursor: pointer;
      padding: 10px;
      border-radius: 8px 0px 0px 8px;
      transition: background-color 0.3s;
      display: flex;
      align-items: center;
      gap: 10px;
      position: relative;

    }

    .category-box:hover {
      background-color: #d8f3dc;
    }

    .subcategory-box {
      position: absolute;
      top: 0;
      left: 100%;
      background-color: #d8f3dc;
      padding: 15px;
      min-width: 260px;
      z-index: 1000;
      border-radius: 0px 8px 8px 8px;
      display: none;
    }

    .subcategory-box a {
      display: block;
      text-decoration: none;
      color: #000;
      margin-bottom: 6px;
      font-size: 14px;
    }

    .subcategory-box a:hover {
      text-decoration: none;
    }

.tpCategor{
  padding: 0px 15px !important;
}

    @media (max-width:1199px) {
      .subcategory-box {
        display: none !important;
      }

      .top-categories-list {
        display: flex;
        gap: 10px;
        overflow: scroll;
        padding: 10px;
      }

      .category-box {
        width: calc(50% - 5px);
        justify-content: flex-start;
        /* display: inline; */
        text-align: center;
        border-radius: 17px;
        text-align: center;
        box-shadow: 0px 2px 5px #ccc;
      }
      .category-box span{
        font-size: 12px;
          display: inline-block;
  width: 10ch; /* 5 characters width */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
      }
    }

  
  .ib-scroll-section::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }
  
  .ib-scroll-section::-webkit-scrollbar-track {
    background: transparent;
  }
  
  .ib-box {
    min-width: 180px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    border: 1px solid #8080802b;
  }
  
  .ib-box:hover {
    transform: translateY(-3px);
  }
  .tradeindiapara{
    margin: 0;
    font-size: 10px;
    color: gray;
  }
  
    .learnMore{
    text-decoration: none;
    font-size: 12px;
    color: #ff9b00;
    font-weight: bold;
    }
    .ib-scroll-section::-webkit-scrollbar {
    height: 0px;
}

 .overlay-product-card {
      position: relative;
      background: url('images/images/productbg/post-card.png') no-repeat center;
      background-size: cover;
      border-radius: 12px;
      padding: 1.5rem;
      min-height: 170px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      overflow: hidden;
    }
.second-product{
  background: url('images/images//productbg/sell-card.png') no-repeat center;
}
    .overlay-product-content {
      position: absolute;
      top: 15%;
      left: 10%;
      z-index: 2;
    }

    .overlay-product-heading {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 12px;
    }

    .overlay-product-btn {
      border-radius: 6px;
    }

    .overlay-product-btn:hover {
      background-color: #1c3d3d;
      color: white;
    }

    .top-category-scroll::-webkit-scrollbar{
      height: 1px;
    }

    .shadow-xl-only {
  box-shadow: none !important;
}
.top-categories-list::-webkit-scrollbar {
  height: 0px;               
}

@media (min-width: 1200px) {
  .shadow-xl-only {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; /* default shadow */
  }
}

    @media (max-width: 576px) {
      .overlay-product-card {
        padding: 1rem;
        min-height: 120px;
        background-position: bottom;
      }
   
      .overlay-product-content {
        top: 12%;
        left: 8%;
      }

      .overlay-product-btn {
        font-size: 0.8rem;
        padding: 5px 12px;
      }
      .ib-scroll-section::-webkit-scrollbar {
        height: 0px;
    }
  
    }

    .sliderRightSide{
      gap: 15px;
    }
    @media(max-width:767px){
      .sliderRightSide{
        gap: 0;
      }
    }

   
  /* trending categories coding start */

  .trending-categories .scroll-wrapper {
    scroll-behavior: smooth;
  }
  
  .trending-categories .category-card {
    min-width: 180px;
    width: 180px;
    transition: transform 0.3s ease;
    padding: 0 !important;
  }
  .trending-categories .category-card img {
    width: 70%; 
  }
  
  .trending-categories .category-card:hover {
    transform: translateY(-5px);
  }
  
  .trending-categories .scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #ccc;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .trending-categories .scroll-btn.left {
    left: -15px;
  }
  
  .trending-categories .scroll-btn.right {
    right: -15px;
  }
  .category-card p{
    margin: 0px;
    padding: 8px 0px 8px 0px;
    border-top: 1px solid #ccc;
  }
  
  @media (max-width: 768px) {
    .trending-categories .scroll-btn {
      display: none;
    }
    .trending-categories .category-card img {
      width: 60%; 
    }
    .trending-categories .category-card p {
      font-size: 12px;
      font-weight: bold !important;
    }
  }
  .scroll-wrapper::-webkit-scrollbar {
    height: 0px;
}
  /* featured product coding start */

  .fp-card {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.3s;
    /* margin: 15px; */
  }

  .fp-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .fp-icon-box img {
  width: 100%;
  height: 140px;
  padding: 5px;
  }

  .fp-body {
    padding: 15px;
  }

  .fp-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .fp-price {
    font-size: 0.85rem;
    color: #198754;
  }

  .fp-unit {
    font-size: 0.75rem;
    color: #6c757d;
  }

  .fp-company {
    font-size: 0.8rem;
    font-weight: 500;
    color: #495057;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .fp-btn {
    font-size: 0.875rem;
    background-color: #0a2d52;    
    color: #fff;
    border-radius: 0.5rem;
    width: 100%;
  }
  .fp-btn:hover {
   border: 1px solid #ccc;
  } 

  .fp-btn i {
    margin-left: 5px;
  }
  @media(max-width:767px){
    .fp-title, .fp-btn{
      font-size: 12px;
      font-weight:bold;
    }
    .fp-price, .fp-unit, .fp-company{
      font-size: 8px;
    }
    .fp-card {
    margin: 0px;
  }
  }


  /* categories and subcategories coding  */

  .fc-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    transition: all 0.3s ease;
  }

  .fc-box:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  }

  .fc-icon {
    font-size: 40px;
    color: #0d6efd;
    margin-bottom: 15px;
  }

  .fc-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .fc-link {
    display: block;
    font-size: 0.875rem;
    color: #212529;
    text-decoration: none;
  }

  .fc-link:hover {
    text-decoration: underline;
  }

  .fc-see-all {
    color: #fd4d40;
    font-weight: 500;
    font-size: 0.875rem;
    text-decoration: none;
  }

  .fc-see-all:hover {
    text-decoration: underline;
  }
  .powerImage{
    width: 40%;
  }
  .powerParent{
    /* text-align: center; */
  }

  /* Mobile icon-text alignment */
  @media (max-width: 576px) {
    .fc-box {
      display: flex;
      align-items: center;
      gap: 15px;
    }
    .powerParent{
      text-align:left;
    }
    .powerImage{
      width: 70%;
    }
    .fc-title {
      font-size: 12px;
      font-weight:bold;
    }
    .fc-link{
      font-size: 10px;
    }
    .fc-see-all{
      font-size: 12px;
    }

    .fc-icon {
      margin: 0;
    }

    .fc-content {
      flex: 1;
    }
  }
.rb-scroll-wrapper::-webkit-scrollbar {
    height: 0px;
}

  /* blogs and upcoming tradeshow coding start */

  .rb-section {
    background: #fff;
    /* padding: 30px 15px; */
  }

  
  
  .rb-scroll-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  
  .rb-scroll-wrapper::-webkit-scrollbar {
    height: 6px;
  }
  .rb-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
  }
  
  .rb-card {
    flex: 0 0 auto;
    width: 250px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    scroll-snap-align: start;
    transition: box-shadow 0.3s ease;
  }
  .rs-blog{
    padding: 9px 12px 0px 12px;
    font-size: 12px;
  }
  
  .rb-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  
  .rb-img-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #f9f9f9;
  }
  
  .rb-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    border-radius: 12px 12px 0px 0px;
    transition: transform 0.4s ease;

  }

  .rb-img-wrap:hover .rb-img {
  transform: scale(1.1);
}
  
  .rb-title {
    font-size: 0.95rem;
    font-weight: 500;
    padding: 12px;
    margin: 0;
    color: #212529;
  }
  
  /* Arrows */
  .rb-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ccc;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
  }
  
  .rb-arrow:hover {
    background-color: #f1f1f1;
  }
  
  .rb-arrow-left {
    left: -10px;
    display: none;
  }
  
  .rb-arrow-right {
    right: -10px;
  }
  
  @media (max-width: 768px) {
    .rb-arrow {
      display: none !important;
    }
    .rb-title {
      font-size: 12px;
      font-weight:bold;
    }
  
    .rb-card {
      width: 210px;
    }
  }
  .rb-scroll-wrapper::-webkit-scrollbar {
    height: 0;
}


  /* upcoming tradeshow coding start  */

  .ts-section {
    background: #f8f9fa;
    padding: 30px 15px;
    position: relative;
  }

  .ts-scroll-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 15px;
    scroll-behavior: smooth;
    padding: 10px 0;
    scroll-snap-type: x mandatory;
  }

  .ts-scroll-wrapper::-webkit-scrollbar {
    display: none;
  }

  .ts-card {
    flex: 0 0 auto;
    width: 260px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    scroll-snap-align: start;
    padding: 15px;
    transition: box-shadow 0.3s ease;
  }

  .ts-card:hover {
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);
  }

  .ts-logo {
    height: 50px;
    width: auto;
    object-fit: contain;
    margin-bottom: 10px;
  }

  .ts-title {
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 8px;
  }

  .ts-info {
    font-size: 12px;
    color: #555;
    margin-bottom: 4px;
  }

  .ts-info i {
    margin-right: 5px;
    color: #34729a;
  }

  .ts-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ccc;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    transition: 0.3s;
  }

  .ts-arrow:hover {
    background-color: #f1f1f1;
  }

  .ts-arrow-left {
    left: -10px;
    display: none;
  }

  .ts-arrow-right {
    right: -10px;
  }

  @media (max-width: 768px) {
    .ts-arrow {
      display: none !important;
    }
    .ts-title {
      font-weight:bold;
      font-size:12px;
    }
    .ts-info{
      font-size: 10px;
    }
    .ts-card {
      width: 70%;
    }
  }

  /* Content coding start */

  .about-section {
    background-color: #fff;
    line-height: 1.7;
    font-size: 1rem;
  }
  
  .about-section-content {
    /* max-width: 1000px; */
    margin: auto;
  }
  
  .about-section-text {
    color: #333;
  }
  
  .about-section-list {
    padding-left: 1.2rem;
  }
  
  .about-section-list li {
    margin-bottom: 10px;
  }
  
  .about-section a {
    color: #007bff;
    text-decoration: none;
  }
  .about-section a:hover {
    text-decoration: underline;
  }
  @media(max-width:767px){
    .about-section-text, .about-section-list, .sp-links{
      font-size: 12px;
    }
    .moglixHeading{
      line-height: 30px;
    }
  }
  
  /* footer coding top  */

  .sp-section {
    background-color: #f8f9fa;
    font-size: 0.95rem;
  }
  
  .sp-title {
    color: #212529;
    font-size: 1rem;
  }
  
  .sp-links {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
  }
  
  .sp-links a {
    color: #212529;
    text-decoration: none;
    border-right: 1px solid #aaa;
    padding-right: 10px;
    margin-right: 5px;
    white-space: nowrap;
  }
  
  .sp-links a:last-child {
    border-right: none;
  }
  
  .sp-links a:hover {
    color: #007bff;
    text-decoration: underline;
  }
  

  /* blue footer coding start */

  .ib-trust-section {
    background-color: #0a2d52;
  }
  
  .ib-trust-item {
    align-items: flex-start;
    font-size: 0.95rem;
    color: #fff;
  }
  
  .ib-trust-icon {
    font-size: 1.6rem;
    color: #fff;
    flex-shrink: 0;
    margin-top: 3px;
  }
  
  .ib-trust-app-img {
    height: 30px;
    object-fit: contain;
  }

  @media(max-width:767px){
    .footerTopDiv{
      font-size: 12px;
    }
    .ib-trust-item strong{
      font-size: 12px;
    }
    .ib-trust-item span{
      font-size: 10px;
    }
    .ib-trust-item {
      font-size: 12px
    }
  }
  

  /* footer coding start */

  /* .ib-footer-main {
    background-color: #f0ffe6;
  } */
  
  .ib-footer-list li {
    margin-bottom: 5px;
  }
  
  .ib-footer-list a {
    text-decoration: none;
    color: #000;
    font-size: 0.95rem;
  }
  
  .ib-footer-list a:hover {
    color: #007bff;
  }
  
  .ib-footer-newsletter {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
  }
  
  .ib-footer-form {
    align-items: center;
    gap: 10px;
  }
  
  .ib-footer-icon {
    font-size: 1.2rem;
    color: #444;
  }
  
  .ib-footer-bottom {
    background: #fff;
    border-top: 1px solid #ddd;
  }
  .form-control{
    font-size: 12px !important;
  }

  @media(max-width:567px){
    .footersubmit{
      font-size: 12px;
    }
    .ib-footer-list li a, .favbrand{
      font-size: 12px;
    }
    .copyrightText{
      font-size: 12px;
    }
  }
  

  /* small devices footer list coding */


  .bottom-nav-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1050;
    box-shadow: 0px 2px 20px gray;
  }

  .nav-btn-item {
    text-align: center;
    padding: 8px 0;
    flex-grow: 1;
    font-size: 10px;
    color: #333;
    font-weight: bol;
  }

  .nav-btn-item i {
    font-size: 20px;
    display: block;
  }

  .active-bottom-tab {
    border-top: 2px solid orange;
    color: orange;
  }

  .drawer-category-panel {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    transition: left 0.3s ease-in-out;
    z-index: 1060;
  }

  .drawer-category-panel.open {
    left: 0;
  }

  .drawer-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #ddd;
  }

  .category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    color: #222;
    text-decoration: none;
    font-size: 12px;
  }

  .category-list a img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }

  .category-item-left {
    display: flex;
    align-items: center;
  }

  .see-all-categories {
    background-color: #fff6ef;
    color: orange;
    padding: 14px 16px;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  @media(max-width:767px){
    .footerCopyright{
      margin-bottom: 65px;
    }
  }
  
  /* whatsapp icon codeing for small devices */

  .whatsapp-chat-btn {
    position: fixed;
    bottom: 80px; /* little above bottom */
    right: 16px;
    z-index: 1055;
    background-color: #25D366;
    color: #fff;
    padding: 8px 16px 8px 10px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .whatsapp-chat-btn:hover {
    background-color: #1ebf56;
    text-decoration: none;
    transform: translateY(-2px);
  }

  .whatsapp-chat-btn img {
   border-radius: 28px;
   width: 26px;
  }

  @media (max-width: 576px) {
    .whatsapp-chat-btn {
      font-size: 14px;
      padding: 6px 14px 6px 8px;
    }

    .whatsapp-chat-btn i {
      font-size: 18px;
    }
  }




  /* category page coding start  */
  .ib-filter-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
  }

  
        .filter-bar-container {
            /* background-color: #e9ecef; */
            padding: 0px 0px 10px;
            border-radius: 5px;
        }

        .filter-item {
            margin-right: 10px;
        }
        
        .filter-item:last-child {
            margin-right: 0;
        }
        .dropdown-menu{
          padding:10px;
        }

        /* Make the filter bar horizontally scrollable on small screens */
        @media (max-width: 991.98px) {
            .filter-bar-scrollable {
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                padding-bottom: 10px;
            }
            .filter-bar-scrollable::-webkit-scrollbar {
                height: 0px;
            }
            .filter-bar-scrollable::-webkit-scrollbar-thumb {
                background-color: #adb5bd;
                border-radius: 5px;
            }

            /* Main change to ensure dropdowns pop up */
            .filter-bar-scrollable .dropdown {
                position: static; /* Allows the dropdown menu to break out of the parent's overflow */
            }

            .dropdown-menu {
                position: fixed; /* Position relative to the viewport for full-screen overlay */
                top: auto;
                left: 0;
                right: 0;
                width: 40%;
                max-height: 80vh; /* Limits the height to 80% of the viewport height */
                overflow-y: auto; /* Adds internal scrolling if the content is too long */
            }
        }
        
        /* Custom styling for the dropdown buttons */
        .custom-dropdown-btn {
            background-color: #eee;
            border: 1px solid #c9c9c9;
            color: #495057;
            font-weight: 500;
        }

        .custom-dropdown-btn:hover {
            background-color: #c9c9c9;
            color: #212529;
        }
        .form-control:focus{
          border-color: none !important;
        } 
.searchcity{
  height: 33px;
  width: 84px !important;
}
.searchcitybtn{
  height: 33px;
}

.load-more-btn {
    padding: 6px 25px;
    font-size: 16px;
    font-weight:bold;
    border-radius: 50px; 
    border-color: #0d6efd;
    color: #0d6efd;
    transition: all 0.3s ease;
}

.load-more-btn:hover {
    background-color: #0d6efd;
    color: #fff;
}

  @media (min-width: 577px) {
    .all-filters-desktop {
      display: inline-block;
    }
    .all-filters-mobile {
      display: none;
    }
  }
  @media(max-width:576px){
    .custom-dropdown-btn {
            font-size: 12px !important;
        }
  .searchcity{
  height: 28px;
}
.searchcitybtn{
  height: 28px;
  width: 29px;
}
.bi-search::before{
  margin-left: -6px;
  font-size: 12px;
}
  .load-more-btn {
        font-size: 12px;
        padding:6px 24px;
    }
  }

  /* customer review coding */

    .customer-reviews {
      padding: 2rem 1rem;
      background-color: #fff;
    }
    .review-card {
      border-bottom: 1px solid #eee;
      padding: 1.2rem 0;
    }
    
    .review-company {
      font-weight: 600;
      margin-bottom: 0.3rem;
    }
    .review-rating {
      font-size: 0.9rem;
      display: inline-block;
      background-color: #28a745;
      color: #fff;
      padding: 0.2rem 0.6rem;
      border-radius: 0.3rem;
      font-weight: bold;
      margin-bottom: 0.4rem;
    }
    .review-text {
      font-style: italic;
      color: #555;
    }
    .review-author {
      font-weight: 600;
      font-size: 0.9rem;
      color: #212529;
    }
    .review-date {
      font-size: 0.8rem;
      color: #6c757d;
      text-align: end;
    }

    /* Profile Image Styling */
    .review-avatar {
      width: 50px;
      height: 50px;
      object-fit: cover;
      border-radius: 50%;
      flex-shrink: 0;
    }

    /* Mobile-friendly typography */
    @media (max-width: 576px) {
      .review-company {
        font-size: 14px;
        
      }
      .review-rating {
        font-size: 8px;
      }
      .review-text {
        font-size: 12px;
      }
      .review-author {
        font-size: 12px;
      }
      .review-date {
        font-size: 10px;
      }
    }

  /* product show coding */

 .custom-breadcrumb .breadcrumb-item a {
    color: #717171;
    text-decoration: none;
    font-size: 12px;
  }
  .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: '>';
    color: #717171;
    padding: 0 5px;
  }


    .ib-card {
    border-radius: 8px;
      /* padding: 16px; */
    margin-bottom: 20px;
    background-color: #fff;
  }

  .ib-img-box {
    max-width: 120px;
    min-width: 100px;
    height: auto;
    object-fit: contain;
  }

  .ib-company-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .ib-rating-badge {
    background-color: #28a745;
    color: #fff;
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
  }

  .ib-badge-icon {
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 5px;
    background-color: #f8f9fa;
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }

  .ib-category-badge {
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 20px;
    background-color: #e9ecef;
    margin-right: 6px;
    margin-bottom: 5px;
  }

  .ib-action-btn {
    font-size: 14px;
    padding: 6px 12px;
    font-weight: 500;
    border-radius: 6px;
  }
  .ib-main-card{
    margin-bottom: 40px;
    box-shadow: 0px 1px 4px #a7a0a0;
    padding: 24px 10px;
    border-radius: 9px;
  }
.cate_fit,.cate_getPrice{
  font-size: 14px;
}
.cate_getPrice{
  font-weight: bold !important;
}

    .satnam-logo {
      display: flex;
      align-items: center;
      gap: 0.6rem;
    }

    .satnam-logo-icon-wrapper {
      width: 18px;
      height: 16px;
      background-color: #000;
      border-radius: 21%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .satnam-logo-icon {
      font-size: 9px;
      color: #fff;
    }

    .satnam-logo-text {
      font-weight: 600;
      font-size: 14px;
      color: #212529;
    }

    @media (max-width: 576px) {
      .satnam-logo-icon-wrapper {
        width: 14px;
        height: 14px;
      }
      .satnam-logo-icon {
        font-size: 8px;
      }
      .satnam-logo-text {
        font-size: 10px;
      }
    }

    .catalogue-link {
      display: inline-flex;
      align-items: center;
      text-decoration: none;
      font-weight: 600;
      color: #000;
      border-bottom: 1px solid #ccc;
      padding-bottom: 0px;
      transition: all 0.2s ease;
      font-size: 14px;
    }

    .catalogue-link:hover {
      color: #dc3545;
      border-color: #dc3545;
    }

    .catalogue-icon {
      font-size: 16px;
      color: #dc3545;
      margin-right: 6px;
    }

    @media (max-width: 576px) {
      .catalogue-link {
        font-size: 10px;
      }

      .catalogue-icon {
        font-size: 14px;
        margin-right: 5px;
      }
    }
  @media (max-width: 576px) {
 .ib-card {
    padding: 0px;
  }
.cate_fit,.cate_getPrice{
  font-size: 10px;
}
      .ib-main-card{
    margin-bottom: 20px;
    padding: 10px;
  }
    .ib-img-box {
      max-width: 100px;
    }
     .ib-filter-wrapper::-webkit-scrollbar {
        height: 0px !important;
    }
    .ip-topHeading{
      font-size: 12px;
    }

    .ib-company-title {
      font-size: 16px;
    }
    .ib-rating-badge {
    font-size: 10px;
    padding: 2px 5px;
  }
  
  .ib-badge-icon {
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 5px;
  }
  .cityandTime{
    font-size: 10px;
  }
  .showdata, .actionWhatsapp{
    display: none !important;
  }
 .ratingsShow{
  font-size: 10px !important;
 }
    .ib-category-badge {
      font-size: 10px;
    }

    .ib-action-btn {
      font-size: 10px;
      padding: 4px 5px;
    }  
    
  
  }

  /* RIGHT SIDE CATEGORY BOX */
   .ib-lead-card {
    background: linear-gradient(to bottom, #fdf1ec, #f7e0da);
    border: 2px solid #e96d76;
    border-radius: 15px;
    padding: 20px;
    max-width: 100%;
  }

  .ib-lead-card h6 {
    font-weight: 700;
    font-size: 16px;
    color: #4b4f57;
  }

  .ib-lead-card h5 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
  }

  .ib-lead-card .form-control {
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .ib-lead-card .form-check-label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
  }

  .ib-lead-card .form-check-input {
    margin-right: 6px;
  }

  .dropdown-menu label{
    font-size: 12px !important;
  }

  .ib-lead-card .ib-phone-input {
    display: flex;
    gap: 10px;
  }

  .ib-lead-card .ib-phone-input select {
    border-radius: 10px;
  }

  .ib-lead-card .btn-continue {
    background-color: #2c6aa6;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
  }

  .ib-lead-card .btn-continue i {
    margin-left: 6px;
  }
   @media(max-width:576px){
     .ib-lead-card h6 {
    font-size: 12px;
  }
  .ib-lead-card h5{
    font-size: 16px;
  }
  .ib-lead-card .form-check-label{
    font-size: 12px;
}
.ib-lead-card .form-control {
    padding: 7px 12px !important;
    font-size: 12px !important;
}
.ib-lead-card .ib-phone-input select {
   padding: 7px 12px !important;
    font-size: 12px !important;
}
.ib-lead-card .btn-continue {
    font-size: 12px;
    padding: 7px
}
  }

  @media(max-width:767px){
    .mobileMargin{
      margin-top: 20px;
    }
    
  }



  /* calling popup  */
   /* Blur Overlay */
  .ib-blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9998;
    display: none;
  }

  /* Popup Modal */
  .ib-popup-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 592px;
    background-color: #fff;
    border-radius: 12px;
    z-index: 9999;
    display: none;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }

  .ib-popup-box .popup-inner {
    display: flex;
    flex-direction: row;
  }

  .ib-popup-left {
    background-color: #1b2a41;
    color: #fff;
    flex: 1;
    padding: 20px;
    text-align: center;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .ib-popup-right {
    flex: 1;
    padding: 20px;
    position: relative;
  }

  .ib-popup-right h6 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    color: #444;
  }

  .ib-popup-right h5 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .ib-popup-close {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 20px;
    cursor: pointer;
    color: #000;
  }

  @media (max-width: 576px) {
    .ib-popup-box {
      display: none !important;
    }

    .ib-blur-overlay {
      display: none !important;
    }
  }

  /* get best price popup */
    /* Blur Background */
  .ib-login-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(4px);
    z-index: 9998;
    display: none;
  }

  /* Centered Login Box */
  .ib-login-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 95%;
    max-width: 400px;
    background: white;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    display: none;
  }

  .ib-login-header {
    text-align: center;
  }

  .ib-login-logo {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .ib-login-logo span {
    color: #f58220;
  }

  .ib-login-subtext {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
  }

  .ib-login-form .form-control {
    border-radius: 10px;
    font-size: 14px;
  }

  .ib-login-checkbox label {
    font-size: 13px;
    color: #555;
  }

  .ib-login-btn {
    background-color: #4a4a4a;
    color: white;
    font-weight: 600;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    margin-top: 15px;
  }

  .ib-login-later {
    text-align: center;
    font-size: 13px;
    color: #777;
    margin-top: 10px;
    cursor: pointer;
    text-decoration: underline;
  }

  .ib-login-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
  }

  /* WHATSAPP POPUP START */

  .ib-wa-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(3px);
    z-index: 9998;
    display: none;
  }

  .ib-wa-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 92%;
    max-width: 400px;
    background: white;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 25px 20px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    display: none;
  }

  .ib-wa-close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: #555;
  }

  .ib-wa-btn {
    font-weight: 500;
    font-size: 15px;
  }

  .wa-maybe-later {
    cursor: pointer;
    text-decoration: underline;
  }

  @media (max-width: 576px) {
    .ib-wa-modal {
      width: 95%;
      padding: 20px 15px;
    }
  }



    /* COMPANY PAGE CODING START */

       .ib24-card {
      border-radius: 10px;
      border: 1px solid #e0e0e0;
      padding: 1rem;
      margin-bottom: 1.5rem;
      background-color: #fff;
    }
    .ib24-img {
      width: 70px;
      height: 70px;
      object-fit: cover;
      border-radius: 5px;
      border: 1px solid #212529;
      padding: 5px;
    }

    .ib24-badges .badge {
      font-size: 0.75rem;
    }
    .ib24-btns .btn {
      font-size: 0.8rem;
    }
    .ib24-tags .badge {
      background-color: #f5f5f5;
      color: #333;
      border: 1px solid #ddd;
    }
    .ib24-rating-stars i {
      color: #ccc;
      font-size: 1.2rem;
      cursor: pointer;
    }
    .ib24-rating-stars i:hover {
      color: gold;
    }
    @media (max-width: 767px) {
      .ib24-actions,
      .ib24-right {
        text-align: left !important;
        margin-top: 10px;
        display:flex;
        gap: 15px;
        align-items: center;
      }
    }
      @media (max-width: 567px) {
    .ib-24-titlerating,.ib-24-address{
      font-size: 12px;
    }
    .clicktorate{
      font-size: 12px;
      font-weight: bold !important;
    }
    .ib-24-btns button {
      font-size: 10px !important;
    }
    
    }

    /* tab coding start */

     .ib-tabs-nav-wrapper {
    background-color: #fff;
  }
  .ib-tabs-nav {
    white-space: nowrap;
    -ms-overflow-style: none;
  }
  .ib-tabs-nav::-webkit-scrollbar {
    height: 0px;
  }
  .ib-tab-link {
    text-decoration: none;
    color: #212529;
    font-weight: bold;
    padding: 0.6rem 1rem;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    display: inline-block;
  }
  .ib-tab-link.active {
    color: #0d6efd;
    border-bottom: 2px solid #0d6efd;
    background-color: #f8f9fa;
    border-radius: 0.25rem 0.25rem 0 0;
  }
  .ib-tab-pane {
    min-height: 150px;
    font-size: 15px;
    color: #333;
  }
  @media (max-width: 576px) {
    .ib-tab-link {
      font-size: 12px;
      padding: 0.5rem 0.7rem;
    }
  .ib-tabfirstHeading{
    font-size: 12px;
  }
  }

    /* about jay */
    .ib-about-container {
      background-color: #fff;
      border-radius: 6px;
    }

    .ib-seller-box {
      background-color: #f9f9f9;
      border-radius: 8px;
      box-shadow: 0 0 6px rgba(0,0,0,0.05);
    }

    .ib-seller-box h6 {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .ib-seller-box p {
      margin: 0 0 8px;
      font-size: 0.92rem;
    }

    .ib-seller-box i {
      color: #007bff;
      margin-right: 6px;
    }

    .ib-seller-link {
      color: #007bff;
      font-weight: 500;
      font-size: 0.9rem;
      text-decoration: none;
    }

    .ib-seller-link:hover {
      text-decoration: underline;
    }

    .ib-icon-text {
      display: flex;
      align-items: center;
      margin-bottom: 8px;
    }

    .ib-icon-text i {
      font-size: 1rem;
    }

     .ib-info-card {
      /* background-color: #fdf6ee;
      padding: 20px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      margin-right: 15px;
      margin-left: 15px; */
      font-size: 1.5rem;

    }

    .ib-info-box {
      margin-bottom: 25px;
      text-align: center;
    }

    .ib-info-label {
      font-size: 0.92rem;
      margin-bottom: 2px;
      color: #333;
    }

    .ib-info-value {
      font-weight: 500;
      font-size: 0.95rem;
      color: #0d6efd;
    }

    .ib-form-box {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 20px;
      box-shadow: 0 0 8px rgba(0,0,0,0.05);
    }

    .ib-form-box h5 {
      font-weight: bold !important;
      color: #0b456d;
    }

    .ib-form-radio label {
      margin-right: 15px;
      font-size: 0.9rem;
    }

    .ib-form-box input[type="text"] {
      font-size: 0.9rem;
    }

    @media (max-width: 576px) {
      .ib-info-box {
        flex-direction: row;
        flex-wrap: wrap;
      }
      .ib-frmSubmit{
        font-size: 12px;
      }
      .ib-info-wrapper .col-6 {
        margin-bottom: 50px;
      }

       .ib-seller-box h6 {
     font-size: 12px;
    }

    .ib-seller-box p {
      font-size: 12px;
    }

    .ib-seller-box i {
     font-size: 12px;
    }

    .ib-seller-link {
    font-size: 12px;
    }
   .ib-info-label {
      font-size:12px;
      font-weight: bold;
    }
    .ib-info-value {
  font-size: 10px;
    }
     .ib-frmboxsub{
      font-size: 12px;
     }
     .ib-form-radio label {
      font-size:12px;
    }
    }

    /* features product */

      .ib-product-card {
      border: 1px solid #dee2e6;
      border-radius: 8px;
      overflow: hidden;
      background-color: #fff;
      transition: 0.3s ease;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .ib-product-img {
      height: 140px;
      overflow: hidden;
      background-color: #f9f9f9;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .ib-product-img img {
      max-height: 100%;
      object-fit: contain;
      width: auto;
    }

    .ib-product-content {
      padding: 6px 13px;
      flex-grow: 1;
      text-align: center;
    }

    .ib-product-titles {
      font-size: 14px;
      font-weight: 500;
      color: #000;
      margin-bottom: 5px;
    }

    .ib-product-price {
      font-size: 12px;
      color: #1b4d91;
      margin-bottom: 5px;
    }

    .ib-product-company {
      font-size: 0.82rem;
      color: #333;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .ib-product-card .btn {
      font-size: 12px;
      border-radius: 6px;
    }

    @media (max-width: 576px) {
      .ib-product-titles {
        font-size: 12px;
      }
        .ib-product-price,.ib-product-company {
      font-size: 10px;
      
    }

      .ib-product-card .btn {
        font-size: 10px;
      }
    }

    /* gallery */
   .ib-gallery-viewer {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.9);
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.ib-gallery-viewer.active {
  display: flex;
}
.ib-gallery-topbar {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
.ib-gallery-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80vh;
  position: relative;
}
#ibViewerImage {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.ib-gallery-prev, .ib-gallery-next {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  padding: 10px 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
.ib-gallery-prev { left: 20px; }
.ib-gallery-next { right: 20px; }
#ibGalleryClose {
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.ib-gallery-tabs-modal span {
  margin: 0 10px;
  cursor: pointer;
  color: #ccc;
}
.ib-gallery-tabs-modal span.active {
  color: #fff;
  border-bottom: 2px solid red;
}
.ibViewerVideoContainer {
  width: 100%;
  max-width: 800px;
}
@media(max-width:567px){
  .ib-tab-photo,.ib-tab-video,.ib-gallery-more-btn{
    font-size: 12px;
  }
}

/* rating coding start */
  .ib-rating-review-section {
    background-color: #fff;
  }
  .ib-add-review-btn {
    padding: 8px 16px;
    font-weight: 500;
    border-radius: 6px;
  }
  .ib-star-icon {
    font-size: 32px;
  }
  .ib-rating-meta a{
    text-decoration: none !important;
  }
  @media (max-width: 576px) {
    .ib-rating-value {
      font-size: 24px;
    }
    .ib-star-icon {
      font-size: 28px;
    }
    .ib-add-review-btn,.ib-rating-meta {
   font-size: 12px;
  }
  .ratingsStar{
    font-size: 12px;
  }
  .ratingStarSub{
    font-size: 10px;
  }
  }

   .ib-review-avatar {
    font-weight: bold;
    font-size: 1rem;
  }

  .ib-review-go-btn {
    padding: 6px 16px;
  }

  .ib-review-filter {
    max-width: 250px;
  }

  @media(max-width:567px){
    .ib-review-content h6{
      font-size: 12px;
    }
    .ib-review-content small{
      font-size: 10px;
      font-weight: bold;
    }
    .ib-review-content p{
      font-size: 10px;
    }
    .ib-review-filter,.ib-review-go-btn{
      font-size: 12px;
    }
  }

  /* promp banner */
 .ib-banner-section {
    background-color: #0d3c61; /* dark blue */
    overflow: hidden;
  }

  .ib-banner-content {
    background-color: #0d3c61;
  }

  .ib-banner-image {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  }

  .ib-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ib-banner-points li {
    font-size: 15px;
    margin-bottom: 4px;
  }

  @media (max-width: 767px) {
    .ib-banner-image {
      clip-path: none;
    }
    .bannerHeadss{
      font-size: 16px;
    }
    .bannerParaji{
      font-size: 12px;
    }
    .ib-banner-stats h5,.banner-Mybtn{
      font-size: 12px;
    }
    .ib-banner-stats p,.ib-banner-points li{
      font-size: 10px;
    }
  }

  /* accordian */

   .ib-faq-container {
    /* max-width: 900px; */
  }
  .ib-faq-question {
    background-color: #f8f9fa;
    font-weight: 500;
    font-size: 16px;
    padding: 14px 20px;
  }
  .ib-faq-answer {
    font-size: 14px;
    color: #6c757d;
    padding: 12px 20px;
    background: #fefefe;
    border-top: 1px solid #eee;
  }
  .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000000' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 8a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
  }
  @media (max-width: 576px) {
    .ib-faq-question {
      font-size: 12px;
    }
    .ib-faq-answer {
      font-size: 10px;
    }
  }

  /* similer coding start */

    .ib-product-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    background: #fff;
  }
  .ib-product-card:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  .ib-product-img-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-bottom: 1px solid #eee;
  }
  .ib-product-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }
  .ib-product-title {
    font-size: 14px;
    color: #0047AB;
    font-weight: 600;
    margin-bottom: 0.25rem;
  }
  .ib-get-quote {
    font-size: 13px;
    font-weight: 500;
  }
  .ib-product-supplier, .ib-product-location {
    font-size: 12px;
  }
  @media (max-width: 576px) {
    .ib-product-title { font-size: 13px; }
    .ib-product-supplier, .ib-product-location { font-size: 11px; }
  }



  /* product page coding start */

  .product-filter-wrapper {
  flex-wrap: wrap;
  gap: 0.75rem;
}

.product-search-input {
  font-size: 0.95rem;
  padding: 0.5rem 0.75rem;
  /* width: 1% !important; */
}

.filter-tabs-wrapper .filter-tab {
  font-size: 0.9rem;
  padding:1px 10px;
}

.filter-tab.active {
  background-color: #0d6efd;
  color: white;
}

.product-category-section {
  margin-bottom: 2rem;
}

.product-card {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1rem;
  text-align: center;
  background-color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-title {
  font-size: 1rem;
  margin-top: 0.5rem;
  font-weight: 600;
}

.product-price {
  color: #000;
  margin: 0.5rem 0;
  font-weight: 500;
}

.product-info {
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}

.product-image {
  height: 150px;
  object-fit: contain;
  margin-bottom: 0.5rem;
}

.contact-address-box {
  font-family: 'Segoe UI', sans-serif;
  font-size: 0.95rem;
}

.cab-title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #222;
}

.cab-contact-item .cab-icon {
  color: #0d6efd;
}

.cab-icon-whatsapp {
  color: #25d366;
}

.cab-contact-link:hover,
.cab-address-actions a:hover {
  text-decoration: underline;
}

.cab-address-text {
  font-size: 0.93rem;
  color: #333;
  line-height: 1.5;
}

.cab-address-actions a {
  font-size: 0.92rem;
}

.cab-store-status {
  font-size: 0.91rem;
  justify-content: space-between;
}

.cab-divider {
  border-top: 1px solid #ddd;
  margin: 5px;
}
  .vsn-business-heading {
    font-size: 1.1rem;
    color: #2c2c2c;
  }

  .vsn-business-paragraph {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.6;
    text-align: justify;
  }

  @media (max-width: 576px) {
    .vsn-business-heading {
      font-size: 1rem;
    }
    .filter-tabs-wrapper .filter-tab {
  font-size: 10px;
  padding:2px 6px;
}
.filterHead{
  font-size: 12px !important;
  font-weight: bold;
}
.product-search-input{
   font-size: 10px !important;
  padding:2px 6px;
}
    .product-title{
      font-size: 12px;
      margin-bottom: 3px;
    }
    
    .product-price, .product-info {
      font-size: 10px;
      margin: 3px 0px;
  
    }
    .product-card button{
      font-size: 10px;
    }
    .vsn-business-paragraph {
      font-size: 10px;
    }
    .cab-title,.cab-store-status{
      font-size: 12px;
    }
    .cab-contact-item, .cab-address-text,.cab-address-actions a {
      font-size: 10px;
    }
  }

  .cab-store-status-wrapper {
    max-width: 260px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 2px 6px;
  }

  .cab-store-status {
    cursor: pointer;
  }

  .cab-store-timings {
    font-size: 14px;
  }

  .cab-time-row {
    padding: 4px 0;
    border-bottom: 1px solid #eee;
  }

  .cab-time-row:last-child {
    border-bottom: none;
  }

  .rotate-icon {
    transition: transform 0.3s ease;
  }

  .cab-store-status.collapsed .rotate-icon {
    transform: rotate(180deg);
  }
@media(max-width:576px){
  .cab-time-row {
    font-size: 10px;
  }

}


/* product full Details page coding start */

   .dl1200-spec-table th, .dl1200-spec-table td {
      font-size: 14px;
      vertical-align: middle;
    }

    .dl1200-main-image {
      width: 100%;
      height: auto;
      border: 1px solid #ddd;
      border-radius: 5px;
    }

    .dl1200-thumbnail {
      width: 100%;
      cursor: pointer;
      padding: 3px;
      border: 1px solid transparent;
    }

    .dl1200-thumbnail.active {
      border: 2px solid #007bff;
      border-radius: 5px;
    }

    .dl1200-description {
      font-size: 14px;
    }

    @media (max-width: 576px) {
      .dl1200-heading {
        font-size: 12px !important;
      }
      .dl1200-subheading {
        font-size: 10px !important;
      }
      .dl1200-spec-table th,
      .dl1200-spec-table td {
        font-size: 10px !important;
      }
      .dl1200-description {
        font-size: 10px;
      }
    }

    .sellercard-card {
  border-radius: 10px;
}

.sellercard-title {
  font-size: 14px;
}
.sellerinfoCity{
  font-size: 12px;
}

.sellercard-subheading {
  font-size: 12px;
}

.sellercard-badge {
  font-size: 10px;
  margin-right: 5px;
}

.sellercard-image {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.sellercard-button {
  font-size: 13px;
  border-radius: 5px;
  padding: 2px;
}


@media (max-width: 576px) {
  .sellercard-title {
    font-size: 12px !important;
  }
  .sellerinfoCity{
  font-size: 10px;
  margin-top: 3px;
}
.sellercard-badge {
  font-size: 10px;
}

  .sellercard-subheading {
    font-size: 10px !important;
  }

  .sellercard-button {
    font-size: 10px !important;
    padding: 6px 10px;
  }
}

/* customer also viewed */
  .also-card-container {
      margin-top: 30px;
    }

    .also-card {
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 12px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    }

    .also-card img {
      width: 100%;
      height: 160px;
      object-fit: contain;
    }

    .also-card-title {
      font-size: 14px;
      font-weight: 500;
      margin-top: 10px;
    }

    .also-card-company {
      font-size: 13px;
      font-weight: 600;
      color: #007bff;
    }

    .also-card-price {
      font-size: 14px;
      font-weight: bold;
      margin-top: 6px;
    }

    .also-card-buttons .btn {
      font-size: 12px;
      margin-bottom: 5px;
      border-radius: 5px;
    }

    @media (max-width: 576px) {
      .also-card-title {
        font-size: 12px;
      }
      .also-card-company {
        font-size: 10px;
      }
      .also-card-price {
        font-size: 12px;
      }
      .also-card-buttons .btn {
        font-size: 10px;
        padding: 6px 10px;
      }
    }

    /* product full details tab coding */

  
    .tabbox-nav .nav-link {
      border: none;
      border-bottom: 2px solid transparent;
      border-radius: 0;
      font-weight: 500;
      color: #000;
      padding: 10px 20px;
      font-size: 15px;
    }

    .tabbox-nav .nav-link.active {
      border-bottom: 3px solid #0d6efd;
      font-weight: 600;
      color: #0d6efd;
      background-color: transparent;
    }

    .tabbox-content {
      border: 1px solid #eee;
      border-top: none;
      padding: 20px;
      border-radius: 0 0 8px 8px;
    }

    .tabbox-description {
      font-size: 14px;
    }

    .tabbox-spec-table {
      margin-top: 20px;
    }

    .tabbox-spec-table th,
    .tabbox-spec-table td {
      font-size: 14px;
      vertical-align: middle;
    }

    @media (max-width: 576px) {
      .tabbox-nav .nav-link {
        font-size: 12px;
        padding: 8px 10px;
      }

      .tabbox-description {
        font-size: 10px;
      }

      .tabbox-spec-table th,
      .tabbox-spec-table td {
        font-size: 10px;
      }
    }
   
    @media (max-width: 576px) {
  .company-profile-card {
    font-size: 10px;
  }
   .company-location p{
      line-height: 17px;
    }
  .company-name, .comNameDes{
    font-size: 12px;
  }

  .company-profile-card i {
    font-size: 12px !important;
  }
}



    .sidebar {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      width: 70px;
      background-color: #fff;
      border-right: 1px solid #dee2e6;
      padding-top: 1rem;
      z-index: 1000;
    }
    @media (min-width: 768px) {
      .sidebar {
        width: 220px;
      }
    }
    .sidebar .nav-link {
      color: #333;
      font-weight: 500;
      padding: 0.75rem 1rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      justify-content: center;
    }
    @media (min-width: 768px) {
      .sidebar .nav-link {
        justify-content: flex-start;
      }
    }
    .sidebar .nav-link span {
      display: none;
    }
    @media (min-width: 768px) {
      .sidebar .nav-link span {
        display: inline;
      }
    }
    .sidebar .nav-link.active {
      background-color: #0f2b4c;
      color: #fff;
      border-radius: 0.375rem;
    }
    .main-content {
      margin-left: 70px;
      padding: 1rem;
    }
    @media (min-width: 768px) {
      .main-content {
        margin-left: 220px;
      }
    }
    .uix-profile-card{
    background-color: #eaf4f5 !important;
  }
    .uix-tabs-nav.nav-tabs {
      border-bottom: 2px solid #e6e6e6;
      gap: .25rem;
      flex-wrap: nowrap;
      overflow-x: auto;
      scrollbar-width: thin;
    }
    .uix-tabs-nav .nav-link {
      font-weight: 600;
      color: #222;
      border: 0;
      border-bottom: 3px solid transparent;
      padding: .65rem 1rem;
      border-radius: .5rem .5rem 0 0;
      transition: .2s ease;
      white-space: nowrap;
    }
    .uix-tabs-nav .nav-link:hover { background: #f5f7ff; }
    .uix-tabs-nav .nav-link.active {
      color: #0d6efd;
      background: #fff;
      border-bottom-color: #0d6efd;
      box-shadow: 0 2px 0 #0d6efd inset;
    }
    .uix-tabs-wrap {
      border: 2px solid #e6e6e6;
      border-top: 0;
      border-radius: 0 0 .75rem .75rem;
      background: #fff;
    }
    .uix-tabs-content {
      padding: 1.25rem;
    }
.uix-details-card {
  transition: all 0.3s ease-in-out;
  border: 1px solid #e5e7eb;
}
.uix-details-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.uix-details-card h6 {
  font-size: 1rem;
  letter-spacing: 0.3px;
}
.uix-details-card .fw-semibold {
  color: #374151;
}
.uix-edit-link {
  font-size: 0.85rem;
  font-weight: 500;
}

    /* product page */

      .admin-panel-wrapper {
      margin-left: 70px !important;
      transition: all 0.3s ease-in-out;
      background: #f8f9fa;
      min-height: 100vh;
      padding: 20px;
    }
    @media (min-width: 768px) {
      .admin-panel-wrapper {
        margin-left: 220px !important;
      }
    }

        .admin-topbar {
      background: #fff;
      border-bottom: 1px solid #dee2e6;
      padding: 10px 15px;
    
      white-space: nowrap;
   
    }
    .admin-topbar::-webkit-scrollbar {
      height: 6px;
    }
    .admin-topbar::-webkit-scrollbar-thumb {
      background: #adb5bd;
      border-radius: 5px;
    }

    .admin-tabs .nav-link {
      font-weight: 500;
      color: #495057;
    }
    .admin-tabs .nav-link.active {
      border-bottom: 3px solid #0d6efd;
      color: #0d6efd;
    }

    .admin-actions .btn {
      margin-left: 8px;
    }
    .admin-filterbar {
  background: #fff;
  border-bottom: 1px solid #dee2e6;
  padding: 8px 15px;
  white-space: nowrap;
 
}

.dropdown-menu {
  z-index: 2000 !important; 
}
    .admin-filterbar::-webkit-scrollbar {
      height: 6px;
    }
    .admin-filterbar::-webkit-scrollbar-thumb {
      background: #adb5bd;
      border-radius: 5px;
    }
    .admin-filter-left,
    .admin-filter-right {
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
    }
    .admin-filter-left .dropdown-toggle,
    .admin-filter-right .dropdown-toggle {
      font-size: 0.9rem;
    }
    .admin-filter-links {
      margin-left: 15px;
      font-size: 0.9rem;
    }
    .admin-filter-links a {
      margin-right: 15px;
      text-decoration: none;
      color: #495057;
    }
    .admin-filter-links a:hover {
      text-decoration: underline;
      color: #0d6efd;
    }
    
      .admin-gallery {
      display: flex;
      gap: 10px;
      flex-wrap: nowrap;
    }

    .admin-thumbs {
      display: flex;
      flex-direction: column;
      gap: 8px;
      max-width: 30px;
      flex-shrink: 0;
    }

    .admin-thumbs img {
      width: 100%;
      border: 2px solid transparent;
      border-radius: 6px;
      cursor: pointer;
      transition: 0.3s;
      object-fit: cover;
    }
    .admin-thumbs img:hover,
    .admin-thumbs img.active {
      border-color: #0d6efd;
      transform: scale(1.05);
    }

    .admin-main img {
      width: 100%;
      /* height: 350px; */
      border-radius: 10px;
      object-fit: contain;
      background: #f8f9fa;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    /* Extra options (video/pdf) */
    .admin-extra-options {
      display: flex;
      justify-content: space-around;
      gap: 10px;
      margin-top: 15px;
    }
    .admin-extra-box {
      flex: 1;
      border: 1px solid #dee2e6;
      border-radius: 8px;
      text-align: center;
      padding: 15px;
      cursor: pointer;
      transition: 0.3s;
      background: #fff;
    }
    .admin-extra-box:hover {
      background: #f1f3f5;
    }
    .admin-extra-box i {
      font-size: 1.8rem;
      margin-bottom: 5px;
      display: block;
      color: #6c757d;
    }
    .admin-extra-box span {
      font-size: 0.9rem;
      font-weight: 500;
      color: #495057;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .admin-gallery {
        flex-direction: column;
        align-items: left;
      }
      .admin-thumbs {
        flex-direction: row;
        max-width: 100%;
        justify-content: left;
      }
      .admin-thumbs img {
        max-width: 60px;
      }
      .admin-main img {
        height: 250px;
      }
    }
        .admin-product-info {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      padding: 10px 0;
    }

    .admin-product-title {
      font-size: 1.1rem;
      font-weight: 600;
      color: #212529;
    }
    .admin-product-subtitle {
      font-size: 0.95rem;
      color: #6c757d;
    }
    .admin-edit-icon {
      font-size: 0.85rem;
      color: #6c757d;
      cursor: pointer;
      margin-left: 5px;
    }

    .admin-product-price {
      font-size: 1rem;
      font-weight: 600;
      background: #f8f9fa;
      padding: 3px 10px;
      border-radius: 15px;
      display: inline-block;
    }
    .admin-product-price small {
      font-weight: 400;
      color: #6c757d;
      margin-left: 3px;
    }

    .admin-score-section {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 0.85rem;
      color: #495057;
      white-space: nowrap;
    }
    .admin-score-bar {
      height: 8px;
      border-radius: 5px;
      background: #e9ecef;
      overflow: hidden;
      width: 100px;
    }
    .admin-score-fill {
      height: 100%;
      background: linear-gradient(90deg, #dc3545, #ffc107, #28a745);
    }
    .admin-eye {
      font-size: 1.1rem;
      color: #495057;
      cursor: pointer;
    }
    .admin-details-section {
      background: #fff;
      border-radius: 8px;
      padding: 15px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

    .admin-category,
    .admin-description,
    .admin-group,
    .admin-specs {
      margin-bottom: 20px;
    }

    .admin-category span,
    .admin-group span {
      background: #f1f3f5;
      border-radius: 20px;
      padding: 4px 12px;
      font-size: 0.9rem;
      font-weight: 500;
      margin-right: 8px;
      display: inline-block;
    }

    .admin-addmore {
      font-size: 0.9rem;
      color: #0d6efd;
      cursor: pointer;
      font-weight: 500;
    }

    .admin-description p {
      font-size: 0.9rem;
      color: #343a40;
      margin-bottom: 0;
      line-height: 1.5;
    }

    .admin-specs h6 {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 12px;
    }

    .admin-spec-item {
      display: flex;
      justify-content: space-between;
      padding: 6px 0;
      border-bottom: 1px dashed #dee2e6;
      font-size: 0.9rem;
    }
    .admin-spec-item:last-child {
      border-bottom: none;
    }
    .admin-spec-label {
      color: #495057;
      font-weight: 500;
    }
    .admin-spec-value {
      color: #212529;
      font-weight: 600;
    }

    .admin-social {
      margin-top: 20px;
      display: flex;
      gap: 12px;
    }
    .admin-social i {
      font-size: 1.2rem;
      cursor: pointer;
      color: #495057;
      transition: 0.3s;
    }
    .admin-social i:hover {
      color: #0d6efd;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .admin-specs {
        margin-top: 20px;
      }
      .admin-spec-item {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    /* add products */
   .ap-wrapper {
      margin: 20px auto;
    }
    .ap-breadcrumb {
      font-size: 14px;
    }
    .ap-breadcrumb a {
      color: #273c75;
      font-weight: 500;
      text-decoration: none;
    }
    .ap-tab-nav .nav-link {
      border-radius: 10px 10px 0 0;
      font-weight: 600;
      padding: 14px 26px;
      border: none;
      margin-right: 5px;
      transition: 0.3s;
    }
    .ap-tab-nav .nav-link.active {
      background-color: #273c75 !important;
      color: #fff !important;
    }
    .ap-tab-nav .nav-link:not(.active) {
      color: #666 !important;
    border: 1px solid #ddd7d7;
    }
    .ap-tab-content {
      border: 1px solid #ddd;
      border-top: none;
      padding: 20px;
      background: #fff;
      border-radius: 0 0 10px 10px;
    }

     .ap-right-panel {
      background: #f9f9f9;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      padding: 15px;
    }
    .ap-score-circle {
      width: 50px;
      height: 50px;
      border: 2px solid #000;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      margin: 0 auto 10px;
    }
    .ap-score-scale {
      display: flex;
      justify-content: space-between;
      font-size: 12px;
      color: #555;
    }
    .ap-accordion .accordion-button {
      background: #f1f1f1;
      font-weight: 500;
      padding: 10px;
      border-radius: 0;
      box-shadow: none !important;
    }
    .ap-accordion .accordion-item {
      border: none;
      border-bottom: 1px solid #ddd;
    }

        .addproduct-upload-box {
      border: 2px dashed #ccc;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      background: #fafafa;
      transition: 0.3s ease;
      cursor: pointer;
    }
    .addproduct-upload-box:hover {
      border-color: #007bff;
      background: #f0f8ff;
    }
    .addproduct-upload-box img {
      width: 40px;
      opacity: 0.7;
    }
    .addproduct-side-menu {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .addproduct-side-menu button {
      font-size: 9px;
      border: 2px dashed #ccc;
      border-radius: 8px;
      background: #fff;
      padding: 6px 11px 5px 11px;
      transition: 0.3s ease;
    }
    .addproduct-side-menu button:hover {
      border-color: #007bff;
      background: #f0f8ff;
    }
    .addproduct-upload-actions {
      display: flex;
      gap: 10px;
      margin-top: 15px;
    }
    .addproduct-upload-actions button {
      flex: 1;
      border: 2px dashed #ccc;
      border-radius: 8px;
      padding: 6px;
      transition: 0.3s ease;
      font-size: 12px;
    }
    .addproduct-upload-actions button:hover {
      border-color: #007bff;
      background: #f0f8ff;
    }
     .addproduct-form .form-control, 
    .addproduct-form .form-select {
      border-radius: 8px;
      box-shadow: none;
      border: 1px solid #ccc;
    }
    .addproduct-form .form-control:focus {
      border-color: #007bff;
      box-shadow: 0 0 0 0.1rem rgba(0,123,255,.25);
    }
    .addproduct-btn {
      background: #00bfa5 !important;
      color: #fff !important;
      font-weight: 600;
      border-radius: 8px;
      padding: 12px 25px;
      transition: 0.3s;
    }
    .addproduct-btn:hover {
      background: #009e88 !important;
      color: #fff !important;
    }
    .addproduct-description {
      min-height: 150px;
      resize: vertical;
    }
    .currency-symbol {
      background: #f8f9fa;
      border-right: 0;
      border-radius: 8px 0 0 8px;
    }
        .addproduct-specifications {
      background: #fff;
    }
    .addproduct-specifications h5 {
      font-weight: 600;
      margin-bottom: 15px;
    }
    .addproduct-category {
      margin-bottom: 20px;
    }
    .addproduct-category .badge {
      background: #00bfa5;
      font-size: 14px;
      padding: 8px 14px;
      border-radius: 20px;
    }
    .addproduct-search {
      margin-bottom: 20px;
    }
    .addproduct-radio-group label {
      margin-right: 20px;
      margin-bottom: 10px;
      cursor: pointer;
    }
    .addproduct-radio-group input[type="radio"] {
      margin-right: 6px;
    }
    .addproduct-spec-img {
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 6px;
      background: #fafafa;
      max-width: 160px;
    }

      .unique-additional-details .btn-teal {
    background-color: #00b5ad; /* teal green button */
    color: #fff;
    border-radius: 8px;
    transition: 0.3s ease;
    font-size: 16px;
  }
  .unique-additional-details .btn-teal:hover {
    background-color: #009c94;
    color: #fff;
  }

  /* invoice coding start */

  .invoice-page-container {
      background: #f8f9fa;
      padding: 20px;
      border-radius: 10px;
    }
    .invoice-tabs .nav-link {
      font-weight: 600;
      color: #555;
    }
    .invoice-tabs .nav-link.active {
      color: #0d6efd;
      border-bottom: 3px solid #0d6efd;
    }
    .invoice-table th {
      font-weight: 700;
    }
    .invoice-table td, 
    .invoice-table th {
      vertical-align: middle;
      text-align: center;
    }
    @media (max-width: 768px) {
      .invoice-table td, 
      .invoice-table th {
        font-size: 14px;
      }
    }

  
    .sidebar {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      width: 70px;
      background-color: #fff;
      border-right: 1px solid #dee2e6;
      padding-top: 1rem;
      z-index: 1000;
    }
    @media (min-width: 768px) {
      .sidebar {
        width: 220px;
      }
    }
    .sidebar .nav-link {
      color: #333;
      font-weight: 500;
      padding: 0.75rem 1rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      justify-content: center;
    }
    @media (min-width: 768px) {
      .sidebar .nav-link {
        justify-content: flex-start;
      }
    }
    .sidebar .nav-link span {
      display: none;
    }
    @media (min-width: 768px) {
      .sidebar .nav-link span {
        display: inline;
      }
    }
    .sidebar .nav-link.active {
      background-color: #0f2b4c;
      color: #fff;
      border-radius: 0.375rem;
    }
    .main-content {
      margin-left: 70px;
      padding: 1rem;
    }
    @media (min-width: 768px) {
      .main-content {
        margin-left: 220px;
      }
    }
    .uix-profile-card{
    background-color: #eaf4f5 !important;
  }
    .uix-tabs-nav.nav-tabs {
      border-bottom: 2px solid #e6e6e6;
      gap: .25rem;
      flex-wrap: nowrap;
      overflow-x: auto;
      scrollbar-width: thin;
    }
    .uix-tabs-nav .nav-link {
      font-weight: 600;
      color: #222;
      border: 0;
      border-bottom: 3px solid transparent;
      padding: .65rem 1rem;
      border-radius: .5rem .5rem 0 0;
      transition: .2s ease;
      white-space: nowrap;
    }
    .uix-tabs-nav .nav-link:hover { background: #f5f7ff; }
    .uix-tabs-nav .nav-link.active {
      color: #0d6efd;
      background: #fff;
      border-bottom-color: #0d6efd;
      box-shadow: 0 2px 0 #0d6efd inset;
    }
    .uix-tabs-wrap {
      border: 2px solid #e6e6e6;
      border-top: 0;
      border-radius: 0 0 .75rem .75rem;
      background: #fff;
    }
    .uix-tabs-content {
      padding: 1.25rem;
    }
.uix-details-card {
  transition: all 0.3s ease-in-out;
  border: 1px solid #e5e7eb;
}
.uix-details-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.uix-details-card h6 {
  font-size: 1rem;
  letter-spacing: 0.3px;
}
.uix-details-card .fw-semibold {
  color: #374151;
}
.uix-edit-link {
  font-size: 0.85rem;
  font-weight: 500;
}

    /* product page */

      .admin-panel-wrapper {
      margin-left: 70px !important;
      transition: all 0.3s ease-in-out;
      background: #f8f9fa;
      min-height: 100vh;
      padding: 20px;
    }
    @media (min-width: 768px) {
      .admin-panel-wrapper {
        margin-left: 220px !important;
      }
    }

        .admin-topbar {
      background: #fff;
      border-bottom: 1px solid #dee2e6;
      padding: 10px 15px;
    
      white-space: nowrap;
   
    }
    .admin-topbar::-webkit-scrollbar {
      height: 6px;
    }
    .admin-topbar::-webkit-scrollbar-thumb {
      background: #adb5bd;
      border-radius: 5px;
    }

    .admin-tabs .nav-link {
      font-weight: 500;
      color: #495057;
    }
    .admin-tabs .nav-link.active {
      border-bottom: 3px solid #0d6efd;
      color: #0d6efd;
    }

    .admin-actions .btn {
      margin-left: 8px;
    }
    .admin-filterbar {
  background: #fff;
  border-bottom: 1px solid #dee2e6;
  padding: 8px 15px;
  white-space: nowrap;
 
}

.dropdown-menu {
  z-index: 2000 !important; 
}
    .admin-filterbar::-webkit-scrollbar {
      height: 6px;
    }
    .admin-filterbar::-webkit-scrollbar-thumb {
      background: #adb5bd;
      border-radius: 5px;
    }
    .admin-filter-left,
    .admin-filter-right {
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
    }
    .admin-filter-left .dropdown-toggle,
    .admin-filter-right .dropdown-toggle {
      font-size: 0.9rem;
    }
    .admin-filter-links {
      margin-left: 15px;
      font-size: 0.9rem;
    }
    .admin-filter-links a {
      margin-right: 15px;
      text-decoration: none;
      color: #495057;
    }
    .admin-filter-links a:hover {
      text-decoration: underline;
      color: #0d6efd;
    }
    
      .admin-gallery {
      display: flex;
      gap: 10px;
      flex-wrap: nowrap;
    }

    .admin-thumbs {
      display: flex;
      flex-direction: column;
      gap: 8px;
      max-width: 30px;
      flex-shrink: 0;
    }

    .admin-thumbs img {
      width: 100%;
      border: 2px solid transparent;
      border-radius: 6px;
      cursor: pointer;
      transition: 0.3s;
      object-fit: cover;
    }
    .admin-thumbs img:hover,
    .admin-thumbs img.active {
      border-color: #0d6efd;
      transform: scale(1.05);
    }

    .admin-main img {
      width: 100%;
      /* height: 350px; */
      border-radius: 10px;
      object-fit: contain;
      background: #f8f9fa;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    /* Extra options (video/pdf) */
    .admin-extra-options {
      display: flex;
      justify-content: space-around;
      gap: 10px;
      margin-top: 15px;
    }
    .admin-extra-box {
      flex: 1;
      border: 1px solid #dee2e6;
      border-radius: 8px;
      text-align: center;
      padding: 15px;
      cursor: pointer;
      transition: 0.3s;
      background: #fff;
    }
    .admin-extra-box:hover {
      background: #f1f3f5;
    }
    .admin-extra-box i {
      font-size: 1.8rem;
      margin-bottom: 5px;
      display: block;
      color: #6c757d;
    }
    .admin-extra-box span {
      font-size: 0.9rem;
      font-weight: 500;
      color: #495057;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .admin-gallery {
        flex-direction: column;
        align-items: left;
      }
      .admin-thumbs {
        flex-direction: row;
        max-width: 100%;
        justify-content: left;
      }
      .admin-thumbs img {
        max-width: 60px;
      }
      .admin-main img {
        height: 250px;
      }
    }
        .admin-product-info {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      padding: 10px 0;
    }

    .admin-product-title {
      font-size: 1.1rem;
      font-weight: 600;
      color: #212529;
    }
    .admin-product-subtitle {
      font-size: 0.95rem;
      color: #6c757d;
    }
    .admin-edit-icon {
      font-size: 0.85rem;
      color: #6c757d;
      cursor: pointer;
      margin-left: 5px;
    }

    .admin-product-price {
      font-size: 1rem;
      font-weight: 600;
      background: #f8f9fa;
      padding: 3px 10px;
      border-radius: 15px;
      display: inline-block;
    }
    .admin-product-price small {
      font-weight: 400;
      color: #6c757d;
      margin-left: 3px;
    }

    .admin-score-section {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 0.85rem;
      color: #495057;
      white-space: nowrap;
    }
    .admin-score-bar {
      height: 8px;
      border-radius: 5px;
      background: #e9ecef;
      overflow: hidden;
      width: 100px;
    }
    .admin-score-fill {
      height: 100%;
      background: linear-gradient(90deg, #dc3545, #ffc107, #28a745);
    }
    .admin-eye {
      font-size: 1.1rem;
      color: #495057;
      cursor: pointer;
    }
    .admin-details-section {
      background: #fff;
      border-radius: 8px;
      padding: 15px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

    .admin-category,
    .admin-description,
    .admin-group,
    .admin-specs {
      margin-bottom: 20px;
    }

    .admin-category span,
    .admin-group span {
      background: #f1f3f5;
      border-radius: 20px;
      padding: 4px 12px;
      font-size: 0.9rem;
      font-weight: 500;
      margin-right: 8px;
      display: inline-block;
    }

    .admin-addmore {
      font-size: 0.9rem;
      color: #0d6efd;
      cursor: pointer;
      font-weight: 500;
    }

    .admin-description p {
      font-size: 0.9rem;
      color: #343a40;
      margin-bottom: 0;
      line-height: 1.5;
    }

    .admin-specs h6 {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 12px;
    }

    .admin-spec-item {
      display: flex;
      justify-content: space-between;
      padding: 6px 0;
      border-bottom: 1px dashed #dee2e6;
      font-size: 0.9rem;
    }
    .admin-spec-item:last-child {
      border-bottom: none;
    }
    .admin-spec-label {
      color: #495057;
      font-weight: 500;
    }
    .admin-spec-value {
      color: #212529;
      font-weight: 600;
    }

    .admin-social {
      margin-top: 20px;
      display: flex;
      gap: 12px;
    }
    .admin-social i {
      font-size: 1.2rem;
      cursor: pointer;
      color: #495057;
      transition: 0.3s;
    }
    .admin-social i:hover {
      color: #0d6efd;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .admin-specs {
        margin-top: 20px;
      }
      .admin-spec-item {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    /* add products */
   .ap-wrapper {
      margin: 20px auto;
    }
    .ap-breadcrumb {
      font-size: 14px;
    }
    .ap-breadcrumb a {
      color: #273c75;
      font-weight: 500;
      text-decoration: none;
    }
    .ap-tab-nav .nav-link {
      border-radius: 10px 10px 0 0;
      font-weight: 600;
      padding: 14px 26px;
      border: none;
      margin-right: 5px;
      transition: 0.3s;
    }
    .ap-tab-nav .nav-link.active {
      background-color: #273c75 !important;
      color: #fff !important;
    }
    .ap-tab-nav .nav-link:not(.active) {
      color: #666 !important;
    border: 1px solid #ddd7d7;
    }
    .ap-tab-content {
      border: 1px solid #ddd;
      border-top: none;
      padding: 20px;
      background: #fff;
      border-radius: 0 0 10px 10px;
    }

     .ap-right-panel {
      background: #f9f9f9;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      padding: 15px;
    }
    .ap-score-circle {
      width: 50px;
      height: 50px;
      border: 2px solid #000;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      margin: 0 auto 10px;
    }
    .ap-score-scale {
      display: flex;
      justify-content: space-between;
      font-size: 12px;
      color: #555;
    }
    .ap-accordion .accordion-button {
      background: #f1f1f1;
      font-weight: 500;
      padding: 10px;
      border-radius: 0;
      box-shadow: none !important;
    }
    .ap-accordion .accordion-item {
      border: none;
      border-bottom: 1px solid #ddd;
    }

        .addproduct-upload-box {
      border: 2px dashed #ccc;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      background: #fafafa;
      transition: 0.3s ease;
      cursor: pointer;
    }
    .addproduct-upload-box:hover {
      border-color: #007bff;
      background: #f0f8ff;
    }
    .addproduct-upload-box img {
      width: 40px;
      opacity: 0.7;
    }
    .addproduct-side-menu {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .addproduct-side-menu button {
      font-size: 9px;
      border: 2px dashed #ccc;
      border-radius: 8px;
      background: #fff;
      padding: 6px 11px 5px 11px;
      transition: 0.3s ease;
    }
    .addproduct-side-menu button:hover {
      border-color: #007bff;
      background: #f0f8ff;
    }
    .addproduct-upload-actions {
      display: flex;
      gap: 10px;
      margin-top: 15px;
    }
    .addproduct-upload-actions button {
      flex: 1;
      border: 2px dashed #ccc;
      border-radius: 8px;
      padding: 6px;
      transition: 0.3s ease;
      font-size: 12px;
    }
    .addproduct-upload-actions button:hover {
      border-color: #007bff;
      background: #f0f8ff;
    }
     .addproduct-form .form-control, 
    .addproduct-form .form-select {
      border-radius: 8px;
      box-shadow: none;
      border: 1px solid #ccc;
    }
    .addproduct-form .form-control:focus {
      border-color: #007bff;
      box-shadow: 0 0 0 0.1rem rgba(0,123,255,.25);
    }
    .addproduct-btn {
      background: #00bfa5 !important;
      color: #fff !important;
      font-weight: 600;
      border-radius: 8px;
      padding: 12px 25px;
      transition: 0.3s;
    }
    .addproduct-btn:hover {
      background: #009e88 !important;
      color: #fff !important;
    }
    .addproduct-description {
      min-height: 150px;
      resize: vertical;
    }
    .currency-symbol {
      background: #f8f9fa;
      border-right: 0;
      border-radius: 8px 0 0 8px;
    }
        .addproduct-specifications {
      background: #fff;
    }
    .addproduct-specifications h5 {
      font-weight: 600;
      margin-bottom: 15px;
    }
    .addproduct-category {
      margin-bottom: 20px;
    }
    .addproduct-category .badge {
      background: #00bfa5;
      font-size: 14px;
      padding: 8px 14px;
      border-radius: 20px;
    }
    .addproduct-search {
      margin-bottom: 20px;
    }
    .addproduct-radio-group label {
      margin-right: 20px;
      margin-bottom: 10px;
      cursor: pointer;
    }
    .addproduct-radio-group input[type="radio"] {
      margin-right: 6px;
    }
    .addproduct-spec-img {
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 6px;
      background: #fafafa;
      max-width: 160px;
    }

      .unique-additional-details .btn-teal {
    background-color: #00b5ad; /* teal green button */
    color: #fff;
    border-radius: 8px;
    transition: 0.3s ease;
    font-size: 16px;
  }
  .unique-additional-details .btn-teal:hover {
    background-color: #009c94;
    color: #fff;
  }

  /* invoice coding start */

  .invoice-page-container {
      background: #f8f9fa;
      padding: 20px;
      border-radius: 10px;
    }
    .invoice-tabs .nav-link {
      font-weight: 600;
      color: #555;
    }
    .invoice-tabs .nav-link.active {
      color: #0d6efd;
      border-bottom: 3px solid #0d6efd;
    }
    .invoice-table th {
      font-weight: 700;
    }
    .invoice-table td, 
    .invoice-table th {
      vertical-align: middle;
      text-align: center;
    }
    @media (max-width: 768px) {
      .invoice-table td, 
      .invoice-table th {
        font-size: 14px;
      }
    }

    .headerAdmin{
      margin-left: 217px;
    }
  
    .adminLogo{
      margin-bottom: 25px;
    }

    .footerAdmin{
      margin-top: 20px;
    }