<style>
  .custom-teambuilding-first-section {
    width: 100%;
    height: 300px;
    border-radius: 15px;
    margin-bottom: 48px;
  }

  .custom-teambuilding-first-section img {
    height: 170px;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }

  .crx {
    height: 350px !important;
    width: 100% !important;
    object-fit: cover !important;
    border-top-right-radius: 15px !important;
    border-top-left-radius: 15px !important;
  }

  .custom-teambuilding-first-section-text {
    background-color: #f2f2f2;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    padding: 15px 30px;
  }

  .custom-teambuilding-first-section-text h3 {
    color: #d67e3c;
    font-size: 60px;
    font-weight: bold;
  }

  .custom-teambuilding-first-section-text p {
    color: #504f4f;
    font-size: 17px;
    font-weight: 600;
    width: 60%;
  }
 .custom-teambuilding-first-section-text h2{
    color: #504f4f;
 }
  .custom-teambuilding-first-section-two {
    width: 100%;
    height: 350px;
    border-radius: 15px;
    display: flex;
  }

  .custom-teambuilding-first-section-two img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .custom-teambuilding-first-section-text-two {
    background-color: #38006f;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    padding: 15px 50px;
  }

  .custom-teambuilding-first-section-text-two h3 {
    color: #d67e3c;
    font-size: 60px;
    font-weight: bold;
  }

  .custom-teambuilding-first-section-text-two p {
    color: #fff;
    font-size: 24px;
   
    
  }

  /* --------------------------------------second section css ---------------------------------- */
  .custom-teambuilding-second-section {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
  }

  .custom-teambuilding-second-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
  }

  .custom-teambuilding-second-section-text {
    background-color: #fff;
    border-radius: 15px;
    position: absolute;
    bottom: 0px;
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
  }

  .custom-teambuilding-second-section:hover .custom-teambuilding-second-section-text {
    background-color: #d67e3c;
  }

  .custom-teambuilding-second-section:hover .custom-teambuilding-second-section-text h1 {
    color: #fff;
  }

  .custom-teambuilding-second-section-text h1 {
    color: #38006f;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 20px;
    width: 50%;
    text-align: center;
  }

  .custom-teambuilding-second-section-text div {
    position: absolute;
    bottom: 90px;
    left: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
  }

  .custom-teambuilding-second-section-text div p {
    color: #fff;
  }

  .custom-teambuilding-second-section-bg {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-color: #0000006e;
  }

  .custom-team-building-gallery-one {
    width: 100%;
    height: 600px;
    border-radius: 20px;
    margin-top: 40px;
  }

  .custom-team-building-gallery-one img {
    border-radius: 20px;
    object-fit: cover;
  }

  .custom-team-building-gallery-two {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;

  }

  .custom-team-building-gallery-two img {
    width: 100%;
    height: 48%;
    border-radius: 20px;
    object-fit: cover;

  }

  @media screen and (max-width:769px) {
    .custom-team-building-gallery-two {
      margin-top: 20px;
    }
    .custom-teambuilding-first-section-text-two{
      padding: 15px 20px !important;
    }
  }

  /* -----------------------------------------Reused code css ---------------------------------------- */
  .video-wrapper {
    width: 100% !important;
   
    border-radius: 20px !important;
    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;
  }

  .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 h1 {
    color: #fff;
  }

  .custom-career-discover-services:hover p {
    color: #fff;
    font-size: 17px;
  }

  .custom-career-discover-services h1 {
    font-size: 18px;
    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 {
    font-size: 17px;
    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;
    z-index: 5;
  }

  .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;
    text-align: center;
  }

  .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-activity-popular div:nth-child(2)::after {
    background-color: transparent;
  }

  .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%;
    }
  }

  .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 {
    font-size: 20px;
    color: #fff;
  }

  /* .custom-prolite-active-page-card-third-section-text span {
    width: 1px;
    height: 70px;
    background-color: #fff;
  } */
  .custom-prolite-active-page-card-third-section-image .third-section-one {
    height: 250px;
    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-activity-popular {
    height: 400px !important;
  }

  .custom-career-discover-services-corner-design-top-text {
    position: absolute;
    width: fit-content;
    padding: 10px 20px;
    height: 40px;
    background-color: #fff;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 15px;
    top: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 6;
  }

  .custom-career-discover-services-corner-design-top-text h5 {
    color: #d67e3c;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
  }

  .custom-career-discover-services-corner-design-top-bg {
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 45%, rgba(0, 0, 0, 1) 95%);
    width: 100%;
    height: 100%;
    top: 0px;
    border-radius: 15px;
  }

  .custom-career-discover-services-corner-design-top-text i {
    color: #d67e3c;
    font-size: 20px;
  }

  /* -------------------modify css--------------- */
  .custom-career-discover-services-corner-design {
    position: absolute;
    bottom: 2%;
    right: 10%;
    left: 5%;
    background-color: #d67e3c;
    /* border-top-left-radius: 14px; */
    width: 90%;
    height: 50px;
    z-index: 5;
    border-radius: 15px;
  }

  .custom-career-discover-services-corner-design-inside {
    background-color: transparent;
    width: 100%;
    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 p {
    margin-bottom: 50px;
  }

  .custom-career-why-it-matter-bg {
    background: radial-gradient(circle, rgb(255 119 0 / 25%) 0%, #fff 18%);
  }

  .custom-career-why-it-matter-text h3 {
    font-size: 35px;
    color: #38006f;
  }

  .custom-career-why-it-matter-text span {
    font-size: 17px;
    color: #747171;
  }

  .custom-career-why-it-matter-main-img {
    width: 100%;
    height: 70%;
  }

  .custom-career-why-it-matter-second-img {
    width: 85%;
    height: 50%;
  }

  .custom-career-why-it-matter-second-img img {
    width: 96%;
    height: 92%;
  }

  @media screen and (max-width:769px) {
    .custom-career-why-it-matter-second-img {
      left: 7% !important;
    }
  }




  .custom-activity-popular-new {
    border-radius: 20px;
    background-color: #fff;
    padding-bottom: 15px;
    height: 100%;
    overflow-y: hidden;
  }

  .custom-activity-popular-new-image {
    position: relative;
    width: 100%;
    height: 200px;
  }

  .custom-activity-popular-new-image img {
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: cover;
  }

  .custom-activity-popular-new-image-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: fit-content;
    height: 30px;
    border-top-right-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding-left: 35px;
    padding-right: 35px;
    ;
  }

  .custom-activity-popular-new-image-text h5 {
    color: #d67e3c;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0px;
  }

  .cusotm-span-one {
    position: absolute;
    right: -16px;
    bottom: -5px;
    background-color: transparent;
    width: 20px;
    height: 20px;
    border-bottom: 5px solid #fff;
    border-left: 4px solid #fff;
    border-bottom-left-radius: 10px;

  }

  .cusotm-span-two {
    position: absolute;
    left: -1px;
    top: -15px;
    background-color: transparent;
    width: 20px;
    height: 20px;
    border-bottom: 5px solid #fff;

    border-bottom-left-radius: 10px;

  }

  .custom-activity-popular-new-text {
    padding-left: 15px;


  }

  .custom-activity-popular-new-text h2 {
    color: #38006f;
    font-weight: 700;
    font-size: 24px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .custom-activity-popular-new-text p {
    color: #818181;
    font-weight: 500;


  }

  .custom-activity-popular-new {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .custom-activity-popular-new-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .custom-activity-popular-new-text h2 {
    margin-top: 10px;
  }

  .custom-activity-popular-new-text p {
    font-size: 17px;
    margin-bottom: 0px;
  }

  /* Push the button to the bottom */
  .custom-activity-popular-new-text a {
    margin-top: auto;
    display: block;
  }

  .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);
    }
  }


  @media (max-width: 575px) {
    .frt {
      font-size: 13px;
    }
  }

 

  .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;
  }
  .custom-new-curver-image-design{
    height: 546px !important;
  }

  .custom-new-curver-image-design-border-one,
  .custom-new-curver-image-design-border-two,
  .custom-new-curver-image-design-border-one-inner span,
  .custom-new-curver-image-design-border-two-inner span,
  .custom-new-curver-image-design-border-two-inner-one span,
  .custom-new-curver-image-design-border-one-inner-one span {
    background-color: #fff !important;
  }

  .custom-new-curver-image-design-border-one-inner,
  .custom-new-curver-image-design-border-one-inner-one {
    border-top: 10px solid #fff !important;
    border-left: 10px solid #fff !important;
  }

  .custom-new-curver-image-design-border-two-inner,
  .custom-new-curver-image-design-border-two-inner-one {
    border-bottom: 10px solid #fff !important;
    border-right: 10px solid #fff !important;
  }

  .hero-team {
    background: url("../banner-team.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 */
    }
  }
.ssd{
  align-items: flex-end;
}
</style>