/**
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
*/
header, footer, body {
    font-family: 'Poppins', sans-serif;
}

.grecaptcha-badge,.wpcf7-spinner, .wpcf7 form.sent .wpcf7-response-output   {display:none}
a,a:focus{outline:none}
[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus { outline:none;border-style:none}
.ast-mobile-popup-drawer .ast-mobile-popup-header .menu-toggle-close:focus {outline:none;border: none;}
@media only screen and (min-width: 1450px) {
	/* .ast-builder-grid-row-5-equal .ast-builder-grid-row {
    grid-template-columns: 24% 15% 16% 17% 26%;
    grid-column-gap: 0px;
}*/
    .ast-container   {
        max-width:1440px;
    }
	.site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row, .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row, .site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row  {
        max-width: 1400px !important;
    } 
}
@media only screen and (max-width: 1024px) {
	.nav-up {
        	top: -120px !important;
    	}
} 


/* NAVBAR STCIKY */
.sticky {
  position: sticky !important;
  top: 0;
  z-index: 999;
}



/****************** Header Styles ******************/

.no-scroll {
  overflow: hidden;
}



@media(max-width:1199px){
	.ast-primary-header-bar{
		position:unset !important;
		z-index:0 !important;
	}
}

.site-header{
	background:white;
	position:relative !important; 
}

/* Hamburg */
.ast-mobile-menu-trigger-minimal{
	column-gap:15px;
}
.mobile-menu-wrap{
	order:-1;
}

@media(min-width:1025px){
	/* Menu Having Submenu */
/* Parent Menu Item */
.menu-item-has-children {
    position: relative !important;
}

/* Disable ALL Astra's default submenu animations and positioning */
.ast-desktop .ast-menu-hover-style-zoom > .menu-item-has-children:hover > .sub-menu,
.ast-desktop .ast-menu-hover-style-zoom > .menu-item-has-children > .sub-menu,
.ast-fade-up,
.ast-fade-down,
.ast-fade-left,
.ast-fade-right {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
    -webkit-transform: none !important;
    -webkit-transition: none !important;
    -webkit-animation: none !important;
    left: auto !important;
    right: auto !important;
}

/* Invisible Hover Bridge */
.menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 40px;
    background: transparent;
    pointer-events: auto;
}

/* Override Astra's Default Submenu Behavior */
.ast-desktop .menu-item-has-children > .menu-link,
.ast-desktop .menu-item-has-children:hover > .menu-link {
    pointer-events: auto !important;
}

/* Main Submenu Container - Initial State */
.sub-menu {
    position: absolute !important;
    left: 17px !important; /* Set initial left position */
    top: 62px !important; /* Set initial top position */
    opacity: 0 !important;
    transform: scaleY(0) scaleX(0) !important;
    transform-origin: top left !important;
    visibility: hidden !important;
    transition: transform 0.3s ease, opacity 0.3s ease !important;
    width: 248px !important;
    display: block !important;
}

/* Submenu Hover State */
.menu-item-has-children:hover > .sub-menu {
    background: #fff !important;
    padding: 0 !important;
    border-top: 1px solid #f7f7f7 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    z-index: 1000 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: scaleY(1) scaleX(1) !important;
}

/* Submenu Item Styles */
.sub-menu .menu-item {
    border-bottom: 1px solid #f7f7f7;
}

.sub-menu .menu-item:hover {
    background-color: #426B1B !important;
}

.sub-menu .menu-item:hover .menu-link {
    color: white !important;
}

	.site-header .sub-menu .menu-item .menu-link .menu-text:hover{
		color:unset;
	}

.sub-menu .menu-item:last-child {
    border-bottom: none;
}

.sub-menu .menu-link {
    color: #333;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
}
	
}


/* Ensure ALL original SVGs are completely hidden */
.ahfb-svg-iconset svg {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

/* Style for menu icon (hamburger) */
.menu-toggle:not([aria-expanded="true"]) .ahfb-svg-iconset:first-of-type {
    background-image: url('/wp-content/uploads/2025/01/svg-open.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 17.5px;  /* Updated dimensions */
    width: 20px;  /* Updated width */
    height: 17.5px;  /* Updated height */
    display: inline-flex;
}

/* Style for close icon (X) */
.menu-toggle[aria-expanded="true"] .ahfb-svg-iconset:last-of-type {
    background-image: url('/wp-content/uploads/2025/01/svgviewer-output.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 17.5px;  /* Updated dimensions */
    width: 20px;  /* Updated width */
    height: 17.5px;  /* Updated height */
    display: inline-flex;
}

/* Hide the appropriate icon based on menu state */
.menu-toggle:not([aria-expanded="true"]) .ahfb-svg-iconset:last-of-type,
.menu-toggle[aria-expanded="true"] .ahfb-svg-iconset:first-of-type {
    display: none;
}

.ast-mobile-menu-trigger-minimal.toggled .mobile-menu-wrap .mobile-menu{
	color:#426B1B;
}




.site-header .menu-text:hover {
	color:#426B1B;
}



/* Header Mobile Sub Menu */

#ast-hf-mobile-menu{
	    padding-top: 50px !important;
}




/* Center Logo  */


	.site-header{
		position:sticky !important;
		top:0;
		
	}

.ast-mobile-header-wrap {
	position:sticky;
	top:0;
}

.ast-builder-menu-mobile{
	position:fixed;
}

@media (min-width:1025px){
	.site-header-primary-section-right{
	justify-content:space-between;
}
.ast-builder-menu{
	    justify-content: flex-start;
    flex-grow: 1;
}
.ast-main-header-bar-alignment{
	flex-grow: 1;
}
#primary-site-navigation-desktop{
	display:block;
}
.main-navigation{
	display: block;
}
#menu-item-2813{
	margin-right:auto;
}
.site-primary-header-wrap .ast-builder-grid-row{
	display:contents;	
}
.site-header-primary-section-left{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	height: 192px;
	transform:transition 0s fast;
	transition: transform 0s ease-in-out;
    
}
.site-branding{
	background:white;
	
    padding-top: 30px;
	padding-right:56px;
	padding-left:67px;
	padding-bottom:44px;
	
	border-bottom-left-radius:90px;
	border-bottom-right-radius:90px;
	
}
	.site-footer-below-section-2{
		align-self:end;
	}
	
	.site-below-footer-wrap .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns{
		min-height:30px;
	}
}

@media(max-width:1024px){

	.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link{
		text-align:center;
	}
	.site-branding .site-logo-img .custom-logo-link .custom-logo{
		height:82px !important;
		width:143px !important;
	}
	.site-branding{
		padding:9px !important;
	}
	
.menu-item-has-children .menu-link .menu-text::after {
    content: "";
    display: inline-block;
	width:11px;
	height:11px;
	margin-bottom: -4px;
    background-image: url('/wp-content/uploads/2024/12/Vector-1.svg'); /* Replace with your icon URL */
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease-in-out;
    margin-left: 8px;
    vertical-align: middle;
}

.ast-submenu-expanded .menu-link .menu-text::after {
    transform: rotate(180deg); /* Rotate the arrow when expanded */
	margin-bottom:2px;
}
	
	

.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}
	.sub-menu .menu-item .menu-link .menu-text::after, .sub-menu .menu-item .menu-link .ast-icon svg{
		display:none;
	}


.menu-item-has-children:hover .sub-menu {
    display: block;
}
	.sub-menu{
		box-shadow:unset !important;
	}
	
	.sub-menu .menu-item .menu-link{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.sub-menu .menu-item{
		padding-left:65px !important;
		padding-right:65px !important;
	}
	.sub-menu .menu-item .menu-link:hover {
		background: #426B1B !important;
		color: white !important;
	}

	.sub-menu .menu-item .menu-link:hover .menu-text {
		color: white !important;
	}
	
	.main-navigation .main-header-menu .menu-item{
		line-height: 25px;
		padding-top: 0;
		padding-bottom: 40px;
	}
	.main-navigation .main-header-menu .menu-item .menu-link{
		padding-bottom:0 !important;
		padding-top:0 !important;
		line-height:25px;
	}
	.sub-menu .menu-item .menu-link{
		line-height:50px !important;
		
	}
	.sub-menu .menu-item{
		padding-bottom:0 !important;
	}
	.sub-menu{
		padding-top:40px;
	}
	.menu-item-has-children .menu-link .menu-text::after{
		vertical-align:unset !important;
		margin-top:unset !important;
	}
	
	
}






/****************** Footer Styles ******************/

.ast-builder-footer-grid-columns{
	justify-content:space-between;
}

/*  FOOTER BACK TO TOP */
.site-footer-above-section-2 .footer-widget-area {
	position:relative;
}
@media(min-width:1024px){
	.site-footer-above-section-2 .footer-widget-area #block-32{
	position:absolute;
	right:0;
	bottom:0;
}
}

.footer-button.back-to-top-btn {
    background: none !important;
    color: #000000  !important;
    position: relative;
    border: none;
	box-shadow:none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    padding: unset !important;
    text-decoration: none;
}


.footer-button.back-to-top-btn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px; /* Adjust the gap between the text and underline */
    width: 100%;
    height: 2px; /* Thickness of the underline */
    background-color: #000000 !important; /* Matches the text color */
    transform-origin: center;
    transform: scaleX(1); /* Initially hidden */
    transition: transform 0.3s ease, width 0.3s ease; /* Smooth transition */
}

.footer-button.back-to-top-btn:hover::after {
    transform: scaleX(0.3); /* Full-width underline on hover */
	
}
.footer-button.back-to-top-btn:hover{
	background:none !important;
	color:#000000 !important;
}

/*************************************/
.site-footer-above-section-1 .footer-widget-area .widget{
	margin-bottom:unset !important;
}
.site-footer-above-section-1 .footer-widget-area .widget p{
	margin-bottom:30px !important;
}

.site-above-footer-wrap,.site-below-footer-wrap{
	padding-left:20px;
	padding-right:20px;
}

/* Footer- Icon */
.wp-block-image img {
  transition: opacity 0.3s ease-in-out;
}

.wp-block-image .wp-image-84:hover {
  content: url('/wp-content/uploads/2024/12/LinkedIn-Hover.svg');
}
.site-footer-above-section-1 .footer-widget-area .widget .wp-block-heading{
	font-family:"ivyora-text",sans-serif !important;
	color:#426B1B !important;
	font-size:30px !important;
	font-weight:500 !important;
	margin-bottom:5px !important;
	line-height:1.86em !important;
	margin-top:20px !important;
	letter-spacing: 0.06em !important;
}
.site-footer .site-above-footer-wrap .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns .site-footer-above-section-2 .footer-widget-area .widget .widget-title{
	color: #562F73 !important;
    font-size: 25px !important;
    line-height: 40px !important;
    margin-bottom: 25px !important;
	font-family:"ivyora-text", sans-serif !important;
	font-weight:500 !important;
	letter-spacing: 0.06em !important;
}
.menu-footer-menu-container .menu .menu-item .menu-link{
		line-height:2em !important;
		font-size:20px !important;
		margin-bottom:15px !important;
		font-weight:400 !important;
}
.widget_block.widget_text{
	font-size:20px;
	font-weight:600;
	margin-bottom:30px
}
.site-above-footer-wrap{
	padding-top:77px;
}
.site-footer-above-section-2{
	margin-top:17px;
	
}
.footer-buttons{
	display:flex;
	flex-direction:column;
	row-gap:25px;
	
}
.footer-button.contact-btn:hover{
	background:white !important;
	color:#562F73 !important;
}
.footer-button.enquiry-btn:hover{
	background:white !important;
	color:#426B1B !important;
}

.site-footer-above-section-2 .footer-widget-area{
	display: flex;
    column-gap: 100px;
    justify-content: flex-end;
}
@media(max-width:1250px) and (min-width:1024px){
	.site-footer-above-section-2 .footer-widget-area{
	
    column-gap: 30px;
    
}
	.ast-builder-footer-grid-columns{
		column-gap:0px !important;
	}
}
@media (max-width:1024px) and (min-width:545px){
	.ast-builder-footer-grid-columns{
		column-gap:30px !important;
	}
	.site-footer-above-section-2 .footer-widget-area .widget{
		margin-bottom:30px;
	}
	.site-footer-above-section-2 .footer-widget-area .widget .widget-title{
		text-align:left;
	}
	.menu-footer-menu-container ul{
		text-align:left;
	}
	.site-below-footer-wrap .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns{
		display:flex;
		flex-direction:column;
		align-items:center;
		
	}
	.site-below-footer-wrap .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns .footer-widget-area .widget {
		text-align:center;
	}
	.site-below-footer-wrap .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns .footer-widget-area .widget div{
		justify-content:center;
	}
	
	
}
@media (max-width:544px){
	.footer-buttons{
		align-items:center;
	}
	.site-below-footer-wrap .ast-builder-grid-row-container-inner .ast-builder-footer-grid-columns .footer-widget-area .widget div{
		justify-content:center;
	}
	.footer-widget-area .widget_nav_menu{
		margin-bottom:30px;
	}
	.site-footer-above-section-2{
		margin-bottom:unset;
	}
	
}

.menu-footer-menu-container .menu{
	row-gap: 15px;
    display: flex ;
    flex-direction: column ;
}

.site-footer-below-section-1 .footer-widget-area .widget{
	margin-bottom:5px;
	font-size:13px;
}

	.ast-menu-toggle{
		display:none !important;
	}