.elementor-7446 .elementor-element.elementor-element-6995a3e2:not(.elementor-motion-effects-element-type-background), .elementor-7446 .elementor-element.elementor-element-6995a3e2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.antminer.sale/wp-content/uploads/2025/12/download-scaled.webp");background-position:top center;background-size:cover;}.elementor-7446 .elementor-element.elementor-element-6995a3e2{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:7em 0em 7em 0em;}.elementor-7446 .elementor-element.elementor-element-6995a3e2 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-7446 .elementor-element.elementor-element-62ff0a8a .elementor-heading-title{font-weight:600;color:#ffffff;}.elementor-7446 .elementor-element.elementor-element-7494ed67 .elementor-heading-title{font-size:23px;font-weight:400;line-height:1.4em;color:#FFFFFFFA;}.elementor-7446 .elementor-element.elementor-element-1ffa040e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4d4dbf17 *//* Container */
#career-page {
  font-family: "Helvetica Neue", Arial, sans-serif;
  max-width: 1000px;
  margin: 40px auto;
  padding: 32px;
  background: #ffffff;
  color: #111827;
  line-height: 1.6;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* Headers */
#career-page h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #0f172a;
  text-align: center;
}

#career-page h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 28px 0 14px;
  color: #1e293b;
  border-bottom: 2px solid #e0e7ff;
  padding-bottom: 6px;
}

#career-page h3 {
  margin-top: 0;
  font-size: 17px;
  font-weight: 600;
  color: #1e293b;
}

#career-page p {
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 14px;
}

/* Sections */
.section { margin-bottom: 32px; }

/* Partnership highlight */
.partnership {
  background: #eff6ff;
  border-left: 5px solid #1d4ed8;
  padding: 16px 20px;
  border-radius: 8px;
}

/* Lists */
.achievement-list, .conference-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.achievement-list li {
  background: #f9fafb;
  border-left: 4px solid #3b82f6;
  padding: 14px 18px;
  margin-bottom: 12px;
  border-radius: 6px;
  font-size: 15px;
  color: #1e293b;
}

/* Conferences badges */
.conference-list li {
  display: inline-block;
  margin: 6px 6px 6px 0;
  background: #e0f2fe;
  color: #0369a1;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  border-left: none;
}

/* Career Benefits Grid */
.career-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 18px;
}

.career-benefits .benefit {
  background: #f8fafc;
  border-left: 4px solid #1d4ed8;
  padding: 16px 20px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.career-benefits .benefit p {
  margin: 8px 0 0;
  font-size: 14px;
  color: #4b5563;
}

.career-benefits .benefit:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* Job Cards */
.job-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 18px;
}

.job-card {
  background: #f8fafc;
  border-left: 4px solid #1d4ed8;
  padding: 20px 18px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s, box-shadow 0.3s;
}

.job-card h3 {
  margin-top: 0;
  font-size: 17px;
  font-weight: 600;
  color: #1e293b;
}

.job-card p {
  font-size: 14px;
  color: #4b5563;
  margin: 8px 0 12px;
}

.job-card a {
  display: inline-block;
  padding: 8px 16px;
  background: #1d4ed8;
  color: #ffffff;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s;
}

.job-card a:hover { background: #2563eb; }

.job-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

/* Responsive */
@media(max-width:640px){
  #career-page { padding: 20px; }
  .achievement-list li { font-size: 14px; }
  .career-benefits { grid-template-columns: 1fr; }
  .job-cards { grid-template-columns: 1fr; }
}/* End custom CSS */