/* 
	Theme Name: Maxhost Child Theme
	Version: 1.0
	Theme URI: https://fluentthemes.com
	Description: A basic starter child theme for Maxhost
	Author: Fluent-Themes
	Author URI: http://themeforest.net/user/fluent-themes
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template: maxhost
*/

/* ================================================================ 
     GLOBAL STYLES - Start your custom styles from below
=================================================================== */


.bg-parallax-10 {
	background:url(https://nziranova.com/wp-content/uploads/2026/07/nzira-nova-technologies-05-focused-in-a-tech-inspired-office-90-percent-opacity-1920x650-1.webp) no-repeat center top;
}

/* /////////////////////////////////////////////////////////////////////////////  */

.pricing-box.style-1:hover div.price, .pricing-box.style-1.active div.price {
	background:#06162E;
}

.faq_whitetext_custom {
	background:#06162E;
	color:#FFF;
}

.pricing-box.style-1 {
	background:#F5F8FC;
	padding:25px 0;
	box-shadow: 0 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
	position: relative;
	transition: box-shadow 0.2s ease-in-out 0s;
	transition: all 0.3s ease-out 0s !important;
}