/* Update the styles for the specification section */
.PISTOL {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center the items horizontally */
}

.PISTOL li {
   flex: 0 0 calc(15% - 4px);
    margin: 17px -7px -11px 10px;
    border: 2px solid #fd57033b;
    border-bottom: 1px solid #fd5703;
    background-color: #6d6d6d14;
    transition: all 0.2s linear;
}

.PISTOL li span {
  font-weight: bold;
  color: #D2691E;
}

.PISTOL li p {
  margin-top: 5px;
  text-align: center;
  color: #333;
}

/* Remove the existing styles for ul */
ul {
  list-style: none;
}

/* ... (other existing styles) ... */

/* Remove the existing styles for ul */
ul {
  list-style: none;
}

/* ... (other existing styles) ... */


/* Remove the existing styles for ul */
ul {
  list-style: none;
}

/* ... (other existing styles) ... */

/* Add these styles to your existing CSS stylesheet */

.feature-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.feature-table td {
  padding: 10px;
  border: 1px solid #ddd;
}

.feature-table td:first-child {
  font-weight: bold;
  background-color: #f2f2f2;
}

.site-project-single-features {
  margin-top: 20px;
}

.site-project-single-features h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.zoomable {
  transition: transform 0.3s; /* Add smooth transition effect */
}

/* Define the zoom effect on hover */
.zoomable:hover {
  transform: scale(2); /* Increase the scale on hover */
  cursor: pointer; /* Change cursor to indicate interactivity */
}

/* Define the style for the zoomed state */
.zoomable.zoomed {
  position: fixed;
  top: 70%;
  left: 70%;
  transform: translate(-50%, -50%) scale(2); /* Center the image and adjust the scale */
  z-index: 9999; /* Set a high z-index to ensure it appears on top of other content */
}



.site-project-single-image{
    list-style-type: none;
    padding: 10px;
	justify-content: center;
	align-items: Center;
	height: 100 vh;
	
}

.title 
{
	padding: 15px 20px;
    text-align: center;
    background-color: #135a8f63;
}
.download-button {
    position: absolute;
    bottom: 238px; /* Adjust this value as needed */
    right: 57px; /* Adjust this value as needed */
}

.download-button a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #585e59; /* Green */
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.download-button a:hover {
    background-color: #fd5703; /* Darker green */
}

.download-button a i {
    margin-right: 5px; /* Adjust the spacing between icon and text */
}

/* Existing styles for desktop */
.feature-table td {
  padding: 10px;
  border: 1px solid #ddd;
}

/* Media query for mobile devices */
@media (max-width: 768px) { /* Adjust breakpoint as needed */
  .feature-table td {
    padding: 5px; /* Reduce padding for smaller screens */
    font-size: 12px; /* Adjust font size for readability */
  }

  /* Adjust the download button position for mobile */
  .download-button {
    bottom: 20px;
    right: 20px;
  }

  .download-button a {
    padding: 8px 16px;
    font-size: 14px;
  }
}
/* Footer Styles */

.site-footer {
  padding: 20px;
  background-color: #333;
  color: white;
  /* text-align: center; */
}

/* Media query for footer on smaller screens */
@media (max-width: 768px) {
  .site-footer {
    padding: 15px;
    font-size: 14px;
  }
}
/* First Image Styles */

.site-project-single-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh; /* Adjust height as needed */
}

.site-project-single-image img {
  max-width: 100%; /* Ensure image does not exceed container width */
  height: auto; /* Maintain aspect ratio */
}

/* Media query for first image on smaller screens */
@media (max-width: 768px) {
  .site-project-single-image {
    height: 30vh; /* Adjust height for smaller screens */
  }
}
.product-category
{
 
}
.product-category-heading
{
margin-top: 29px;
}