@media screen and (max-width:1024px){
   .hero-section{ position: relative;}
    .overlay {
        height: auto;
        position: absolute;
        bottom: 0;}
        .hiring-img img, .map-container img{width:100%;height:auto;}
        .job-Openings-box{margin:30px;}
        
}


@media (max-width: 768px) {
  .hero-text {
    margin-top: 60%;
    line-height: 1.6;
    max-width: 600px;
  }
  
  .hero-section{
      display:none;
  }
  
  .mobile{
      display:block;
  }

  .feature-boxes {
    display: block;
    flex-wrap: wrap;
    margin: 30px 0px;
  }

  .feature-title {
    font-size: 19px;
    color: #0c1c53;
    font-weight: 600;
    margin: 0;
  }

  .hiring-img img {
    width: -webkit-fill-available;
  }

  .hiring-img {
    padding: 0px;
  }

  .hero-text h1 {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .title {
    padding: 0px;
  }

  .main-heading {
    font-size: 29px;
    font-weight: 400;
    margin: 13px 0px;
  }

  .global-footprint {
    padding: 20px 15px;
  }

  .map-header h1 {
    font-size: 32px;
    line-height: 1.3em;
    margin-bottom: 10px !important;
  }

  .map-header .description {
    line-height: 25px;
    padding: 20px 15px;
    font-size: 15px;
    font-family: 'Avenari-regular', Helvetica, Arial, Lucida, sans-serif;
  }

  #app {
    background-image: linear-gradient(234deg, #e7fbff 0%, #faffeb 71%, #ffffff 100%) !important;
  }

  .map-addr,
  .stats-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .stat-card {
    font-family: 'Avenari-regular', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
    width: 301px;
    height: 60px;
  }

  .stat-number {
    font-size: 24px;
    font-weight: bold;
  }

  .stat-label {
    font-size: 14px;
    color: #555;
  }

  .map-container img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 10px;
  }

  .home-video {
    padding: 40px 20px;
  }

  .home-video .video-text h1 {
    font-size: 24px;
  }

  .home-video .video-text p {
    font-size: 16px;
  }

  .video-wrapper {
    padding: 20px 0;
  }

  .video-wrapper video {
    width: 100%;
    border-radius: 12px;
  }

  .job-Openings-box {
    padding: 20px 15px;
    text-align: center;
  }

  .job-Openings-box h1 {
    font-size: 27px;
    line-height: 34px;
  }

  .job-Openings-box p {
    font-size: 14px;
    margin: 15px 0;
    color: #555;
  }

  .job-Openings-box .cta-button:hover {
    background-color: #0056b3;
  }



  .gradient-text-hire {
    background: linear-gradient(90deg, #FFCF3C 31.43%, #FFF 67.27%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Inter;
    font-size: 31px;
    font-weight: lighter;
    line-height: 53px;
  }

  .slider-box {
    padding: 20px 15px;
  }

  .slider-box .reviews-text {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 15px;
  }

  .slider-box .reviews-text h1 {
    font-size: 22px;
  }

  .slider-box .cta-reviews {
    font-size: 14px;
    text-decoration: none;
  }

  .slider-box h2 {
    font-size: 26px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 36px;
  }

  .owl-carousel .item {
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
  }

  .owl-carousel .item h3 {
    font-size: 16px;
    margin: 10px 0 8px;
  }

  .owl-carousel .item p {
    font-size: 14px;
    line-height: 1.5;
    color: #444;
  }

  .owl-nav {
    text-align: center;
    margin-top: 10px;
  }

  .owl-prev,
  .owl-next {
    background: #ddd !important;
    border-radius: 50%;
    padding: 5px 10px !important;
    margin: 0 5px;
  }

  /*.hiring-process p {*/
  /*  font-size: 18px;*/
  /*  color: #555;*/
  /*  margin-bottom: 10px;*/
  /*}*/

  .step {
    padding-top: 0px;
  }

  .step p {
    line-height: normal;
  }

  .hiring-process h2 {
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 42px;
  }

  .smart-hiring-process p {
    margin-bottom: 15px;
  }

  .text-side h2 {
    margin: 0 auto;
    color: #363636;
    font-family: 'Inter', sans-serif;
    font-size: 23px;
    font-weight: 300;
    line-height: 42px;
  }

  .image-container {
    flex-direction: column !important;
    padding: 20px 0;
  }

  .what-we-do {
    padding: 0px;
  }

  .image-side-about img {
    width: 100% !important;
    height: auto !important;
  }

  .text-side.about {
    padding:  0 !important;
    text-align: left !important;
  }

  .features {
    padding-left: 0 !important;
    list-style: none;
  }

  .features li {
    margin: 10px 0;
    text-align: left !important;
  }

  .philosophy-section {
    padding: 60px 0;
  }

  .cta-button {
    border: 1px solid gray;
    display: inline-block;
    padding: 12px 24px;
    color: #000;
    text-decoration: none;
    font-weight: lighter;
    border-radius: 5px;
    transition: background 0.3s ease;
  }
}

/* Additional Queries */
@media (max-width: 1024px) {
  .blog-grid > div {
    width: calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .blog-grid > div {
    width: 100%;
  }
}

/* Carousel base */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
}

/* Mobile Background Sections */
@media (max-width: 767px) {
    
    
    
    .jobseekers-reviews-banne-mobile{
        background-image: url("../images/jobseekers-review-res-banner-mobile.jpg");
          min-height: 90vh;
    }
    
    .hroutsourcing-mobile{
          background-image: url("../images/he-organisations.jpg");
          min-height: 90vh;
    }
    
    .jobseeker-blog-mobile{
        background-image: url("../images/blogs-banner-res.jpg");
          min-height: 90vh;
    }
    
    .blog-mobile{
    background-image: url("../images/Blog-Mobile-Banner.jpg");
          min-height: 90vh;
}
  .about-mobile {
    background-image: url("../images/about-res-banner-mobile.jpg");
          min-height: 90vh;
  }
  
  .learning-mobile{
       background-image: url("../images/learning-development-banner-res.jpg");
          min-height: 90vh;
  }
  
  .lermimg-dev-bg {
    padding: 0;
    background-image: url(/images/leraning-&-dv_bg-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
  
  .organizational-mobile{
         background-image: url("../images/service-organizational-banner-res.jpg");
          min-height: 90vh;
  }
  .recruitment-mobile{
      background-image: url("../images/serivce-recuirment-banner-res.jpg");
          min-height: 90vh;
  }
  
  .services-recruitment-banner{
      display:block;
  }

  .process-mobil-1 {
    background-image: url("../images/for-companies-process-res-mobil-1.jpg");
            min-height: 90vh;
  }

  .resources-mobile {
    background-image: url("../images/Resources-banner-res-mobile.jpg");
    background-repeat: no-repeat;
    background-position: 100%;
    min-height: 90vh;
  }

  .reviews-mobile {
    background-image: url("../images/for-comapnies-review-banner-mobile.jpg");
    background-repeat: no-repeat;
    background-position: 100%;
    min-height: 90vh;
  }

  .company-one-mobile {
   background-image: url("../images/for-companies-program-banner-mobile.jpg");
    background-repeat: no-repeat;
    background-position: center;
    min-height: 90vh;
  }

  .jobseeker-review-mobile{
    background-image: url("../images/jobseekers-review-res-banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    min-height: 90vh;
  }



  .reviews-bg,
  .company-one-bg {
    display: none;
  }
}

@media (max-width: 768px)
{

 #mobile-job{
     background-image: url("../images/jobseekers-1-program-res.jpg");
      background-repeat: no-repeat;
    background-position: center;
  }


{
 .advantage-section:nth-child(even) {
    flex-direction: column;
}
.company-one-mobile {
  display: block;
}

.advantage-section {
    display: block;
    align-items: center;
}

  .text-side,
  .text-side h2,
  .text-side p,
  .features li {
    text-align: justify;
  }

  .advantage-image {
    margin-top: 20px;
  }

  .advantage-image img {
    width: 100%;
    max-height: 300px;
    padding: 5px 0px;
  }

  .proSapiens {
   background-image: url("../images/about-mobile-grd.jpg");
   padding: 100px 0px;
  }

  .advantage-content {
    flex: 1;
    padding: 0px;
  }

  .advantage-content p {
  margin: 0;
}

  .proSapiens-advantage {
    margin-top: 0;
  }

  .process .image-container,
  .process .reverse-on-mobile {
    flex-direction: column;
  }

  .process .text-side.about,
  .process .image-side-about {
    max-width: 100%;
  }

  .process .text-side.about h2 {
    font-size: 24px;
    color: black;
  }

  .process .features li img {
    top: 5px;
    width: 20px;
    height: 20px;
  }

  .process .text-side.about p,
  .process .features li {
    text-align: justify;
    color: black;
    margin: auto;
  }

  .gradient-text {
    margin: 0;
  font-size: 22px;
    background: linear-gradient(90deg, #FFCF3C 31.43%, #121B5C 67.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .process-bg-gredient {
    padding: 0px;
  }
  
  .advantage-content h2 {
    margin: auto;
    color: #363636;
    font-family: Inter;
    font-size: 33px;
    font-style: normal;
    font-weight: 300;
    line-height: 53px;
}
  .feature-row{
  padding: 0;
  text-align: left;
}
.feature-item {
  padding: 0;
  text-align: left;
}

.icon-container {
  gap: 10px;
  display: block;
}

.hire-slider {

  background-image: linear-gradient(276deg, #b1eefb 28%, #eaf6c7 70%, #ffbdbd 100%) !important;
}
  
.company-container {
    padding: 0px;
    display: block;
    margin: auto;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}
.company-one-sec{
  background-image: linear-gradient(276deg, #b1eefb 28%, #eaf6c7 70%, #ffbdbd 100%) !important;
}
.service-organizational-banner{
      display:none;
  }
  .Blog-Desktop-Banner{
      display:none;
  }

}
































