.career-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    height: 400px;
}
.career-banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 2; /* keep text above overlay */
    max-width: 80%;
}
.banner-text p {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.banner-text span{
    font-size: 18px;
    color: #fff;
    line-height: 36px;
}
.career-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.career-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--header);
    z-index: 1;
  }
  .about-main-career {
    display: flex;
    align-items: center;
}
.apply-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.apply-form form .career-form-field {
    width: 32%;
    display: flex;
    flex-direction: column;
}
.about-main-career:nth-child(1){
    margin-bottom: 40px;
}
.about-main-career .career-about-text p {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}
.about-main-career .career-about-text span {
    margin-bottom: 10px;
    display: block;
}
.job-post .career-job-post {
    width: 30%;
    justify-content: space-between;
}
.job-post.section-padding .job-post {
    gap: 30px;
    display: flex;
    flex-direction: column;
}
.job-post .career-job-post {
    padding: 20px;
    border: 1px solid #D4D4D4;
}
.job-post .career-job-post p {
    font-weight: 600;
}
.job-post .career-job-post .location {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 10px;
}
.job-post .career-job-post .position {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 10px;
}
select.form-select{
    display: block !important;
}
.nice-select.form-select {
    display: none;
}
.apply-form input{
    border-radius: 0px;
}
.apply-form select.form-select{
    border-radius: 0px;
}
.apply-form .submit-btn {
    background-color: #0a1a36; /* Dark navy */
    color: #fff;
    font-weight: 600;
    padding: 12px 20px;
    border: none;
    border-radius: 0px;
    width: 100%;
    max-width: 250px;
  }
  .apply-form .submit-btn:hover {
    background-color: #12284a;
  }
  .about-main-career img{
    width: 100%;
    height: auto;
  }
  .job-post-main.section-padding .job-post {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    }


@media (max-width:992px) {
    .job-post .career-job-post {
        width: 47%;
    }
    .banner-text{
        width: 100%;
        max-width: 100%;
    }
    .banner-text span{
        font-size: 16px;
        line-height: 30px;
    }
    .banner-text p{
        margin-bottom: 10px;
    }
    .career-banner {
        position: relative;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        height: 250px;
    }
	.industry.section-padding .col-lg-3.col-md-6.col-sm-12 {
    margin-bottom: 30px;
	}
  
}
@media (max-width:600px) {
    .about-main-career .col-lg-6.col-12career-about-text {
        margin: 20px 0px;
    }
    .section-padding{
        padding:30px 0px;
    }
    .job-post .career-job-post {
        width: 100%;
    }
    .job-post-main.section-padding .job-post {
        gap: 30px;
        display: flex;
        flex-direction: column;
    }
    .col-lg-6.col-12.career-about-text {
        margin-top: 20px;
    }
    .banner-text{
        width: 100%;
    }
	.career-banner{
		 height: 300px;
	}
}

@media (max-width: 768px) {
  .page-template-hire-services .experts-list .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 24px;
    padding-inline-start: 0;
    padding-inline-end: 15px;
    overflow-y: hidden;
    gap: unset;
    margin-right: -24px;
    margin-left: -8px;
  }

  .page-template-hire-services .experts-list .row [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
    min-width: 300px;
    scroll-snap-align: start;
  }
}

.page-template-hire-services .experts-list .row::-webkit-scrollbar {
  display: none;
}

.page-template-hire-services .experts-list .square-platform-box {
  border: 1px solid #E9E9E9;
  border-radius: 10px;
  overflow: hidden;
}

.page-template-hire-services .experts-list .square-platform-box .square-platform-box-wrap .idel_for label {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 12px;
  display: block;
}

.page-template-hire-services .experts-list .square-platform-box .square-platform-box-wrap .experience-years-projects-wrap .projects {
  width: 50%;
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #666;
  padding: 29px 10px;
}

.page-template-hire-services .experts-list .row {
  gap: 32px 0;
}

.page-template-hire-services .experts-list .square-platform-box .square-platform-box-wrap {
  position: relative;
}

.page-template-hire-services .experts-list .square-platform-box .square-platform-box-wrap .experience-years-projects-wrap .projects {
  width: 50%;
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 29px 10px;
}

.page-template-hire-services .experts-list .square-platform-box .square-platform-box-wrap .experience-years-projects-wrap .projects strong {
  display: block;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #212B35;
  margin-bottom: 8px;
}

.custom-hire-magento-dev-page .experts-list .square-platform-box .square-platform-box-wrap .img-content-wrap {
  background-image: url("data:image/svg+xml,<svg width='138' height='170' viewBox='0 0 138 170' fill='none' xmlns='http://www.w3.org/2000/svg'><g opacity='0.05'><path d='M48.5903 0L-41 50.6281V151.752L-15.4253 166.226L-15.6059 65.0807L48.4097 28.9051L112.425 65.0807V166.182L138 151.752V50.5397L48.5903 0Z' fill='%23F26322'/><path d='M61.2832 166.182L48.5072 173.453L35.6634 166.249V65.0586L10.1113 79.5111L10.1565 180.657L48.4846 202.336L86.8579 180.657V79.5111L61.2832 65.0586V166.182Z' fill='%23F26322'/></g></svg>), url(data:image/svg+xml,<svg width='71' height='76' viewBox='0 0 71 76' fill='none' xmlns='http://www.w3.org/2000/svg'><g opacity='0.05'><path d='M49.2971 0L0 27.8582V83.5015L14.0725 91.4662L13.9731 35.8107L49.1977 15.905L84.4224 35.8107V91.4418L98.4948 83.5015V27.8095L49.2971 0Z' fill='%23F26322'/><path d='M56.2814 91.4422L49.2514 95.4427L42.1841 91.4786V35.7988L28.124 43.7513L28.1489 99.4068L49.2389 111.336L70.3539 99.4068V43.7513L56.2814 35.7988V91.4422Z' fill='%23F26322'/></g></svg>");
  background-size: 150px 160px, 68px 81px;
  background-position: -23px 51px, 100% 100%;
}

.page-template-hire-services .experts-list .square-platform-box .square-platform-box-wrap .img-content-wrap {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 24px;
  background-color: #212B35;
  background-repeat: no-repeat;
}

.page-template-hire-services .experts-list .square-platform-box .square-platform-box-wrap .img-content-wrap>img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.page-template-hire-services .experts-list .square-platform-box .square-platform-box-wrap .img-content-wrap .square-platform-box-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  max-width: 100px;
}

.page-template-hire-services .experts-list .square-platform-box .square-platform-box-wrap .img-content-wrap .square-platform-box-icon img {
  width: 40px;
  height: 40px;
}

.page-template-hire-services .experts-list .square-platform-box .square-platform-box-wrap .img-content-wrap h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #FFFFFF !important;
  margin-top: 20px;
}

.page-template-hire-services .experts-list .square-platform-box .square-platform-box-wrap .experience-years-projects-wrap {
  display: flex;
  border-bottom: 1px solid #E9E9E9;
}

.page-template-hire-services 
.experts-list 
.square-platform-box 
.square-platform-box-wrap 
.experience-years-projects-wrap 
.experience_years {
    width: 50%;
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #666;
    padding: 29px 10px;
    border-right: 1px solid #E9E9E9;
}

.page-template-hire-services 
.experts-list 
.square-platform-box 
.square-platform-box-wrap 
.experience-years-projects-wrap 
.experience_years.full-width {
    width: 100%;
    border-right: none;
}


.page-template-hire-services .experts-list .square-platform-box .square-platform-box-wrap .experience-years-projects-wrap .experience_years strong {
  display: block;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #212B35;
  margin-bottom: 8px;
}

.page-template-hire-services .experts-list .square-platform-box .square-platform-box-wrap .development-hours {
  text-align: center;
  margin: 0;
  padding: 18px 10px;
  border-bottom: 1px solid #E9E9E9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #666;
}

.page-template-hire-services .experts-list .square-platform-box .square-platform-box-wrap .idel_for {
  color: #666;
  text-align: center;
  padding: 24px 32px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.page-template-hire-services .experts-list .square-platform-box .square-platform-box-wrap .idel_for label {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 12px;
}

.page-template-hire-services .experts-list .square-platform-box .square-platform-box-wrap .development-hours strong {
  color: #212B35;
  font-weight: 500;
}

.left-headidng {
  color: #000;
  font-size: 46px;
  font-family: 'PT Serif';
  width: 33.9%;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
  line-height: normal;
}
.any-query-icon {
width: 100px;
display: flex;
align-items: end;
height: 100px;
}
.any-query-icon img {
  max-width: 100%;
height: auto;
}
.join-our-team {
vertical-align: top;
color: #3d3d3d;
font-size: 20px;
font-weight: 600;
margin-top: 15px;
}
.join-our-text {
line-height: 30px;
padding-top: 13px;
letter-spacing: .1px;
font-weight: 400;
font-size: 18px;
}
.join-our-text a {
line-height: 34px;
display: block;
padding-top: 3px;
letter-spacing: 0;
text-decoration: underline;
margin-top: 10px;
font-size: 20px;
}
.any-query-box {
width: 44%;
display: flex;
flex-flow: wrap;
vertical-align: top;
padding-bottom: 90px;
flex-direction: column;
}

.right-side-text {
  width: 65.7%;
  color: #3d3d3d;
  font-size: 26px;
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
  font-weight: 300;
}
.any-query-main-area {
display: flex;
width: 100%;
flex-flow: wrap;
justify-content: space-between;
}

@media (max-width:992px){
  .right-side-text{
    width: 100%;
  }
  .left-heading{
    width: 100%;
  }
}
@media (max-width:768px){
  .any-query-box {
    width: 100%;
       padding-bottom: 50px;
}
}