/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 */

.ic-box path
 {
    fill: white !important;
}
.ic-box svg {
	  padding:22px;
    background: #064459 !important;
    border-radius: 10px !important;
    width:60px !important;
	  height:60px !important;
}

.ic-box-2 path
 {
    fill: white !important;
}
.ic-box-2 svg {
	  padding:15px;
    background: #bfda3c !important;
    border-radius: 10px !important;
    width:60px !important;
	  height:60px !important;
}
.txt-heading{
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}
.ic-cont{
    position:relative;
}
 

.down-arrow svg {
    position:absolute !important;
    top:100px !important;
}
.our-prt .elementor-image-gallery .gallery-item img{
    transition: transform 0.4s ease;
}

.our-prt .elementor-image-gallery .gallery-item img:hover{
    transform: scale(1.1);
}
 
.bx1{
    transition: all 0.4s ease;
    overflow: hidden;
}

.bx1,
.bx1 *{
    transition: all 0.4s ease;
}

/* Box Hover */
.bx1:hover{
    background: #BFDA3C !important; /* Green */
}

/* Text White */
.bx1:hover .elementor-heading-title,
.bx1:hover .elementor-button-text{
    color: black !important;
}

/* Full Rotate Image */
.bx1 img{
    transition: transform 0.8s ease;
}

.bx1:hover img{
    transform: rotate(360deg);
}

/* Button Hover Style */
.bx1:hover .elementor-button{
    background: #fff !important;
    border-color: #fff !important;
}

.bx1:hover .elementor-button-text{
    color: #000 !important;
}

.ic-box-2 a {
    text-decoration:none !important;
}

/*this button css*/
/* Menu item setup */
.m-menu li {
    position: relative;
    overflow: hidden;
}

/* Hover line */
.m-menu li::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 100%;
    background: #bfda3c; /* Change color if needed */
    z-index: 0;
    transition: top 0.4s ease;
    pointer-events: none;
}

/* Animate from top to bottom */
.m-menu li:hover::before {
    top: 0;
}

/* Keep text above the effect */
.m-menu li a {
    position: relative;
    z-index: 1;
}


/*button css */
.bt1 .elementor-button,
.fm-1 button,
.fm-22 button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease, border-radius 0.4s ease;
}

/* Background layer */
.bt1 .elementor-button::before,
.fm-1 button::before,
.fm-22 button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #000;
    transition: left 0.4s ease;
    z-index: -1;
}

/* Hover effect */
.bt1 .elementor-button:hover,
.fm-1 button:hover,
.fm-22 button:hover {
    color: #fff !important;
    border-radius: 0 !important;
}

.bt1 .elementor-button:hover::before,
.fm-1 button:hover::before,
.fm-22 button:hover::before {
    left: 0;
}

/* Ensure text turns white */
.bt1 .elementor-button:hover .elementor-button-text,
.fm-1 button:hover,
.fm-1 button:hover span,
.fm-22 button:hover,
.fm-22 button:hover span {
    color: #fff !important;
}