img.thumbnail-image {
  border: 1px solid black !important;
  padding: 5px;
}

img#main-image {
  border: 1px solid black !important;
}

.single-testing-page {
  width: 1360px;
}

.short-description p,
.short-description ul li {
  color: #31383c;
  font-size: 16px;
  font-family: "Lato";
}
.short-description ul li {
  color: #31383c;
  font-size: 16px;
  font-family: "Lato";
}

.post-title h1 {
  color: #31383c;
  font-size: 30px;
  font-family: "Lato";
  font-weight: 600;
}

.gallery-section {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}

.features {
 
}

.features h3 {
  font-size: 20px;
  line-height: 1.4;
  display: inline;
  color: black;
  font-family: "Poppins", sans-serif; /* Only Poppins */

  font-weight: 400;
  border-radius: 6px;
}

button.send-inquiry {
  background-color: #27a8b4;
  color: white;
  font-size: 16px;
  border-radius: 50px;
  padding: 14px 30px 14px 30px;
  text-transform: capitalize;
  font-family: "Lato";
  font-weight: 400;
  margin-right: 2.5rem;
  border: none;
  letter-spacing: 1px;
}

button.send-inquiry:hover {
  background-color: #30c0ac;
  color: white;
  border: none !important;
}

a.call-now {
  background-color: #31383c;
  color: white;
  font-size: 16px;
  border-radius: 50px;
  padding: 14px 30px 14px 30px;
  text-transform: capitalize;
  font-family: "Lato";
  font-weight: 400;
  border: none;
  letter-spacing: 1px;
}

a.call-now:hover {
  background-color: #27a8b4;
  color: white;
}

.gallery-thumbnails {
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.gallery-thumbnails::-webkit-scrollbar {
  width: 4px;
}

.gallery-thumbnails::-webkit-scrollbar-thumb {
  background-color: #007bff;
  border-radius: 5px;
}

.gallery-thumbnails::-webkit-scrollbar-track {
  background: #f1f1f1;
}

html,
body {
  width: 100%;
  overflow-x: hidden !important;
}

.product-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
  z-index: -1;
}

/* Product Banner */
.product-banner {
  background-image: url("https://daitansol.com/staging_new/wp-content/uploads/2025/02/machine-with-sign-that-says-word-it.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 90px;
  position: relative;
  font-family: "Lato", serif;
  color: white;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.banner-heading {
  font-weight: 800;
  font-family: "Lato", serif;
  font-size: 42px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.row {
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
}

.container{
    width: 1200px !important;
}

p.short-description {
    margin-top: -1.5rem;
}

@media only screen and (max-width: 600px) {
    img.thumbnail-image {
      height: 150px !important;
    }
    img#main-image {
      height: 350px !important;
    }
  
    .col-md-4 {
      margin-top: 3rem;
    }
  
    .short-description p {
      text-align: center;
      font-size: 14px;
    }
  
    .post-title h1 {
      text-align: center;
      font-size: 16px !important;
    }
  
    .main {
      margin-top: 5rem;
    }
  
    .btn {
      display: flex;
    }
  
    button.call-now.button {
      padding: 14px 18px 14px 18px !important;
      font-size: 14px !important;
    }
  
    button.send-inquiry.button {
      padding: 14px 18px 14px 18px !important;
      font-size: 14px !important;
    }
	.banner-heading {
	  font-weight: 800;
	  font-family: "Lato", serif;
	  font-size: 30px;
	  text-align: center;
	  color: #fff;
	  text-transform: uppercase;
}
	.row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
	.features {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
  }