.light-violet-bg{
  background-color: var(--light-violet-clr);
  border-radius: 30px;
}

.section-title.alt-section-clr{
  color: var(--black-text);
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.32px;
}

.common-bg-pattern{
  background-color: var(--bg-page);
  position: relative;
  border-radius: 30px;
}

.common-grey-bg{
  background-color: var(--light-grey-bg);
  border-radius: 30px;
}

.common-bg-pattern:before,
.common-bg-pattern:after{
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 240px;
  height: 120px;
  bottom: 0;
}

.common-bg-pattern:before{
  background-image: url(../images/new-hire-development/bg-left-pattern.svg);
  left: 0;
}

.common-bg-pattern:after{
  background-image: url(../images/new-hire-development/bg-right-pattern.svg);
  right: 0;
}

.section-title{
  color: var(--purple-color);
  font-size: 26px;
  line-height: 130%;
  letter-spacing: 0.52px;
  font-weight: 700;
  margin-bottom: 15px;
}

.hire-section-header{
  text-align: center;
}

.hire-section-header p{
  max-width: 80%;
  margin: 0 auto;
}

.hire-section-header p + p{
  margin-top: 20px;
}

.hire-dev-section-wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  margin: 40px auto 0;
}

.hire-left-listing{
  max-width: 580px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.hire-left-list-item{
  display: flex;
  align-items: flex-start;
  column-gap: 30px;
}

.hire-left-list-item:not(:last-child){
  border-bottom: 1px solid rgb(43, 43, 43, 0.12);
  margin-bottom: 27px;
  padding-bottom: 27px;
}

.hire-item-icon{
  width: 50px;
  height: 50px;
  background-color: var(--purple-color);
  border-radius: 100% 10px 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hire-item-content{
  width: calc(100% - 80px);
}

.hire-item-content h3{
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 12px;
  font-weight: 500;
  color: var(--text-heading);
}

.hire-aiml-image{
  max-width: 645px;
  width: 100%;
}

.icon {
  font-size: 22px;
  color: #ffffff;
}

.icon-blue   { background: #1E76F0 }
.icon-purple { background: #7A3BEE }
.icon-green  { background: #0D7747 }
.icon-pink   { background: #DE2892 }
.icon-orange { background: #FF490C }
.icon-indigo { background: #4850E8 }

.alt-cta-style{
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.hire-sec-cta-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}

.hire-cta-btn{
  background-color: var(--purple-color);
  color: #fff;
  border-radius: 50px;
  min-height: 54px;
  min-width: 330px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--purple-color);
}

.hire-cta-btn:hover,
.case-study-section .Full_portfoio_down .cm_btn:hover{
  background: #fff;
  color: var(--purple-color);
  border-color: var(--purple-color);
  box-shadow: 0 0 3px 2px rgba(100, 121, 205, .2);
}

.hire-btn-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hire-btn-wrap .wpcf7-spinner{
  position: absolute;
  right: 20px;
  bottom: 10px;
}
/* */

/* hire developer */
.hire-section-grid-wrapper{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  margin-top: 40px;
}

.hire-grid-item{
  background-color: #2C53F80D;
  border: 1px solid #DBDBDB;
  border-radius: 50px;
  padding: 24px 20px;
}

.hire-grid-header{
  display: flex;
  align-items: center;
  border: 1px solid #DBDBDB;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0px #0000000D;
  border-radius: 50px;
  column-gap: 10px;
  padding: 20px;
}

.hire-grid-header .hire-grid-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #4D52F2;
  background-color: #FFFFFF80;
  border-radius: 50%;
}

.hire-grid-title{
  margin: 0;
  font-size: 22px;
  line-height: 32px;
  color: #000000;
  font-weight: 500;
}

.hire-grid-title .title-gradient{
  font-weight: 600;
}

.hire-grid-item ul{
  margin: 32px 10px 0 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}

.hire-grid-item ul li{
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  color: #303030;
}

.hire-grid-item ul li:not(:last-child){
  border-bottom: 1px solid #30303033;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/* */

.hire-industry-serv-wrapper{
  display: flex;
  align-items: stretch;
  margin-top: 40px;
  column-gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
}

.industry-nav-tab-wrapper{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 22px;
  column-gap: 20px;
  max-width: 624px;
  width: 100%;
}

.industry-nav-tab-wrapper .industry-tab-links{
  box-shadow: 0px 4px 21.8px -4px rgba(100, 121, 205, 0.08);
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid transparent;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 22px;
  line-height: 115%;
  color: rgba(0, 0, 0, 1);
  font-weight: 500;
  padding: 10px 30px;
}

.industry-nav-tab-wrapper .industry-tab-links:hover{
  border-color: transparent;
}

.industry-nav-tab-wrapper .industry-tab-links.active{
  box-shadow: 0px 4px 21.8px -4px rgba(100, 121, 205, 0.08);
  border-color: var(--purple-color);
  background-color: rgba(244, 247, 255, 1);
  color: var(--purple-color);
}

.industry-tab-content-wrapper{
  max-width: 625px;
  width: 100%;
}

.industry-tab-content-wrapper .tab-content,
.industry-tab-content-wrapper .tab-content .tab-pane,
.industry-tab-content-wrapper .tab-content .collapse {
  height: 100%;
}

.main-industry-bg-wrap,
.main-industry-bg-wrap img{
  height: 100%;
}

.main-industry-bg-wrap img{
  object-fit: cover;
  border-radius: 10px;
}

.industry-desc-wrapper{
  display: none;
  width: 100%;
}

.industry-desc{
  color: var(--black-text);
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  max-width: 85%;
  margin: 0 auto;
}

.dedicated-developer-profile{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 15px;
  align-items: flex-start;
  margin-top: 40px;
}

.dedicated-developer-grid:nth-child(even){
  margin-top: 48px;
}

.dedicated-developer-grid{
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #D9D9D9;
  padding: 20px 20px 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.developer-profile-desc{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 30px;
}

.developer-profile-title{
  font-size: 27px;
  line-height: 110%;
  color: #1F2327;
  font-weight: 400;
  min-height: 60px;
}

.developer-page-redirect{
  font-size: 13px;
  line-height: 100%;
  color: #1F2327;
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.developer-page-redirect img{
  width: 18px;
  height: 18px;
}

.developer-faq-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}

.faq-nav-tab-wrapper{
  display: flex;
  justify-content: center;
  box-shadow: 0px 0.5px 1px 0px rgba(25, 33, 61, 0.07);
  border: 1px solid rgba(241, 242, 249, 1);
  background-color: rgba(251, 251, 254, 1);
  border-radius: 12px;
  padding: 16px;
  column-gap: 12px;
}

.faq-nav-tab-wrapper .nav-item{
  margin-bottom: 0;
}

.faq-nav-tab-wrapper .faq-tab-links{
  color: #545454;
  font-weight: 500;
  border-radius: 8px;
  border: 0;
  padding: 5px 10px;
}

.faq-nav-tab-wrapper .faq-tab-links.active{
  background-color: #4D52F2;
  /* background: linear-gradient(193.06deg, #6479CD 5.92%, #95A7EB 89.21%); */
  color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(74, 58, 255, 0.1);
  box-shadow: 0px 1px 1.5px 0px rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.12) inset;
}

.faq-tab-content-wrapper{
  width: 100%;
}

#hireFaqAccordion .tab-pane {
  display: block !important;
  opacity: 1;
  height: 100%;
}

.collapsed .faq-icon{
  color: #A0A3BD;
}

.faq-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: var(--purple-color);
}

.faq-child-tab{
  display: flex;
  flex-direction: column;
}

.faq-child-tab .tab-pane:not(:last-child){
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(241, 242, 249, 1);
}

.collapsed .hire-faq-acc-title{
  color: #1D1D1D;
}

.hire-faq-acc-title{
  color: var(--purple-color);
  font-weight: 600;
  font-size: 18px;
  line-height: 135%;
}

.hire-faq-btn{
  padding-right: 20px;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.hire-faq-btn.collapsed::after{
  content: '+';
  color: #A0A3BD;
}

.hire-faq-btn::after{
  content: '-';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #6479CD;
}

.faqhire-description{
  padding: 20px 0 0 55px;
  color: #6F6C8F;
  font-size: 16px;
  line-height: 166%;
}

/* industry section */
.page-template-new-hire-development .industry-serve-slider{
  background: linear-gradient(113.48deg, rgba(44, 83, 248, 0.05) 15.51%, rgba(150, 80, 227, 0.05) 50.37%, rgba(221, 34, 123, 0.05) 85.23%);
}
/* */

/* blog section */
.page-template-new-hire-development .blog-wrapper.gradient-bg-clr{
  background: transparent;
}
/* */

/* ===== Responsive ===== */
@media (min-width:992px){
  .tab-mobile-header {
    display: none;
  }

  .industry-tab-content-wrapper .collapse,
  .industry-tab-content-description .collapse,
  .faq-tab-content-wrapper .faq-parent-tab>.tab-pane>.collapse{
    display: block;
    height: 100%;
  }
}

@media (min-width:1600px){
  /* .new-dev-page-content{
    max-width: calc(100% - 90px);
    margin-left: auto;
    margin-right: auto;
  } */
}

@media (min-width:3840px){
  .page-template-new-hire-development .header-menu-wrapper{
    max-width: 1800px;
    margin: 0 auto;
  }
  .page-template-new-hire-development .mega-menu-wrap{
    max-width: 1800px;
  }
  .new-dev-page-content{
    font-size: 20px;
  }
  .new-dev-page-content .container1{
    max-width: 1800px;
  }

  .hire-left-listing,
  .hire-aiml-image{
    max-width: calc(50% - 40px);
  }

  .industry-nav-tab-wrapper,
  .industry-tab-content-wrapper{
    max-width: calc(50% - 40px);
  }

  .feature-image {
    max-width: 760px;
  }

  .feature-image:before {
    width: 645px;
  }

  .feature-image:after {
    width: 536px;
  }

  .feature-points {
    max-width: 850px;
  }

  .testimonial-main, .testimonial-thumbs {
    width: 1400px;
  }
  .testimonial-avatar {
    width: 360px;
    height: 360px;
  }
  .testimonial-content {
    max-width: 900px;
  }

  .hire-form-title {
    font-size: 26px;
  }
  .hire-form-subtext{
    font-size: 16px;
  }
  .happy-client-section {
    padding: 35px 0;
  }
  .section-title.alt-section-clr{
    font-size: 18px;
  }
  .section-title{
    font-size: 28px;
  }
  .hire-aiml-image img{
    width: 100%;
  }
  .hire-item-icon {
    width: 60px;
    height: 60px;
  }
  .hire-item-icon img{
    width: 26px;
  }
  .hire-item-content h3 {
    font-size: 24px;
  }
  .hire-cta-btn{
    min-height: 64px;
    min-width: 350px;
    font-size: 20px;
  }
  .alt-cta-style {
    margin-bottom: -75px;
  }
  .capability-card-header{
    column-gap: 16px;
  }
  .common-cta-section {
    padding: 50px 0;
  }
  .cta-section-heading{
    font-size: 28px;
  }
  .cta-section-content p {
    font-size: 22px;
  }
  .step-icon {
    width: 56px;
    height: 56px;
  }
  .step-card h3 {
    margin: 14px 0;
    font-size: 20px;
  }
  .plan-title.first-title {
    font-size: 20px;
  }
  .plan-title{
    row-gap: 15px;
  }
  .plan-title h3{
    font-size: 32px;
  }
  .onboard-points h3 {
    font-size: 22px;
  }
  .cmn-hire-cell{
    font-size: 24px;
  }
  .key-benefits-listing{
    row-gap: 32px;
  }
  .key-benefits-listing li{
    background-size: 26px;
    padding-left: 45px;
  }
  .technology-grid{
    padding: 12px;
    column-gap: 22px;
  }
  .technology-grid-header{
    padding: 14px;
    min-width: 385px;
    min-height: 60px;
    font-size: 24px;
  }
  .technology-grid-body{
    gap: 12px;
    width: calc(100% - 410px);
  }
  .technology-grid-item{
    min-height: 60px;
    min-width: 70px;
    font-size: 20px;
  }
  .industry-nav-tab-wrapper .industry-tab-links{
    font-size: 24px;
  }
  .industry-desc{
    font-size: 18px;
  }
  .developer-profile-title {
    font-size: 30px;
  }
  .developer-page-redirect {
    font-size: 15px;
  }
  .developer-page-redirect img {
    width: 22px;
    height: 22px;
  }
  .faq-child-tab .tab-pane:not(:last-child) {
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
  .faq-icon{
    width: 36px;
    height: 36px;
  }
  .faq-icon svg{
    width: 20px;
    height: 22px;
  }
  .hire-faq-acc-title{
    font-size: 20px;
  }
  .hire-faq-btn::after {
    width: 16px;
    height: 16px;
    font-size: 22px;
  }
  .faqhire-description{
    font-size: 18px;
  }
  .testimonial-quote{
    margin: 0 0 35px;
    font-size: 26px;
  }
  .testimonial-author h3{
    font-size: 26px;
  }
  .testimonial-logo{
    max-height: 60px;
    max-width: 160px;
  }
  .testimonial-nav-btn{
    width: 90px;
    height: 90px;
  }
  .testimonial-nav-btn svg{
    width: 14px;
    height: 14px;
  }
}

/* @media(max-width:1599px){
  .new-dev-page-content{
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
} */

@media(max-width:1399px){
  .new-dev-page-content{
    margin-top: 90px;
  }

  .new-dev-page-content{
    max-width: calc(100% - 40px);
  }
  .hire-item-icon {
    width: 40px;
    height: 40px;
  }

  .hire-left-list-item{
    column-gap: 22px;
  }

  .hire-item-content {
    width: calc(100% - 62px);
  }

  .hire-item-content h3 {
    font-size: 20px;
  }

  .step-card {
    padding: 20px 26px;
  }

  .step-icon {
    width: 42px;
    height: 42px;
  }

  .plan-title h3{
    font-size: 26px;
  }

  .plan-title p {
    font-size: 16px;
  }

  .cmn-hire-cell {
    padding: 18px;
    font-size: 20px;
  }

  .technology-grid-header{
    font-size: 20px;
    min-width: 345px
  }
  
  .technology-grid-body {
    width: calc(100% - 365px);
  }

  .hire-industry-serv-wrapper{
    column-gap: 14px;
  }

  .industry-nav-tab-wrapper{
    row-gap: 18px;
    column-gap: 16px;
    max-width: calc(50% - 8px);
  }

  .industry-tab-content-wrapper{
    max-width: calc(50% - 8px);
  }

  .industry-nav-tab-wrapper .industry-tab-links{
    min-height: 80px;
    font-size: 20px;
    padding: 10px 20px;
  }

  .developer-profile-title {
    font-size: 24px;
  }

  .testimonial-author h3 {
    font-size: 22px;
  }

  .testimonial-thumbs {
    margin-top: 35px;
  }

  .hire-grid-header .hire-grid-icon{
    width: 32px;
    height: 32px;
  }

  .hire-grid-header .hire-grid-icon img{
    width: 18px;
    height: 18px;
  }

  .hire-grid-title{
    font-size: 20px;
    line-height: 30px;
  }

  .hire-grid-item ul {
    margin: 26px 10px 0 10px;
  }

  .hire-grid-item ul li{
    font-size: 16px;
    line-height: 26px;
  }

  .hire-grid-item ul li:not(:last-child){
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .hire-grid-header{
    padding: 15px;
  }
}

@media(max-width:1199px){
	.new-dev-page-content {
		margin-top: 80px;
	}

  .hire-left-listing {
    max-width: 50%;
  }

  .hire-aiml-image {
    max-width: 50%;
  }

  .hire-left-list-item {
    column-gap: 16px;
  }
  
  .hire-left-list-item:not(:last-child) {
    margin-bottom: 22px;
    padding-bottom: 22px;
  }

  .hire-item-icon {
    width: 35px;
    height: 35px;
  }

  .hire-item-content {
    width: calc(100% - 52px);
  }

  .dedicated-developer-grid{
    padding: 15px 15px 10px;
  }

  .developer-profile-title {
    font-size: 22px;
  }

  .developer-profile-desc {
    row-gap: 20px;
  }

  .developer-profile-desc img{
    width: 75px;
    height: 75px;
  }

  .developer-page-redirect img{
    width: 18px;
    height: 18px;
  }
}

@media(max-width:991px){
  .hire-dev-section-wrapper{
    flex-direction: column;
  }

  .hire-left-listing{
    max-width: 100%;
  }

  .hire-aiml-image{
    display: none;
  }

  .hire-item-content h3 {
    font-size: 18px;
  }
  
  .hire-grid-header {
    padding: 10px;
  }

  .hire-grid-header .hire-grid-icon {
    width: 28px;
    height: 28px;
  }

  .hire-grid-header .hire-grid-icon img {
    width: 16px;
    height: 16px;
  }

  .hire-grid-title {
    font-size: 18px;
    line-height: 28px;
  }

  .hire-grid-item ul {
    margin: 18px 0px 0 0px;
  }

  .dedicated-developer-profile{
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .dedicated-developer-grid:nth-child(even) {
    margin-top: 0;
  }

  .developer-profile-title {
    font-size: 20px;
    min-height: auto;
  }

  .developer-profile-desc img {
    width: 65px;
    height: 65px;
  }

  .developer-page-redirect img{
    width: 18px;
    height: 18px;
  }
}

@media(max-width:767px){

  .hire-left-list-item {
    column-gap: 10px;
  }

  .hire-item-icon {
    width: 30px;
    height: 30px;
  }

  .hire-item-content {
    width: calc(100% - 40px);
  }

  .hire-section-grid-wrapper{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }

  .developer-profile-title{
    min-height: 45px;
  }
  
}

@media(max-width:575px){
  .hire-item-content p{
    font-size: 14px;
  }

  .hire-item-icon img{
    width: 16px;
  }

  .hire-item-content h3{
    margin-bottom: 8px;
  }

  .hire-grid-item ul li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .hire-grid-item ul li {
    font-size: 14px;
    line-height: 24px;
  }
}

@media(max-width:575px){
  .hire-item-content h3 {
    font-size: 16px;
  }

  .developer-profile-title {
    font-size: 18px;
  }
}

@media(max-width:479px){
  .dedicated-developer-profile{
    grid-template-columns: repeat(1, 1fr);
  }

  .developer-profile-title{
    min-height: auto;
  }

  .developer-profile-desc img {
    width: 50px;
    height: 50px;
  }

  .developer-page-redirect img {
    width: 18px;
    height: 18px;
  }

  .hire-grid-header {
    column-gap: 6px;
  }

  .hire-grid-title {
    font-size: 16px;
    line-height: 26px;
  }
}