  .hero-section {
    margin-top: 125px;
    padding-bottom: 40px;
  }

  .breadcrumb-section {
    padding-bottom: 20px;

  }

  .breadcrumb a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
  }

  .breadcrumb-item+.breadcrumb-item::before {
    color: #000;
    font-size: 16px;
    content: ">" !important;
    padding-right: 12px !important;
  }

  .breadcrumb-item.active {
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
  }

  .breadcrumb-item+.breadcrumb-item {
    padding-left: 12px !important;
  }

  .career-section {

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
  }

  .career-content {
    max-width: 65%;
  }

  .career-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
  }

  .career-content p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
  }



  @media (max-width: 992px) {
    .career-section {
      flex-direction: column;
      text-align: center;
      padding: 30px;
    }

    .career-content {
      max-width: 100%;
    }

  }


  /* build your career section css start  */


  .career-build-section {
    background-color: #eef2fc;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .career-title {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    margin-bottom: 30px;
  }

  .career-desc {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    max-width: 650px;
    margin-bottom: 30px;
  }

  .career-subtitle {
    color: #2C55A8;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 25px;
  }

  .career-build-details {
    max-width: 585px;
  }

  .career-offer-item {
    font-size: 16px;
  }

  .career-icon {
    position: relative;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-color: #2C55A8;
    border-radius: 6px;
  }

  /* WhatsApp-style double tick */
  .double-tick {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
  }

  .double-tick::before,
  .double-tick::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    border-radius: 1px;
  }

  .double-tick::before {
    left: 7px;
    top: 6px;
  }

  .double-tick::after {
    left: 12px;
    top: 6px;
  }


  .career-offer-title {
    color: #2C55A8;
    font-weight: 600;
    font-size: 16px;
  }

  .career-offer-desc {
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
  }

  .career-divider {
    border: none;
    border-top: 2px solid #2C55A8;
    width: 100%;
    margin: 20px 0 20px 0;
  }

  .career-img-box {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .career-img {
    width: 100%;
    height: 530px;
    display: block;
    border-radius: 15px;
    object-fit: cover;
  }

  @media (max-width: 991px) {
    .career-title {
      font-size: 26px;
      line-height: 36px;
    }

    .career-build-section {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  }



  /* build your career section css end  */


  /* join our team section css start  */

  .join-team-section {
    padding: 40px 0;
    text-align: center;
  }

  .join-team-section .badge-label {
    background-color: #2C55A8;
    color: #fff;
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 30px;
    font-weight: 500;
  }

  .join-team-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2C55A8;
    margin-top: 25px;
    margin-bottom: 50px;
  }

  #join-list {
    margin: 0px !important;
  }

  .join-card {
    background-color: #F6F5F6;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    padding: 30px;
    text-align: left;
    height: 100%;
    transition: transform 0.2s ease-in-out;
  }

  .join-card:hover {
    transform: translateY(-5px);
  }

  .join-card h5 {
    font-size: 22px;
    font-weight: 500;
    color: #2C55A8;
    margin-bottom: 10px;
  }

  .join-card p {
    font-size: 14px;
    color: #555555;
    margin-bottom: 20px;
    line-height: 22px;
  }

  .join-tags {
    margin-bottom: 15px;
  }

  .join-tags span {
    display: inline-block;
    background-color: #E6E6E0;
    color: #555555;
    border-radius: 20px;
    font-size: 13px;
    padding: 6px 16px;
    margin-right: 8px;
  }

  .join-card a {
    color: #2C55A8;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
  }

  .join-card a:hover {
    text-decoration: underline;
  }

  .join-load-more {
    margin-top: 60px;
    background-color: #2C55A8;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    padding: 12px 26px;
    transition: 0.3s;
  }

  .join-load-more:hover {
    background-color: #fff;
    color: #2C55A8;
    border: 1px solid #2C55A8;
  }

  /* join our team section css end  */


  /* popup form css start  */

  .corner-shape {
    position: absolute;
    background: #e1f0ff;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    top: -40px;
    right: -40px;
  }

  .corner-shape-bottom {
    position: absolute;
    background: #e1f0ff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    bottom: -50px;
    left: -50px;
  }

  .career-apply-modal {
    border-radius: 6px;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
  }

  #applyModalLabel {
    font-size: 28px;
    font-weight: 600;
  }

  .job-description {
    color: #777;
    font-size: 16px;
  }

  .career-apply-modal form button {
    background-color: #2C55A8;
    color: #fff;

  }

  .career-apply-modal form button:hover {
    color: #2C55A8;
    background-color: #fff;
  }

  .career-apply-modal form .form-label {
    color: #777;
  }

  /* popup form css end  */

  .hero-section .container-fluid {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
  }

  .career-build-section .container-fluid {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
  }

  .join-team-section .container-fluid {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
  }


  @media (max-width:768px) {
    .hero-section {

      margin-top: 95px;

      padding-bottom: 20px;

    }



    .career-section {

      padding: 40px 0px 0px 0px;

      text-align: left;

    }.breadcrumb-section {    padding-bottom: 8px;  }



    .career-content h2 {

      font-size: 22px;margin-bottom: 8px;

    }



    .career-build-section {

      padding-top: 30px;

      padding-bottom: 30px;

    }



    .career-title {

      font-size: 22px;

      margin-bottom: 10px;

      line-height: normal;

    }



    .career-desc {

      max-width: 100%;

      margin-bottom: 20px;

    }



    .career-subtitle {

      margin-bottom: 20px;
      font-size: 22px;

    }



    .career-img {

      margin-top: 20px;

      height: 350px;

    }



    .career-build-section {

      margin-bottom: 0px;

    }



    .join-team-section {

      text-align: left;

    }



    .join-team-section .badge-label {

      text-align: left;

    }



    .join-team-section h2 {

      font-size: 22px;

      text-align: left;

      margin-bottom: 25px;

    }



    .join-item {

      padding: 0px;

      margin-bottom: 25px;

    }



    .join-card {

      padding: 20px;

    }



    .join-card h5 {

      font-size: 18px;

    }



    .career-apply-modal {

      padding: 40px 0px;

    }



    #applyModalLabel {

      font-size: 20px;

    }



    .career-apply-modal .modal-header {

      flex-direction: column;

      gap: 10px;

    }



    .career-apply-modal .modal-header button {

      order: -1;

      z-index: 10;

    }
  }

  @media (min-width:768px) and (max-width:992px) {
    .hero-section {
      margin-top: 70px;
      padding-bottom: 20px;
    }

    .career-section {
      padding: 30px 0px 0px 0px;
      text-align: left;
      align-items: flex-start;
    }

    .career-build-section {
      padding-top: 40px;
      padding-bottom: 40px;
    }

    .career-title {
      margin-bottom: 10px;
    }

    .career-desc {
      margin-bottom: 12px;
    }

    .career-img-box {
      margin-top: 30px;
    }

    .career-img {
      height: 460px;
      object-fit: cover;
      object-position: top;
    }

    .join-team-section {
      padding-top: 20px;
      text-align: left;
    }

    .join-team-section h2 {
      font-size: 28px;
      margin-bottom: 12px;
    }

    #applyModal .modal-dialog {
      max-width: 100% !important;
      margin-left: 20px;
      margin-right: 20px;
    }
  }


  @media (min-width:1700px) {
  .hero-section .container-fluid{
    padding: 0 40px !important;
  }
  .career-build-section .container-fluid{
    padding: 0 40px !important;
  }
  .join-team-section .container-fluid{
    padding: 0 40px !important;
  }
}

.hero-section .container-fluid{
    padding: 0 40px !important;
  }
  .career-build-section .container-fluid{
    padding: 0 40px !important;
  }
  .join-team-section .container-fluid{
    padding: 0 40px !important;
  }