@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css");

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #033067;
}
.section-career {
    background-color: #033067;
    color: white;
    padding: 50px 0;
  }
  
  .section-career h1 {
    color: #d8ff00;
  }
  
  .apply-button {
    background-color: #f5f5f5;
    color: #000;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    margin-left: 20%;
  }
  
  .contact-card {
    background-color: #333;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
  }

  .a {
    text-decoration: none;
    /* padding: 0px; */
    display: block;
}
  
  .contact-card h2 {
    font-weight: bold;
  }
  
  .contact-card .info {
    margin-top: 20px;
  }
  
  .contact-card .info-item {
    margin-bottom: 10px;
  }
  
  .contact-card .info-item i {
    margin-right: 10px;
  }
  
  .yellow-bg {
    background-color: #ffcc00;
  }
  
  .inquiry-btn {
    background-color: #ff0000;
    color: #fff;
    border: none;
    font-weight: bold;
  }
  .col-md-6 h1{
    margin-top: 9%;
  }

  a {
    text-decoration: none;
    /* padding: 10px; */
    display: block;
  }
  .job-card {
    /* background-color: #111; */
    border: 1px solid white;
    border-radius: 10px;
    
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .job-card h4 {
    margin-top: 10px;
    color: white;
  }
  
  .job-card a {
    color: #fff; /* White text */
  }
  
  .job-card a:hover {
    color: #ffdd00; /* Hover color for job description link */
  }
  
  .apply-btn {
    background-color: #fff;
    color: #000;
    border-radius: 30px;
    padding: 5px 20px;
    border: none;
  }
  
  .apply-btn:hover {
    background-color: #ffdd00;
    color: #000;
  }
  
  .job-icon {
    font-size: 60px;
    color: #fff;
  }
  
  .section-title {
    color: #ffdd00;
    text-align: center;
    margin-bottom: 40px;
  }
  .container-1 {
    padding: 20px;
    /* background-color: #000; */
    color: #fff;
  }
  
  .job-section h2 {
    font-size: 1.5rem;
    color: #ffe700;
    font-weight: bold;
  }
  
  .job-section p {
    color: #ccc;
    font-size: 1rem;
  }
  
  .job-section h3 {
    font-size: 1.2rem;
    color: #fff;
    margin-top: 15px;
    margin-left: 7%;
  }
  
  .job-section ul {
    list-style-type: disc;
    margin-left: 20px;
  }
  
  .job-section ul li {
    margin-bottom: 10px;
    color: #ddd;
  }
  
  .icon {
    color: #ffe700;
    margin-right: 10px;
  }

  .col-md-6{
    left: 0%;
  }
  /* applicationform  */
  .application-form-section {
    text-align: center;
    padding: 40px 20px;
    /* background-color: #111; */
    color: #fff;
  }
  
  .application-form-section h2{
    margin-bottom: 20px;
    color: #fdd700;
   
  }
  .application-form-section h3 {
    color: #ccc;
    font-size: 46px;
  }
  .application-form {
    max-width: 600px;
    margin: 0 auto;
    background:#033067;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
  }
  
  .form-group {
    margin-bottom: 15px;
  }
  span{
    color: red;
 }
  
  .form-group label {
    display: block;
    color:#cccccc;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
  }
  
  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    /* background: #333; */
    color:black;
  }
  
  .form-group input[type="file"] {
    background: none;
    color:white;
  }
  
  .submit-button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #f00;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .submit-button:hover {
    background-color: #d00;
  }
 
.social-icons {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.social-icons img {
  width: 30px;
}

  /* Media Query for Mobile Devices */
  @media (max-width: 768px) {
    .application-form {
      padding: 15px;
    }
    
    .submit-button {
      width: 100%;
      padding: 12px;
      font-size: 18px;
    }
  
    .form-group input,
    .form-group select,
    .form-group textarea {
      font-size: 14px;
      padding: 8px;
    }
  }
  

  /* Media Query for Small Mobile Devices */
  @media (max-width: 480px) {
    .application-form-section h2, 
    .application-form-section h3 {
      font-size: 22px;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
      font-size: 12px;
      padding: 6px;
    }
  
    .submit-button {
      padding: 10px;
      font-size: 16px;
    }
  }
  
  /* applicationform */
  
  @media (max-width: 768px) {
    .job-section .col-md-6 {
      margin-bottom: 20px;
    }
    .section-career {
      padding: 30px 0;
  }

  .apply-button {
      margin-left: 0;
      width: 100%;
      padding: 10px;
  }
  .work{
    width: 100%;
    margin-top: 16%;
  }
  .contact-card {
      padding: 15px;
  }

  .job-card {
      padding: 15px;
      margin-bottom: 15px;
  }

  .job-icon {
      font-size: 40px; /* Smaller icon size */
  }

  .section-title {
      margin-bottom: 20px;
  }

  .job-section h2 {
      font-size: 1.2rem;
  }

  .job-section h3 {
      margin-left: 5%;
  }

  .application-form-section h3 {
      font-size: 36px; /* Smaller font size for mobile */
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
      font-size: 14px;
  }

  .submit-button {
      width: 100%; /* Full width for buttons */
  }
  }
  




