/**
Theme Name: Astra Child Theme
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-theme
Template: astra
*/


/*== default Style Starts ==*/
.container { width:100%; max-width:1240px; margin:0 auto; }

.row { display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: row; gap: 60px; }

.col-sm-12 { width:100%; }

.col-sm-9 { width:75%; }

.col-sm-8 { width:66.66%; }

.col-sm-6 { width:50%; }

.col-sm-4 { width:33.33%; }

.col-sm-3 { width:25%;  }

/*== default Style Ends ==*/

.team-carousel .slick-track .slick-slide .premium-person-image-container { 
	background-image:url(https://a2bproperty.ewebstaging.com/wp-content/uploads/2024/12/team-background.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
}
.team-carousel .slick-track .slick-slide .premium-person-image-container img { width:auto; height:350px; margin:0 auto; }
.team-carousel .slick-track .slick-slide .premium-person-info { background:none; }
.team-carousel .slick-track .slick-slide .premium-person-info-container { padding: 20px 0; }

/*== Single Blog Style ==*/
.single-blog-image { width:100%; padding:0; background-color:#151D31; border-radius:0 0 30px 30px; }

.single-blog-image h1 { font-family: "Inter", Sans-serif; font-size: 50px; font-weight: 700; margin-top: 20px; margin-bottom: 20px; color:#fff;  }

.single-blog-image img { width:100%; border-radius:30px; }

.blog-banner-gap { min-height:520px; background-size: cover; background-repeat: no-repeat; background-position: center center; }

.single-blog-content { width:90%; margin:60px auto 0; }

.single-blog-content h2 { font-family: "Inter", Sans-serif; font-size: 30px; font-weight: 700; margin-top: 20px; margin-bottom: 10px; }

.single-blog-content h3 { font-family: "Inter", Sans-serif; font-size: 24px; font-weight: 700; margin-top: 20px; margin-bottom: 10px; }

.single-blog-content h4 { font-family: "Inter", Sans-serif; font-size: 18px; font-weight: 700; margin-top: 20px; margin-bottom: 10px; }

.single-blog-content img { box-shadow:none; border-radius:15px; }

.single-blog-content a { color:#151618; text-decoration:underline; cursor:pointer; }

.single-blog-content a:hover { color:#1F9C5B; text-decoration:none; }

.uael-post-wrapper { border-radius:10px; overflow:hidden; }

.footer-newsletter {
	width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    gap: 15px;
	margin:0 !important;
}
.footer-newsletter p {
	margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
}
.footer-newsletter .form-title {
	color: #fff;
    font-size: 20px;
    width: 120px;
}
.footer-newsletter .form-area {
	width: calc(100% - 135px);
}
.footer-newsletter .form-area input.form-control {
	height: 50px;
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #fff;
    margin: 0 !important;
    border-radius: 7px 0 0 7px !important;
    padding: 10px 15px;
	font-size:16px;
}
.footer-newsletter .form-area input[type="submit"] {
	height:50px;
	background:#29AB68 !important;
	color:#fff;
	border:1px solid #29AB68 !important;
	border-radius: 0 7px 7px 0 !important;
	padding: 10px 15px;
	font-size:16px;
	font-family: "Inter", Sans-serif;
}
/*== Contact Form ==*/
.form-area {}

.form-area .row { gap:20px; }

.form-area p { margin:0; }

.form-area .form-group { margin-bottom:15px; }

.form-area .form-group input.form-control {
	width:100%;
	height:50px;
	padding:10px 15px;
	border-radius:10px;
}
.form-area .form-group textarea.form-control {
	width:100%;
	height:140px;
	padding:15px;
	border-radius:10px;
}
.form-area input.form-button {
	height:60px;
	background:#000;
	border-radius:10px;
	color:#fff;
	padding:15px 30px;
}
.form-area .frm-info {
	color:#fff;
}

@media screen and (max-width:767px) {
	.footer-newsletter { flex-direction:column; }
	.footer-newsletter .form-title { width:100%; }
	.footer-newsletter .form-area { width:100%; }
}