/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
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/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.4.1780653118
Updated: 2026-06-05 09:51:58

*/

/* Header Start */
.main-navigation a:focus {
    outline: none;
}
.main-navigation ul.main-header-menu {
    column-gap: 25px;
}
.main-navigation .menu-item a {
	position: relative;
	padding: 2px 0px !important;
}
.main-navigation .menu-item a:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
	border-width: 1px;
    visibility: hidden;
    opacity: 0;
    border-bottom: 1px solid transparent;
}
.main-navigation .menu-item:hover a:after {
	width: 100%;
    visibility: visible;
    opacity: 1;
    border-color: #fff;
}

.sticky-header {
    box-shadow: 0px 4px 4px #ffffff50;
}
.sticky-header {
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%) !important;
    z-index: 9999;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%) !important;
    z-index: 999;
    position: fixed !important;
    top: 0px;
    width: 100%;
}
.site-header.sticky-header {
    top: 0px !important;
}
@-webkit-keyframes fadeInDown {
from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
}
to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
}
}
@-moz-keyframes fadeInDown {
from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
}
to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
}
}
/* Header close */


/* Home Page Start */
.home-banner {
    background: radial-gradient(circle at top right, rgba(52, 109, 255, 0.18), transparent 35%), radial-gradient(circle at bottom left, rgba(29, 186, 116, 0.14), transparent 35%);
}
.btn a {
	transition: all 0.3s ease;
}
.btn-primary a:hover {
	box-shadow: 0 0 10px #F5F5F3;
}
.btn-secondary a:hover {
	box-shadow: 0 0 10px #FFFFFF50;
}
.mock-card {
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}
.badge .elementor-heading-title {
    position: relative;
	padding-left: 15px;
}
.badge .elementor-heading-title:after {
	content: "";
	position: absolute;
	width: 8px;
    height: 8px;
    top: 5px;
    left: 0px;
    border-radius: 50%;
	background: #1dba74;
	box-shadow: inset 0 0 0.5em 0 #1dba74, 0 0 0.5em 0 #1dba74;
	animation: glow 1.4s ease-out infinite;
}
.status-pill{
	box-shadow: 0 0 0 0 #1dba74;
	animation: glow 2.0s ease-out infinite;
}
@keyframes glow {
  0% {
    box-shadow: 0 0 0 0 #1dba74;
  }
  
  50% {
    box-shadow: 0 0 20px 0 #1dba74;
  }
}
.payout-box {
    background: linear-gradient(135deg, rgba(52, 109, 255, 0.18), rgba(29, 186, 116, 0.1));
}
.dot {
    position: relative;
    padding-left: 20px;
}
.dot:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
    left: 0px;
    border-radius: 50%;
}
.gold.dot:after {
	background: #c7a76c;
}
.blue.dot:after {
    background: #346dff;
}
.green.dot:after {
    background: #1dba74;
}
.white.dot:after {
    background: #ffffff;
}
.card-number {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.65);
}
.card:hover .card-number{
	background: #fff;
}
.card:hover .card-number div {
	color: #000;
	font-weight: 600;
}
.card {
	transition: 0.4s ease-out
}
.card:hover {
	box-shadow: 0 0.5em 0.5em -0.4em #fff;
  	transform: translateY(-0.50em);
}
.eael-fancy-text-container .eael-fancy-text-strings {
    font-size: 12px !important;
    font-weight: normal !important;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: "Arial", Sans-serif;
    color: rgba(255, 255, 255, 0.52);
}
.feature-list {
    position: relative;
    padding-left: 15px;
}
.feature-list:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 7px;
    left: 0px;
    border-radius: 50%;
	background-color: #ddd;
}
.gold.feature-list:after {
	background: #c7a76c;
}
.blue.feature-list:after {
    background: #346dff;
}
.green.feature-list:after {
    background: #1dba74;
}
.white.feature-list:after {
    background: #ffffff;
}
#ast-scroll-top {
    display: none !important;
}

/* Home Page Start */

/* Footer Start */
footer .site-below-footer-wrap {
    padding: 10px 0px !important;
}
footer .ast-footer-copyright p {
    margin-bottom: 0;
    font-size: 14px;
}
footer .site-footer-section-2 .textwidget a {
    color: rgba(255, 255, 255, 0.52);
    font-size: 14px;
    margin-left: 20px;
}
.site-footer-section-2 .textwidget {
    text-align: end;
}
footer .site-footer-section-2 .textwidget a:hover {
    color: #fff;
	border-bottom: 1px solid #fff;
	
}
/* Footer Close */

@media screen and (max-width: 767px) {
/* Header start */
	[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
		width: 29px;
		height: 29px;
}
	.ast-button-wrap .menu-toggle.main-header-menu-toggle {
		padding: 7px !important;
		border: 1px solid rgba(255, 255, 255, 0.15) !important;
		border-radius: 14px;
		background: rgba(255, 255, 255, 0.04) !important;
}
	.main-navigation ul {
		box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
		background: #080808 !important;
		padding: 0px 16px;
		border-width: 3px 0 0 0 !important;
		border-style: solid;
		border-color: #fff !important;
}
	.ast-button-wrap .menu-toggle:focus {
    	outline: none;
}
	.main-navigation ul li.menu-item {
    	text-align: center;
}
	.main-navigation .menu-item a {
    	padding: 14px 14px !important;
}
	.main-navigation ul li a {
		font-size: 15px;
        color: #fff !important;
        white-space: nowrap;
        line-height: 1.5em;
        border-color: rgba(255, 255, 255, 0.1) !important;
        font-weight: 600;
        letter-spacing: 0.5px;
}
	.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item:last-child .menu-link {
		border-bottom-width: 0px;
	}



/* Header close */
	
/* Home Page start */
	.hero-stats .elementor-element.e-con-full {
    background: rgba(255, 255, 255, 0.03);
}
/* Home Page close */	
	
/* Footer Start */
	.site-footer-section-2 .textwidget {
    text-align: center;
}
/* Footer close */
}