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




@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
	background:#fff !important;
}
body, .ast-separate-container
{
	background-color:#fff !important;
}
/* Hero Text  */
.HeroSpan {
    display: flex;
    align-items: center;
    gap: 20px;
}
/* Hero Text  */
.startedText{
    text-align: center;
}
.startedText h2{
    font-size: 42px;
    font-weight: 400;
    line-height: 47.9px;
    letter-spacing: -0.05em;
    color: #004D85;
    margin: 0;
    font-family: "Rethink Sans", serif;
}
.StartedFormDiv{
    width: 100%;
    max-width: 1234px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 20px 0px 50px 0px;
}
.StartedForm{
    border: 1px solid #DAF5FF;
    background: linear-gradient(180deg, #DAF5FF 0%, #FFFFFF 100%);
    padding: 30px 50px 50px 50px;

}

.StaredFormInner , .StaredContact{
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    
}
.StaredCentre{
    position: relative;
    padding: 80px 0px;
}
.StaredCentre::after{
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, #DAF5FF 0%, #00ADEF 17.47%, #004D85 52.78%, #00ADEF 83.11%, #DAF5FF 100%);
    border-image-slice: 1;
    
    width: 100%;
}
.StaredFormInner form , .StaredContact form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.StaredFormInner h6{
    font-size: 32px;
    font-weight: 400;
    line-height: 38.9px;
    letter-spacing: -0.05em;
    color: #343F43;
    font-family: "Rethink Sans", serif;
}
.StaredContact h6{
    font-size: 29px;
    font-weight: 400;
    line-height: 31.9px;
    letter-spacing: -0.05em;
    color: #343F43;
    font-family: "Rethink Sans", serif;
}
.FormTwoDiv{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.Form_Controls{
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
}
.Form_Controls label{
    font-size: 16px;
    font-weight: 400;
    line-height: 20.3px;
    color: #00ADEF;
    font-family: "Inter", serif;
}
.Form_Controls input{
    box-shadow: 0px 4px 4px 0px #0000000A;
    border: 2px solid #F9F2F2;
    background: #FFFFFF;
    height: 48px;
    border-radius: 5px;
    padding: 0px 20px;
    color: #00ADEF;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.3px;
}
.Form_Controls input:focus-visible , .Form_Controls select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
    border-color: #00ADEF;
}
.Form_Controls select{
    box-shadow: 0px 4px 4px 0px #0000000A;
    border: 2px solid #F9F2F2;
    background: #FFFFFF;
    height: 48px;
    border-radius: 5px;
    padding: 0px 20px;
    color: #00ADEF;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.3px;
    position: relative;
}
.BottomButton {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.BottomButton button {
    background: #00ADEF;
    border-radius: 8px;
    width: 180px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #F2F2F2;
    font-family: "Rubik", serif;
}
#prevBtn {
    display: none; 
}
#nextBtn {
    margin-left: auto; 
}

