
    /* Reset & Base */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
  
    body {
  
      background: #000;
      /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        
        color: #2c2c2c;
        line-height: 1.6;
        padding: 40px 20px; */
    }
  
    /* .container {
        max-width: 960px;
        margin: auto;
        background: #000;
        padding: 40px;
        border-radius: 16px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
      } */
  
    h1,
    h2 {
      color: #F9BF26;
    }
  
    .job-header {
      border-bottom: 1px solid #ddd;
      padding-bottom: 20px;
      margin-bottom: 30px;
      margin-top: 180px;
    }
  
    .job-title {
      font-size: 32px;
      font-weight: bold;
    }
  
    .company-name {
      font-size: 18px;
      color: #fff;
    }
  
    .job-details {
      display: flex;
      flex-wrap: wrap;
      margin-top: 20px;
      gap: 20px;
    }
  
    .detail-box {
    background: #f0f4f8;
    padding: 15px 25px;
    border-radius: 12px;
    font-size: 17px;
    color: #000;
    flex: 1 1 200px;
    border-left: 4px solid #f9bf26;
    gap: 5px;
    display: flex;
    }
  
    section {
      margin-bottom: 60px;
    }
  
    ul {
      padding-left: 30px;
    }
  
    li {
      margin-bottom: 0px;
      color: #fff;
      font-size: 16px;
    }
  
    .apply-btn {
      display: inline-block;
      background: #f9bf26;
      color: #000;
      padding: 14px 36px;
      border-radius: 8px;
      font-size: 16px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      transition: 0.3s ease;
      margin-bottom: 50px;
    }
  
    .apply-btn:hover {
      background: #fff;
    }
  
    /* Modal Styles */
    .modal {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background: rgb(0 0 0 / 87%);
    }
  
    .modal-content {
      background-color: #000;
      margin: 80px auto;
      padding: 30px;
      border: none;
      border-radius: 14px;
      width: 100%;
      max-width: 750px;
      /* box-shadow: 0 8px 30px rgb(125 104 104 / 62%); */
      border: 1px solid #fff;
    }
  
    .close {
      float: right;
      font-size: 26px;
      font-weight: bold;
      color: #888;
      cursor: pointer;
      position: absolute;
      left: 92%;
      border: 1px solid #fff;
      padding: 0px 10px;
      border-radius: 47%;
    }
  
    .close:hover {
      color: #ffffff;
      background: #000000;
    }
  
    form label {
      display: block;
      margin-top: 15px;
      margin-bottom: 5px;
      font-weight: 500;
      color: #fff;
    }
  
    form input,
    form textarea {
      width: 100%;
      padding: 12px;
      border: 1px solid #ccc;
      font-size: 15px;
      background: transparent;
      border: none;
      border-bottom: 1px solid #fff;
      color: #fff;
    }
  
    form input[type="submit"] {
      margin-top: 20px;
      background: #ffc107;
      color: #000;
      border: none;
      cursor: pointer;
      font-size: 16px;
      transition: 0.3s;
    }
  
    form input[type="submit"]:hover {
      background: #fff;
    }
  
    .careeer-h2 {
      font-size: 30px;
    }
  
    .bullet-p li::before {
      content: "•";
      /* Custom bullet */
      color: #D4A01D;
      /* You can change the bullet color */
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em;
    }
  
    .careeer-h2 {
      font-size: 24px;
      margin-top: 20px;
      color: #fff;
      /* Or your preferred heading color */
    }
  
    .modal-content h2 {
      font-size: 30px;
    }
  
    .bullet-p li {
      color: #ccc;
      margin-bottom: 15px;
      font-size: 16px;
    }
  
    @media (max-width: 600px) {
      .job-header {
        margin-top: 150px;
      }
    }

    
    @media (max-width: 767px) {
      .modal-content {
        width: 92%;
      }
  
      .modal-content h2 {
        font-size: 25px;
      }
  
      .close {
        left: 85%;
      }
  
      form input,
      form textarea {
        padding-top: 0;
      }
  
      .modal-content {
        padding: 15px;
      }
  
      form input[type="submit"] {
        margin-top: 20px;
        background: #ffc107;
        color: #000;
        border: none;
        cursor: pointer;
        font-size: 16px;
        transition: 0.3s;
        padding-bottom: 0;
        padding: 5px;
      }
  
      form label {
        display: block;
        margin-top: 8px;
      }
  
      .apply-btn {
  
        margin-bottom: 25px;
      }
    }
  
    @media (max-width: 576px) {
      .modal-content {
        width: 92%;
      }
  
      .modal-content h2 {
        font-size: 25px;
      }
  
      .close {
        left: 85%;
      }
  
      form input,
      form textarea {
        padding-top: 0;
      }
  
      .modal-content {
        padding: 15px;
      }
  
      form input[type="submit"] {
        margin-top: 20px;
        background: #ffc107;
        color: #000;
        border: none;
        cursor: pointer;
        font-size: 16px;
        transition: 0.3s;
        padding-bottom: 0;
        padding: 5px;
      }
  
      form label {
        display: block;
        margin-top: 8px;
      }
  
      .apply-btn {
  
        margin-bottom: 25px;
      }
    }
@media (max-width:1199px) {
.span-s{
  font-size:11px;
}
.detail-box {
    background: #f0f4f8;
    padding: 14px 14px;
    border-radius: 12px;
    font-size: 16px;

}
}

@media (max-width:991px) {
    h1.ekd-dales {
        font-size: 30px !important;
    }
}


@media (max-width: 1499px) {
  .detail-box {
    background: #f0f4f8;
    padding: 14px 14px;
    border-radius: 12px;
    font-size: 16px;
  }
}