/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * 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/
 */
.single-product .site-content  .ast-container , .page-template-services-page .site-content  .ast-container , .single-system .site-content  .ast-container , .page-template-products-page .site-content  .ast-container
 {
    max-width: unset !important;
    padding: 0 !important;
}
header .site-branding.ast-site-identity {
    padding: 6px 0px;
}
header .site-above-header-wrap p{
	margin-bottom: 0px;
}
.bg_image_hero {
  background-image: linear-gradient(45deg, #0000004f, transparent),
    url(/wp-content/uploads/2025/12/hero-bg-1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_whatwedo{
    background-image: linear-gradient(45deg, #0000004f, transparent),
    url(https://aceengineeringindia.com/wp-content/uploads/2025/12/what-we-do.png);
  background-position: center;
  background-size: cover;
  height: auto;
  background-repeat: no-repeat;
}
@keyframes expandAndColor {
  0% {
    width: 78%; /* Approximate starting width */
  }
  100% {
    width: 100%;
  }
}

.w_2{
  min-width: 190px;
  padding: auto 20px;
}
.home  .w_2 {
    min-width: 190px;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 400;
}
.button-div a {
  transition: 0.5s ease-in-out;
}
.button-div a > span{
  transition: 0.5s ease-in-out;

    width: 78%;
}
.button-div a:hover span {
  transition: 0.5s ease-in-out;

animation: expandAndColor 0.3s ease-in-out forwards;
}
.button-div a svg {
position: absolute;
  transition: 1s ease-in-out;
  right: 0px;
  bottom: 15px;
  z-index: 2;
}
.button-div a:hover svg {
  transition: 1s ease-in-out;
}


.image_div{
  height: 350px;
}
.image_div img{
  height: 100%;
  object-fit: cover;
}
.bg_footer{
  background-image: linear-gradient(45deg, #403636ed, #403636f1), url(https://images3.alphacoders.com/100/thumb-1920-1004589.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  
}



/* single product page */
.bg_img_single_product{
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.19) 0.02%, #000000 100%) ,url('https://aceengineeringindia.com/wp-content/uploads/2025/12/bg-single-product.png');
}

.single_product_gallery .card_div img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in;

  border-radius: 15px;
}
.single_product_gallery .card_div img:hover{
  transform: scale(1.05);
  transition: 0.2s ease-in;
}


/* cta */
.cta .img_cat {
    width: 70%;
    position: absolute;
    top: -13em;
    z-index: 0;
}
.grid_layout img{
    border-radius: 20px;
    height: 478px;
    object-fit: cover;
    object-position: bottom;
	
}
.ul_li {
    list-style-type: unset;
    padding: unset;
    margin: 17px;
}ul.ul_li li {
    margin-bottom: 5px;
}
/* .single-product p {
    padding-top: 10px !important;
    padding-bottom: 15px !important;
} */
.card_container {
            display: flex;
            gap: 20px;
            max-width: 1200px;
            width: 100%;
            flex-wrap: wrap;
        }

        .card {
            background-color: #0a111e;
            border: 1px solid #1e2a3d;
            border-radius: 8px;
            flex: 1;
            min-width: 300px;
            padding: 0;
            overflow: hidden;
        }

        .card-header {
            background-color: #000000;
            padding: 20px;
            text-align: center;
            border-bottom: 1px solid #1e2a3d;
        }

        .card-header h2 {
            margin: 0;
            font-size: 1.25rem;
            letter-spacing: 0.5px;
        }

        .card-content {
            padding: 30px;
        }

        .list-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
            line-height: 1.5;
            font-size: 0.95rem;
            color: #e0e0e0;
        }

        .checkmark {
            color: #ffcc00;
            margin-right: 12px;
            font-weight: bold;
            font-size: 1.1rem;
            flex-shrink: 0;
        }
.form_row {
    display: flex;
    gap: 7px;
    margin-bottom: 15px !important;
}
.form_row input {
    color: black !important;
    font-weight: 300 !important;
}
.form_row .form_col {
    flex: 1;
}
.form_row input  , .form_row select{
    color: black !important;
    font-weight: 300 !important;
     height: 47px;
}
.form_title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 18px;
}
.form_row input::placeholder {
    color: #393939;
}
.form_row textarea {
    height: 162px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px;
    font-size: 13px;
    font-weight: 300;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
}
        @media (max-width: 768px) {
            .container {
                flex-direction: column;
            }
        }
@media screen and (max-width: 768px){
  .cta .img_cat {
    display: none;
 }
	.home  .w_2 {
    min-width: 147px;
	}
	.grid_layout img {
    height: 377px;
     }
}