/**
Theme Name: Astra Child
Author: Brainstorm Force
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: astra-child
Template: astra
*/



/* PROCESS STEP NUMBER STYLE (1,2,3,4) */
.custom_we_build h2.uagb-heading-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    background-color: #ff5a00; /* Zelevation Orange */
    color: #ffffff;

    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;

    margin-bottom: 14px;
}

/* Optional: slight shadow for depth */
.custom_we_build h2.uagb-heading-text {
    box-shadow: 0 6px 16px rgba(245, 158, 11, 0.25);
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Header visual separation */

/* Sticky header */
#masthead {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
    border-bottom: 1px solid rgba(15, 23, 42, 0.04);
}


.home .wp-site-blocks > section:first-child {
    background: linear-gradient(
        180deg,
        #f8fafc 0%,
        #ffffff 100%
    );
}

/* Why Choose use section */

@media screen and (max-width: 600px) {
	.custom_why_choose_section {
	padding-left: 10px!important;
	padding-right: 10px!important;
}
	.custome_button_hero_setion  {
    justify-content: center!important;
}
	.custom_contact_page_column {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
}

.ast-footer-copyright a {
    text-decoration: underline !important;
}

/* Card Shadow */
.premium-card {
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
	
}

/* Hero section */
/* Left column glass container */


/* Mobile pe grid ko 1 column karne ke liye */
@media (max-width: 767px) {
    .zelevation-stats-grid {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .zelevation-stats-grid > .wp-block-column {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 20px; /* Har item ke beech thoda gap */
        text-align: center;
    }
}