body {
    background: url("https://paracivil.org/wp-content/uploads/2025/11/enpublickwebinarbanerbbg6.png");
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "iranyekan", sans-serif;
    padding: 20px;
}

.full-container {
    max-width: 1000px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.banner-box
{
    background: url("https://english.paracivil.org/baner.jpg");
    border-radius: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 480px;
    width: 100%;
    
}

.form-box {
    background: rgba(0,0,0,0.9);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    flex: 1 1 100%;
    color: #FFF;
    max-width: 420px;
    margin: auto;
}

.form-box h4 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

.form-box p {
    margin-bottom: 0.25rem;
}

@media(min-width: 992px) {

    .banner-box, .form-box {
        flex: 1 1 48%;
    }
    .banner-box {
        order: 0;
    }
    .form-box {
        order: 1;
    }
}


small
{
    style="line-height: 1.8;

}