.career-info-box {
    background: #402d21;
    padding: 30px;
    color: #fff;
    position: relative;
    max-width: 480px;
}

.career-badge {
    display: inline-block;
    border: 1px solid #8BC34A;
    color: #8BC34A;
    border-radius: 30px;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.career-info-box h3 {
    color: #fff;
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 15px;
    font-weight: 700;
}

.career-intro {
    color: #d7cfc8;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
}

.career-step {
    display: flex;
    gap: 14px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.career-step:first-of-type {
    border-top: none;
}

.step-number {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border: 1px solid #8BC34A;
    color: #8BC34A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
}

.step-content h5 {
    color: #fff;
    margin-bottom: 5px;
    font-size: 16px;
}

.step-content p {
    color: #cbbfb5;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .career-info-box {
        margin-top: 20px;
        padding: 22px;
        max-width: 100%;
    }

    .career-info-box h3 {
        font-size: 22px;
    }
}
  #rpo-models{
    background: #FFFFFF;
    padding: 30px 0 80px;
    /* font-family: 'Inter', sans-serif; */
  }
 
  .rpo-container{
    max-width: 1200px;
    margin: 0 auto;
  }
 
  /* ---------- Heading ---------- */
 
 
  /* ---------- Grid ---------- */
  .rpo-grid{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }
 
  /* ---------- Card ---------- */
  .rpo-card{
    flex: 1 1 calc(25% - 18px);
    max-width: calc(25% - 18px);
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 14px;
    padding: 34px 26px;
    display:flex;
    flex-direction:column;
    align-items: flex-start;
    gap: 16px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  }
 
  @media (max-width: 1100px){
    .rpo-card{ flex-basis: calc(50% - 12px); max-width: calc(50% - 12px); }
  }
  @media (max-width: 560px){
    .rpo-card{ flex-basis: 100%; max-width: 100%; }
  }
 
  .rpo-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(124,187,63,0.16);
    border-color: #DCEEC4;
  }
 
  .rpo-card__icon{
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #F1F8E8;
    display:flex;
    align-items:center;
    justify-content:center;
    color: #7CBB3F;
    transition: background 0.3s ease, color 0.3s ease;
  }
 
  .rpo-card:hover .rpo-card__icon{
    background: #7CBB3F;
    color: #FFFFFF;
  }
 
  .rpo-card__icon svg{
    width: 24px;
    height: 24px;
  }
 
  .rpo-card__title{
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 600;
    font-size: 18px;
    color: #262626;
    margin: 0;
  }
 
  .rpo-card__desc{
    font-size: 13.5px;
    line-height: 1.7;
    color: #7A7A7A;
    margin: 0;
  }
 
  .rpo-card__link{
    margin-top: auto;
    padding-top: 8px;
    display:inline-flex;
    align-items:center;
    gap: 7px;
    /* font-family: 'Poppins', sans-serif; */
    font-weight: 600;
    font-size: 13px;
    color: #6FA934;
    text-decoration: none;
  }
 
  .rpo-card__link svg{
    width: 13px;
    height: 13px;
    transition: transform 0.3s ease;
  }
 
  .rpo-card:hover .rpo-card__link svg{
    transform: translateX(4px);
  }
 
  @media (prefers-reduced-motion: reduce){
    .rpo-card, .rpo-card__icon, .rpo-card__link svg{ transition: none; }
  }
  /* ===============================
   INDUSTRIES SECTION
================================= */

.industry-section {
    padding: 10px 0 80px;
}

.industry-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Header */
.industry-header {
    text-align: center;
    margin-bottom: 70px;
}

.industry-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #8BC34A;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.industry-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.industry-title span {
    color: #8BC34A;
}

.industry-divider {
    width: 80px;
    height: 4px;
    background: #8BC34A;
    margin: 0 auto 25px;
    border-radius: 20px;
}

.industry-description {
    max-width: 800px;
    margin: 0 auto;
    color: #6b7280;
    line-height: 1.8;
    font-size: 16px;
}

/* Grid */
.industry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* Card */
.industry-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    transition: all 0.35s ease;
}

.industry-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.industry-image {
    height: 220px;
    overflow: hidden;
}

.industry-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.industry-card:hover .industry-image img {
    transform: scale(1.08);
}

.industry-name {
    padding: 20px 15px;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
}

/* Footer */
.industry-footer {
    text-align: center;
    margin-top: 50px;
}

.industry-footer p {
    max-width: 850px;
    margin: auto;
    color: #6b7280;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 991px) {
    .industry-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .industry-title {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .industry-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .industry-title {
        font-size: 28px;
    }

    .industry-image {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .industry-grid {
        grid-template-columns: 1fr;
    }
}
/* =====================================
   STATS STRIP
===================================== */

.stats{
    width:100%;
    background:#fff;
    padding:70px 50px 65px;
    display:flex;
    justify-content:space-evenly;
    align-items:center;
    text-align:center;
    border-top:1px solid #f3f3f3;
}

.stat{
    min-width:180px;
}

.stat h2{
    margin:0;
    /* font-family: "Helvetica Neue", Arial, sans-serif; */
    font-weight:300;
    line-height:1;
    color:#8BC34A;
}

.stat span{
    display:block;
    margin-top:10px;
    /* font-family: Arial, sans-serif; */
    font-size:14px;
    font-weight:400;
    letter-spacing:3.5px;
    color:#8A6F6F;
    text-transform:uppercase;
}

@media (max-width:768px){
    .stats{
        flex-wrap:wrap;
        gap:40px;
        padding:50px 20px;
    }

    .stat{
        width:45%;
    }

    .stat h2{
        font-size:48px;
    }
}
.career-hero {
    position: relative;
    background: url("../images/Staffing Solutions.jpg") center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center; /* Add */
    text-align: center; /* Add */
    overflow: hidden;
    min-height: 550px;
    padding: 60px 0;
}


/* Dark Overlay */
.career-hero .overlay {
    position: absolute;
    inset: 0;
    background: rgb(55 65 52 / 75%);;
}

.career-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.hero-tag {
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid #8BC34A;
    color: #8BC34A;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.career-hero h1 {
    color: #fff;
    line-height: 1.1;
    font-weight: 300;
    text-align: center;
    margin-bottom: 25px;
}

.career-hero h1 span {
    color: #8BC34A;
    font-weight: 700;
}

.career-hero p {
    color: rgba(255,255,255,.85);
    font-size: 18px;
    line-height: 1.8;
    margin: 0 auto 35px; /* changed */
}

.hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center; /* Add */
}

.btn-primary-custom {
    background: #8BC34A;
    color: white;
    padding: 16px 30px;
    text-decoration: none;
    font-weight: 600;
}

.btn-outline-custom {
    border: 1px solid rgba(255,255,255,.4);
    color: #fff;
    padding: 16px 30px;
    text-decoration: none;
}


/* Mobile */
@media (max-width: 768px) {
    .career-hero {
        min-height: auto;
        padding: 100px 0;
    }

    .career-hero h1 {
        font-size: 48px;
    }

    .experience-box {
        width: 100%;
        max-width: 280px;
    }
}
/* ===================================
   CTA SECTION
=================================== */

.career-cta {
    padding: 80px 0;
    background: #f8f6f2;
}

.career-cta-box {
    background: #8BC34A;
    padding: 45px 60px;
    position: relative;

    display: flex;
    justify-content: space-between;
    align-items: center;

    overflow: hidden;
}

.career-cta-content h3 {
    margin: 0;
    color: #2b2b2b;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.25;
    max-width: 550px;
}

.career-cta-actions {
    display: flex;
    gap: 15px;
    z-index: 2;
}

/* Primary Button */

.btn-cta-primary {
    background: #4b352b;
    color: #fff;
    padding: 14px 26px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s ease;
}

.btn-cta-primary:hover {
    background: #38271f;
    color: #fff;
}

/* Outline Button */

.btn-cta-outline {
    border: 1px solid #4b352b;
    color: #4b352b;
    padding: 14px 26px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s ease;
}

.btn-cta-outline:hover {
    background: #4b352b;
    color: #fff;
}

.btn-cta-primary span,
.btn-cta-outline span {
    margin-left: 8px;
}

/* Decorative Circle */

.cta-circle {
    position: absolute;
    right: -40px;
    top: -40px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(75, 53, 43, 0.25);
    border-radius: 50%;
}

/* =====================
   Responsive
===================== */

@media (max-width: 991px) {

    .career-cta-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        padding: 40px;
    }

    .career-cta-content h3 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {

    .career-cta-content h3 {
        font-size: 26px;
    }

    .career-cta-actions {
        flex-direction: column;
        width: 100%;
    }

    .btn-cta-primary,
    .btn-cta-outline {
        width: 100%;
        text-align: center;
    }
}


.our-team {
  margin-top: 0;
}


#team {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.heading {
  font-size: 1rem;
  color: #2c2c2c;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 20px;
}

.heading h2 {
  color: var(--color-danger);
  margin: 0;
  font-size: 2rem;
}


.heading span {
  background: var(--color-danger);
  border-radius: 20px;
  padding: 0.5rem;
  margin-top: 3rem;
  position: relative;
  margin-bottom: 1rem;
}

.heading span::before {
  content: "";
  display: block;
  background: linear-gradient(135deg, transparent, var(--color-danger), var(--color-danger), var(--color-danger));
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 40%;
  top: 1.8rem;
  transform: rotate(45deg);
}

.box {
  width: 266px;
  height: 340px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  margin: 20px;
  position: relative;
}

.container-team {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.top-bar {
 width: 50%;
    height: 4px;
    position: absolute;
    left: 50%;
    top: -19px;
    transform: translate(-50%);
    background-color: #333;
    border-radius: 0 0 10px 10px;
}

.verify {
  color: #333;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.nav .heart:before {
  content: '\f004';
  font-family: fontAwesome;
  line-height: 30px;
  z-index: 1;
  cursor: pointer;
}

.nav .heart-btn {
  display: none;
}

.details {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.details img {
    width: 160px;
    height: 187px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  margin: 1rem 0;
}

.details h4 {
  margin-bottom: 0.5rem;
  font-size: 18px;
  color: #8BC34A;
}

.details h3 {
  margin-bottom: 0.5rem;
  font-size: 18px;
  color: var(--text-dark);
}

.details strong {
  color: var(--text-muted);
  font-size: 14px;
}

.box:hover {
  transform: scale(1.01);
  transition: all ease 0.1s;
}

/* Flip Card Wrapper */
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  border: 2px solid #8BC34A;
  border-radius: 10px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.box:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Front and Back Sides */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  backface-visibility: hidden;
}

/* Front Side */
.flip-card-front {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Back Side */
.flip-card-back {
  background-color: #8BC34A;
  color: #fff;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  text-align: center;
}

.flip-card-back h4 {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

.flip-card-back p {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
}
.why-veave {
    padding: 110px 0;
}

.why-wrapper {
    display: grid;
    grid-template-columns: 38% 58%;
    gap: 80px;
    align-items: start;
}

.why-tag {
    display: block;
    color: #8BC34A;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 18px;
}

.why-left h2 {
    font-size: 35px;
    line-height: 1.05;
    font-weight: 300;
    color: #2e1d18;
    max-width: 500px;
    margin: 0;
}

.why-left h2 span {
    color: #8BC34A;
    font-style: italic;
    font-weight: 400;
}

.why-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 70px;
    row-gap: 50px;
}

.feature-item {
    border-left: 1px solid #8BC34A;
    padding-left: 28px;
    min-height: 115px;
}

.feature-content h4 {
    color: #2e1d18;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 12px;
}

.feature-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}
.services-section {
    background: #4b2f28;
    padding: 120px 0;
}

.services-tag {
    display: inline-block;
    color: #8BC34A;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.services-title {
    color: #fff;
    font-size: 30px;
    line-height: 1.05;
    font-weight: 300;
    max-width: 620px;
    margin-bottom: 80px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
}

.service-card {
    border-top: 1px solid rgba(255,255,255,0.12);
    padding-top: 28px;
}

.service-top {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}

.service-number {
    color: #8BC34A;
    font-size: 28px;
    font-weight: 300;
    min-width: 40px;
}

.service-card h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.service-card p {
    color: rgba(255,255,255,0.78);
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    max-width: 520px;
}
