/*
 Theme Name:     Swarmify Theme
 Theme URI:      http://www.nauticstudios.com
 Description:    Theme for Swarmify.com
 Author:         Nautic Studios LLC
 Author URI:     http://www.nauticstudios.com
 Template:       Divi
 Version:        1.0.0
*/
 
.et_pb_text_1 h2, .et_pb_text_1 h3, .et_pb_text_3 h2{
  color: #211000 !important;
}
.menu-sep-footer
{
  color: #ec9e36 !important;
}
.et-footer-nav
{

}

/* Contact page hero — matches homepage gradient */
.swarm-hero-bg {
  background-image: linear-gradient(90deg, #fff1b5 0%, #fff5b7 14%, #fffebe 28%, #f6ffc6 44%, #eeffd0 58%, #ebffd8 72%, #eaffdf 85%, #eaffe1 100%) !important;
  background-size: 200% 200% !important;
  animation: gradient-shift 15s ease infinite;
  padding: 80px 0 50px !important;
}

@media (max-width: 980px) {
  .swarm-hero-bg { padding: 60px 0 40px !important; }
}

@media (max-width: 767px) {
  .swarm-hero-bg { padding: 40px 0 30px !important; }
  .swarm-contact-body { padding: 20px 0 30px !important; }
}

@keyframes gradient-shift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

