/**
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
.entry-content{
margin-top:2em !important;

/* List icon image*/
.content-area ul {
  list-style: none;
  padding-left: 0;
}
.content-area ul{
	margin-left:0px !important;
}
.content-area ul li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 18px;   
  line-height: 1.6;
}

.content-area ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: px;
  width: 30px;
  height: 30px;
  background-image: url("https://codewila.com/wp-content/uploads/2026/01/approve-accept-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Location footer */

@font-face {
  font-family: 'Poppins';
  src: url('poppins.woff2') format('woff2');
  font-display: swap;
}
.astra-advanced-hook-672,
.astra-advanced-hook-672 .uagb-container-inner-blocks-wrap,
.astra-advanced-hook-672 .uagb-block-e7e79fd3 {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
	max-width:100% !important;
}

.loc-iframe {
    width: 100% !important;
    height: 250px; /* apne hisaab se set kar lo */
    display: block;
    border: 0;
}

#post-7 {
	position:relative;
    margin: 0 !important;
    padding: 0 !important;
}
.ast-article-single {
    margin: 0 !important;
    padding: 0 !important;
}

 a {
  text-decoration: none !important; 
  color: inherit;        
}
/* service1-section-card */
.service1-section-card {
    background-color: white; /* default */
    transition: background-color 0.3s ease; /* smooth change */
}

.service1-section-card:hover {
    background-color: rgba(63, 89, 101, 0.3); /* #3f5965 with 30% opacity */
	border-width:3px;
}
.service1-section-card img{
    width:100% !important;
    height:150px !important;
}

/* Footer Stye */
.footer-hook{
    padding:50px 0px 30px 0px !important;
	margin: 0 !important;
}
.footer-links-list {
  list-style: none;   /* Removes bullet/number */
  margin: 0;          /* Optional: remove default margin */
  padding: 0;         /* Optional: remove default padding */
}
.footer-links-list li  a {
  text-decoration: none !important; 
  color: inherit;        /* parent ka color lega */
}
.footer-class-container h6{
    margin-bottom:0px !important;
}
.footer-class-container ul{
    margin:0px;
    padding:0px;
    
}
ul.footer-links-list {
    color: white;
}

.site-logo img,
.custom-logo-link img {
    background: transparent !important;
}
.footer-privacy a,.footer-privacy p{
    color:white;
}
@media (min-width: 768px) {
  .footer-privacy {
    display: flex;
    justify-content: end;
  }
}
@media (max-width: 767px) {
  .footer-privacy , .footer-rights{
    display: flex;
    justify-content: center;
  }
	.footer-menu{
		text-align:center;
	}
}

/* seperater line css */
.wp-block-uagb-separator.uagb-block-2502b003 {
    width: 100vw !important;   /* full width of viewport */
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.footer-heading,.footer-address h6 {
  margin-bottom: 0px; 
}

/* client-response */
.client-response{
	border-width:1px !important;
}
.client-response:hover{
	
	border-width:3px !important;
}


/* Contact form on contact us page */
.wpcf7-form{
	padding:0px;
}

/* PORTFOLIO-CARD */
.portfolio-card img {
    height: 180px !important;
}

