.opportunities_view_1 {
    padding: 3rem 4rem 2rem;
}

.opportunities_view_1 .nav_box {
    display: flex;
    align-items: center;
    justify-content: start;
}

.opportunities_view_1 .nav_box a {
    text-decoration: none;
    color: #000;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin: 0 1rem;
}

.opportunities_view_1 .nav_box p {
    color: #000;
    font-size: 1.1rem;
    font-weight: 500;
}

.opportunities_view_1 .nav_box a svg {
    color: #BB5327;
    margin-left: 1rem;
}

.opportunities_view_1 .nav_box a img {
    width: 20px;
    margin-right: 1rem;
}

@media(max-width:768px){
    .opportunities_view_1{
        padding: 1rem 0.1rem;
    }
    .opportunities_view_1 .nav_box a{
        margin: 0 0 0 0.5rem;
        font-size: 0.9rem;
    }
    .opportunities_view_1 .nav_box p{
        font-size: 0.9rem;
    }
}
/* --------------------------opportunities_view_2------------------- */
.opportunities_view_2{
    padding: 2rem 4rem;
}
.opportunities_view_2 .heading h1{
    font-size: 2rem;
    font-weight: 600;
    line-height: 40px;
}

.opportunities_view_2 .btn_area{
    text-align: center;
    padding: 2rem 0;
}
.opportunities_view_2 .btn_area button{
    font-size: 1rem;
    text-align: center;
    background-color: #BB5327;
    color: #ffffff;
    padding: 1rem 2rem;
    text-decoration: none;
}
.opportunities_view_2 .link_area{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.opportunities_view_2 .link_area p{
    font-size: 0.9rem;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 24px;
    color: #5C2109;
}
.opportunities_view_2 .link_area img{
   width: 20px;
   aspect-ratio: 1/1;
}
@media(max-width:768px){
    .opportunities_view_2{
        padding: 2rem 0.2rem;
    }
}

/* ------------------------opportunities_modal-------------------- */


#opportunities_modal {
   background-color: #BB5327;
   border-radius: 0;
}
#opportunities_modal .modal-content {
    border-radius: 0;
}
#opportunities_modal .heading h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 50px;
    color: #BB5327;
    text-align: center;
}

#opportunities_modal .heading p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

#opportunities_modal .form {
    padding: 1rem 0;
}

#opportunities_modal .form .col-md-6 {
    margin-bottom: 1rem;
}

#opportunities_modal .form .input_area {
    border: 1px solid #000;
    padding: 0.7rem 1rem;
    width: 100%;
}

#opportunities_modal .form .btn_area {
    padding-bottom: 1rem;
    text-align: center;
}

#opportunities_modal .form .btn_area button {
    background-color: #BB5327;
    color: #ffffff;
    border: 0;
    font-weight: 600;
    text-align: center;
    border: 1px solid transparent;
    padding: 1rem 3rem;
}

#opportunities_modal .end_text {
    text-align: center;
}

#opportunities_modal .end_text p {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 22px;
}
#opportunities_modal  .wrapper {
    /* padding: 1rem; */
    width: 100%;
    border: 1px solid transparent;
    /* margin: 1rem 0; */
    box-shadow: none !important;
    border-radius: 0 !important;
}

#opportunities_modal .text .wrapper label {
    cursor: pointer;
}
#opportunities_modal .wrapper .file-label {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem;
    border: 1px solid #000;
    /* margin: 0.8rem 0; */
    width: 100%;
}

#opportunities_modal .wrapper .input_box {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

/* Style the label to make it look like a button */
#opportunities_modal  .wrapper  .file-label i {
    margin-left: 8px;
    padding: 8px;
    background-color: #007BFF;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

@media (max-width:768px) {
    #opportunities_modal .modal-content {
        width: 99% !important;
    }
}