
/*body {*/
/*    font-family: Arial, sans-serif;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    background-color: #072A36;*/
/*    display: flex;*/
/*    height: 100vh;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/




.right-sectionn{
    display: flex;
}

.containerr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px auto;
    width: 90%;
    max-width: 1200px;
}

.image-containerr {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #131d54;*/
     border-radius: 10px ; 
    
}

.responsivee-img {
    max-width: 100%;
    height: 100%;
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);*/

     border-radius: 10px ; 
}

 /*Form styling */
.form-containerr {
    flex: 1;
    background-color: white;
    padding: 10px;
     border-radius: 10px; 
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    max-width: 548px;
}

h1 {
    text-align: center;
    color: #333;
    
}

form {
    display: flex;
    flex-direction: column;
}

.roww {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.columnn, .columnn-full {
    flex: 1;
    margin-right: 10px;
}

.columnn-full {
    margin-right: 0;
}

label {
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}

input[type="text"], input[type="email"], select, textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

textarea {
    resize: none;
}

button {
    background-color: #114756;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    /*width: 100%;*/
}

button:hover {
    background-color: #01881e;
}

@media (min-width: 400px) and (max-width: 992px) {
    .right-section {
        display:flex;
        margin-top:96px;
        justify-content:center;
    }
    
    .form-containerr{
        max-width:622px;
        
    }
}

 /*Responsive design for small screens */
@media (min-width: 768px) {
    /*.containerr {*/
    /*    flex-direction: column;*/
    /*    align-items: center;*/
    /*}*/

    /*.image-containerr, .form-containerr {*/
    /*    max-width: 100%;*/
    /*    margin-bottom: 20px;*/
    /*}*/

    /*.roww {*/
    /*    flex-direction: column;*/
    /*}*/

    /*.columnn, .columnn-full {*/
    /*    margin-right: 0;*/
    /*}*/
    
    /*.containerr {*/
    /*    flex-direction: column; */
        /*gap: 30px;*/
    /*}*/

    /*.roww {*/
    /*    flex-direction: column; */
        /*gap: 15px;*/
    /*}*/

    /*.columnn {*/
    /*    flex: 1;*/
    /*}*/
}


/*body {*/
/*    font-family: Arial, sans-serif;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    background-color: #072A36;*/
/*    display: flex;*/
/*    height: 100vh;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/* Container styling */
/*.containerr {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    flex-wrap: wrap;*/
/*    margin: 20px auto;*/
/*    width: 90%;*/
/*    max-width: 1200px;*/
/*    align-items: center;*/
/*}*/

/* Image container styling */
/*.image-containerr {*/
/*    flex: 1;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    max-width: 50%;*/
/*}*/

/* Responsive image styling */
/*.responsivee-img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    max-height: 600px;*/
/*    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);*/
/*}*/

/* Form container styling */
/*.form-containerr {*/
/*    flex: 1;*/
/*    background-color: white;*/
/*    padding: 20px;*/
/*    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);*/
/*    max-width: 540px;*/
/*    box-sizing: border-box;*/
/*}*/

/*h1 {*/
/*    text-align: center;*/
/*    color: #333;*/
/*}*/

/* Form layout and input styling */
/*form {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*.roww {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    margin-bottom: 15px;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.columnn, .columnn-full {*/
/*    flex: 1;*/
/*    margin-right: 10px;*/
/*}*/

/*.columnn-full {*/
/*    margin-right: 0;*/
/*}*/

/*label {*/
/*    font-weight: bold;*/
/*    margin-bottom: 5px;*/
/*    display: inline-block;*/
/*}*/

/*input[type="text"], input[type="email"], select, textarea {*/
/*    width: 100%;*/
/*    padding: 10px;*/
/*    margin-bottom: 10px;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 4px;*/
/*    font-size: 15px;*/
/*    box-sizing: border-box;*/
/*}*/

/*textarea {*/
/*    resize: none;*/
/*}*/

/*button {*/
/*    background-color: #114756;*/
/*    color: white;*/
/*    padding: 12px;*/
/*    border: none;*/
/*    border-radius: 4px;*/
/*    cursor: pointer;*/
/*    font-size: 16px;*/
/*    width: 100%;*/
/*}*/

/*button:hover {*/
/*    background-color: #01881e;*/
/*}*/

/* Responsive design for medium screens */
/*@media (max-width: 1024px) {*/
/*    .containerr {*/
/*        width: 100%;*/
/*        padding: 0 20px;*/
/*    }*/
/*    .image-containerr, .form-containerr {*/
/*        max-width: 100%;*/
/*    }*/
/*}*/

/* Responsive design for small screens */
/*@media (max-width: 768px) {*/
/*    .containerr {*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*    }*/

/*    .image-containerr, .form-containerr {*/
/*        max-width: 100%;*/
/*        margin-bottom: 20px;*/
/*    }*/

/*    .roww {*/
/*        flex-direction: column;*/
/*    }*/

/*    .columnn, .columnn-full {*/
/*        margin-right: 0;*/
/*    }*/
/*}*/

/* Extra small screens */
/*@media (max-width: 480px) {*/
/*    h1 {*/
/*        font-size: 1.5rem;*/
/*    }*/
/*    button {*/
/*        font-size: 14px;*/
/*        padding: 10px;*/
/*    }*/
/*    input[type="text"], input[type="email"], select, textarea {*/
/*        font-size: 14px;*/
/*    }*/
/*}*/

