
  body {
    overflow-x: hidden;
  }

  section {
    overflow-x: hidden !important;
  }

  /* -------------------------------------------First section css----------------------------------------- */

  .custom-curve-border-two-text-first-section h2 {
    width: 100%;
  }

  .custom-prolite-corporate-event-first-section-title h1 {
    font-size: 30px;
    color: #38006f;
    font-weight: bold;
  }

  .custom-prolite-corporate-event-first-section {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: pointer;
  }

  .custom-prolite-corporate-event-first-section::-webkit-scrollbar {
    display: none !important;
  }

  .custom-prolite-corporate-event-first-section-inner {
    flex: 0 0 70%;
    height: 350px;
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .custom-prolite-corporate-event-first-section-inner img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
    display: block;
  }

  .custom-prolite-corporate-event-first-section::-webkit-scrollbar {
    height: 8px;
  }

  .custom-prolite-corporate-event-first-section::-webkit-scrollbar-thumb {
    border-radius: 8px;
    opacity: 0.3;
    background: rgba(0, 0, 0, 0.15);
  }

  .custom-prolite-corporate-event-first-section::-webkit-scrollbar-track {
    background: transparent;
  }

  .custom-prolite-corporate-event-first-section-inner-play-icon-body {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0000005e;
    border-radius: 30px;
  }

  .custom-prolite-corporate-event-first-section-inner-play-icon {
    position: absolute;
    top: 37%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .custom-prolite-corporate-event-first-section-inner-play-icon {
    color: #d67e3c;
    font-size: 28px;
  }

  /* -------------------------------------------Second section css----------------------------------------- */
  .custom-bg-corporate {
    background-color: #f2f2f2;
    margin-top: 15px;
  }

  .custom-prolite-corporate-event-second-section {
    background-color: #fff;
    border-radius: 30px;
    padding: 20px;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .custom-prolite-corporate-event-second-section-curver {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #f2f2f2;
    border-bottom-left-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 50px;
  }

  .custom-prolite-corporate-event-second-section-curver-border-one {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -8px;
    left: -21px;
    border-top-right-radius: 20px;
    border-top: 8px solid #f2f2f2;
    border-right: 8px solid #f2f2f2;
  }

  .custom-prolite-corporate-event-second-section-curver-border-two {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: -20px;
    right: -8px;
    border-top-right-radius: 20px;
    border-top: 8px solid #f2f2f2;
    border-right: 8px solid #f2f2f2;
  }

  .custom-prolite-corporate-event-second-section-curver-bg {
    background-color: #d67e3c;
    width: 80%;
    height: 80%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
  }

  .custom-prolite-corporate-event-second-section-image {
    height: 100%;
    width: 100%;
    border-radius: 30px;
  }

  .custom-prolite-corporate-event-second-section-image img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
  }

  .custom-prolite-corporate-event-second-section-text {
    padding: 20px 30px;
  }

  .custom-prolite-corporate-event-second-section-text h2 {
    font-size: 35px;
    color: #38006f;
    font-weight: bold;
    width: 80%;
  }

  .custom-prolite-corporate-event-second-section-text p {
    color: #868585;
    font-size: 17px;
  }


  /* -------------------------------------------Third section css----------------------------------------- */

  .custom-prolite-active-page-card-third-section-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px 40px;
  }

  .custom-prolite-active-page-card-third-section-text h3 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;

  }

  .custom-prolite-active-page-card-third-section-text h2 {
    font-size: 20px;
    color: #d67e3c;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .custom-prolite-active-page-card-third-section-text h3 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px;
  }

  .custom-prolite-active-page-card-third-section-text p {
    color: #fff;
    font-size: 17px;
  }

  .custom-prolite-active-page-card-third-section-image .third-section-one {
    height: 200px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
  }

  .custom-prolite-active-page-card-third-section-image .third-section-two {
    width: 60%;
    height: 200px;
    border-radius: 20px;
    object-fit: cover;
  }

  .custom-prolite-active-page-card-third-section-image .third-section-third {
    width: 38%;
    height: 200px;
    border-radius: 20px;
    object-fit: cover;
  }

  .custom-career-why-it-matter-text {
    cursor: pointer;
  }

  .custom-career-why-it-matter-text h4 {
    color: #38006f;
    font-weight: bold;
    font-size: 30px;
  }

  .custom-career-why-it-matter-text h2 {
    color: #8f8c8c;
    font-size: 18px;
    font-weight: 400;
  }

  .custom-career-why-it-matter-text h2:hover {
    color: #d67e3c;
    font-weight: bold;
  }

  .custom-career-why-it-matter-text li:hover i {
    color: #38006f;

  }

  .custom-career-why-it-matter-text h3 {
    color: #d67e3c;
    font-size: 24px;
    font-weight: bold;
  }

  .custom-career-why-it-matter-text p {
    color: #8f8c8c;
  }

  .custom-why-choose-text h3 {
    font-size: 50px;
    color: #fff;
    text-align: center;

  }

  .custom-why-choose-text p {
    font-size: 18px;
    color: #fff;
    text-align: center;
  }

  .custom-employee-brand-card h2 {
    font-size: 20px;
  }

  .prolite-section-title h3 {
    color: #d67e3c;
    font-size: 20px;
  }

 

  .custom-service-first-section p {
    color: #fff !important;
    text-align: center !important;
    width: 100% !important;
    font-size: 24px !important;
    font-weight: 500 !important;
  }

  @media screen and (max-width:769px) {
    .custom-prolite-corporate-event-first-section-inner {
      flex: 0 0 100% !important;
      height: 233px !important;
    }
  }

  .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);
    }
  }


  

  .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;
    }
  }

  .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: #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;
    }
  }

  .icon-wrap {
    width: 30px;
    height: 30px;
  }

  .icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;

  }

  .icon-wrap img {

    transition: 0.3s ease-in-out;
  }

  .custom-career-why-it-matter-text li {
    padding-bottom: 10px;
  }

  .custom-career-why-it-matter-text li:hover .icon-wrap img {
    filter: invert(57%) sepia(58%) saturate(617%) hue-rotate(346deg) brightness(91%) contrast(91%);
  }



  .d-flex.gap-4 {
    align-items: center;
  }

  .d-flex.gap-4 h2 {
    margin: 0;
    padding: 0;
  }

  .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;
  }

.hero-team {
    background: url("../Banner bg (1).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;
    }
}

