
    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: 24px;
      font-weight: bold;
      color: #38006f;

      min-height: 55px;
    }
    .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;
      font-size:17px;
    }
    .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: #d67e3c;
      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: #d67e3c;
      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%;
      }
    }

  

    /* ✅ Mobile Responsive */
  

    @media screen and (max-width: 769px) {
    
      .custom-culture-companies-text {
        width: 60% !important;
      }
    }
    .custom-culture-launch-page {
      background-color: #fff;
      border-radius: 20px;
      border: 1px solid #38006f;
    }
    .custom-culture-launch-page-card-one {
      background-color: #38006f;
      padding: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 90%;
      flex-direction: column;
      border-radius: 20px;
      margin-bottom: 1rem;
      margin-left: 0.5rem;
      height: 95%;
    }
    .custom-culture-launch-page-card-one h5 {
      color: #fff;
      font-weight: 600;
      font-size: 30px;
      margin-bottom: 50px;
    }
    .custom-culture-launch-page-card-two {
      display: flex;
      flex-direction: column;
    }
    .custom-culture-launch-page-card-two i {
      font-size: 40px;
      color: #38006f;
    }
    .custom-culture-launch-page-card-two h6 {
      color: #807c7c;
      padding-top: 6px;
      width: 50%;
      font-size: 17px;
    }
    .custom-culture-launch-page-card-two img{
     
      height: 50px;
      object-fit: cover;
    }

    @media screen and (max-width: 769px) {
      .custom-culture-launch-page-card-two h6 {
        width: 100%;
      }
      .custom-culture-launch-page-card-one {
        width: 96%;
      }
      .custom-culture-launch-page-journey-text-one h5{
        font-size: 18px!important;
      }
    }

    .custom-culture-launch-page-journey {
      height: 100%;
      width: 100%;
      border-radius: 20px;
    }
    .custom-culture-launch-page-journey img {
      height: 100%;
      width: 100%;
      border-radius: 20px;
      object-fit: cover;
    }
    .custom-culture-launch-page-journey-text-one {
      display: flex;
      flex-direction: row;
      gap: 30px;
      background-color: #38006f;
      border-radius: 20px;
      justify-content: start;
      align-items: center;
      width: 100%;
      height: 85px;
      padding-left: 20px;
    }
    .custom-culture-launch-page-journey-text-one i {
      font-size: 40px;
      color: #cabbf5;
    }
    .custom-culture-launch-page-journey-text-one h5 {
      font-size: 24px;
      color: #fff;
      margin-bottom: 2px;
    }
    .custom-culture-launch-page-journey-text {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    .custom-culture-journey{
      height: 100%;
      display: flex;
      border-left: 2px solid #fff;
      justify-content: center;
      align-items: center;
      padding-left: 20px;
    }
    /* -------------------------------modify-csss------------------------------------ */

    .custom-bg-purple {
      background-color: #38006f;
    }
    .custom-career-why-it-matter-bg {
      background: radial-gradient(circle, rgb(255 119 0 / 25%) 0%, #f2f2f2 18%);
    }

    .prolite-section-title h2 {
      color: #38006f;
    }
     .prolite-section-title h3 {
      color: #38006f;
    }
    .prolite-section-title p {
      color: #38006f;
    }
    /* .custom-case-study h1 {
      color: #38006f !important;
    }
    .custom-case-study p {
      color: #38006f !important;
    } */
    .video-wrapper {
      position: relative;
      display: inline-block;
    }
    .about-us-hero-video {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 12px;
    }
    .play-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .play-overlay i {
      color: #d67e3c;
      font-size: 30px;
    }

    .custom-curve-border-two-text-first-section h2 {
      width: 100%;
    }
    .prolite-section-title-border {
      border-bottom: 2px solid #38006f;
    }
    .custom-career-why-it-matter-text h3 {
      color: #38006f !important;
      font-size: 30px;
      font-weight: bold;
    }
    .custom-career-why-it-matter-text span {
      font-size: 24px;
      color: #d67e3c;
      font-weight: 600;
    }
 

  .off {
    --bs-btn-color: #fff;
    --bs-btn-bg: #d47d37;
    --bs-btn-border-color: #d47d37;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d47d37;
    --bs-btn-hover-border-color: #d47d37;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d47d37;
    --bs-btn-active-border-color: #d47d37;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d47d37;
    --bs-btn-disabled-border-color: #d47d37;
  }
    .v{
  background-color: #d67e3c;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
      border: none;
      color: #fff;}
      .v:hover{
        background-color: #d67e3c;
         color: #fff;


      }
      .v:active{
           background-color: #d67e3c;
         color: #fff;
      }
      .about-section-design-icon {
          background-color: #fff!important;
          width: 80px!important;
          height: 80px!important;
          border-radius: 50%!important;
          display: flex!important;
          justify-content: center!important;
          align-items: center!important;
          flex-shrink: 0!important;
          transition: background-color 0.4s, transform 0.6!important;
          transform-style: preserve-3d!important;
        }
     .about-section-design:hover .about-section-design-icon {
          background-color: #38006f!important;
          transform: rotateY(180deg)!important;
        }

        .about-section-design:hover .about-section-design-icon i {
          color: #d67e3c!important;
        }

  .custom-circle {
    position: relative;
    z-index: 0;
    overflow: hidden;
  }

  /* Circle behind everything */
  .circle {
    width: 555px;
    height: 555px;
    border-radius: 50%;
    background: conic-gradient(
      #c1a9ec,
      #edd2b3,
      #c1a9ec,
      #c6b2f0,
      #f2f0fe,
      #cc8853,
      #cc8853
    );
    position: absolute;
    z-index: -1;
  }

  /* Desktop positions */
  .top-corner {
    top: -276px;
    right: -276px;
  }

  .bottom-corner {
    bottom: -276px;
    left: -276px;
  }

  /* Make container appear ABOVE circle */
  .chors {
    background: white;
    position: relative;
    z-index: 1;
  }



  /* ===========================
     📱 TABLET VIEW (max 992px)
     =========================== */
  @media (max-width: 992px) {

    .circle {
      width: 350px;
      height: 350px;
    }

    .top-corner {
      top: -150px;
      right: -80px;
    }

    .bottom-corner {
      bottom: -150px;
      left: -80px;
    }
  }




  /* ===========================
     📱 MOBILE VIEW (max 576px)
     =========================== */
  @media (max-width: 576px) {

    .circle {
      width: 250px;
      height: 250px;
    }

    .top-corner {
      top: -100px;
      right: -60px;
    }

    .bottom-corner {
      bottom: -100px;
      left: -60px;
    }
  }
  /* Base (Desktop) */
  .plays {
    position: absolute;
    top: 50%;
    left: 172px;
    z-index: -1 !important;
  }

  .hexc {
    position: absolute;
    bottom: 15%;
    right: 175px;
    z-index: -1 !important;
  }

  /* Tablet (max-width: 992px) */
  @media (max-width: 992px) {
    .plays {
    top: 50%;
    left: 17px;
    }

    .hexc {
     bottom: 12%;
      right: 20px; /* smaller right */
    }
  }


  .plays {
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: -1 !important;
  }

  .hexc {
    position: absolute;
    bottom: 15%;
    right: 30px;
    z-index: -1 !important;
  }

  @media (min-width: 1300px) {
    .plays {
      top: 50%;
      left: 110px; /* more space on large screens */
    }

    .hexc {
      bottom: 15%;
      right: 110px;
    }
  }

  /* Large Desktop (1200px - 1300px) */
  @media (max-width: 1300px) and (min-width: 1200px) {
    .plays {
      top: 50%;
      left: 25px;
    }

    .hexc {
      bottom: 15%;
      right: 25px;
    }
  }
  /* Desktop (992px - 1200px) */
  @media (max-width: 1200px) {
    .plays {
      top: 50%;
      left: 80px;
    }

    .hexc {
      bottom: 15%;
      right: 80px;
    }
  }

  /* Tablet (768px - 992px) */
  @media (max-width: 992px) {
    .plays {
      top: 50%;
      left: 0px;
    }

    .hexc {
      bottom: 12%;
      right: 0px;
    }
  }

  /* Mobile Landscape (576px - 768px) */
  @media (max-width: 768px) {
    .plays {
      top: 50%;
      left: 0px;
      transform: scale(0.8);
    }

    .hexc {
      bottom: 10%;
      right: 0px;
      transform: scale(0.8);
    }
  }

  /* Mobile Portrait (<576px) */
  @media (max-width: 576px) {
    .plays {
      top: 50%;
      left: 20px;
      transform: scale(0.7);
    }

    .hexc {
      bottom: 8%;
      right: 20px;
      transform: scale(0.7);
    }
  }







    .video-wrapper {
      position: relative;
     
    }
    .video-wrapper video {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
}

    .about-us-hero-video {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 12px;
    }
    .play-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #d67e3c;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .play-overlay i {
      color: #fff;
      font-size: 30px;
    }
     @media (max-width: 575px) {
   .frt{
    font-size:13px;
   
   }}
 

.blur {
    position: absolute;
    width: 905px;                   /* bigger glow */
    height: 753px;
    background-image: radial-gradient(
        circle,
        rgba(255,119,0,0.25) 0%,    /* soft orange glow */
        rgba(255,255,255,0) 60%     /* fades nicely */
    );
    filter: blur(80px);             /* smooth sheen */
    pointer-events: none;           /* no click block */
    z-index: 1;                     /* sits behind content */
}

.top-se {
    top: -150px;
    left: -420px;
}
.bottom-se{
top: -240px;
    right: -420px;
}





  
          .experience-badge {
              background: #f5f5f5;
              border-radius: 50px;
              padding: 18px 30px;
              display: flex;
              align-items: center;
              width: fit-content;
              gap: 20px;
              cursor: pointer;
          }

          .icon-circle {
              width: 55px;
              height: 55px;
              background: #ffffff;
              border-radius: 50%;
              display: flex;
              justify-content: center;
              align-items: center;
              transition: transform 0.6s ease, background-color 0.4s ease;
            flex-shrink: 0;
          }

          .icon-circle i {
              font-size: 26px;
              color: #d17a24;
              transition: color 0.4s ease;
          }

          /* Hover Effect */
          .experience-badge:hover .icon-circle {
              transform: rotateY(180deg);
              background-color: #38006f;
          }

          .experience-badge:hover .icon-circle i {
              color: #fff;
          }

          .experience-text {
              font-size: 20px;
              font-weight: 700;
              line-height: 1.3;
              color: #1c1c1c;
          }

          /* Responsive */
          @media (max-width: 576px) {
              .experience-badge {
                  padding: 14px 20px;
                  gap: 14px;
              }

              .icon-circle {
                  width: 48px;
                  height: 48px;
                  flex-shrink: 0;
              }

              .icon-circle i {
                  font-size: 22px;
              }

              .experience-text {
                  font-size: 17px;
              }
          }

.hero-team {
    background: url("../Banner bg.webp") center/cover no-repeat;
    color: white;
    padding: 80px 0 60px;
    height:70vh;
    text-align: center;
    display: flex;
    align-items: center;      /* NEW LINE */
    justify-content: center;  /* NEW LINE */
}


/* Desktop Spacing */
@media (min-width: 992px) {
    .hero-team {
        padding: 120px 0 80px;
    }
}

/* Heading */
.hero-team h1 {
    font-size: 35px;
    color: white;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    text-align: center;
}

/* Paragraph */
.hero-team p {
    font-size: 20px;
    margin: 0 auto 25px;
    line-height: 1.6;
    font-family: 'Raleway', sans-serif;
    max-width: 700px;
}

/* Mobile adjustments */
@media (max-width: 567px) {
    .hero-team {
        padding-top: 100px;
        padding-bottom: 40px;
        height:100vh;
    }

    .hero-team h1 {
        font-size: 32px;
    }

    .hero-team p {
        font-size: 18px;
        padding: 0 10px;
    }
}

    