
  body {
    overflow-x: hidden;
  }

  section {
    overflow-x: hidden !important;
  }

  .custom-bg {
    background-color: #f2f2f2;
  }

  .custom-career-discover-services-bg {
    background-color: #f2f2f2;
  }

  .custom-career-discover-services {
    background-color: #fff;
    border-radius: 15px;
    /* box-shadow: 5px 0px 10px #00000021; */
    padding: 20px;
    position: relative;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .custom-career-discover-services:hover {
    background-color: #38006f;
  }

  .custom-career-discover-services:hover h3 {
    color: #fff;
  }

  .custom-career-discover-services:hover p {
    color: #fff;
  }

  .custom-career-discover-services h3 {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #38006f ;

    min-height: 55px !important;
  }

  .custom-career-discover-services img {
    width: 100%;
    min-height: 180px;
    max-height: 180px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .custom-career-discover-services p {
    color: #464545;
    margin-bottom: 40px;
    min-height: 80px;
  }

  .custom-career-discover-services-corner-design {
    position: absolute;
    bottom: -1px;
    right: -1px;
    background-color: #f2f2f2;
    border-top-left-radius: 14px;
    width: 40px;
    height: 60px;
  }

  .custom-career-discover-services-corner-design-inside {
    background-color: #d47d37;
    width: 35px;
    height: 90%;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 4px;
  }

  .custom-career-discover-services-corner-design-inside h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
  }

  .custom-career-discover-services div:nth-child(2) {
    position: relative;
    overflow: hidden;
  }

  .custom-career-discover-services div:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 80%;
    height: 90%;
    background: rgba(255, 255, 255, 0.45);
    transform: skewX(-25deg);
    transition: 0.6s ease-in-out;
    pointer-events: none;
  }

  .custom-career-discover-services:hover div:nth-child(2)::after {
    left: 140%;
  }

  .custom-career-discover-services-button-nxt-pre {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .custom-career-discover-services-button-nxt-pre button {
    background-color: #d47d37;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: none;
    color: #fff;
  }

  .custom-slider-track {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    scroll-behavior: smooth;
  }

  .custom-slider-track>div {
    flex: 0 0 25%;
  }

  @media (max-width: 992px) {
    .custom-slider-track>div {
      flex: 0 0 33.33%;
    }
  }

  @media (max-width: 768px) {
    .custom-slider-track>div {
      flex: 0 0 50%;
    }
  }

  @media (max-width: 576px) {
    .custom-slider-track>div {
      flex: 0 0 100%;
    }
  }



  @media screen and (max-width: 769px) {



    .custom-culture-companies-text {
      width: 60% !important;
    }

    .custom-what-we-do-bg {
      background: #fff !important;
    }




  }

  /* -------------------------------modify-csss------------------------------------ */

 


  .hero-team {
    background: url("../website-img/Employer-Branding-Banner-Background.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    background-size: cover;
    background-position: center;
    color: white;
    padding: 60px 0;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 0px !important;
  }

  @media (min-width: 992px) {
    .hero-team {
      padding-top: 100px;
      margin-bottom: 40px;
    }
  }

  .hero-team h1 {
    font-size: 35px !important;
    color: white !important;
    font-weight: bold !important;
    text-align: start !important;
    font-family: 'Montserrat', sans-serif;
  }

  @media (min-width: 768px) {
    .hero-team h1 {
      font-size: 2.8rem;
    }
  }

  @media (min-width: 992px) {
    .hero-team h1 {
      font-size: 40px;
      font-weight: bold;

    }
  }

  .hero-team p {
    font-size: 20px;
    max-width: 100%;
    margin: 0 auto 20px;
    line-height: 1.5;
    font-family: 'Raleway';
  }

  @media (min-width: 768px) {
    .hero-team p {
      font-size: 20px;
      max-width: 700px;
      margin: 0 auto 30px;
      line-height: 1.6;
    }

  }


  @media (max-width: 567px) {
    .hero-team {
      padding-top: 100px;
      /* your custom mobile padding */
      height: auto;
      /* adjust as needed */
    }
  }

 
  .custom-new-curver-image-design {
    width: 100% !important;
    height: 80% !important;
    position: relative;
  }

  .custom-new-curver-image-design img {
    object-fit: contain !important;
  }

  .custom-what-we-do-text-ul-line {
    width: 2px !important;
    height: 80% !important;
  }

  .custom-what-we-do-bg {
    background: radial-gradient(circle at 47% 53%, rgba(212, 126, 55, 0.712) -3%, rgba(255, 255, 255, 1) 16%);
  }

  .custom-employee-brand-card-icon img {
    filter: brightness(0) invert(1);
    transition: 0.3s ease-in-out;
  }

  .custom-employee-brand-card:hover .custom-employee-brand-card-icon img {

    filter: invert(57%) sepia(58%) saturate(617%) hue-rotate(346deg) brightness(91%) contrast(91%);
  }

  .custom-employee-brand-card-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }

  .custom-career-why-it-matter {
    height: 100% !important;
    width: 90% !important;


  }

  .custom-career-why-it-matter-main-img {
    width: 100% !important;
  }

  .custom-career-why-it-matter-col {
    padding-left: 3rem !important;
  }
  
      .custom-employee-brand-new h3 {
        font-size: 30px;
        color: #fff;
        width: 60%;
        font-weight: bold;
      }
  
