.hire_page_banner {
  min-height: 700px;
  background: linear-gradient(8deg, #FFFFFF 28.81%, rgba(147, 110, 255, 0.72) 97.04%);
  display: flex;
  align-items: center;
  padding: 100px;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .hire_page_banner {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 767px) {
  .hire_page_banner {
    padding-inline: 30px;
  }
}
.hire_page_banner .left_section {
  width: calc(65% - 25px);
}
@media screen and (max-width: 992px) {
  .hire_page_banner .left_section {
    width: 100%;
  }
}
.hire_page_banner .left_section .title {
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: 600;
  font-size: 54px;
  color: #272E34;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  .hire_page_banner .left_section .title {
    font-size: 48px;
  }
}
@media screen and (max-width: 992px) {
  .hire_page_banner .left_section .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hire_page_banner .left_section .title {
    font-size: 32px;
  }
}
.hire_page_banner .left_section .banner_counters {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .hire_page_banner .left_section .banner_counters {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.hire_page_banner .left_section .banner_counters .banner_counter {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .hire_page_banner .left_section .banner_counters .banner_counter {
    width: calc(50% - 10px);
  }
}
.hire_page_banner .left_section .banner_counters .banner_counter .value {
  font-size: 40px;
  font-weight: 600;
  font-family: "Poppins" !important;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .hire_page_banner .left_section .banner_counters .banner_counter .value {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .hire_page_banner .left_section .banner_counters .banner_counter .value {
    font-size: 24px;
  }
}
.hire_page_banner .left_section .banner_counters .banner_counter .label {
  font-size: 18px;
  color: #7E7E7E;
  font-family: "Poppins" !important;
}
@media screen and (max-width: 767px) {
  .hire_page_banner .left_section .banner_counters .banner_counter .label {
    font-size: 12px;
  }
}
.hire_page_banner .left_section .book_btn {
  margin-top: 30px;
  height: 50px;
  width: fit-content;
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: white;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #FF558B 0%, #736EFF 100%);
  font-family: "Poppins" !important;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
  text-decoration: none;
  padding: 10px 30px;
}
.hire_page_banner .left_section .book_btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: all 0.6s ease;
}
.hire_page_banner .left_section .book_btn:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}
.hire_page_banner .left_section .book_btn:hover::before {
  right: 100%;
}
.hire_page_banner .left_section .book_btn:active {
  transform: translateY(0);
}
.hire_page_banner .right_section {
  width: calc(35% - 25px);
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 992px) {
  .hire_page_banner .right_section {
    display: none;
  }
}
.hire_page_banner .right_section img {
  height: 100%;
  width: 100%;
}

.hire_mobile_app_devs {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .hire_mobile_app_devs {
    flex-direction: column;
    gap: 30px;
  }
}
.hire_mobile_app_devs .left_section {
  width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .hire_mobile_app_devs .left_section {
    width: 100%;
  }
}
.hire_mobile_app_devs .right_section {
  width: calc(50% - 25px);
  border: 1px solid #D7D7D7;
  border-radius: 20px;
  padding: 20px;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .hire_mobile_app_devs .right_section {
    width: 100%;
  }
}
.hire_mobile_app_devs .right_section .section_title {
  font-family: "Poppins" !important;
  font-weight: 500;
  font-size: 20px;
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .hire_mobile_app_devs .right_section .section_title {
    font-size: 16px;
  }
}
.hire_mobile_app_devs .right_section .section_title::after {
  display: none;
}
.hire_mobile_app_devs .right_section .theme_ul_section {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.hire_mobile_app_devs .right_section .theme_ul_section li {
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .hire_mobile_app_devs .right_section .theme_ul_section li {
    font-size: 14px;
    background-size: 16px;
    background-position: 0 3px;
    padding-left: 24px;
  }
}

.developer_profiles_section .developer_profile_cards {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.developer_profiles_section .developer_profile_cards .developer_card {
  border: 1px solid #D7D7D7;
  border-radius: 20px;
  padding: 20px;
  width: calc(50% - 15px);
}
@media screen and (max-width: 992px) {
  .developer_profiles_section .developer_profile_cards .developer_card {
    width: 100%;
  }
}
.developer_profiles_section .developer_profile_cards .developer_card .developer_name_img {
  display: flex;
  align-items: center;
  gap: 10px;
}
.developer_profiles_section .developer_profile_cards .developer_card .developer_name_img .dev_img {
  height: 60px;
  width: 60px;
  border-radius: 100px;
}
.developer_profiles_section .developer_profile_cards .developer_card .developer_name_img .dev_name {
  font-family: "Poppins" !important;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
.developer_profiles_section .developer_profile_cards .developer_card .developer_name_img .dev_role {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 12px;
  color: #333333;
}
.developer_profiles_section .developer_profile_cards .developer_card .dev_skills_wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.developer_profiles_section .developer_profile_cards .developer_card .dev_skills_wrapper .dev_skill {
  padding: 4px 10px;
  border: 1px dashed #CFCFCF;
  width: fit-content;
  font-family: "Poppins" !important;
  color: #777777;
}
@media screen and (max-width: 767px) {
  .developer_profiles_section .developer_profile_cards .developer_card .dev_skills_wrapper .dev_skill {
    font-size: 12px;
  }
}
.developer_profiles_section .developer_profile_cards .developer_card .dev_description {
  margin-top: 20px;
  font-family: "Poppins" !important;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.developer_profiles_section .developer_profile_cards .developer_card .dev_exp_avl_wrapper {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  row-gap: 15px;
  flex-wrap: wrap;
}
.developer_profiles_section .developer_profile_cards .developer_card .dev_exp_avl_wrapper .dev_exp .title, .developer_profiles_section .developer_profile_cards .developer_card .dev_exp_avl_wrapper .dev_avl .title {
  font-size: 16px;
  color: #999;
  font-family: "Poppins" !important;
  font-weight: 500;
}
.developer_profiles_section .developer_profile_cards .developer_card .dev_exp_avl_wrapper .dev_exp .value, .developer_profiles_section .developer_profile_cards .developer_card .dev_exp_avl_wrapper .dev_avl .value {
  font-size: 14px;
  color: #333;
  font-family: "Poppins" !important;
  font-weight: 400;
}
.developer_profiles_section .developer_profile_cards .developer_card .dev_exp_avl_wrapper .theme_bordered_btn {
  margin-left: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .developer_profiles_section .developer_profile_cards .developer_card .dev_exp_avl_wrapper .theme_bordered_btn {
    margin-left: 0;
  }
}

.pricing_section .pricing_boxes {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .pricing_section .pricing_boxes {
    justify-content: center;
  }
}
.pricing_section .pricing_boxes .princing_box_single {
  border: 1px solid #DEDEDE;
  border-radius: 20px;
  font-family: "Poppins" !important;
  padding: 20px;
  padding-top: 25px;
  width: calc((100% - 60px) / 3);
  transition: all 0.3s ease;
}
.pricing_section .pricing_boxes .princing_box_single:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-10px);
}
@media screen and (max-width: 992px) {
  .pricing_section .pricing_boxes .princing_box_single {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .pricing_section .pricing_boxes .princing_box_single {
    width: 100%;
  }
}
.pricing_section .pricing_boxes .princing_box_single .card_tag {
  background-color: #EFEFEF;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  width: fit-content;
  font-family: "Poppins" !important;
}
.pricing_section .pricing_boxes .princing_box_single .card_desc {
  font-size: 14px;
  font-weight: normal;
  color: #6e6e6e;
  font-family: "Poppins" !important;
  margin-top: 20px;
}
.pricing_section .pricing_boxes .princing_box_single .card_pricing {
  margin-top: 20px;
}
.pricing_section .pricing_boxes .princing_box_single .card_pricing .title {
  font-family: "Poppins" !important;
  font-size: 14px;
  font-weight: 500;
  color: #555;
}
.pricing_section .pricing_boxes .princing_box_single .card_pricing .value {
  font-family: "Poppins" !important;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.pricing_section .pricing_boxes .princing_box_single .card_pricing .value span {
  font-size: 34px;
  font-weight: 600;
}
.pricing_section .pricing_boxes .princing_box_single .new_theme_btn {
  margin-top: 20px;
  height: 40px;
  width: calc(100% - 16px);
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: white;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #FF558B 0%, #736EFF 100%);
  font-family: "Poppins" !important;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
  text-decoration: none;
}
.pricing_section .pricing_boxes .princing_box_single .new_theme_btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: all 0.6s ease;
}
.pricing_section .pricing_boxes .princing_box_single .new_theme_btn:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}
.pricing_section .pricing_boxes .princing_box_single .new_theme_btn:hover::before {
  right: 100%;
}
.pricing_section .pricing_boxes .princing_box_single .new_theme_btn:active {
  transform: translateY(0);
}

.why_hire_dedicated_devs_section {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 992px) {
  .why_hire_dedicated_devs_section {
    flex-direction: column;
    gap: 30px;
  }
}
.why_hire_dedicated_devs_section .left_section {
  width: calc(50% - 25px);
}
@media screen and (max-width: 992px) {
  .why_hire_dedicated_devs_section .left_section {
    width: 100%;
  }
}
.why_hire_dedicated_devs_section .right_section {
  width: calc(50% - 25px);
}
@media screen and (max-width: 992px) {
  .why_hire_dedicated_devs_section .right_section {
    width: 100%;
  }
}
.why_hire_dedicated_devs_section .theme_accordion .accordion-item {
  border: 1px solid #DEDEDE;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  overflow: hidden;
  background: #FFFFFF;
  transition: all 0.3s ease;
}
.why_hire_dedicated_devs_section .theme_accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.why_hire_dedicated_devs_section .theme_accordion .accordion-item:hover {
  border-color: #736EFF;
  box-shadow: 0 10px 20px rgba(115, 110, 255, 0.05);
}
.why_hire_dedicated_devs_section .theme_accordion .accordion-button {
  padding: 30px 20px 30px 30px;
  font-family: "Poppins" !important;
  font-weight: 500;
  font-size: 19px;
  color: #333333;
  background: transparent;
  box-shadow: none;
  background: url("https://technource.s3.us-west-1.amazonaws.com/wp-content/uploads/2026/03/11154607/blog-ul-li-tick.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 0 31px;
}
@media screen and (max-width: 767px) {
  .why_hire_dedicated_devs_section .theme_accordion .accordion-button {
    font-size: 16px;
    background-size: 15px;
    background-position: 0 17px;
    padding: 15px 20px;
    padding-left: 25px;
    padding-right: 0;
  }
}
.why_hire_dedicated_devs_section .theme_accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23736EFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.why_hire_dedicated_devs_section .theme_accordion .accordion-button::after {
  background-size: 1rem;
  transition: transform 0.3s ease;
}
.why_hire_dedicated_devs_section .theme_accordion .accordion-body {
  padding: 0 20px 20px 20px;
  font-family: "Poppins" !important;
  font-size: 18px;
  color: #6e6e6e;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .why_hire_dedicated_devs_section .theme_accordion .accordion-body {
    padding: 0 20px 15px;
    font-size: 14px;
  }
}

.why_choose_us_tech_partner_section .why_choose_table_wrapper {
  overflow-x: auto;
  max-width: 1200px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  margin: auto;
  margin-top: 30px;
  border-radius: 20px;
}
.why_choose_us_tech_partner_section .why_choose_table {
  width: 100%;
  font-family: "Poppins" !important;
}
.why_choose_us_tech_partner_section .why_choose_table thead tr {
  background-color: #333333;
}
.why_choose_us_tech_partner_section .why_choose_table thead tr th {
  color: white;
  padding: 10px 15px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
.why_choose_us_tech_partner_section .why_choose_table thead tr th:first-child {
  text-align: left;
  width: 60%;
}
.why_choose_us_tech_partner_section .why_choose_table tbody tr:nth-child(odd) {
  background-color: #F5F5F5;
}
.why_choose_us_tech_partner_section .why_choose_table tbody tr td {
  color: #7d7d7d;
  padding: 10px 15px;
  font-weight: 500;
  text-align: center;
}
.why_choose_us_tech_partner_section .why_choose_table tbody tr td:first-child {
  text-align: left;
}

.talent_pool_section {
  background-color: #111111;
  border-radius: 50px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .talent_pool_section {
    padding: 20px;
    border-radius: 30px;
  }
}
.talent_pool_section .common_section_title {
  color: white;
}
.talent_pool_section .common_desc_text {
  color: #999999;
}
.talent_pool_section .developer_links_wrapper {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.talent_pool_section .developer_links_wrapper .developer_link {
  background-color: white;
  padding: 10px 20px;
  border-radius: 100px;
  width: calc((100% - 40px) / 3);
  min-height: 50px;
  font-family: "Poppins" !important;
  color: #333;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .talent_pool_section .developer_links_wrapper .developer_link {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .talent_pool_section .developer_links_wrapper .developer_link {
    width: 100%;
  }
}
.talent_pool_section .developer_links_wrapper .developer_link::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url("https://technource.s3.us-west-1.amazonaws.com/wp-content/uploads/2026/05/19175540/clarity_arrow-line.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  transition: all 0.5s ease;
}
.talent_pool_section .developer_links_wrapper .developer_link:hover::after {
  transform: translateY(-50%) rotate(45deg);
}

.theme_ul_section {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.theme_ul_section li {
  color: #555555;
  font-family: "Poppins" !important;
  position: relative;
  background: url("https://technource.s3.us-west-1.amazonaws.com/wp-content/uploads/2026/03/11154607/blog-ul-li-tick.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 28px;
  margin-bottom: 10px;
}
.theme_ul_section li:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=hire_page.css.map */
