.elementor-1002 .elementor-element.elementor-element-60442d9 > .elementor-widget-container{background-color:#61CE7059;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-60442d9 */.pinterest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

.pinterest-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
  padding: 20px;
}

.pinterest-card:hover {
  transform: translateY(-5px);
}

.card-content h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #222;
}

.card-content p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 15px;
}

.visit-btn {
  display: inline-block;
  background-color: #ff5a5f;
  color: white;
  padding: 10px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.2s ease;
}

.visit-btn:hover {
  background-color: #e14e52;
}/* End custom CSS */