/**
Theme Name: AxLR
Author: Wecode
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: axlr
Template: astra
*/

body{
    overflow-x: hidden !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.ast-theme-transparent-header .will-be-sticky:not(.has-scrolled) .hide-when-not-sticky{
    display: none !important;
}

body.ast-theme-transparent-header .will-be-sticky:not(.has-scrolled) .bg-white-when-sticky{
    background-color: transparent !important;
}


 .will-be-sticky.has-scrolled.bg-white-when-sticky{
    background-color: #fff !important;
}


body.ast-theme-transparent-header .will-be-sticky:not(.has-scrolled) .color-white-when-not-sticky svg{
    color: #fff !important;
}


body.ast-theme-transparent-header .will-be-sticky.has-scrolled .hide-when-sticky, body:not(.ast-theme-transparent-header)  .hide-when-sticky{
    display: none !important;
}

.rotate-icon-on-hover svg{
    transition: transform 0.3s ease-in-out;
}

.rotate-icon-on-hover svg:hover{
    transform: rotate(180deg);
}

/* Interactive noisy blue gradient background */
:root{
    --mx: 50%;
    --my: 50%;
    --g-dark: rgb(10, 15, 61);
    --g-mid: #04257d;
    --g-light: #c9d3ff;
    --g-ring: #eaf1ff;
    --g-accent: rgba(15, 22, 69, 0.45);
    --pulse: 1;
    --pulse-speed: 12s;
}

#interactive-gradient{
    animation: pulse-breath var(--pulse-speed) ease-in-out infinite;
}

@property --pulse {
    syntax: '<number>';
    inherits: true;
    initial-value: 1;
}

#interactive-gradient{
    position: relative;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(calc(40vh * var(--pulse)) circle at var(--mx) var(--my), rgba(255,255,255,0), rgba(255,255,255, 0.3) 80%, rgba(10, 15, 61,0) 100%),
        radial-gradient(70vh circle at 0% 50%, var(--g-accent) 20%, rgba(223, 223, 223, 0.8) 80%, rgba(241, 241, 241, 0) 90%),
        linear-gradient(180deg, var(--g-dark) 0%, var(--g-mid) 52%, var(--g-light) 100%);
    overflow: hidden !important;
    filter: saturate(125%) contrast(120%);
}

#interactive-gradient .elementor-widget-button,
#interactive-gradient .elementor-widget-button:hover{
    pointer-events: auto !important;
    cursor: pointer !important;
}

@keyframes gradient-spin{to{transform: rotate(360deg);}}

@keyframes pulse-breath{
    0%{ --pulse: 0.9; }
    50%{ --pulse: 1.1; }
    100%{ --pulse: 0.9; }
}

#interactive-gradient::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    inset: -20%;
    background: conic-gradient(from 0deg, rgba(1, 11, 79, 0.85), rgba(103, 130, 220, 0.15), rgba(10,15,61,0.35), rgba(22, 46, 205, 0.75));
    filter: blur(80px);
    animation: gradient-spin 20s linear infinite;
    z-index: -1; pointer-events: none;
}

#interactive-gradient::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    inset: 0;
    pointer-events: none;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cfilter id='n1'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n1)' opacity='1'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cfilter id='n2'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.25' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n2)' opacity='1'/%3E%3C/svg%3E");
    background-color: linear-gradient(180deg, #0a0f3d 0%, #1e3c90 50%, #ffffff 100%);
    background-size: 50px 50px, 50px 50px;
    background-position: 0 0, 0 0;
    background-blend-mode: overlay, soft-light;
    mix-blend-mode: overlay;
    opacity: .3;
    animation: noise-move 6s linear infinite;
    will-change: background-position;
}

@keyframes noise-move{
    0%{background-position: 0 0, 0 0;}
    100%{background-position: 30px -30px, -30px 30px;}
}



@media (prefers-reduced-motion: reduce){
    #interactive-gradient{ animation: none; }
}