.elementor-74026 .elementor-element.elementor-element-32b2c78{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2c140b0 */.template-section {
  padding: 40px 20px;
  text-align: center;
}

.template-section h2 {
  margin-bottom: 10px;
  font-size: 28px;
}

.template-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.template-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: transform 0.2s;
}

.template-card:hover {
  transform: translateY(-5px);
}

.template-card img {
  width: 100%;
  height: auto;
  display: block;
}

.template-card p {
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
}/* End custom CSS */