.elementor-907 .elementor-element.elementor-element-76d4733 > .elementor-widget-container{background-color:#6EC1E42B;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-76d4733 */.explore-title {
  font-size: 2rem;
  margin-bottom: 10px;
  text-align: center;
}

.explore-description {
  font-size: 1rem;
  color: #555;
  text-align: center;
  margin-bottom: 10px;
}

.keyword-grid {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.keyword-card {
  flex: 1 1 calc(25% - 20px);
  margin: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s;
}

.keyword-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.keyword-card h3 {
  margin-top: 0;
  color: #0073aa;
}

.keyword-card p {
  margin: 0;
  color: #333;
}/* End custom CSS */