/* Container alignment */
.faq-container {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

/* FAQ Title */
.faq-container h1 {
  font-weight: 700;
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 2rem;
  display: inline-block;
}

.faq-container h1::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 4px;
  background: #0b8260;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  border-radius: 2px;
}



/* Accordion */
.accordion {
  margin-top: 30px;
  text-align: left;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 10px;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  overflow: hidden;
}

.accordion-button {
  width: 100%;
  padding: 16px 20px;
  font-weight: 600;
  background: none;
  border: none;
  text-align: left;
  font-size: 1rem;
  color: #333;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  position: relative;
}

.accordion-button::before {
  content: '+';
  font-size: 20px;
  color: #0b8260;
  position: absolute;
  margin: 0 10px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.accordion-button.active {
  border-left: 4px solid #0b8260;
  background: #1574590a;
  border-bottom:1px solid #0b8260;
  color: #0b8260;
}

.accordion-button.active::before {
  content: '−'; /* Minus sign */
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px; /* Only horizontal initially */
  background: #fff;
  color: #444;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.accordion-button.active + .accordion-content {
      /* max-height: 100% !important; */
    padding: 15px 25px;
}

.accordion-content p {
  padding: 0px 0;
  margin: 0;
}
 section, .section {
    color: #fff !important;
    background-color: #005e18c9;
    padding: 60px 0;
    scroll-margin-top: 100px;
    overflow: clip;
    }
    .accordion-button::after{
      background-image: none !important;
    }
    
.Breadcrumb{
    position: relative;
    top: 20px;
}

#page-title{
    margin-left: 1px;
}

.heroimg{
    position: relative;
    top: 50px;
    left: 125px;
}
@media (max-width: 767.98px) {

    .Breadcrumb{
    position: relative;
    top: 2px;
}
    .animated{
        position: relative; bottom: 18px; max-height: 350px;
    }
  .hero {
    height: 25vh;
    position: relative;
    /* overflow: hidden; */
    /* background-color: #000; fallback color */
  }
  .innercontent{
    display: flex;
    flex-direction: row-reverse;
  }
  .heroimg{
    padding: 0;
    margin: 0;
    width: 198px !important;
    top: -74px;
    left: 1px;

    position: relative;
  }
    .bannerTxt {
        top: 20px !important;
          left: 5px !important;
        position: relative;
    }

  .mobile-hero .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.25;
    z-index: -1;
  }

  .hero .container {
    position: relative;
    height: 43vh;
    z-index: 3;
    top: 68px;  }

  .mobile-hero .hero-img {
    max-height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .breadcrumb-item a,
  .breadcrumb-item,
  .mobile-hero h1,
  .mobile-hero p {
    color: #fff !important;
    font-size: 0.9rem;
  }

  .hero h1 {
    font-size: 1.3rem;
    line-height: 0;
  }

  .mobile-hero p {
    font-size: 0.8rem;
  }
}
.hero .wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
  fill: #fff !important;
  opacity: 0.6;
}

.hero .wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
  fill: #fff !important;
  opacity: 0.4;
}

.hero .wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
  fill: #fff !important;
}