.seo-audit-section{
    background: #fc6f2b;
    padding:60px 20px;
    color:#fff;
}

.seo-title{
    font-size:26px;
    font-weight:700;
    margin-bottom:30px;
}

.seo-form{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:25px;
}

.seo-form input{
    padding:12px 18px;
    border-radius:25px;
    border:none;
    width:220px;
    background:#eee;
    font-size:14px;
}

.seo-form button{
    padding:12px 50px;
    border-radius:25px;
    border: none;
    background: linear-gradient(135deg, #ff5900, #100efc);
    color:#fff;
    font-weight:600;
    cursor:pointer;
}


.seo-form button:hover{
    background: linear-gradient(135deg, #100efc, #ff5900);
    border: none;
    color: #100efd;
}

.seo-text{
    font-size:13px;
    margin-bottom:15px;
}

.contact-btn{
    display:inline-block;
    padding:10px 25px;
    border: none;
    background: linear-gradient(135deg, #ff5900, #100efc);
    color: #ffffff;
    text-decoration:none;
   
}

.contact-btn:hover{
     background: linear-gradient(135deg, #100efc, #ff5900);
    border: none;
    color: #100efd;
}

/* Mobile Responsive */

@media(max-width:768px){

.seo-title{
font-size:18px;
}

.seo-form{
flex-direction:column;
align-items:center;
}

.seo-form input{
width:100%;
max-width:300px;
}

.seo-form button{
width:200px;
}

}

.captcha-wrapper{
display:flex;
justify-content:center;
margin:15px 0;
}

/* Mobile Fix */

@media screen and (max-width:480px){

.g-recaptcha{
transform:scale(0.85);
transform-origin:0 0;
}

}



