.container-op {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 600px;
    margin: auto;
    padding: 20px;
}

.icon-op {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-op img {
    width: 100%;
    height: auto;
}

.text-op {
    flex: 1;
}

.text-op h3 {
    color: #007bb5;
    font-size: 18px;
    font-weight: 900;
}

.text-op p {
    font-size: 14px;
    color: #333;
}
.pdrop{
    padding-right: 10%;
}

/* **************************************** */

.pdop {
    padding: 2% 0% 0% 10%;
    
}

.bgimg {
    background-image: url('../img/pic/career/4.webp');
    background-size: cover;
    background-position: center;
    height: 100%;
}

.fnB {
    font-weight: 900;
}
.mgtop{
    margin-top: 7%;
}

/**************************** form  *****************************/

.card {
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 2% 3% 4% 3%;
    border: none;
    border-radius: 35px;
    margin-bottom: 5%;
    width: 515px;
    height: 215px;
    box-shadow: 2px 4px 0px rgb(26 26 26 / 13%);}

p.heading {
    font-weight: bold;
    font-size: 25px;
}

p.text-muted {
    font-size: 13px;
    color: #a1a7ae !important;
}

.btn-sm {
    border-radius: 8px;
}

.containerO {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px;
    border-radius: 8px;
}

.mgleft {
    margin-left: 25%;
}

.fntop {
    font-size: 17px;
    font-weight: 200;
}
.btn-primary1 {
    background-color: #004b8e; 
    color: white;
    border: none; 
    padding: 10px 20px; 
    border-radius: 5px; 
    cursor: pointer; /* Optional: makes the cursor a pointer on hover */
    transition: background-color 0.3s ease; 
}

.btn-primary1:hover {
    background-color: #7eaed9; 
}
.bgimgF1 {
    background-image: url('../img/pic/career/bg-nohiring.jpg');
    /* Replace with your actual image path */
    background-size: cover;
    /* Ensures the image covers the entire element */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents image repetition */
    width: 100%;
    /* Makes it full width */
    /* height: 50vh; */
  }
