.product-section {
  padding: 60px 20px;
}

.product-wrapper {
  display: flex;
  gap: 40px;
  max-width: 1330px;
  margin: auto;
}

/* LEFT FIXED SIDEBAR */
.product-sidebar {
  width: 400px;
  position: sticky;
  top: 140px;
  height: 530px;
  /* border: 1px solid #e2e2e2;
  padding: 20px; */
  background: #fff;
}

.product-sidebar h3 {
  margin-bottom: 15px;
}

.product-sidebar ul {
  list-style: none;
  padding: 0;
}

.product-sidebar li {
  /* padding: 10px; */
  border-bottom: 1px solid #eee;
  cursor: pointer;
  font-size: 14px;
}

.product-sidebar li.active {
  background: #e2b84c;
  font-weight: bold;
}

/* RIGHT CONTENT */
.product-content {
  flex: 1;
}
.product-content h3 {
  font-weight: bold;
  font-size: 28px;
}
.product-image {
  width: 100%;
  margin-bottom: 20px;
  height: 380px;
  object-fit: cover;
  margin-top: 54px;
}

.subtitle {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

/* LISTS */
.bullet-list {
  padding-left: 20px;
  font-size: 14px;
}

.bullet-list li {
  margin-bottom: 8px;
}

.spec-table {
  width: 100%;
  /* max-width: 900px; */
  border-collapse: collapse;
  border: 1px solid #cfcfcf;
}

/* HEADER */
.spec-table thead th {
  background: #e1b84a;
  color: #000;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 14px;
  text-align: center;
  border-bottom: 1px solid #cfcfcf;
}

/* CELLS */
.spec-table td {
  padding: 14px;
  font-size: 18px;
  border-bottom: 1px solid #e2e2e2;
  vertical-align: top;
}

/* LEFT COLUMN */
.spec-table td.left {
  width: 35%;
  border-right: 1px solid #e2e2e2;
  font-weight: bold;
}
.spec-table td.left p {
  display: flex;
  align-items: start;
  /* gap: 10px; */
  margin: 0;
}
.spec-table td p {
  display: flex;
  align-items: start;
  /* gap: 10px; */
  margin: 0;
}
table,
th,
td {
  border: 1px solid #ccc;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.table-img img {
  width: 150px;
  height: 60px;
}
.table-img {
  display: flex;
  align-items: start;
  gap: 20px;
  flex-direction: column;
}
.table-img-box {
  display: flex;
  align-items: start;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.table-img span {
  font-size: 14px;
  text-align: center;
}
.img-shap3 {
  border-radius: unset;
}
.img-shap2 {
  border-radius: 20px;
}
.img-shap1 {
  border-radius: 60px;
}
.table-img .img-shap3 {
  width: 60px;
  height: 60px;
}

/* RIGHT COLUMN */
.spec-table td.right {
  width: 65%;
  font-weight: normal;
  color: #333;
}

/* ICON */
.spec-table .icon {
  color: #7a6420;
  margin-right: 8px;
}

/* ALTERNATE ROW */
.spec-table tr.alt {
  background: #f3f3f3;
}

/* .bus-bars-cards {
  display: flex;
justify-content: start;
  gap: 10px;
  align-items: start;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.bus-bars-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;

}
.bus-bars-card {
  min-width: 280px;
  height: 350px;
  overflow: hidden;
    flex: 1;
} */
/* .product-content img:hover{
  transform: scale(1.2);
} */

/* ====================  menu      ==================== */

.lhs-box h3,
.rhs-box h3 {
  font-weight: bold;
}
.lhs-box ul li {
  list-style-type: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.lhs-box ul li a img {
  width: 30px;
  height: 30px;
  padding-right: 10px;
}
.lhs-box ul li a {
  width: 100%;
  text-decoration: none;
  color: #444444;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  padding: 10px 10px;
}
.lhs-box ul li:last-child {
  border: none;
}
.lhs-box ul {
  margin-top: 20px;
  border: 1px solid #e2e2e2;
  padding: 20px;
  height: 475px;
}
.lhs-box ul li:hover {
  background-color: #e0b546;
  font-weight: bold;
}
.active {
  background-color: #e0b546;
  font-weight: bold;
}
.lhs-box ul li.active img,
.lhs-box ul li:hover img {
  content: url("../images/jm-logo-4.png");
}
.lhs-box ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bullet-point {
  position: relative;
  margin-top: 20px;
}
.bullet-point ul li {
  list-style-type: none;
  display: flex;
  gap: 10px;
  align-items: start;
}
.bullet-point ul li img {
  width: 20px;
  height: auto;
}
.bullet-point ul {
  padding: 20px;
  border: 1px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 0;
}
.root-arrow3 {
  position: absolute;
  bottom: 5%;
  right: 3%;
}
.bullet-pointul li p {
  margin-bottom: 20px;
}
.bullet-point ul li p span {
  font-weight: bold;
}
.bullet-point ul li:last-child p {
  margin-bottom: 0px;
}
.bold {
  font-weight: bold;
}
#application p,
.bullet-point p {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 12px;
}
#application {
  position: relative;
  margin-top: 40px;
}
#application h3 {
  margin-bottom: 15px;
}
/* ===================== TABLE   ============================ */

.table-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Table */
.spec-table {
  width: 100%;
  min-width: 600px; /* important for large data */
  border-collapse: collapse;
}

/* Header */
/* .spec-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
} */


/* Zebra rows */
/* .spec-table tbody tr:nth-child(even) {
  background: #f9f9f9;
} */

/* Hover */
.spec-table tbody tr:hover {
  background: #f1f1f1;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .spec-table {
    font-size: 14px;
  }
  .product-section {
    padding: 30px 10px;
}
#application p,
.bullet-point p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.product-content h3 {
  font-size: 22px;
  line-height: 30px;
}
.bullet-point ul {
    margin-top: 20px;
}
.root-arrow3{
  display: none;
}
}




/* ===================== MOBILE MENU   ============================ */

.mobile-lhs-box {
  display: none;
}
.lhs-box {
  display: block;
}
@media (max-width: 1100px) {
  #menuCard-container {
    margin-top: 0px;
  }
  .mobile-lhs-box h3 {
    font-weight: bold;
    padding-left: 8%;
  }
  .mobile-lhs-box {
    display: block;
    position: sticky;
    top: 76px;
    background: #fff;
    z-index: 2;
    margin-top: 30px;
  }
  .mobile-lhs-box ul {
    background: #f7f7f7;
    padding: 15px 0px;
  }
  .mobile-lhs-box ul li img {
    display: none;
  }
  #mobile-inv_menu li.active a {
    background: #d8b35a !important;
    font-weight: bold;
  }
  #mobile-inv_menu .divider {
    width: 1px;
    height: 20px;
    background: #000000;
    flex: 0 0 auto;
  }
  .lhs-box {
    display: none;
  }
  .product-sidebar {
    display: none;
  }
  #mobile-inv_menu {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
    align-items: center;
    scrollbar-width: none;
    scroll-behavior: smooth;
  }
  #mobile-inv_menu li {
    flex: 0 0 auto;
    list-style-type: none;
    padding: 10px 14px;
  }
  #mobile-inv_menu a {
    padding: 10px 14px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
  }
  #mobile-inv_menu li.active a {
    background: #d8b35a;
    font-weight: 600;
  }
  #mobile-inv_menu::-webkit-scrollbar {
    display: none;
  }
  .rhs-title {
    position: sticky;
    top: 150px;
    background-color: white;
    padding: 10px 0px;
    z-index: 1;
  }
  .title-container h1 {
    font-size: 2rem;
  }
  .rhs-title h3 {
    font-size: 1.4rem;
  }
  .rhs-box h3 {
    position: sticky;
    top: 145px;
    background: white;
    z-index: 1;
    padding: 10px 0px 20px 0px;
  }

  .main-box-container {
    margin: 20px;
  }
  .rhs-box h3 {
    font-size: 1.4rem;
  }
  .product-image{margin-top: 0;}

  /* 
  #mobile-inv_menu li {position: relative;padding-right: 14px;}
  #mobile-inv_menu li:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 16px; background: #000000;} 
  */
}


@media (min-width:1100px) and (max-width:1200px) {
  .product-sidebar{
    width: 308px;
  }
}


/* RESPONSIVE */
@media (max-width: 768px) {
  .spec-table td {
    font-size: 16px;
    padding: 10px;
  }
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .product-wrapper {
    flex-direction: column;
  }

  .product-sidebar {
    position: static;
    width: 100%;
  }
}
