.elementor-5248 .elementor-element.elementor-element-76ae2cd{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5248 .elementor-element.elementor-element-07c54a8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5248 .elementor-element.elementor-element-0869026{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ba7e46e */.career-hero { max-width: 900px; margin: 60px auto; padding: 60px 20px; background: #f9f9f9; border-radius: 12px; text-align: center; } .career-hero h2 { font-size: 36px; font-weight: 700; } .career-hero h2 span { color: #EC268F; } .hero-subtitle { font-size: 18px; color: #4f4f4f; margin: 25px 0 40px; } .why-box { background: #fff; padding: 30px; border-radius: 12px; text-align: left; margin-bottom: 40px; } .why-box h3 { font-size: 24px; margin-bottom: 15px; } .why-box ul { padding-left: 20px; line-height: 1.8; } /* ===== Primary CTA (Apply Now) ===== */ .primary-btn { display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #EC268F, #d81e7c); color: #fff; padding: 14px 34px; border-radius: 999px; /* pill shape */ font-size: 16px; font-weight: 600; text-decoration: none; letter-spacing: 0.3px; box-shadow: 0 8px 20px rgba(236, 38, 143, 0.25); transition: all 0.25s ease; } .primary-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(236, 38, 143, 0.35); color: #fff; } .primary-btn:active { transform: translateY(0); box-shadow: 0 6px 16px rgba(236, 38, 143, 0.25); } /* ===== LinkedIn Button ===== */ .linkedin-btn { display: inline-flex; align-items: center; justify-content: center; background: #EC268F; color: #fff; padding: 12px 26px; border-radius: 10px; font-size: 15px; font-weight: 600; text-decoration: none; box-shadow: 0 6px 16px rgba(236, 38, 143, 0.22); transition: all 0.25s ease; } .linkedin-btn:hover { background: #d81e7c; transform: translateY(-2px); color: #fff; } /* ===== Job Cards Click Feedback ===== */ .job-link { text-decoration: none; } .job-card { background: #f1f7f7; padding: 26px; border-radius: 14px; transition: all 0.25s ease; border: 1px solid transparent; } .job-card:hover { transform: translateY(-6px); background: #ffffff; border-color: #e5e7eb; box-shadow: 0 14px 30px rgba(0,0,0,0.08); }


/* ===== Careers Section Layout Fix ===== */
.careers-section {
  padding: 80px 20px;
  background: #ffffff;
}

.careers-section .container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}

/* Headings */
.title {
  font-size: 40px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 18px;
  color: #64748b;
  margin-bottom: 30px;
}

/* ===== LinkedIn CTA Alignment ===== */
.linkedin-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #f9fafb;
  padding: 20px 24px;
  border-radius: 14px;
  margin-bottom: 50px;
}

.linkedin-box p {
  margin: 0;
  font-size: 16px;
  color: #334155;
}

/* ===== Job Grid Fix ===== */
.job-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Mobile */
@media (max-width: 768px) {
  .job-grid {
    grid-template-columns: 1fr;
  }

  .linkedin-box {
    flex-direction: column;
    text-align: center;
  }
}

/* ===== Job Card Polish ===== */
.job-card {
  background: #f1f7f7;
  padding: 28px;
  border-radius: 16px;
  transition: all 0.25s ease;
  border: 1px solid #e5e7eb;
}

.job-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #0f172a;
}

.job-card p {
  font-size: 15px;
  color: #475569;
  margin-bottom: 6px;
}

.job-card:hover {
  transform: translateY(-6px);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(0,0,0,0.08);
}/* End custom CSS */