/*
File Name: style.css
Theme Name:  BusinessLounge - Child Theme
Author: RT-Themes
Version: 1.0
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/user/stmcan
Description: Designed and developed by RT-Themes - <a href="http://themeforest.net/user/stmcan">stmcan</a>
License: GNU General Public License
License URI: /Licensing/gpl.txt
Text Domain: businesslounge
Template: businesslounge
*/

.gradient-1 {
	background: radial-gradient(circle farthest-side at 20% 29%, #ffffff33 50%, #ffffff00 50% 100%), radial-gradient(circle farthest-corner at 65% 61%, #ffffff80 50%, #ffffff00 50% 100%), radial-gradient(circle farthest-corner at 28% 90%, #ffffff40 50%, #ffffff00 50% 100%), linear-gradient(to top right, #520f99ff 0%, #9b17e8ff 50%, #541665ff 100%);
	background-blend-mode: soft-light;
}

.text-gradient-1 {
	background: radial-gradient(circle farthest-side at 20% 29%, #ffffff33 50%, #ffffff00 50% 100%), radial-gradient(circle farthest-corner at 65% 61%, #ffffff80 50%, #ffffff00 50% 100%), radial-gradient(circle farthest-corner at 28% 90%, #ffffff40 50%, #ffffff00 50% 100%), linear-gradient(to top right, #520f99ff 0%, #9b17e8ff 50%, #541665ff 100%);
	background-blend-mode: soft-light;
	color:transparent !important;
	background-clip:text;
}

.gradient-2 {
	background: radial-gradient(circle farthest-side at 20% 29%, #ffffff33 50%, #ffffff00 50% 100%), radial-gradient(circle farthest-corner at 65% 61%, #ffffff80 50%, #ffffff00 50% 100%), radial-gradient(circle farthest-corner at 28% 90%, #ffffff40 50%, #ffffff00 50% 100%), linear-gradient(to top right, #5100a8ff 0%, #a000ffff 42%, #590d6eff 100%);
	background-blend-mode: soft-light;
}

.gradient-3 {
	background: radial-gradient(circle farthest-side at 20% 29%, #ffffff33 50%, #ffffff00 50% 100%), radial-gradient(circle farthest-corner at 65% 61%, #ffffff80 50%, #ffffff00 50% 100%), radial-gradient(circle farthest-corner at 28% 90%, #ffffff40 50%, #ffffff00 50% 100%), linear-gradient(to top right, #f2f2f2ff 0%, #ebdcf4ff 49%, #edededff 100%);
	background-blend-mode: soft-light;
}

.button-yellow-gradient {
  background: linear-gradient(135deg, #ffcc00, #fcac00);
  color: #000;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 10px rgba(252, 172, 0, 0.3);
}

.button-bhv:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(252, 172, 0, 0.4);
}

.button-bhv:active {
  transform: translateY(0px);
  box-shadow: 0 3px 8px rgba(252, 172, 0, 0.3);
}