/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 22 2025 | 10:57:15 */
.modern-home .vc_row { margin-bottom: 90px; }

.hero-section {
  background: #f7f7f7;
  padding: 80px 0;
}

.hero-image img {
  max-width: 520px;
  margin: auto;
  display: block;
  border-radius: 14px;
}

.category-spotlight .vc_column-inner {
  text-align: center;
  transition: 0.3s;
}
.category-spotlight .vc_column-inner:hover {
  transform: translateY(-6px);
}

.partner-brands img {
  opacity: 0.6;
}
.partner-brands img:hover {
  opacity: 1;
}

.final-cta {
  background: #f3f3f3;
  padding: 100px 0;
  text-align: center;
}
