/*
Theme Name: SPARKTECH
Author: Swapnil Bondade
Description: A clean light-blue business theme.
Version: 1.0
*/

div#wpcf7-f2547-o1 {
  width: 330px;
}

.request-form .label {
  font-weight: 500;
  color: #fff;
}

.request-form .form-control {
  height: 45px;
  border-radius: 0.25rem;
  margin-bottom: 15px;
}

.request-form textarea.form-control {
  height: auto;
  min-height: 120px;
}

.request-form .btn {
  width: 100%;
}


.flaticon-electric-car:before {
  content: "\f100";
  /* Replace with actual Unicode from your icon font */
}

.flaticon-charging:before {
  content: "\f101";
}

.flaticon-brake:before {
  content: "\f102";
}

.flaticon-maintenance:before {
  content: "\f103";
}

.carousel-item {
  background-size: cover;
}

.hero-wrap .overlay {
  opacity: 0.5;
}

.product-post-card .entry-excerpt {
  font-size: 0.95rem;
  line-height: 1.5;
}

.product-post-thumb img {
  width: 100%;
  height: 250px;
  display: block;
}

.single-product-page .product-gallery-thumbs img {
  cursor: pointer;
  transition: opacity .2s;
}

.single-product-page .product-gallery-thumbs img:hover {
  opacity: .8;
}

.single-product-page .product-price {
  font-weight: 700;
}

.related-product-card .placeholder-ratio {
  position: relative;
  width: 100%;
  background: #f8f9fa;
}