/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: salahuddin
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 5,700+ 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.11.12.1758108461
Updated: 2025-09-17 11:27:41

*/











@media(max-width:1025px){
	.nav-top-bar{
	background-color:#004d75;
}
}



/* smal screen hinding links */
#menu-1-5fb97e5{
	max-height: 100vh;
  overflow-y: auto;
}
.link-custom-product
 {
  display: inline-block;
  animation: tiltShake 1s infinite ease-in-out;
  transform-origin: center;
}

@keyframes tiltShake {
  0% {
    transform: rotate(0deg) translateX(0);
  }
  10% {
    transform: rotate(-3deg) translateX(-2px);
  }
  20% {
    transform: rotate(3deg) translateX(2px);
  }
  30% {
    transform: rotate(-3deg) translateX(-2px);
  }
  40% {
    transform: rotate(3deg) translateX(2px);
  }
  50% {
    transform: rotate(0deg) translateX(0);
  }
  100% {
    transform: rotate(0deg) translateX(0);
  }
}





#n2-ss-4item1, .n2-style-efd1b1e220a3a3d8ce2c3f3e0d33a018-heading{
	  font-family: 'poppins';
}
.elementor-element-16b49bb .e-con-inner, .n2-ss-section-main-content{padding-top:0px !important;}
@media (min-width:776px){
	.row-1-top-slider .n2-ss-layer-row{
	border-radius:0px 0px 15px 15px !important;
}
}
.elementor-counter-title{
	text-align: center;
  line-height: 1.8em !important;
}

.whatsapp-icon{
	position:fixed;
	bottom: 75px;
  right:32px;
}
.call-icon{
	position:fixed;
	bottom: 130px;
  right: 32px;
}
.mail-icon{
	position: fixed;
  bottom: 187px;
  right: 32px;
  border: 1px solid #b331295e;
  border-radius: 100%;
  padding: 0px 4px 1px 4px;
	background-color:#fff;
}
#ast-scroll-top{
	border-radius:30px;
	display:flex;
	justify-content:center;
	align-items:center;
	width:40px;
	height:40px;
	bottom: 19px;
}

@media (max-width:776px){
	.mail-icon, .whatsapp-icon, .call-icon{
		 right: 10px;
	}
	.ast-scroll-to-top-right {
  right: 10px !important;
}
	#ast-scroll-top{
	  right: 10px !important;
}
}




.main-header {
  position: relative; /* default */
  transition: all 0.3s ease;
}

.main-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 1000;
	background-color:#fff !important;
}



.card-shadow{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


/* form css------------------------------------------------------------------------------------------- */
#nf-form-title-2, .nf-form-fields-required{
	display:none;
}
label{
	color: #000 !important;
  font-size: 16px;
  font-weight: 400 !important;
}
.nf-field-element{
/* 	border:1px solid #1E3A8A; */
}
.nf-field-element input{
	border-radius: 0;
	border: 1px solid #000;
}
textarea{
	border-radius: 0;
	border: 1px solid #000;
}
#nf-field-14{
	border-radius: 0;
	border: 1px solid #000;
	height:50px;
}
#nf-field-11{
	width: 100%;
  background-color: #1E3A8A;
  border: none;
  margin-top: 10px;

}
/* form css------------------------------------------------------------------------------------------- */





/*  home page*/
html:has(.page-id-17){
	overflow-x:hidden !important;
}


/*  card hover effect -----------------------------------------------------------*/

 .hover-col {
  position: relative;
  overflow: hidden;
}


.hover-col .product-button-overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;

  display: flex;
  padding: 15px;    
flex-direction: column;
justify-content:flex-end;
}


.hover-col .product-button-overlay .product-button-area {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition-delay: 0.3s;     
  width: auto;
  height: auto;
	bottom: 0;
  top: auto;
}


.hover-col:hover .product-button-overlay {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.hover-col:hover .product-button-overlay .product-button-area {
  opacity: 1;
  transform: translateY(0);
}





/* Product-carausel-card----------------------------------------------------------------------------------- */
.sina-cs-title{
color: #fff;
  background: #0000005c;
  padding: 2px 7px;
}
.Product-carausel-card-btn{
  text-decoration: none !important;
  color: #1E3A8A;
  padding: 7px 10px;
  background: #fff;
	transition:all 0.5s;
}

.Product-carausel-card-btn:hover{
  color: #fff;
  background:#1E3A8A;
}



/* blog listing page css ---------------------------------------------------------*/

.post-content.ast-grid-common-col{
	display: flex;
  justify-content: end;
  flex-direction: column;
}
.ast-grid-common-col{
	height:400px;
}
.ast-grid-common-col .entry-header {
	margin-bottom: 3.5em;}



