.product-features {
  background-color: #36373B;
}

.product-features ul {
  padding: 20px;
  margin-bottom: 0px;
}

.product-features ul li {
  margin-right: 30px !important;
}

.product-features li a.scroll-link {
  color: #c4c4c4;
}
.product-features li a.scroll-link.active {
  color: #fff;
}

/* Top Sections CSS */

.top-features .card {
  border: none;
  background-color: transparent;
}

.top-features .card .card-body {
  padding: 20px 0;
}

/* .top-features .card .card-body h5 {
  color: #e51836;
  font-size: 15px;
} */
.top-features .card .card-body p {
  color: #000;
  font-size: 12px;
}

.implements-section h3,
.implements-section p,
.top-features h2,
.top-features h3,
.top-features p {
  color: #000;
}

.black-btn {
  background-color: #000;
  color: #fff;
  border-radius: 25px;
}

.black-btn:hover {
  background-color: #e51836;
}

/* Gallery Section */

.gallery-section {
  background-color: #4d4d4d;
}

/* Specifications Styles */

.pricing-section .table h5 {
  color: #000;
  text-transform: inherit;
  font-weight: 700;
  font-size: 18px;
}

/* table start */

.heading-title h2 {
  font-size: 22px;
  margin-bottom: 35px;
}

.heading-title.text-red h2 {
  color: #e51836;
}

.heading-title.text-white h2 {
  color: #fff;
}

/* Specs table */

.specifications-table .accordion-button::after,
.specifications-table .accordion-button:not(.collapsed)::after {
  content: "";
  background-image: url("../img/red-right-arrow.png") !important;
  width: 15px;
  height: 12px;
  background-size: contain;
}

.specifications-table .accordion-button {
  font-family: Georama, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  padding: 1rem 10px;
}

.specifications-table .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e9e9e9;
}

/* .specifications-table tbody tr:nth-child(1) th{
  color: #E51836;
  font-size: 18px;
  font-weight: 600;
} */

.specifications-table .accordion-body {
  padding: 0;
}

/* .specifications-table .table-striped tbody tr:nth-child(even) th,
.specifications-table .table-striped thead tr th{
  background-color: #F4F4F5;
}

.specifications-table .table-striped tbody tr:nth-child(odd) th{
  background-color: #fff;
} */

.specifications-table .accordion-button:not(.collapsed) {
  background-color: #fff;
}

.specifications-table .accordion-button:focus {
  box-shadow: none;
}

.specifications-table .fc-rounded-btn {
  font-size: 14px;
}

.specifications-table .table tbody tr:nth-child(1) th,
.specifications-table .table tbody tr:nth-child(1) td {
  color: #e51836;
  font-weight: 600;
}

.specifications-table .table th:nth-child(1),
.specifications-table .table td:nth-child(1) {
  background-color: #fff;
  width: 175px;
  font-weight: 500;
}

/* Media query for mobile devices */
/* @media (max-width: 768px) { */
.specifications-table .table {
  table-layout: fixed;
  width: 100%;
}

.specifications-table .table th:first-child,
.specifications-table .table td:first-child {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fff !important;
}

.specifications-table .table th:nth-child(1),
.specifications-table .table td:nth-child(1) {
  background-color: #fff;
  width: 175px;
}

.specifications-table .table th,
.specifications-table .table td {
  background-color: #fff;
  width: 215px;
  border-bottom: none;
  font-size: 0.9rem;
  font-weight: 400;
}

.specifications-table .accordion-body{
  overflow: auto;
}

.specifications-table .fix {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #ffffff; /* Background color for the sticky element */
}

.specifications-table .accordion-button {
  position: sticky;
  left: 5px;
  z-index: 11; /* Ensure the accordion button is above the sticky header */
  background-color: #ffffff; /* Background color for the sticky element */
}

.specifications-table .table.sticky-top {
  z-index: 0;
}

.specifications-table .accordion-body {
  padding: 1rem 0;
}

.specifications-table tbody tr:nth-child(-n + 3) {
  background-color: #fff !important;
}

.specifications-table .accordion-body::-webkit-scrollbar-track {
  padding: 2px 0;
  background-color: #e6e6e6;
}
.specifications-table .accordion-body::-webkit-scrollbar-thumb {
  background-color: #e51836;
}
.specifications-table .accordion-body::-webkit-scrollbar {
  height: 2px;
} 
