/* 
  html {
    scroll-behavior: smooth;
  }

  body {
    font-family: 'Roboto', sans-serif;
    background-color: #f9fafb;
  }

  h1, h2, h3, h4 {
    letter-spacing: -0.5px;
  }

  section {
    transition: all 0.3s ease-in-out;
  }

  .btn-primary {
    background-color: #2563eb;
    color: white;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }

  .btn-primary:hover {
    background-color: #1d4ed8;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }

  .section-heading {
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2.5rem;
  }

  .section-heading span {
    color: #facc15;
    border-bottom: 4px solid #facc15;
    display: inline-block;
    padding-bottom: 0.25rem;
  }

  .card {
    background-color: white;
    border: 1px solid #e5e7eb;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
  }

  .card:hover {
    border-color: #60a5fa;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }

  .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e40af;
    text-align: center;
    margin-bottom: 0.5rem;
  }

  .card-text {
    color: #4b5563;
    font-size: 0.875rem;
    text-align: center;
  }

  .icon-box {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .icon-box img, .icon-box i {
    width: 3rem;
    height: 3rem;
  }

  .stats-number {
    font-size: 1.875rem;
    font-weight: bold;
  }

  .stats-label {
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }

  .wave-bottom svg path {
    fill-opacity: 1;
  }

  footer h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }

  footer ul li a {
    transition: color 0.3s ease;
  }

  footer ul li a:hover {
    color: #60a5fa;
  }

  .aos-animate {
    animation-duration: 1.2s;
  }
 */

.Heading001 {
  padding: 10px 10px 10px;
  text-align: center;
  margin-bottom: none;
}

.main-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

.underline-text {
  color: #027458; /* Green for "Frist word" */
  border-bottom: 4px solid #ffa700; /* Yellow underline */
  display: inline-block;
  padding-bottom: 5px;
}

.question-text {
  color: #0057e7; /* BLUE for "second word" */
  margin-left: 8px;
}

.faq-container {
  display: flex;
  flex-direction: column;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
}

.main-heading {
  color: #027458;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.faq-item {
  margin-bottom: 1rem;
  background-color: #f9fafb;
  border-left: 4px solid #027458;
  border-radius: 30px;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 0.5rem;
}

.faq-item summary h2 {
  font-size: 1.1rem;
  font-weight: 500;
  color: #59626f;
  margin: 0;
}

.faq-item summary span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 9999px;
  padding: 0.25rem;
  color: #027458;
}

.faq-item[open] summary svg {
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}

.faq-item p {
  margin-top: 1rem;
  font-size: 1rem;
  color: #555962;
  line-height: 1.75rem;
}

.custom-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.custom-plus-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.5s ease-in-out;
  color: #027458;
}

.job-video-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 40px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 0.1rem;
}

.job-list {
  flex: 1;
  min-width: 300px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.feature-list i {
  color: #059669;
  font-size: 1.5rem;
  margin-right: 15px;
  margin-top: 4px;
}

.feature-list h4 {
  margin: 0 0 6px;
  font-size: 1.3rem;
  color: #111827;
}

.feature-list p {
  margin: 0;
  color: #374151;
  font-size: 0.95rem;
}

.video-wrapper {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-wrapper video {
  width: 100%;
  max-width: 500px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive layout for smaller screens */
@media (max-width: 768px) {
  .job-video-section {
    flex-direction: column;
    align-items: center;
  }

  .video-wrapper,
  .job-list {
    width: 100%;
  }

  .video-wrapper video {
    max-width: 100%;
  }
}
