.elementor-227 .elementor-element.elementor-element-c6aff82{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5594013 *//* Core Styling */
body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  color: #0F172A;
  background-color: #ffffff;
  line-height: 1.6;
}

.container-wide { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.container-narrow { max-width: 800px; margin: 0 auto; padding: 0 20px; }

.section-title { text-align: center; margin-bottom: 50px; }
.section-title h2 { font-size: 32px; font-weight: 700; margin-bottom: 15px; }
.section-title p { color: #64748B; font-size: 16px; }

/* Hero */
.careers-hero { padding: 100px 0 60px; text-align: center; background-color: #FAFAFA; }
.careers-hero h1 { font-size: 44px; font-weight: 800; margin-bottom: 20px; letter-spacing: -1px; }
.careers-hero p { font-size: 16px; color: #64748B; max-width: 700px; margin: 0 auto; }

/* Grids */
.info-grid { 
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 30px; 
  margin-bottom: 80px;
}

.glass-card {
  padding: 40px 30px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease;
  border: 1px solid #F1F5F9;
}

.glass-card h3 { color: #117a65; font-size: 18px; margin-bottom: 12px; font-weight: 700; }
.glass-card p { color: #64748B; font-size: 14px; }

/* Job Cards */
.positions-section { padding: 80px 0; }
.job-list { display: flex; flex-direction: column; gap: 20px; }
.job-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  border: 1px solid #F1F5F9;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.job-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.job-header h3 { font-size: 20px; font-weight: 700; margin: 0; }
.job-tag { font-size: 12px; color: #94A3B8; font-weight: 500; }

/* Buttons */
.btn-apply {
  display: inline-block;
  background-color: #117a65; /* Emerald Green */
  color: white;
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.2s;
}

.btn-apply:hover { background-color: #0e6352; }

.general-cta { padding: 100px 0; text-align: center; }
.btn-careers-main {
  display: inline-block;
  background-color: #117a65;
  color: white;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  margin-top: 20px;
  box-shadow: 0 10px 25px rgba(17, 122, 101, 0.2);
  transition: transform 0.2s;
}

.btn-careers-main:hover { transform: translateY(-2px); }

/* Mobile View */
@media (max-width: 850px) {
  .info-grid { grid-template-columns: 1fr; }
  .job-header { flex-direction: column; align-items: flex-start; gap: 8px; }
}/* End custom CSS */