/**
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
*/
.site-header.sticky {
    position: fixed !important;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(3, 7, 18, 0.02),  0px 3px 4px rgba(3, 7, 18, 0.03),  0px 6px 9px rgba(3, 7, 18, 0.05),  0px 10px 15px rgba(3, 7, 18, 0.06),  0px 16px 24px rgba(3, 7, 18, 0.08);
}
.site-header.sticky .ast-primary-header-bar .site-primary-header-wrap{
	min-height: 90px;
}
.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu {
    box-shadow: 0px 1px 1px rgba(3, 7, 18, 0.02),  0px 3px 4px rgba(3, 7, 18, 0.03),  0px 6px 9px rgba(3, 7, 18, 0.05),  0px 10px 15px rgba(3, 7, 18, 0.06),  0px 16px 24px rgba(3, 7, 18, 0.08);
}
.site-header.sticky .astra-logo-svg {
    filter: invert(-1);
    -webkit-filter: invert(100%);
    filter: invert(100%) !important;
	transition-duration:0.5s;
}
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
   
    min-height: auto;

}
.ast-scroll-to-top-right {
    right: 20px;
    bottom: 45px;
}
.site-header .menu-link {
    color: #fff; /* White color for non-sticky state */
}
.site-header.sticky .menu-link {
    color: #243746; /* Color for sticky state */
    transition: color 0.5s; /* Smooth transition for color change */
}
.site-header span.ast-icon.icon-arrow {
  font-size: 25px;
}
.site-header .menu-item .menu-link svg {
  animation-duration: 0.5s;
  animation-name: ckwback;
  animation-fill-mode: forwards;
  transform-origin: center;
}
.main-header-menu li:last-child a {
  padding-right: 0 !important;
}
.site-header .menu-item.active svg {
  animation-name: ckw;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform-origin: center;
  display: inline-block;
}
@keyframes ckw {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(180deg);
  }
}
@keyframes ckwback {
  0% {
    transform: rotateX(180deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}

/* Hero section */
:root {
  --unnamed-color-6588a7: #6588a7;
  --unnamed-color-121b22: #121b22;
}

.xce-hero-overlay {
  position: relative;
}
.xce-hero-overlay .elementor-background-overlay {
  z-index: 2;
}
.xce-hero-overlay .elementor-background-video-container {
  z-index: 1;
}
.xce-hero-overlay .elementor-container {
  z-index: 5;
}
.xce-hero-overlay::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  background: transparent
    linear-gradient(
      90deg,
      var(--unnamed-color-6588a7) 0%,
      var(--unnamed-color-121b22) 100%
    )
    0% 0% no-repeat padding-box;
  mix-blend-mode: darken;
  opacity: 0.7;
  height: 100%;
  width: 100%;
  z-index: 3;
  left:0;
}

/* resize carousel logos */
.swiper-slide-image {
  width: 100%;
  height: 100%;
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  padding: 15px;
}

/* header submenu */
.main-header-menu .sub-menu {
  width: inherit;
  left: -999em;
}
.main-header-menu .menu-item.focus > .sub-menu,
.main-header-menu .menu-item:hover > .sub-menu,
.main-header-menu .menu-item > .sub-menu.toggled-on {
  left: 10px;
  top: 40px;
}
.ast-theme-transparent-header
  .main-header-menu
  .menu-item
  .sub-menu
  .menu-link {
  text-wrap: nowrap;
}
.main-header-menu .sub-menu .menu-link {
  padding: 0 15px 10px 15px !important;
  display: block;
  word-wrap: break-word;
}
.main-header-menu .sub-menu {
  padding-top: 10px !important;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
  line-height: 34px;
}
/* .button-shine */

.button-shine .elementor-button:hover {
  color: white;
  box-shadow: 0 0 30px 0 rgb(255 98 16 / 52%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.button-shine .elementor-button:hover:before {
  -webkit-animation: shine 0.3s 0s linear;
  -moz-animation: shine 0.3s 0s linear;
  animation: shine 0.3s 0s linear;
}
.button-shine .elementor-button:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.button-shine .elementor-button:before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 15px 3px white;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@-webkit-keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@-moz-keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}

/* contact form  */

form.wpcf7-form p {
  margin-bottom: 0;
}

.wpcf7 .wpcf7-form-control::placeholder {
  color: #758490;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 21px;
}

.wpcf7-form-control {
  border-radius: 25px !important;
}
.cform-button p {
  position: relative;
}
.wpcf7-spinner {
  background-color: #303131;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 6px;
}
.wpcf7-form-control {
  transition-duration: 0.3s;
}
.wpcf7-form-control:focus {
  box-shadow: 0px 0px 0px 4px #ff621061 !important;
  border: 1px solid #4d4d4d !important;
  transition-duration: 0.3s;
}
.wpcf7-form-control.wpcf7-not-valid {
  box-shadow: 0px 0px 0px 2px #ff00004c !important;
  border: 1px solid #ff0000 !important;
  transition-duration: 0.3s;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  background: #dbdbdb;
  border-radius: 25px;
}

.add-marquee::before,
.add-marquee::after {
  background: linear-gradient(
    95deg,
    #f2f7f7 9.52%,
    rgb(242 247 247) 41.46%,
    rgb(255 255 255 / 0%) 88.2%
  );
  content: "";
  height: 100%;
  position: absolute;
  width: 100px;
  z-index: 2;
}
.add-marquee::before {
  left: 0;
  top: 0;
}
.add-marquee::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.fency-img-overlay {
  position: relative;
}
.fency-img-overlay::after {
  content: "";
  background: transparent;
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #cd5925;
  position: absolute;
  top: 10px;
  right: 10px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  opacity: 0.35;
}

/* disable text selection */
.swiper-slide-image {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* underline links */
.site-footer h2 {
  line-height: 26px;
  font-weight: 500;
  font-family: "Roboto";
}
.site-footer li a.menu-link {
  margin-bottom: 10px;
  display: block;
  font-family: "Roboto";
}
ul#menu-footer-explore li a {
  text-decoration: underline;
}
ul#menu-footer-contact li:not(:first-child) a {
  text-decoration: underline;
}
.ast-footer-copyright p {
  font-family: "Roboto";
}


input:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="reset"]:focus, input[type="search"]:focus, input[type="number"]:focus, textarea:focus, .wp-block-search__input:focus, [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus, .ast-mobile-popup-drawer.active .menu-toggle-close:focus, .woocommerce-ordering select.orderby:focus, #ast-scroll-top:focus, #coupon_code:focus, .woocommerce-page #comment:focus, .woocommerce #reviews #respond input#submit:focus, .woocommerce a.add_to_cart_button:focus, .woocommerce .button.single_add_to_cart_button:focus, .woocommerce .woocommerce-cart-form button:focus, .woocommerce .woocommerce-cart-form__cart-item .quantity .qty:focus, .woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus, .woocommerce #order_comments:focus, .woocommerce #place_order:focus, .woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus, .woocommerce .woocommerce-MyAccount-content form button:focus, .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input.input-text:focus, .woocommerce .ast-woocommerce-container .woocommerce-pagination ul.page-numbers li a:focus, body #content .woocommerce form .form-row .select2-container--default .select2-selection--single:focus, #ast-coupon-code:focus, .woocommerce.woocommerce-js .quantity input[type=number]:focus, .woocommerce-js .woocommerce-mini-cart-item .quantity input[type=number]:focus, .woocommerce p#ast-coupon-trigger:focus {
 
  border: unset;
}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .ast-button-wrap {

        position: relative;
        right: -10px;
    }
	.ast-menu-toggle{
    	box-shadow:unset;
    }
	.ast-mobile-popup-content .menu-item > ul.sub-menu li a {
        font-size: 14px;
        line-height: 18px;
    }
	.ast-mobile-popup-content ul.sub-menu {
        margin-left: 1rem;
    }
    .ast-header-break-point .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle>.ast-icon.icon-arrow {
      color: #000;
    }
    .swiper-slide-image {
      padding: 10px;
    }
    .add-marquee::before, .add-marquee::after {
      width: 30px;
    }
    .ast-builder-footer-grid-columns.site-below-footer-inner-wrap.ast-builder-grid-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: auto;
      padding: 0 10px;
    }
    .site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
      margin-bottom: 0;
  }
  .wpcf7-form > div {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
  .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
    top: 0;
    right: 0;
}
  .add-marquee::before, .add-marquee::after {
  background: linear-gradient(90deg, #fefefe 9.52%, rgb(242 247 247 / 18%) 41.46%);
  content: "";
 

  width: 10px;

  }
}