

  body {
    overflow-x: hidden;
  }
  section {
    overflow-x: hidden !important;
  }

  .custom-activity-popular {
    height: 400px !important;
  }
  .cutsom-about-us-button span {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    z-index: 1;
  }
  .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(0deg, rgb(0 0 0) 0%, rgb(255 255 255 / 6%) 38%);
    width: 100%;
    height: 100%;
    top: 0px;
    border-radius: 15px;
  }
  .custom-explore-destinations-button {
    width: 200px;
    height: 50px;
    border-radius: 40px;
    background-color: #d67e3c;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 5px;
  }
  .custom-explore-destinations-button-one {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 50px;
    padding: 5px 20px;
  }
  .custom-explore-destinations-button-one h5 {
    color: #d67e3c;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
  }
  .custom-explore-destinations-button-two {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 50px;
    padding: 5px 20px;
  }
  .custom-explore-destinations-button-two h5 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
  }
  .custom-explore-destinations-button-one,
  .custom-explore-destinations-button-two {
    transition: all 0.3s ease;
  }
  .custom-explore-destinations-button {
    position: relative;
    overflow: hidden;
  }

  .slider-bg {
    position: absolute;

    width: 50%;
    height: 85%;
    background: #fff;
    border-radius: 40px;
    transition: transform 0.3s ease;
    z-index: 1;
  }

  .custom-explore-destinations-button-one,
  .custom-explore-destinations-button-two {
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: color 0.3s ease;
    width: 100%;
  }

  .custom-explore-destinations-card {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .custom-explore-destinations-card img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
  }
  .custom-explore-destinations-card-text {
    background-color: #fff;
    position: absolute;
    bottom: -53px;
    border-radius: 15px;
    padding: 20px;
    width: 60%;
    height: 166px;
  }
  .custom-explore-destinations-card-text h2 {
    font-size: 24px;
    color: #38006f;
    font-weight: bold;
  }
  .custom-explore-destinations-card-text p {
    color: #8d8b8b;
    font-size: 17px;
  }
  .custom-explore-wrapper {
    overflow-y: hidden;
    width: 100%;
  }

  .custom-explore-track {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
    will-change: transform;
  }
  .custom-explore-wrapper {
    -ms-overflow-style: none; /* IE & Edge */
    scrollbar-width: none; /* Firefox */
  }

  .custom-explore-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }
  .custom-explore-wrapper {
    overflow: hidden;
    width: 100%;
  }

  .custom-explore-track {
    display: flex;
    gap: 20px;
    transition: transform 0.4s linear;
  }

  /* Desktop – show 3 cards */
  .custom-explore-track > div {
    min-width: calc(33.33% - 20px); /* 3 cards */
  }

  /* Mobile – show 1 card */
  @media (max-width: 768px) {
    .custom-explore-track > div {
      min-width: 100%; /* 1 card */
    }
  }

  /* --------------------------------Reuse Css Code ---------------------------------------------- */
  .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: 0px;
    min-height: 66px;
    font-size: 17px;
    width: 90%;
  }
  .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;
  }

  .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-slider-track {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    scroll-behavior: smooth;
  }
  .custom-slider-track > div {
    flex: 1 0 30%;
  }
  @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%;
    }
  }
  .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;
  }

  .custom-case-study p {
    color: #000 !important;
    font-size: 17px;
  }
  .custom-career-why-it-matter {
    margin-bottom: 30px;
  }
  .custom-career-why-it-matter-text {
    cursor: pointer;
  }
 
  .custom-career-why-it-matter-text h2 {
    color: #38006f;
    font-size: 17px;
    font-weight: bold;
  }
  .custom-career-why-it-matter-text h2:hover {
    color: #d67e3c;
  }
  .custom-career-why-it-matter-text li:hover i {
    color: #38006f;
  }
  .custom-career-why-it-matter-text h3 {
    color: #d67e3c;
    font-size: 30px;
    font-weight: bold;
  }
  .custom-career-why-it-matter-text p {
    color: #8f8c8c;
  }
 
  .custom-career-why-it-matter-title-text p {
    font-size: 20px;
    color: #38006f;
    font-weight: 400;
  }
  .custom-career-why-it-matter-circle {
    bottom: 40%;
  }
  .custom-career-why-it-matter-card {
    height: 40% !important;
    width: 40%;
    position: absolute;
    bottom: -52px;
    left: 0px;
    box-shadow: 5px 10px 10px #00000052;
  }
  .custom-employee-brand-bg-white {
    position: absolute;
    top: -1px;
    width: 100%;
    height: 130px;
    background-color: #fff;
    z-index: 5;
  }
  .custom-employee-brand img {
    height: 500px;
  }
  @media screen and (max-width: 769px) {
    .custom-employee-brand img {
      height: 150vh !important;
    }
     .custom-what-we-do-text p{
    width: 100% !important;
  }
  
  }

  .custom-what-we-do-text p{
  
    width: 72%;
  }

 


.about-us-iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 20px;
  object-fit: cover;
}

.custom-career-why-it-matter-main-img{
  width: 100% !important;
}
.custom-career-why-it-matter{
  height: 100% !important;
}
.custom-service-first-sections h1 {
        font-size: 35px!important;
        color: #38006f!important;
        font-weight: bold!important;
        text-align: start!important;
      }
 .custom-service-first-sections p{
    color: black!important;
    text-align: start!important;
   
  }
  .custom-prolitee-banner-design{
        position: absolute!important;
        bottom: 0px!important;
        left: 0px!important;
      }
  .curated{
     color: #38006f!important;
     font-size: 16px;
     font-weight: 500;
     margin-left: 15px;
     text-align: justify;
     align-items: end;
  }
  .numss{
    color:#d67e3c;
    font-weight: 700;
    font-size: 40px;
  }
  /* Ensures content never overflows image */
.custom-service-first-sections {
    width: 100%;
    padding: 20px;
    left: 0;
    right: 0;
}

/* Tablet Fix */
@media (max-width: 991px) {

  .custom-service-title .container-fluid {
      padding-left: 20px !important;
      padding-right: 20px !important;
      padding-top: 20px;
  }

  .custom-service-first-sections h1 {
      font-size: 28px !important;
      line-height: 1.3;
  }

  .custom-service-first-sections p {
      font-size: 15px !important;
  }

  /* .custom-service-title .col-8 {
      width: 100% !important;  /* prevent overflow */
  } */

  .custom-carousel-caption {
      padding-bottom: 40px !important;
      padding-top: 40px !important;
  }

  /* Number + Text Box */
  .numss {
      font-size: 45px !important;
      color:#d67e3c;
  }

  .curated {
      font-size: 14px !important;
      margin-left: 8px;
      line-height: 1.2;
      text-align: justify;
     align-items: end;
     margin-bottom: 0px;
  }


/* Mobile Fix */
@media (max-width: 767px) {

  .custom-service-first-sections h1 {
      font-size: 15px !important;
      text-align: start !important;
  }

  .custom-service-first-sections p {
     display: none;
  }

  .custom-service-title .col-8 {
      align-items: center !important;
      text-align: start !important;
  }

  /* Align number + text center */
  .d-flex.align-items-end {
      justify-content: center !important;
  }

  .numss {
      font-size: 28px !important;
  }

  .curated {
      font-size: 10px !important;
      margin-left: 6px !important;
      margin-bottom: 0px!important;
      
  }
}
/* Desktop (992px and above) */
@media (min-width: 992px) {
    .remem {
        gap: 0.5rem !important;
    }
}

/* Tablet (768px – 991px) */
@media (max-width: 991px) and (min-width: 768px) {
    .remem {
        gap: 1.25rem !important;
    }
}

/* Mobile (576px – 767px) */
@media (max-width: 767px) and (min-width: 576px) {
    .remem {
        gap: 0rem !important;
    }
    .plan{
      font-size: 12px;
    }
}


@media (max-width: 767px) {
    .remem {
        gap: 0rem !important;
    }
    
}
.custom-service-first-sections {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Always centered inside image */
    width: 100%;
    padding: 20px;
    padding-top:20px;
}
    .offsite-section {
        display: flex;
        align-items: center;
        gap: 25px;
        padding: 20px;
    }
    @media (max-width: 767px){
    .offsite-section {
        display: flex;
        align-items: center;
        gap: 15px;
        padding-top: 10px;
        padding-left: 0px;
    }
     .number {
       display: none;
    }
    .label {
      display: none;
    }}

    .stats {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .number {
        font-size: 32px;
        font-weight: 800;
        color: #d47d37;
    }
    .label {
        font-size: 14px;
        font-weight: 600;
        color: #4b1f86;
        letter-spacing: 0.5px;
        line-height: 1.2;
    }
    .frt{
     margin-right:4px;
      font-size: 15px;
    }
    
  .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;
  padding-bottom:12px;
  padding-top:12px;
}

.custom-background-prolitee{
       background: radial-gradient(circle at 35% 20%, rgba(212, 126, 55, 0.712) -26%, rgba(255, 255, 255, 1) 10%);
      }


  @media (max-width: 575px) {
 .frt{
  font-size:13px;
 }
  }
  @media screen and (max-width: 769px){
 .e-store-nav {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: none;
        border-radius: 0px;
        box-shadow:none;
        padding: 0 20px 0 10px;
        transition: all 0.3s ease-in-out;

        
      }
      .mts{
  margin-top:20px;
}
   
    .custom-service-first-sections {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Always centered inside image */
    width: 100%;
    padding: 20px;
    padding-top:20px;
}}
@media screen and (min-width: 800px) and (max-width: 900px) {
.remem{
  gap: 0rem !important;
}
.offsite-section {
        display: flex;
        align-items: center;
        gap: 25px;
        padding: 20px;
        padding-top:0px;
}
.custom-service-first-sections {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Always centered inside image */
    width: 100%;
    padding: 20px;
    padding-top:20px;
}}

.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);
  }
}
 

 .offsite-section {
        display: flex;
        align-items: center;
        gap: 25px;
        padding: 20px;
    }

    .hero {
        background-image: url("../Offsites-Banner-Background (1).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 {
                padding-top: 100px;
                margin-bottom: 40px;
            }
        }

        .hero h1 {
               font-size: 35px !important;
    color: #fff !important;
    font-weight: bold !important;
    text-align: start !important;
    font-family: 'Montserrat', sans-serif;
        }

        @media (min-width: 768px) {
            .hero h1 {
                font-size: 2.8rem;
            }
        }

        @media (min-width: 992px) {
            .hero h1 {
                font-size: 40px;
                font-weight: bold;
                
            }
        }

        .hero p {
            font-size: 20px;
            max-width: 100%;
            margin: 0 auto 20px;
            line-height: 1.5;
           font-family: 'Raleway';
        }

        @media (min-width: 768px) {
            .hero p {
                font-size:20px;
                max-width: 700px;
                margin: 0 auto 30px;
                line-height: 1.6;
            }
            
        }
        
      
    @media (max-width: 567px) {
    .hero {
        padding-top: 100px;   /* your custom mobile padding */
        height: auto;        /* adjust as needed */
    }
}

.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;
  }
