#Job-main {
    background-position: right !important;
}
#Job-main p {
    line-height: 150% !important;
    font-size: 20px !important;
}
#Job-main li {
    list-style: none;
    font-size: 18px;
    padding-bottom: 12px;
}
#Job-main ul {
    padding-left: 0;
}
.apply-btn {
    padding-top: 2%;
}
.apply-btn a {
    text-decoration: none !important;
}
#join-us-inner .vc_col-sm-2 {
    width: 32%;
    background: #FFFFFF;
}
#job-container {
    border: 1px solid #22222242;
    padding: 20px;
    border-radius: 16px;
}
#job-container p {
    color: #222222;
}
#job-container .wpb_content_element {
    margin: 0;
}
#join-us-inner {
    gap: 30px;
    display: flex;
    justify-content: center;
}
#join-us-inner h3 {
    font-weight: 500;
	line-height: 150% !important;
}
#looking-for-main p {
    color: #444444;
    font-size: 16px !important;
    font-weight: 500 !important;
}
#looking-container img {
    height: 20%;
    width: 20%;
}
#looking-container h3 {
    font-weight: 500;
	line-height: 150% !important;
}
#looking-container {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #EEEEEE;
}
#looking-container p {
    width: 100% !important;
}
#looking-for-inner {
    display: flex;
    gap: 30px;
}
#faq-inner p {
    color: #222222;
}
.accordion__title {
    color: #222222;
}
#looking-for-inner .vc_col-sm-1\/5 {
    width: 32%;
}
#looking-container .wpb_content_element {
    margin-bottom: 0;
}
.projects-section {
  text-align: center;
}

.projects-section h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 48px;
}

/* Avatar Section */
.avatar-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.avatar-pill {
  display: flex;
  gap: 16px;
  padding: 12px 18px;
  background: #ffffff;
  border-radius: 999px;
  border: 2px solid #3b82f6;
}

.avatar-pill img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ffffff;
}
.connector {
  width: 2px;
  height: 60px;
  background: #3b82f6;
  margin: 0 auto 40px;
}
.cards {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}

.card {
  background: #ffffff;
  width: 420px;
  padding: 32px;
  border-radius: 20px;
  text-align: left;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.card .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e0ecff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.card h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #0f172a;
}

.card p {
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 0;
}
#faq-inner .helpie-faq.accordions .accordion {
    margin: 0;
}
#faq-inner .helpie-faq.accordions {
    margin-top: 0;
}
#faq-inner .helpie-faq-col ul {
    margin-top: 0 !important;
    padding-left: 0;
}
#faq-inner .helpie-faq.accordions .accordion .accordion__item .accordion__body {
    padding-bottom: 20px;
}

.helpie-faq.accordions .accordion .accordion__item .accordion__header div.accordion__title {
    font-weight: 500;
}
#cta-inner .vc_col-sm-8 {
    width: 66.66666667%;
    border: 2px solid #22222299;
    background-image: linear-gradient(109deg, rgba(34, 34, 34, .42) -1.66%, rgba(85, 85, 85, .06) 97.91%);
    padding: 40px;
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-radius: 20px;
}

@media only screen and (max-width:1600px){
	#join-us-inner {
    gap: 20px;
}
	#join-us-inner .vc_col-sm-2 {
    width: 32%;
}
	#looking-for-inner {
    gap: 20px;
}
	.card {
    width: 400px;
}
	#right-section {
    width: 60%;
}
	#left-section{
    width: 40%;
}
}
@media only screen and (max-width:1100px){
	#Job-main h1 {
    font-size: 48px !important;
}
	#Job-main p {
    font-size: 18px !important;
}
	#join-us-main h2, #looking-for-main h2, .projects-section h2, #cta-inner h2{
    font-size: 38px !important;
}
	#left-section h2{
	font-size: 38px !important;
	}
	#join-us-inner .vc_col-sm-2, #looking-for-inner .vc_col-sm-1\/5 {
    width: 48%;
}
	#looking-for-main p {
    width: 100%;
}
	.card {
    width: 429px;
}
	#join-us-inner h3, #looking-container h3, .card h3 {
    font-size: 18px !important;
}
	#Job-main p br {
    display: none !important;
}
	#cta-inner .vc_col-sm-2 {
    display: none !important;
}
	#cta-inner .vc_col-sm-8 {
    width: 100%;
}
	
}
@media only screen and (max-width:800px){
	#Job-main h1 {
    font-size: 38px !important;
}
	#Job-main h1 br {
    display: none !important;
}
	#join-us-main h2, #looking-for-main h2, .projects-section h2, #cta-inner h2{
    font-size: 30px !important;
}
	#left-section h2{
	font-size: 30px !important;
	}
	.card {
    width: 660px;
}
	#faq-inner {
    display: flex;
    flex-direction: column;
}
	#left-section {
    width: 100%;
}
	#right-section {
    width: 100%;
}
	#right-section .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
	#left-section .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
	#right-section .helpie-faq.accordions .accordion .accordion__item .accordion__header {
    padding-left: 0;
    padding-right: 0;
}
}
@media only screen and (max-width:500px){
	#Job-main h1 {
    font-size: 30px !important;
}
	#join-us-main h2, #looking-for-main h2, .projects-section h2, #cta-inner h2{
    font-size: 26px !important;
}
	#left-section h2{
	font-size: 26px !important;
	}
	#join-us-inner .vc_col-sm-2, #looking-for-inner .vc_col-sm-1\/5 {
    width: 100%;
}
	.projects-section h2 br {
    display: none !important;
}
}