.header-section-ai-pilot{
    padding-top: 0px !important;
}

#header-text-ai-pilot{
    text-align: left;
    margin-left: 50px;
    width: 49%;
}

#header-text-ai-pilot p{
    color: white;
    font-size: 18px;
}

#header-text-ai-pilot ul{
    color: white;
    font-size: 18px;
}

.title-container{
    margin: 0;
    text-align: left;
    width: 49%;
    margin-left: 50px;
}

#hightlight-title{
    font-size: 24px;
    color: #f48183;
}

#details-container-ia-pilot{
    align-items: flex-start;
}

.text-container{
    font-size: 18px;
}

#highlights-div-ai-pilot{
    margin: 100px 50px;
}

#pilot-register-container{
    background-color: #47acc3;
    padding: 50px;
    display: flex;
}

#pilot-form-title-container{
    width: 40%;
    margin-right: 50px;
}

#pilot-form-title-container h1{
    color: white;
    font-size: 24px;
}

#pilot-form-title-container p{
    color: white;
    font-size: 18px;
}

#pilot-form-container{
    width: 59%;
}

#pilot-form-container input{
    width: 100%;
}

#pilot-form-container p{
    color: white;
    font-size: 18px;
}

#pilot-form-button-container{
    margin-top: 20px;
}

#pilot-succes-container{
    display: none;
}

#pilot-succes-container p{
    color: white;
    font-size: 18px;
}

#pilot-capacity-explainer-container{
    display: flex;
    align-items: center;
}

#pilot-capacity-explainer-container p{
    font-size: 16px;
}

.pilot-icon{
    color: white;
    font-size: 25px;
    margin-right: 10px;
}

#pilot-CTA-container {
    border-radius: 5px;
    margin-top: 50px;
    position: relative; /* Needed for absolute positioning of the pseudo-element */
    background-image: url('https://firebasestorage.googleapis.com/v0/b/deccos-landing-new.appspot.com/o/AI%20pilot%20RAbo%20F%20banner.jpg?alt=media&token=35eb8031-b450-49e1-92a4-f625053d719d');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 65%;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%);
}

#pilot-CTA-inner-container{
    box-shadow: inset 0 0 10px 100px rgba(32, 108, 127, 0.85);
    padding: 10px 20px;
    border-radius: 5px;
}

#pilot-CTA-container h2{
    color: white;
    font-size: 20px;
    text-align: left;
}

#pilot-CTA-container p{
    color: white;
    font-size: 14px;
    text-align: left;
}

#pilot-CTA-container a{
    color: white;
    font-size: 14px;
    text-decoration: underline;
}

#pilot-CTA-container-image-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

#pilot-CTA-container-image-container img{
    height: 50px;
}