.custom_hero_section {
  background: url("../images/home/hero_image.webp"); /* your bg image path */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      min-height: 500px;
      display: flex;
      align-items: center;
      margin-top: 56px;
}

.custom_hero_content {
  padding: 60px 0;
}

.custom_hero_title {
  font-size: 72px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -1.44px;
  text-align: left;
  color: #fff;
}

.custom_hero_desc {
  font-size: 16px;
  max-width: normal;
  margin-bottom: 30px;
  color: #fff;
}

.custom_hero_buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.custom_primary_btn {
  padding: 12px 24px;
  font-weight: 500;
}

.custom_secondary_btn {
  padding: 12px 24px;
  font-weight: 500;
}
.custom_industries_title{
  font-size: 20px;
  font-weight: normal;  
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #0d0d0d;
}
.custom_industries_list{
  font-size: 25px;
  font-weight: 500; 
  line-height: 2.4;
  letter-spacing: -0.5px;
  text-align: center;
  color: #1e3a8a;
}
.custom_talent_solutions_section{
  background-color: #f6f8fa;
}
.custom_image_card {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.custom_image_card img {
  width: 100%;
  height: auto;
  display: block;
}
.custom_solution_card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 20px;
  height: 100%;
  text-align: center;
  border: 1px solid #dbeafe;
  transition: all 0.3s ease;
}

.custom_solution_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.custom_solution_card img {
  border-radius: 12px;
  margin-bottom: 15px;
}

.custom_card_title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #0d0d0d;
}

.custom_card_desc {
  font-size: 12px;
  color: #808080;
  min-height: 44px;
}

.custom_card_btn {
  margin-top: 10px;
  background-color: #1e3a8a;
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 14px;
}

.custom_card_btn:hover {
  background-color: #1e3a8a;
  color: #ffffff;
}
.font_48{
  font-size: 48px;
  font-weight: 500;  
  line-height: 1.25;
  letter-spacing: -0.96px;
  text-align: center;
  color: #0d0d0d;
}
.custom_section_subtitle{
  font-size: 48px;
  font-weight: 500;  
  line-height: 1.25;
  letter-spacing: -0.96px;
  text-align: center;
  color: #1e3a8a;
}

.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;
}

.tech-advantage-section {
  background: #1e5aa5;
}

.tech-flow {
  margin-top: 40px;
}

.tech-step {
  position: relative;
  text-align: center;
}

/* Cube */
.cube {
  /* width: 45px;
  height: 45px;
  margin: 0 auto 15px;
  transform: rotate(0deg);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25); */
}

/* .cube-orange { background: #f7941d; }
.cube-pink   { background: #d94fa3; }
.cube-yellow { background: #f4d03f; }
.cube-teal   { background: #1cc7b6; }
.cube-green  { background: #7ac943; }
*/
/* Card */
.tech-card {
    background: transparent;
    color: #fff;
    padding: 15px 15px;
    border-radius: 14px;
    border: 2px solid transparent;
    min-height: 75px;
    position: relative;
    font-size: 14px;
    max-width: 244px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

/* Step Number */
.step-number {
  position: absolute;
    top: 25%;
    left: -25px;
    background: #fff;
    color: #1e5aa5;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

/* Borders */
.border-orange { border-color: #f7941d; }
.border-pink   { border-color: #d94fa3; }
.border-yellow { border-color: #f4d03f; }
.border-teal   { border-color: #1cc7b6; }
.border-green  { border-color: #7ac943; }

/* Responsive */
@media (max-width: 768px) {
  .tech-step {
    margin-bottom: 40px;
  }
}

.highlight_text{
  color: #1e3a8a;
}
.value_subheading {
  font-size: 22px;
  font-weight: normal;
  line-height: 2.14;
  letter-spacing: normal;
  text-align: center;
  color: #1e3a8a;
}

.value_title {
  font-size: 25px;
  font-weight: 500;
  color: #0d0d0d;
  margin-bottom: 6px;
}

.value_desc {
  font-size: 14px;
  color: #080808;;
  max-width: 260px;
  margin: 0 auto;
  line-height: 1.6;
}
.wall_of_fame_section {
  background-color: #f6f8fa;
}

.wall_heading {
  font-size: 48px;
  font-weight: 500;
  color: #000;
}

.wall_highlight {
  color: #1e3a8a;
}



.logo_card img {
  max-width: 100%;
  width: 100%;
 
} 




.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;
}
.tech-flow {
    margin-top: 40px;
    background: url(../images/home/vector.webp);
    background-repeat: no-repeat;
    background-position: 50% 59%;
}
/* Responsive */
@media (max-width: 768px) {
  .wall_heading {
    font-size: 26px;
  }
  .tech-flow{
    background: none;
  }
  .custom_hero_title,.font_48,.custom_section_subtitle,.map_info_text_48,.cta_heading{
    font-size: 24px;
  }
  .custom_hero_section{
    min-height: 300px;
  }
  .custom_hero_content{
    padding: 24px 15px;
  }
  .custom_primary_btn,.custom_secondary_btn{
    width: 100%;
  }
  .custom_section_title {
    margin-top: 24px;
  }
  .custom_industries_list{
    font-size: 16px;
  }
  .our_out_rich .col-lg-4{
    display: flex;
    justify-content: space-between;
  }
  .map_info_text {
    min-height: 150px;
  }
  .bg_map {
        background-size: contain;
        padding-bottom: 28px;
        margin-bottom: 24px;
    }
    .cube{
      display: none;
    }
    .value_title{
      font-size: 18px;
    }
    .value_subheading {
      font-size: 16px;
    }
    .cta_banner_section{
      min-height: 208px;
    }
    p.custom_section_desc.font_16{
      text-align: justify;
    }
}

