/* Custom styles for theme-btn style3 search-text */
.theme-btn.style3.search-text {
  background: var(--theme) !important;
  color: var(--white) !important;
  border: 1px solid var(--theme) !important;
  font-weight: 600;
  text-align: center;
  padding: 12px 20px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.theme-btn.style3.search-text:hover {
  background: var(--title) !important;
  color: var(--theme) !important;
  border: 1px solid var(--title) !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}