/*
Theme Name: Astra Child
Theme URI: https://example.com/astra-child
Description: Child theme for Astra with editable single-post custom layout (post meta box to control layout)
Author: Your Name
Author URI: https://example.com
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/


/* Import any overrides here */


/* Basic single-post layout helper classes */
.astra-child-container { max-width: 1200px; margin: 0 auto; padding: 24px; margin-top:100px; }
.astra-child-row { display: flex; gap: 24px; align-items: flex-start; }
.astra-child-main { flex: 1 1 0; }
.astra-child-sidebar { width: 320px; }
.astra-layout-fullwidth .astra-child-row { max-width: none; }
/*sapna css */
/*contact form */
html .wpcf7-form-control {
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 30px;
    padding: 10px 20px;
    height: 44px;
    font-size: 14px;
}
html textarea.wpcf7-form-control {
    border-radius: 20px;
    height: 100px;
    min-height: 100px;
    resize: none;
}
.form-fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.form-fields .form-field {
    width: 50%;
    padding: 0 10px;
}
.form-field {
    margin-bottom: 20px;
}
.form-field p {
    margin-bottom: 0;
}
html .wpcf7-not-valid-tip {
    line-height: normal;
    margin-top: 4px;
    font-size: 14px;
}
.form-submit {
    margin-top: 30px;
    position: relative;
}
.form-submit p {
    margin-bottom: 0;
}
.form-submit input.wpcf7-submit {
    border: 0;
    border-radius: 50px !important;
    height: unset;
    line-height: 44px;
    padding: 0 30px;
    width: 100%;
/*     background: linear-gradient(90deg, #FDB92A 0%, #E92958 100%); */
background-color: #7A64FF;
    font-family: "Wix Madefor Display", Sans-serif;
    color: #fff !important;
}
/* .form-submit input.wpcf7-submit:hover {
    color: #FFF !important;
} 
html .form-submit .wpcf7-spinner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: visible;
}
html .form-submit .wpcf7-spinner:before {
    position: static;
} */
/*end contactform */
body{
	    background-color: #000 !important;
}
.elementor-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.footer-logo {
    display: inline-flex;
}
.footer-logo .site-title a {
    color: #fff;
    padding: 10px 0 0 10px;
}
.site-branding.ast-site-identity.footer-logo {
    margin: 0;
    padding: 0;
}
.stay-connected-footer {
    text-align: left;
}
.stay-connected-footer h2 {
    font-size: 20px;
}
.inner-connect {
    padding: 12px 0;
}
.inner-connect label {
    color: #fff;
    font-size: 15px;
}
.field-connect {
    display: flex;
}
.field-connect input#email {
    background-color: transparent;
    margin: 10px 0;
    border-bottom: 1px solid #fff;
    border-width: 0 0 1px 0;
    border-radius: 0px;
}
.field-connect input[type="submit"] {
    background-color: #7A64FF;
    font-family: "Wix Madefor Display", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 50px 50px 50px 50px;
    padding: 0 15px;
    margin: 10px 0 10px 10px;
    line-height: normal;
}
p.copyright-footer {
    text-align: left;
}
.ast-container, .ast-container-fluid{
	padding-left:0;
	padding-right:0;
}
.ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item{
    max-width: 85%;
    margin: 0 auto;
    width: 100%;
}
.main-header-bar-wrap .site-title a {
    color: rgb(214, 220, 220);
    font-size: 20px;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 50px;
}
.main-navigation.ast-inline-flex ul {
    border: 1px solid rgb(60, 60, 60);
    margin: 20px;
    padding: 0px !important;
    background-color: #000;
    border-radius: 50px;
}
.make-button{
	margin-left:10px;
}
.StylableButton{
    transition: all 0.2s 
ease, visibility 0s;
    padding-right: 0px;
    border-radius: 50px;
    border: 0px solid #D6DCDC;
    background: #D6DCDC;
	    cursor: pointer;
    display: block;
    height: 100%;
    min-height: 10px;
    min-width: 10px;
    padding: 10px 22px;
    touch-action: manipulation;
    width: 100%;
	color:#000;
	text-transform:uppercase;
	font-size:15px;
font-family: 'Wix Madefor Display', sans-serif;
}
.StylableButton:hover{
	background-color:#7A64FF;
}
.ast-logo-title-inline .ast-site-identity:hover img.custom-logo {
    transform: translateY(0px) rotate(90deg);
}
.our-services-sect .e-con:hover a.elementor-icon {
    transform: rotate(-88deg);
}

/* Simple responsive fallback */
@media (max-width: 900px) {
.astra-child-row { flex-direction: column; }
.astra-child-sidebar { width: 100%; }
}
