/*
 Theme Name:   Astra-Child
 Theme URI:    https://sixpl.com/
 Description:  Astra-Child Theme
 Author:       Piyush Singh Chhoker
 Author URI:   https://sixpl.com/
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/
/* ===================Header=============== */
.logo img{
    width: 150px;
    height: 70px;
    object-fit: contain;
}


/* ==========contact-page========== */
.shadow {
    box-shadow: 0.00px 0.00px 50px 0px rgba(0, 0, 0, 0.06);
}
.form-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inner-form {
    width: 48%;
}
.inner-form-full{
    width: 100%;
}
.inner-form input{
        border: .6px solid #12234fc2;
    border-radius: 5px;
    color: #12234fc2;
    font-weight: 500;
    font-family: 'Poppins';
}
.inner-form input::placeholder,.inner-form-full textarea::placeholder{
   color: #12234fc2; 
}
.inner-form-full textarea{
       border: 1px solid #12234fc2;
    border-radius: 5px;
    color: #12234fc2;
    font-weight: 500;
    font-family: 'Poppins';
    height: 100px;
}
.inner-form-btn input{
        background: #12234f;
    border-radius: 10px;
    padding: 12px 22px;
}

/* ==========home=========== */
.custom-css-self svg{
    fill: #C7983C;
}
#ast-scroll-top {
    background-color: #c7983c !important;
    font-size: 15px;
    border-radius: 50% !important;
}
.normal-css svg,.custom-css-self svg{
    width: 50px;
    height: 50px;
    object-fit: contain;
}