/*
B2B Product Showcase Plugin Compatibility
=================================*/
.naibabiji-b2b-product-single-container {
  padding-top: 70px;
}

/*
Plugin Breadcrumb
=================================*/
.naibabiji-b2b-breadcrumbs {
  padding: 15px 0;
  font-size: 15px;
  color: #000000;
}
.naibabiji-b2b-breadcrumbs a {
  color: #000000;
  text-decoration: none;
  transition: color 0.3s;
}
.naibabiji-b2b-breadcrumbs a:hover {
  color: var(--hpp-primary);
}
.naibabiji-b2b-breadcrumbs .separator {
  margin: 0 8px;
  color: #999;
}
.naibabiji-b2b-breadcrumbs .current {
  color: var(--hpp-primary);
}
.naibabiji-b2b-products-archive-container {
  padding-top: 70px;
}

/*
Product Details Tabs (HPP)
================================*/
.hpp-product-tab-nav {
  display: flex;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 30px;
  gap: 0;
}
.hpp-product-tab-btn {
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.hpp-product-tab-btn:hover {
  color: #000000;
}
.hpp-product-tab-btn.active {
  color: var(--hpp-primary);
  border-bottom-color: var(--hpp-primary);
}
.hpp-product-tab-panel {
  display: none;
}
.hpp-product-tab-panel.active {
  display: block;
}
.hpp-product-tab-content {
  font-size: 15px;
  color: #000000;
  line-height: 1.8;
}
.hpp-product-tab-content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
}
.hpp-product-tab-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}
.hpp-product-tab-content p {
  margin-bottom: 16px;
}
.hpp-product-tab-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.hpp-product-tab-content ul li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  color: #000000;
  line-height: 1.8;
  margin-bottom: 10px;
}
.hpp-product-tab-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--hpp-primary);
}
.hpp-product-tab-content strong {
  color: #333;
}
.naibabiji-b2b-product-content-title {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--hpp-primary);
}
.naibabiji-b2b-product-description h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
}
.naibabiji-b2b-product-description h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}
.naibabiji-b2b-product-description p {
  font-size: 15px;
  color: #000000;
  line-height: 1.8;
  margin-bottom: 16px;
}
.naibabiji-b2b-product-description ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.naibabiji-b2b-product-description ul li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  color: #000000;
  line-height: 1.8;
  margin-bottom: 10px;
}
.naibabiji-b2b-product-description ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--hpp-primary);
}
.naibabiji-b2b-product-description strong {
  color: #333;
}
.hpp-product-extra-content {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
}

/*
Product Extra Sections Style
================================*/
.hpp-section-heading,
.naibabiji-b2b-product-single-container .naibabiji-b2b-section-title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--hpp-primary);
  text-align: left;
}
.hpp-applications {
  margin-bottom: 50px;
}
.hpp-app-card {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  text-align: center;
  transition: all 0.5s;
  overflow: hidden;
}
.hpp-app-card:hover {
  border-color: var(--hpp-primary);
  box-shadow: 0 4px 16px 0 rgba(254, 90, 14, 0.15);
  transform: translateY(-3px);
}
.hpp-app-card-image {
  width: 100%;
  height: 180px !important;
  object-fit: cover;
  display: block;
  margin: 0 !important;
}
.hpp-app-card-body {
  padding: 25px 20px;
}
.hpp-app-card h3 {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
  transition: all 0.5s;
}
.hpp-app-card p {
  font-size: 14px;
  color: #000000;
  line-height: 1.6;
  margin-bottom: 0;
  transition: all 0.5s;
}
.hpp-app-card:hover h3 {
  color: var(--hpp-primary);
}
.hpp-faq {
  margin-bottom: 50px;
}

/*
Theme Overrides
=================================*/
.naibabiji-b2b-product-excerpt {
  display: none;
}

a.naib-b2b-btn.naib-b2b-btn--primary.naibabiji-b2b-view-details-button:hover {
  color: #fff !important;
}
.post-type-archive-naibb2pr_products .naibabiji-b2b-seo-content ul, .naibabiji-b2b-seo-content ol {
    padding-left: 0;
}
.naibabiji-b2b-seo-content a:hover {
    text-decoration: none;
}
