/**
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
*/

body.single-post {
    background: #000;
    width: 100%;
    max-width: 100%;
    margin: 0!important;
    padding: 0;
}
body.single-post .single_meta {
    background-color: #000!important;
    padding: 0!important;
    color: #fff;
}
body.single-post .single_meta h1, body.single-post .single_meta h2, body.single-post .single_meta h3, body.single-post .single_meta h4, body.single-post .single_meta h5, body.single-post .single_meta h6{
	color: #fff;
}
.blog_post_preview .blog_content ul li, .blog_post_preview .blog_content ol, .blog_post_preview .blog_content ul, .border.title h1.blogtitle {
    color: #fff!important;
}
body.single-post .single_meta p {
    font-size: 18px!important;
} 
.gradient {
    background: linear-gradient(135deg, #8b5cf6, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.apply-overlay::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(87, 199, 133, 0) 62%, rgba(237, 221, 83, 0) 100%);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(87, 199, 133, 0) 62%, rgba(237, 221, 83, 0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(87, 199, 133, 0) 62%, rgba(237, 221, 83, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#EDDD53", GradientType=0);
}
.textbox .elementor-image-box-title {
	border-bottom: 1px solid #ffffffc2;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: inline-block;
}
label.text_form {
    color: #a0a0b0!important;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-form p {
    margin-bottom: 0px;
}
.lbl_prnt br {
    display: none;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-form  textarea{
height: 120px;
}


.contact-form select::placeholder, textarea::placeholder, input::placeholder{
	 color: #757575!important;
}
.contact-form input, select, textarea {
    background: #111118!important;
    font-size: 16px!important;
    border: 1px solid rgba(255,255,255,0.1)!important;
    padding: 14px 18px!important;
    border-radius: 12px!important;
    color: #757575!important;
}
.submit-btn input {
    border: none;
    color: #fff!important;
    padding: 16px 36px!important;
    border-radius: 100px!important;
    font-size: 1rem!important;
    font-weight: 600!important;
    cursor: pointer!important;
    transition: all 0.3s!important;
    text-decoration: none!important;
    background: linear-gradient(135deg, rgb(139, 92, 246), rgb(6, 182, 212))!important;
    width: 100%;
}

.contact-form select {
    height: 50px;
}
body.privacy-policy div#content::before, body.page.page-id-485 div#content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 400px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.12) 0%, transparent 70%);
    pointer-events: none;
}
body.privacy-policy div#content, body.page.page-id-485 div#content{
    background: #000;
    color: #fff;
}
body.privacy-policy h1.entry-title, body.privacy-policy .entry-content h2, body.privacy-policy .entry-content p, body.page.page-id-485 h1.entry-title, body.page.page-id-485 .entry-content h2, body.page.page-id-485 .entry-content p{
    color: #fff;
}
.service-features li::before {
    content: '✓';
    color: #06b6d4;
    font-weight: 700;
}
.service-features {
    list-style: none;
}
.service-features li::before {
    content: '✓';
    color: #06b6d4;
    font-weight: 700;
    left: 0;
    position: absolute;
}
.loginbttn a.ekit-menu-dropdown-toggle {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    padding: 10px 20px!important;
    border-radius: 100px;
    cursor: pointer;
    height: 42px!important;
}
.highlighted-bttn a {
    background: linear-gradient(135deg, #8b5cf6, #06b6d4);
    border: none;
    padding: 10px 24px!important;
    border-radius: 100px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 43px!important;
    margin-left: 25px;
}
.highlighted-bttn {
    margin-right: 0!important;
		display: flex;
    align-items: center;
}
.loginbttn {
    margin-left: auto!important;
	  display: flex;
    align-items: center;
}
.highlighted-bttn a:hover{
	color: #fff!important;
}

@media screen and (max-width: 768px) {
.highlighted-bttn a {
    margin-left: 17px;
    width: 90%;
    color: #fff!important;
    justify-content: center;
}
	.loginbttn a.ekit-menu-dropdown-toggle {
    width: 90%;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
}
	.loginbttn {
    flex-direction: column;
    margin-bottom: 20px!important;
}
	.loginbttn:hover ul.elementskit-dropdown.elementskit-submenu-panel {
    display: block;
    opacity: 1;
    visibility: visible;
    position: unset;
    max-height: fit-content;
    max-width: 100%!important;
    width: 90%;
    border: 0!important;
}
}