/**
Theme Name: NexstackSolution Child
Theme URI: https://nexstacksolutions.com/
Description: NexstackSolution Child Theme developed by Ayaz Ahmed (Full Stack Developer). This theme powers modern business websites built by Nexstack Solutions. Our agency provides professional IT consulting, custom web development, application development, and scalable digital solutions for startups and enterprises. Designed for performance, flexibility, and seamless integration with page builders like Elementor.
Author: Ayaz Ahmed
Author URI: https://github.com/1Ayazahmed/
Template: astra
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
*/



/* CTA BUTTON */

.ayaz-header .header-container a.header-btn{
display:inline-flex;
align-items:center;
justify-content:center;

padding:14px 36px;
border-radius:999px;

font-size:16px;
font-weight:600;

color:#fff !important;
text-decoration:none !important;

background:linear-gradient(90deg,#0556E5,#32C9FF) !important;
background-color:transparent !important;

border:none !important;

box-shadow:
0 10px 20px rgba(5,86,229,0.35),
0 0 20px rgba(50,201,255,0.35);

transition:all .25s ease;
}

.ayaz-header .header-container a.header-btn:hover{
transform:translateY(-2px);

box-shadow:
0 14px 30px rgba(5,86,229,0.45),
0 0 30px rgba(50,201,255,0.55);
}