
      /* --------------------------------------------------------Career--------------------------------------- */
      
      .why-choose-us{
        padding-top: 100px;
        padding-bottom: 80px;
      }
      .why-choose-us img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.career-img-one,
.career-img-two,
.career-img-four,
.career-img-five {
  height: 250px;
}

.career-img-three {
  height: 450px;
}

/* Desktop visible, mobile hidden */
.desktop-layout {
  display: flex;
}
.mobile-layout {
  display: none;
}

/* Carousel Styles */
.carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-wrapper {
  overflow: hidden;
}

.carousel {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.carousel img {
  min-width: 100%;
 
}

/* Buttons */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
}
.carousel-btn.prev { left: 10px; }
.carousel-btn.next { right: 10px; }

/* Responsive */
@media (max-width: 768px) {
  .desktop-layout { display: none; }
  .mobile-layout { display: block; }
}
/* Section spacing */
.career-section {

  background: #fff;
}


/* Job Card */
.job-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding: 20px 25px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.job-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Job info */
.job-info h3 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  color: #8b0f58; /* highlight color */
}
.job-info p {
  margin: 5px 0 0;
  font-size: 16px;
  color: #444;
}

/* Apply Button */
.apply-btn {
  background: #8b0f58;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.apply-btn:hover {
  background: #a51d6d;
}
.custom-bg{
     background: linear-gradient(to bottom, #8b0f58 0%, #fdf1db 100%);
}
   .prolite-section-career h2 {
        font-size: 36px;
        font-weight: 700;
   color: #fff;
      }
      .prolite-section-career p {
        font-size: 20px;
        color: #fff;
      }
      .hero {
           background:  
            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;
            }
        }

 

    
        
      
    @media (max-width: 567px) {
    .hero {
        padding-top: 100px;   
        height: auto;      
    }
}
/* Hide existing grid on mobile */
@media (max-width: 767px) {
    .hero .container-fluid {
        display: none !important;
    }
}
   .custom-activity-page-section-first-row {
        width: 52%;
        height: 200px;
        display: flex;
        gap: 18px;
        object-fit: cover;
      }

      .custom-activity-page-section {
        margin-bottom: 1rem;
        object-fit: cover;
      }
      .custom-activity-page-section img {
       
        border-radius: 15px;
        object-fit: cover;
      }
      .custom-activity-page-section-second-row {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .custom-activity-page-section-second-row img {
        width: 100%;
        height: 46%;
        border-radius: 15px;
        object-fit: cover;
      }
      .custom-activity-page-section-third-row {
        width: 52%;
        height: 200px;
        display: flex;
        gap: 18px;
        object-fit: cover;
      }

      .custom-activity-page-section-third-row-image-one {
        width: 100% !important;
        height: 100% !important;
        border-radius: 15px;
        float: right;
        object-fit: cover;
      }
      .custom-activity-page-section-third {
        margin-bottom: 10px;
        object-fit: cover;
      }
      .custom-activity-page-section-third img {
        width: 100%;
        height: 100%;
        border-radius: 15px;
        object-fit: cover;
      }
      .custom-activity-page-section-bottom-img-one {
        position: absolute;
        left: 2%;
        width: 41%;
        object-fit: cover;
        height: 70px;
      }
      .custom-activity-page-section-bottom-img-one img,
      .custom-activity-page-section-bottom-img-two img,
      .custom-activity-page-section-bottom-img-three img {
        width: 100%;
        height: 100%;
        border-radius: 15px;
        object-fit: cover;
      }
      .custom-activity-page-section-bottom-img-two {
        position: absolute;
        right: 25%;
        width: 29%;
        object-fit: cover;
        height: 333px;
        top: -318%;
      }
      .custom-activity-page-section-bottom-img-three {
        position: absolute;
        right: 10px;
        width: 22%;
        object-fit: cover;
        height: 120px;
        top: -53px;
      }

      @media screen and (max-width:769px) {
         .custom-activity-page-section {
        margin-bottom: 23px !important;
      }
      .custom-activity-page-section-second-row{
        margin-bottom: 23px !important;
      }
      .custom-activity-page-section-third-row-image-one,
      .custom-how-it-work-your-mission{
        width: 100% !important;
      }
      }
      .custom-image-height{
        height: 455px !important;
      }

      .prolite-section-title h1{
        font-size: 35px;
    font-weight: 700;
    color: #38006f;
      }
    