/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


blockquote {
    position: relative;
    padding: 0 3rem;
    font-size: 1em !important;
    line-height: 1.7;
    font-style: italic;
}
.explore-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 32px 20px;
  
  transition: box-shadow 0.2s, transform 0.2s;
}
.explore-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transform: translateY(-2px);
border: 1px solid #15803d !important;
}
.explore-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.explore-title {
  font-weight: 700;
  font-size: 18px;
  color: #111827;
  margin: 0 0 8px;
}
.explore-sub {
  color: #4b5563;
  font-size: 14px;
  margin: 0 0 16px;
}
.explore-link {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}