.maindivv {
    font-family: Arial, sans-serif;
    background-color: #b75e64;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
}

.outer-container {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
}

.form-container {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    /* width: 400px; */
    max-width: 500px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.form-title {
    margin-bottom: 20px;
    font-size: 24px;
    color: black;
}

.input-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.input-field {
    width: calc(50% - 10px);
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.full-width-input {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 15px;
}

.otp-button {
    background-color: #b75e64;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    height: 100%;
}

.otp-button:hover {
    background-color: #d86b72;
}

.section {
    margin-bottom: 15px;
    text-align: left;
}

.section label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: black;
}

.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.radio-group label {
    font-weight: normal;
    color: black;
}

input[type="radio"] {
    margin-right: 5px;
}

textarea {
    height: 80px;
    resize: none;
}

.submit-button {
    background-color: #b75e64;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    margin-top: 15px;
}

.submit-button:hover {
    background-color: #e46f77;
}



/* .content */
.content{
    /* display: flex; */
    /* margin-left: 0px; */
}
.content h2{
    color: white;
    font-size: 60px;
    font-weight: 800;
    line-height: 1.5
}

.content p{
    color: white;
    font-size: 20px;
    line-height: 1.5

    /* font-weight: 800; */
}

.readbtn {
    background-color: #b75e64;
    color: white;
    border: 1px solid #ccc !important;
    padding: 10px 15px;
    /* border: none; */
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    height: 100%;
}
/* General Styles */
body {
    font-family: 'Arial', sans-serif;
  }
  
  .job-openings {
    padding: 50px 0;
    background-color: #f9f9f9;
  }
  
  .job-openings h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
  }
  
  .job-openings p {
    font-size: 16px;
    color: #666;
  }
  
  .heading-arrow {
    display: inline-block;
    width: 50px;
    height: 3px;
    background-color: #ff7a59;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  
  /* Job Card Styles */
  .job-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }
  
  .job-card h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }
  
  .job-card p {
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
  }
  
  .job-card strong {
    color: #333;
  }
  
  .job-card ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
  }
  
  .job-card ul li {
    font-size: 16px;
    color: #666;
    padding: 5px 0;
  }
  
  .job-card ul li::before {
    content: '\2022'; /* Bullet point */
    color: #ff7a59; /* Orange color for bullets */
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }
  
  /* Responsive Styles */
  @media (max-width: 768px) {
    .job-card {
      margin-bottom: 20px;
    }
  }
  

.containerimg{
    width: 50%;
    
}