.elementor-5957 .elementor-element.elementor-element-7c2630b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-927302f */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header Styles */
.header {
  background: linear-gradient(135deg, #2c5530 0%, #4a7c59 100%);
  color: white;
  padding: 2rem 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.tagline {
  font-size: 1.1rem;
  opacity: 0.9;
  font-style: italic;
}

/* Main Content */
.main {
  padding: 2rem 0;
  min-height: calc(100vh - 200px);
}

.job-header {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  margin-bottom: 2rem;
  border-left: 5px solid #4a7c59;
}

.job-title {
  font-size: 2.2rem;
  color: #2c5530;
  margin-bottom: 1rem;
  font-weight: 600;
}

.project-title {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-style: italic;
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.meta-item {
  background: #f0f7f1;
  padding: 0.8rem 1.2rem;
  border-radius: 8px;
  border: 1px solid #e0e8e1;
}

.meta-item strong {
  color: #2c5530;
}

/* Navigation */
.section-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
  background: white;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.nav-btn {
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  color: #495057;
}

.nav-btn:hover {
  background: #e9ecef;
  transform: translateY(-2px);
}

.nav-btn.active {
  background: #4a7c59;
  color: white;
  border-color: #4a7c59;
  transform: translateY(-2px);
}

/* Content Sections */
.content-sections {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  overflow: hidden;
}

.content-section {
  display: none;
  padding: 2.5rem;
  animation: fadeIn 0.5s ease-in-out;
}

.content-section.active {
  display: block;
}

.content-section h3 {
  font-size: 1.8rem;
  color: #2c5530;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #4a7c59;
  display: inline-block;
}

.content-section h4 {
  font-size: 1.3rem;
  color: #4a7c59;
  margin: 1.5rem 0 1rem 0;
  font-weight: 600;
}

.content-section p {
  margin-bottom: 1rem;
  color: #555;
  line-height: 1.7;
}

.content-section ul, .content-section ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.content-section li {
  margin-bottom: 0.8rem;
  color: #555;
  line-height: 1.6;
}

/* Info Grid */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.info-item {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #4a7c59;
}

.info-item strong {
  color: #2c5530;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.info-item p, .info-item ul {
  margin: 0;
  color: #666;
}

.info-item ul {
  margin-left: 1rem;
}

/* Project Components */
.project-components {
  background: #f0f7f1;
  padding: 1.5rem;
  border-radius: 8px;
  margin-top: 1.5rem;
  border: 1px solid #e0e8e1;
}

.project-components ol {
  margin-left: 1.2rem;
}

.project-components li {
  margin-bottom: 0.8rem;
  font-weight: 500;
}

/* Duties List */
.duties-list {
  list-style: none;
  margin-left: 0;
}

.duties-list li {
  background: #f8f9fa;
  margin-bottom: 1rem;
  padding: 1.2rem;
  border-radius: 8px;
  border-left: 4px solid #4a7c59;
  position: relative;
}

.duties-list li::before {
  content: "•";
  color: #4a7c59;
  font-size: 1.5rem;
  position: absolute;
  left: -0.5rem;
  top: 1rem;
}

.supervision-note {
  background: #e8f4f8;
  padding: 1rem;
  border-radius: 8px;
  border-left: 4px solid #17a2b8;
  margin-bottom: 1.5rem;
  font-style: italic;
}

/* Competency Categories */
.competency-category {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  border: 1px solid #e9ecef;
}

.competency-category h4 {
  background: #4a7c59;
  color: white;
  padding: 0.8rem 1.2rem;
  border-radius: 6px;
  margin: -1.5rem -1.5rem 1rem -1.5rem;
  font-size: 1.2rem;
}

/* Qualification Categories */
.qualification-category {
  background: #f0f7f1;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  border: 1px solid #e0e8e1;
}

.qualification-category h4 {
  color: #2c5530;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

/* Application Section */
.application-info {
  background: linear-gradient(135deg, #f0f7f1 0%, #e8f4f8 100%);
  padding: 2rem;
  border-radius: 12px;
  border: 2px solid #4a7c59;
}

.application-requirements {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  margin: 1.5rem 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.application-requirements li {
  font-weight: 500;
  color: #2c5530;
}

.apply-button-container {
  text-align: center;
  margin-top: 2rem;
}

.apply-button {
  background: linear-gradient(135deg, #4a7c59 0%, #2c5530 100%);
  color: white;
  border: none;
  padding: 1rem 2.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(74, 124, 89, 0.3);
}

.apply-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(74, 124, 89, 0.4);
}

/* Footer */
.footer {
  background: #2c5530;
  color: white;
  text-align: center;
  padding: 2rem 0;
  margin-top: 3rem;
}

.footer p {
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
  
  .header-content h1 {
    font-size: 2rem;
  }
  
  .job-title {
    font-size: 1.8rem;
  }
  
  .project-title {
    font-size: 1.1rem;
  }
  
  .job-meta {
    flex-direction: column;
    gap: 1rem;
  }
  
  .section-nav {
    flex-direction: column;
  }
  
  .nav-btn {
    text-align: center;
  }
  
  .content-section {
    padding: 1.5rem;
  }
  
  .info-grid {
    grid-template-columns: 1fr;
  }
  
  .duties-list li::before {
    display: none;
  }
  
  .duties-list li {
    border-left: none;
    border-top: 4px solid #4a7c59;
  }
}

@media (max-width: 480px) {
  .header-content h1 {
    font-size: 1.6rem;
  }
  
  .job-title {
    font-size: 1.5rem;
  }
  
  .content-section h3 {
    font-size: 1.5rem;
  }
  
  .apply-button {
    padding: 0.8rem 2rem;
    font-size: 1.1rem;
  }
}/* End custom CSS */