/**
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
*/

/*My Custom Css*/
/*header*/
.wpr-nav-menu .wpr-menu-item{
  position: relative;
  transition: transform .4s ease-in-out !important;
}
.wpr-nav-menu .wpr-menu-item::before{
	content: "";
  	position: absolute;
  	background-color: #312D52;
  	transition: transform .4s !important;
	border-width: 2px 0;
	border-radius: 5px;
  	transform: scaleX(0);
	left: 0;
  	top: 0;
  	height: 100%;
  	width: 100%;
  	border-style: solid;
  	border-color: #312D52;
  	background-color: transparent;
}
.wpr-nav-menu .wpr-menu-item:hover:before{transform: scale(1);}
.wpr-nav-menu .wpr-menu-item::after{
	content: "";
	position: absolute;
  	background-color: #312D52;
  	transition: transform .4s !important;
  	border-width: 0 2px ;
	border-radius: 5px;
  	transform: scaleY(0);
	left: 0;
  	top: 0;
  	height: 100%;
  	width: 100%;
  	border-style: solid;
  	border-color: #312D52;
  	background-color: transparent;
}
.wpr-nav-menu .wpr-menu-item:hover:after{transform: scale(1);}
.wpr-nav-menu .wpr-menu-item.wpr-active-menu-item:before, .wpr-nav-menu .wpr-menu-item.wpr-active-menu-item:after{
	border: 2px solid #312D52; 
	border-radius: 5px;
	transform: scale(1);
}
.wpr-nav-menu .wpr-sub-menu{width: 260px !important;}
.wpr-nav-menu .wpr-sub-icon{top: 53% !important;}
.wpr-nav-menu .menu-item-has-children a{padding-left: 12px !important; padding-right: 30px !important;}
.wpr-nav-menu .wpr-sub-menu li:last-child a{border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;}
.header-icons #Layer_1{border-radius: 3px;}
.header-links a{color: #312D52;}
.header-links a:hover{color: #898989;}
.gsticky-header{
	background-color: #fff !important;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999 !important;
	box-shadow: 4px 3px 40px 0px rgba(16, 33, 34, 0.06) !important;
}
.sticky-header{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999 !important;
	box-shadow: 4px 3px 40px 0px rgba(16, 33, 34, 0.06) !important;
}

/*general*/
.grecaptcha-badge{z-index: 999999 !important;}
.ast-container{max-width: 100% !important; padding-left: 0 !important; padding-right: 0 !important;}
::-moz-selection {
  background-color: #312D52;
  color: #fff;
}
::selection {
  background-color: #312D52;
  color: #fff;
}
a:hover{color: #312D52;}
a:focus{outline: none !important;}
#ast-scroll-top{border: 2px solid #fff; width: 2.2em; height: 2.2em; bottom: 80px;}
#ast-scroll-top:focus{border-style: solid !important; outline: none !important;}
body{background-color: #fff !important;}
.elementor-button{
	position: relative; 
	z-index: 1;
	overflow: hidden; 
	background-color: #312D52;
	border-radius: 5px;
	font-size: 18px;
	letter-spacing: 0.5px;
	padding: 15px 30px;
}
.elementor-button:hover{background-color: #312D52 !important;}
.elementor-button:before, .elementor-button:after{
    position: absolute;
    content: "";
    width: 72%;
    height: 100%;
    background: #454263;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transform: skew(-30deg);
    transition: .6s;
}
.elementor-button:before {
    left: -100%;
    top: 0;
}
.elementor-button::after {
    right: -100%;
    top: 0;
}
.elementor-button:hover::before, .elementor-button:hover::after {
    opacity: 1;
    visibility: visible;
}
.elementor-button:hover::before {left: -20%;}
.elementor-button:hover::after {right: -20%;}
.title-seprator-lines{position: relative;}
.title-seprator-lines:before{
	content: '';
	position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 80px;
    border-bottom: 3px solid #312D52;
    margin-left: -53px;
}
.title-seprator-lines:after{
	content: '';
	position: absolute;
    bottom: 0;
    right: 50%;
    display: block;
    width: 20px;
    border-bottom: 3px solid #9896a8;
    margin-right: -52px;
}
.title-seprator-lines-leftaligned:before{left: 11%;}
.title-seprator-lines-leftaligned:after{right: 89%;}
.title-seprator-lines-leftaligned1:before{left: 5%;}
.title-seprator-lines-leftaligned1:after{right: 95%;}
.title-seprator-lines-leftaligned2:before{left: 11.3%;}
.title-seprator-lines-leftaligned2:after{right: 88.7%;}
.title-seprator-lines-leftaligned3:before{left: 4.7%;}
.title-seprator-lines-leftaligned3:after{right: 95.3%;}
.title-seprator-lines-leftaligned4:before{left: 6.5%;}
.title-seprator-lines-leftaligned4:after{right: 93.5%;}
.title-seprator-lines-leftaligned5:before{left: 5.5%;}
.title-seprator-lines-leftaligned5:after{right: 94.5%;}

/*Home page*/
.bdt-animation-kenburns{animation-duration: 30s !important;}
.bdt-position-bottom-right{top: 50%; bottom: auto !important;}
.bdt-slidenav-previous{right: auto !important; left: 50px;}
.bdt-slidenav-next{right: 50px !important;}
div#n2-ss-2 .n2-style-187c8f66e029f0870b4e7658333120d5-dot{padding: 7px !important;}
.homeabout-txt strong{color: #312D52;}
.whyus-icon-box .elementor-icon-list-item {
	background-color: #fff;
	padding: 15px 20px !important;
	border-radius: 5px;
}
.whyus-icon-box .elementor-icon-list-items{flex-wrap: nowrap !important;}
.whyus-icon-box .elementor-icon-list-item:before{
	content: "";
	position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    bottom: 0;
    background-color: #312D52;
    transition: 0.5s all ease;
    border-radius: 8px;
}
.whyus-icon-box .elementor-icon-list-item:hover:before{height: 100%;}
.whyus-icon-box .elementor-icon-list-item:hover i{color: #fff !important;}
.whyus-icon-box .elementor-icon-list-item:hover span.elementor-icon-list-text{color: #fff !important;}
.whyus-icon-box span.elementor-icon-list-text{z-index: 1;}
.brands-box img{
	width: 100%;
}

/*About us page*/
.about-sep-line:before{border-color: #fff !important;}
.about-sep-line:after{border-color: rgba(255,255,255,0.5) !important;}

/*Products page*/
.salt-item .elementor-image-box-title{
	background-color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 20px;
	position: absolute;
	left: 0;
    right: 0;
    width: 75%;
    margin-top: -95px;
    margin-left: auto;
    margin-right: auto;
	transition: .5s cubic-bezier(.3, .57, .55, 1);
}
.salt-item img{width: 100%;}
.salt-item .elementor-image-box-description{text-align: justify;}

/*Packaging page*/
.packaging-col{min-height: 580px;}
.packaging-col:before{
	content: "";
	position: absolute;
    width: 100%;
    height: 0%;
    top: 0;
    left: 0;
    background-color: #312D52;
    transition: 0.3s all ease;
}
.packaging-col:hover:before{height: 100%;}
.packaging-col:hover .package-title h3{color: #fff !important;}
.packaging-col:hover .packaging-mod .elementor-image-box-description{color: #fff !important;}
.packaging-mod img{height: 380px; object-fit: contain;}

/*Contact page*/
.wpcf7 input.wpcf7-form-control:not([type=submit]){box-shadow: none !important;}
.wpcf7 input.wpcf7-form-control:not([type=submit]):focus{border-style: solid !important;}
.wpcf7 label{font-size: 18px; font-weight: 500;}
textarea{resize: none;}
.wpcf7-textarea{box-shadow: none !important;}
.custom-cform button{box-shadow: none !important;}

/*footer*/
.f-links{display: flex; flex-wrap: wrap;}
.footer-links a{color: #fff; position: relative; padding-left: 40px; flex: 0 0 50%;}
.footer-links a:hover{color: #ffeb3d !important; padding-left: 50px !important;}
.footer-links a:before{
	content: "";
	position: absolute;
	background: url('/wp-content/uploads/2024/08/dots.png') no-repeat;
	background-size: contain;
	width: 28px;
    height: 28px;
    left: -5px;
    top: 0;
    transition: 0.3s;
}
.footer-cbio a{color: #fff;}
.footer-cbio a:hover{color: #ffeb3d !important;}
.footer-cbio li:last-child br{display: none !important;}
.footer-icons #Layer_1{border-radius: 3px;}
.footer-icons a svg path{fill: #fff !important;}
.footer-icons a:hover svg{fill: #ffeb3d !important;}
.footer-icons a:hover svg circle{fill: #ffeb3d !important;}
.footer-icons a:hover svg path{fill: #ffeb3d !important;}
.footer-imgs p{display: flex; gap: 10px;}
.wapp-ficon{width: fit-content !important;}
.wapp-ficon svg{border-radius: 2px;}
.wapp-ficon a:hover svg g rect{fill: #898989 !important;}

/*mobile responsive*/
@media only screen and (max-width: 980px){
	.wpr-mobile-nav-menu{border-top: 3px solid #312D52;}
	.wpr-mobile-nav-menu li a.wpr-mobile-menu-item:focus{background-color: #312D52 !important; color: #fff !important;}
	.wpr-mobile-nav-menu .menu-item-has-children>a:after{
		position: unset !important; 
		transform: none !important; 
		margin-left: 0 !important; 
		margin-right: 0 !important;
		padding-left: 12px;
	}
	.wpr-mobile-nav-menu li.menu-item-has-children li{border-bottom: 1px solid #e8e8e8;}
	.wpr-mobile-nav-menu li.current-menu-parent{background-color: #312D52 !important;} 
	.wpr-mobile-nav-menu li.current-menu-parent a.wpr-mobile-menu-item{color: #fff !important;}
	.wpr-mobile-nav-menu li.current-menu-parent a.wpr-mobile-menu-item:after{color: #fff !important;}
	.wpr-mobile-nav-menu .wpr-mobile-sub-menu-item{padding-top: 10px !important; padding-bottom: 10px !important;}
	.wpr-mobile-nav-menu .wpr-mobile-sub-menu-item:hover, .wpr-mobile-nav-menu .wpr-mobile-sub-menu-item:focus{background-color: #312D52 !important; color: #fff !important;}
	.wpr-mobile-nav-menu .current-menu-item.menu-item-has-children>a:after{color: #fff !important;}
	.hero-sliders .bdt-slideshow-items{min-height: 100% !important;}
	.home-about-img-1{position: unset !important; border: 0 !important; border-radius: 0 !important;}
	.home-about-img-1 img{border-radius: 0 !important;}
	.home-about-img-2{position: unset !important; border: 0 !important; border-radius: 0 !important;}
	.home-about-img-2 img{border-radius: 0 !important;}
	.about-counter-mod{position: unset !important;}
	.title-seprator-lines-leftaligned:before {left: 7.3%;}
	.title-seprator-lines-leftaligned1:before {left: 7.3%;}
	.title-seprator-lines-leftaligned2:before {left: 7.3%;}
	.title-seprator-lines-leftaligned3:before{left: 7.3%}
	.title-seprator-lines-leftaligned4:before {left: 7.5%;}
	.title-seprator-lines-leftaligned5:before {left: 7.5%;}
	.title-seprator-lines-leftaligned:after {right: 92.7%;}
	.title-seprator-lines-leftaligned1:after {right: 92.7%;}
	.title-seprator-lines-leftaligned2:after {right: 92.7%;}
	.title-seprator-lines-leftaligned3:after{right: 92.7%;}
	.title-seprator-lines-leftaligned4:after {right: 92.5%;}
	.title-seprator-lines-leftaligned5:after {right: 92.5%;}
	.whyus-icon-box .elementor-icon-list-items{gap: 20px;}
	.whyus-icon-box .elementor-icon-list-items .elementor-icon-list-item{width: 100%;}
	.country-block .elementor-icon-box-wrapper{display: flex !important; gap: 5px;}
	.packaging-col{min-height: 100%;}
	.footer-imgs p{justify-content: flex-start;}
	.bdt-position-bottom-right{top: 40% !important;}
}

@media only screen and (max-width: 480px){
	.bdt-position-bottom-right{display: none !important;}
	.elementor-button{font-size: 16px;}
	.title-seprator-lines-leftaligned:before {left: 14.7%;}
	.title-seprator-lines-leftaligned1:before{left: 14.7%;}
	.title-seprator-lines-leftaligned2:before{left: 14.7%;}
	.title-seprator-lines-leftaligned3:before{left: 14.7%;}
	.title-seprator-lines-leftaligned4:before {left: 14.7%;}
	.title-seprator-lines-leftaligned5:before {left: 14.7%;}
	.title-seprator-lines-leftaligned:after {right: 85.3%;}
	.title-seprator-lines-leftaligned1:after {right: 85.3%;}
	.title-seprator-lines-leftaligned2:after {right: 85.3%;}
	.title-seprator-lines-leftaligned3:after{right: 85.3%;}
	.title-seprator-lines-leftaligned4:after {right: 85.3%;}
	.title-seprator-lines-leftaligned5:after {right: 85.3%;}
	.hero-sliders .bdt-slideshow-items{min-height: 150px !important;}
	.whyus-icon-box .elementor-icon-list-items{flex-direction: column;}
	.whyus-icon-box .elementor-icon-list-items .elementor-icon-list-item{width: auto;}
	.salt-item .elementor-image-box-title{margin-top: -90px; width: 93%;}
	.contact-box .elementor-icon-box-wrapper{display: flex !important; gap: 20px; align-items: center;}
	#contact-box-3 .elementor-icon-box-wrapper{align-items: flex-start !important;}
	.contact-box .elementor-icon-box-icon{margin-bottom: 0 !important;}
	.footer-imgs p{gap: 15px;}
	.footer-links a:before{width: 24px; height: 24px;}
	.footer-links a{padding-left: 30px;}
	.footer-links a:hover{padding-left: 40px !important;}
}

@media only screen and (max-width: 320px){
	.title-seprator-lines-leftaligned:before {left: 18.7%;}
	.title-seprator-lines-leftaligned1:before {left: 18.7%;}
	.title-seprator-lines-leftaligned2:before {left: 18.7%;}
	.title-seprator-lines-leftaligned3:before {left: 18.7%;}
	.title-seprator-lines-leftaligned4:before {left: 18.7%;}
	.title-seprator-lines-leftaligned5:before {left: 18.7%;}
	.title-seprator-lines-leftaligned:after {right: 81.3%;}
	.title-seprator-lines-leftaligned1:after {right: 81.3%;}
	.title-seprator-lines-leftaligned2:after {right: 81.3%;}
	.title-seprator-lines-leftaligned3:after {right: 81.3%;}
	.title-seprator-lines-leftaligned4:after {right: 81.3%;}
	.title-seprator-lines-leftaligned5:after {right: 81.3%;}
	.footer-cbio .elementor-icon-list-text{font-size: 15px !important;}
}

/*Header Toggle close button styles*/
.wpr-mobile-toggle {
	cursor: pointer;
    display: inline-block;
    position: relative;
}
.wpr-mobile-toggle .wpr-mobile-toggle-line {
   display: block;
   transition: all 0.3s ease;
}
/* CSS for the mobile menu close icon */
.wpr-mobile-toggle.close .wpr-mobile-toggle-line{width: 80% !important;}
.wpr-mobile-toggle.close .wpr-mobile-toggle-line:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
  position: absolute;
}
.wpr-mobile-toggle.close .wpr-mobile-toggle-line:nth-child(2) {opacity: 0;}
.wpr-mobile-toggle.close .wpr-mobile-toggle-line:nth-child(3) {
	transform: rotate(-45deg);
    top: 10px;
    position: absolute;
}