/*
Theme Name: Generatepress Child
Theme URI: https://wortal.co/
Description: Child theme of Hello generatepress
Author: Wortal
Author URI: https://wortal.co/
Template: generatepress
Version: 1.0.0
*/

body {
    background-color: white;
    font-family: "Plus Jakarta Sans", Sans-serif;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {

    background-color: transparent;

}



input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
    background-color: transparent;
}



.ads-template-f .solution-hero-container{
    padding-top: 80px;
}