/*
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.11.14.1762777877
Updated: 2025-11-10 12:31:17

*/

.main-form-div .form-div {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.button-icon svg{
	font-size: 10px;
}
.main-form-div input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select {
    padding: 30px 16px !important;
    font-family: 'Outfit';
    border: 1px solid #E3E3E3;
    border-radius: 10px !important;
    font-size: 21px;
}
.main-form-div .input-form-div {
    width: 30%;
}
.main-form-div  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    display: block;
    margin: auto;
    background: #215489  !important;
    border-radius: 50px;
    font-size: 30px;
    padding: 20px 70px;
    font-family: 'Outfit';
}
.main-form-div  input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {

    background: #29aae2 !important;

}
.color-box-change:hover h6, .color-box-change:hover p{
	color: white !important;
}
.color-box-change:hover img{
    filter: brightness(0) invert(1);
}
.counter-color:hover  p{
	color: white !important;
}
.counter-color:hover .elementor-counter {

    filter: brightness(0) invert(1);
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    background: #5dbae5;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
    background: #5dbae5;
}
.logged-in a.button {
    background: #5cbce6 !important;
}
button#place_order {
    background: #47a2d9;
}
@media screen and (max-width: 768px) {
.main-form-div .form-div {
    display: block !important;
}
	.main-form-div  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 20px;
    padding: 15px 40px;
}
	.main-form-div .input-form-div {
    width: 90%;
    display: block;
    margin: 0 auto;
}
}

 .pricing-features {

  font-family: outfit, sans-serif;

}

.pricing-features ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing-features li  span{
    
    font-size: 18px;
}
.pricing-features li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
  font-size: 15px;
}

.pricing-features li:last-child {
  border-bottom: none;
}

.pricing-features  .icon {
  font-size: 18px;
  width: 20px;
  text-align: center;
}

.pricing-features  .check {
  color: #00b24f; 
  font-weight: bold;
}

.pricing-features .cross {
  color: #d80000; 
  font-weight: bold;
}