/*
Theme Name: Novo 
Theme URI: http://promo-theme.com/novo/
Author: Promo Theme
Author URI: http://themeforest.net/user/ypromo
Description: We present you an Awesome Photography WordPress Theme. You can build a beautiful site, using 6 homepages. Much galleries, styles of blogs, and much much more make your site individual and creative.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: novo
Template: novo

*/.social-links {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  justify-content: start;
}

.social-btn {
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

.social-btn:hover {
  opacity: 0.8;
}

.social-btn.whatsapp {
  background-color: #25D366; /* WhatsApp green */
}

.social-btn.instagram {
  background-color: #E1306C; /* Instagram pink */
}


