.talent_pipeline_section {
  position: relative;
  padding: 110px 0 90px;
  background-image: url("../images/aboutus/about_hr_bg.webp"); /* replace with your image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}

.talent_pipeline_title {
    font-size: 72px;
    font-weight: 600;    
    line-height: 1.25;
    letter-spacing: -1.44px;
    text-align: center;
    color: #fff;
    margin-bottom: 16px;
}

.pipeline_stat_card {
  background-color: #ffffff;
  color: #0f172a;
  padding: 18px 10px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pipeline_stat_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.our_story_section {
  padding: 92px 0;
  background-color: #ffffff;
}
.text_justify {
  text-align: justify;
}

.talent_deploy_section {
  background-color: #f8fafc;
}
.text_justify {
  text-align: justify;
  text-justify: inter-word;
}

.talent_deploy_img_card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.talent_deploy_img_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.talent_deploy_img_offset {
  margin-top: 40px;
}

.mission_vision_card {
  background: #f8fafc;
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mission_vision_title {
  font-size: 36px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
}

.mission_vision_text {
  font-size: 15px;
  color: #808080;
  line-height: 1.7;
  max-width: 90%;
}

.mission_vision_image_card {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

.mission_vision_image_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wmud_subtitle {
  max-width: 760px;
  font-size: 14px;
  line-height: 1.7;
  color: #9ca3af;
}

.wmud_grid {
  position: relative;
}

.wmud_item {
  text-align: center;
  padding: 48px 32px;
}

.wmud_item_title {
  font-size: 25px;
  font-weight: 600;
  color: #0d0d0d;
  margin-bottom: 14px;
}

.wmud_item_text {
  font-size: 16px;
  line-height: 1.6;
  color: #808080;
}

/* Vertical dividers */
.wmud_border_lr {
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
}

/* Horizontal divider */
.wmud_divider {
  width: 100%;
  height: 1px;
  background-color: #e5e7eb;
}

.team_card {
    /* border-radius: 10px;
    border: solid 2px #cbe3fc;
    padding: 40px 48px;
    height: 100%;
    text-align: left;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between; */
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
    text-align: justify;
    margin: 10px;
    border-radius: 10px;
    border: solid 2px #cbe3fc;
}
img.img-fluid.our_story_image {
    border-radius: 10px;
}
.team_image {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-right: 24px;
}
.linkedin_icon {
    float: right;
    width: 20px;
    height: 20px;
}
.team_name {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.55;
    text-align: left;
    color: #0d0d0d;
}
.team_role {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.55;
    text-align: left;
    color: #808080;
    margin-bottom: 16px;
    margin-top: 8px;
}
.team_bio {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.55;
    text-align: justify;
    color: #808080;
    flex-grow: 1;
    letter-spacing: 0.27px;
}
.map_info_text_48{
  font-size: 48px;
  font-weight: 500; 
  line-height: 1.25;
  letter-spacing: -0.96px; 
  color: #0d0d0d;
}
.map_info_text_18{
  font-size: 18px;
  font-weight: 500; 
  line-height: 1.25;
  letter-spacing: -0.96px; 
  color: #0d0d0d;
}
.map_info_text{
  min-height: 246px;
}
.bg_map{
  background: url('../images/home/india_map.webp') no-repeat center center;
  position: relative;
}
.map_info_text {
    min-height: 246px;
}
.map_info_text_48 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.96px;
    color: #0d0d0d;
}
.map_info_text_18 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.96px;
    color: #0d0d0d;
}
.cta_banner_section {
  background-image: url("../images/home/cta_bnr_bg.webp");
  background-size: cover;
  background-position: center;
  min-height: 472px;
  position: relative;
  display: flex;
  align-items: center;
}
.cta_button {
  background-color: #ffffff;
  color: #0f172a;
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.cta_button:hover {
  background-color: #f1f5f9;
  transform: translateY(-2px);
}
.cta_heading{
  font-size: 48px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.96px;
  text-align: center;
  color: #fff;
}


/* Responsive */
@media (max-width: 767px) {
  .wmud_border_lr {
    border: none;
  }

  .wmud_divider {
    display: none;
  }

  .wmud_item {
    border-bottom: 1px solid #e5e7eb;
    padding: 32px 20px;
  }
  .talent_pipeline_title,.font_48{
    font-size: 24px;
  }
  .our_story_section{
    padding: 32px 0;
  }
  .talent_pipeline_section {
    position: relative;
    padding: 80px 0 20px;
  }
  .mission_vision_card{
    padding: 24px;
  }
  .mission_vision_title,.map_info_text_48, .cta_heading {
        font-size: 24px;    
  }
  .wmud_item_title{
    font-size: 20px;
  }
  .mission_vision_text{
    max-width: 100%;
  }
.bg_map {
background-size: contain;
padding-bottom: 28px;
margin-bottom: 24px;
}
.map_info_text {
    min-height: 150px;
}
.our_out_rich .col-lg-4 {
    display: flex;
    justify-content: space-between;
}
.cta_banner_section{
    min-height: 200px;
}
.team_card {
        flex-direction: column;
        padding: 16px 16px;
    }
        .team_image {
        margin: 0 auto;
        margin-bottom: 24px;
        width: 50%;
    }
}
