 .service-section {
          background-color: #ffffff;
          padding: 20px 20px;
        }

        .service-section .container {
          max-width: 1200px;
          margin: 0 auto;
          text-align: center;
        }

        .service-section h2 {
          font-size: 30px;
          color: #1a1a1a;
          margin-bottom: 20px;
        }

        .service-section .subtitle {
          font-size: 2.15rem;
          color: #00b16a;
          font-weight: 500;
          margin-bottom: 30px;
        }

       .description {
          font-size: 18px;
          color: #444;
          line-height: 1.8;
          max-width: 900px;
          margin: 0 auto;
          text-align: justify;
        }

       

        

        .training-cards-section {
        background-color: #ffffff;
        padding: 20px 20px 20px;
        font-family: 'Roboto', sans-serif;
      }

      .training-cards-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        max-width: 1400px;
        margin: 0 auto;
      }

      .training-card {
        background-color: #f4f8fb;
        border-radius: 15px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        padding: 25px 20px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        text-align: left;
      }

      .training-card i {
        font-size: 2.2rem;
        color: #00b16a;
      }

      .training-card img {
        width: 60px;
        height: auto;
        margin-bottom: 10px;
      }

      .training-card h3 {
        font-size: 1.8rem;
        color: #1a1a1a;
        margin-bottom: 6px;
        font-family: 'Roboto', sans-serif;
      }

      .training-card .audience {
        /* font-style: italic; */
        font-size: 1.6rem;
        color: #555;
        font-family: 'Roboto', sans-serif;
      }

      .training-card ul {
        padding-left: 18px;
        margin: 10px 0;
      }

      .training-card ul li {
        margin-bottom: 6px;
        font-size: 1.50rem;
        color: #333;
        font-family: 'Roboto', sans-serif;
      }

      .training-card .style,
      .training-card .outcome {
        font-weight: 500;
        font-size: 1.50rem;
        color: #00b16a;
        font-family: 'Roboto', sans-serif;
      }



        .talent-section {
          background-color: #ffffff;
          padding: 20px 20px;
        }

        .talent-section .container {
          max-width: 1200px;
          margin: 0 auto;
          text-align: center;
          font-family: 'Roboto', sans-serif;
        }

        .talent-section h2 {
          font-size: 30px;
          color: #1a1a1a;
          /* margin-bottom: 20px; */
          margin-bottom: 20px;
          font-family: 'Roboto', sans-serif;
        }

        .talent-section .subtitle {
          font-size: 2.15rem;
          color: #00b16a;
          font-weight: 500;
          margin-bottom: 30px;
        }

        .talent-icons {
          display: flex;
          justify-content: center;
          gap: 30px;
          margin-bottom: 30px;
          font-size: 4.5rem;
          color: #00b16a;
          font-family: 'Roboto', sans-serif;
        }

        .talent-content {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 30px;
          padding: 0 20px;
          text-align: left;
          font-family: 'Roboto', sans-serif;
        }

        .talent-box {
          background-color: #ffffff;
          padding: 25px 20px;
          border-radius: 15px;
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          display: flex;
          flex-direction: column;
          gap: 12px;
          font-family: 'Roboto', sans-serif;
        }

        .talent-box h4 {
          font-size: 2.2rem;
          color: #1a1a1a;
          margin-bottom: 10px;
          font-family: 'Roboto', sans-serif;
        }

        .talent-box ul {
          padding-left: 18px;
          margin: 0;
          font-family: 'Roboto', sans-serif;
        }

        .talent-box ul li {
          margin-bottom: 8px;
          font-size: 1.50rem;
          color: #333;
          font-family: 'Roboto', sans-serif;
        }

        .talent-box.outcome ul li::before {
          content: "";
          margin-right: 5px;
          color: green;
            font-family: 'Roboto', sans-serif;
        }

        @media screen and (max-width: 991px) {
          .talent-content {
            grid-template-columns: 1fr;
          }

          .talent-icons {
            flex-direction: row;
            font-size: 2rem;
          }
        }

        .consulting-section {
          background-color: #ffffff;
          padding: 20px 20px;
            font-family: 'Roboto', sans-serif;
        }

        .consulting-section .container {
          max-width: 1200px;
          margin: 0 auto;
          text-align: center;
            font-family: 'Roboto', sans-serif;
        }

        .consulting-section h2 {
        font-size: 30px;
          color: #1a1a1a;
          /* margin-bottom: 20px; */
          margin-bottom: 20px;
          font-family: 'Roboto', sans-serif;
        }

        .consulting-section .subtitle {
          font-size: 2.15rem;
          color: #00b16a;
          font-weight: 500;
          margin-bottom: 30px;
        }

        .consulting-icons {
          display: flex;
          justify-content: center;
          gap: 30px;
          margin-bottom: 30px;
          font-size: 4.5rem;
          color: #00b16a;
            font-family: 'Roboto', sans-serif;
        }

        .consulting-content {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 30px;
          padding: 0 20px;
          text-align: left;
            font-family: 'Roboto', sans-serif;
        }

        .consulting-box {
          background-color: #f4f8fb;
          padding: 25px 20px;
          border-radius: 15px;
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          display: flex;
          flex-direction: column;
          gap: 12px;
            font-family: 'Roboto', sans-serif;
        }

        .consulting-box h4 {
          font-size: 2.2rem;
          color: #1a1a1a;
          margin-bottom: 10px;
            font-family: 'Roboto', sans-serif;
        }

        .consulting-box ul {
          padding-left: 18px;
          margin: 0;
            font-family: 'Roboto', sans-serif;
        }

        .consulting-box ul li {
          margin-bottom: 8px;
          font-size: 1.50rem;
          color: #333;
            font-family: 'Roboto', sans-serif;
        }

        @media screen and (max-width: 991px) {
          .consulting-content {
            grid-template-columns: 1fr;
          }

          .consulting-icons {
            flex-direction: column;
            font-size: 2rem;
          }
        }



        .tab-content {
        display: none;
      }
      .tab-content.active {
        display: block;
      }


        /* Container for tabs */
      .core-vertical-tabs .tabs {
        margin-top: 40px;
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
      }

      .core-vertical-tabs .tab-btn:focus {
        outline: none;
        box-shadow: none;
      }

      /* Tab buttons */
      .core-vertical-tabs .tab-btn {
        position: relative;
        padding: 14px 32px;
        background: linear-gradient(145deg, #ffffff, #f0f0f0);
        border: none;
        border-radius: 50px;
        color: #333;
        font-weight: 600;
        font-size: 16px;
        cursor: pointer;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        overflow: hidden;
      }

      .core-vertical-tabs .tab-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fdb813;
        opacity: 0;
        z-index: 0;
        border-radius: 50px;
        transition: opacity 0.3s ease;
      }

      .core-vertical-tabs .tab-btn:hover::before {
        opacity: 0.15;
      }

      .core-vertical-tabs .tab-btn:hover {
        transform: translateY(-2px);
      }

      /* Active tab */
      .core-vertical-tabs .tab-btn.active {
        background: linear-gradient(135deg, #fdb813, #fdb813);
        color: #fff;
        box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3);
      }

      /* Responsive */
      @media (max-width: 768px) {
        .core-vertical-tabs .tab-btn {
          padding: 12px 20px;
          font-size: 14px;
        }
      }

.dot-list {
list-style-type: disc !important;
list-style-position: outside;
margin-left: 1.25rem; /* same as ms-4 */
padding-left: 0;
}

.dot-list li {
  margin-bottom: .5rem;
}

.dot-fallback { padding-left: 0; }
.dot-fallback li {
  list-style: none;
  position: relative;
  margin-bottom: .5rem;
  padding-left: 1.25rem; /* space for the dot */
}
.dot-fallback li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-size: 18px;
  line-height: 1;
}


.faq-section {
background: linear-gradient(180deg, #f9fbff 0%, #ffffff 100%);
font-family: 'Poppins', sans-serif;
}

.faq-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #003366;
  letter-spacing: 0.5px;
}

.custom-faq .accordion-item {
  border: none;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.custom-faq .accordion-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.custom-faq .accordion-button {
  background-color: #fff;
  font-size: 18px; /* Increased font size */
  font-weight: 600;
  color: #1a1a1a;
  padding: 1.25rem 1.5rem;
  border: none;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.custom-faq .accordion-button i {
  font-size: 1.3rem;
}

.custom-faq .accordion-button:hover {
  background-color: #eef4ff;
  color: #66904c;
}

.custom-faq .accordion-button:not(.collapsed) {
  background-color: #eaf1ff;
  color: #66904c;
  font-weight: 700;
}

.custom-faq .accordion-body {
  background: #fff;
  border-top: 1px solid #e1e5ec;
  font-size: 15px; /* Increased font size */
  line-height: 1.8;
  color: #333;
  padding: 1.5rem;
}

.custom-faq .accordion-button::after {
  font-size: 18px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.custom-faq .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}


 ul.list-unstyled li {
  font-size: 15px;
  line-height: 1.6;
}

ul.list-unstyled i {
  color: #16904c; /* Bootstrap green */
}

.icon-gap {
  margin-right: 1.5rem; /* about 24px */
}
