.btn-theme-primary{
    color: #fff;
    background-color: #16904c;
    border-color: #16904c;
}

.btn-theme-secondary{
    color: #fff;
    background-color: #fdb813;
    border-color: #fdb813;
}

.testimonials-section {
      padding: 10px 20px;
      background-color: #f5f7fa;
      text-align: center;
    }

    .testimonials-section h2 {
      margin-bottom: 10px;
      font-size: 2rem;
      font-weight: 700;
    }

    .swiper {
      width: 100%;
      /* max-width: 700px; */
      max-width: 1400px;
      margin: auto;
    }

    .swiper-slide {
      display: flex;
      justify-content: center;
    }

    .testimonial-box {
      background: #fff;
      padding: 30px;
      border-radius: 16px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
      max-width: 600px;
      width: 100%;
      text-align: center;
      min-height: 200px !important;
      /* display: flex; */
      flex-direction: column;
      justify-content: space-between;
    }

    .testimonial-box img.avatar {
        display: block;
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 50%;
        margin: 0 auto 0px;
    }

    .testimonial-box .quote {
        font-size: 1.70rem;
        color: #333;
        margin-bottom: 20px; 
        line-height: 1.4;
    }

    .testimonial-box h5 {
        font-weight: bold;
        margin: 12px 0 2px; 
        line-height: 1.2;
    }

    .testimonial-box .designation {
        font-size: 1.50rem;
        color: #777;
        margin: 0;
       
    }

    .swiper-pagination {
      margin-top: 10px;
    }


    .custom-banner {
        background: #fdb813; /* Custom gradient */
        color: #fff;
        height: 350px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        text-align: center;
        padding: 60px 15px;
        overflow: hidden;
        box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    }

    .custom-banner h1 {
        font-size: clamp(3rem, 5vw, 5rem);
        font-weight: 700;
        margin-bottom: 15px;
    }

    .custom-banner h3 {
        font-size: clamp(2.2rem, 5vw, 2rem);
        font-weight: 400;
    }

    .custom-banner .breadcrumb {
        background-color: transparent;
        margin-bottom: 0;
    }

    .custom-banner .breadcrumb a {
        color: #fff;
        text-decoration: none;
    }

    .custom-banner .breadcrumb .active {
        color: #f0f0f0;
    }

    .custom-banner .tagline {
        font-size: 6rem;
        font-weight: 300;
        letter-spacing: 3px;
        color: #ffffff;
        opacity: 1;
    }

    /* aa  */

    .custom-banner-sec {
        background: #00B16A; /* Custom gradient */
        color: #fff;
        height: 350px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        text-align: center;
        padding: 60px 15px;
        overflow: hidden;
        box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    }

    .custom-banner-sec h1 {
        font-size: clamp(3rem, 5vw, 5rem);
        font-weight: 700;
        margin-bottom: 15px;
    }

    .custom-banner-sec h3 {
        font-size: clamp(2.2rem, 5vw, 2rem);
        font-weight: 400;
    }

    .custom-banner-sec .breadcrumb {
        background-color: transparent;
        margin-bottom: 0;
    }

    .custom-banner-sec .breadcrumb a {
        color: #fff;
        text-decoration: none;
    }

    .custom-banner-sec .breadcrumb .active {
        color: #f0f0f0;
    }

    .custom-banner-sec .tagline {
        font-size: 6rem;
        font-weight: 300;
        letter-spacing: 3px;
        color: #ffffff;
        opacity: 1;
    }



    .sectionClass {
      padding: 20px 0px 50px 0px;
      position: relative;
      display: block;
    }

    .fullWidth {
      width: 100% !important;
      display: table;
      float: none;
      padding: 0;
      min-height: 1px;
      height: 100%;
      position: relative;
    }


    .sectiontitle {
      background-position: center;
      margin: 30px 0 0px;
      text-align: center;
      min-height: 20px;
    }

    .sectiontitle h2 {
      font-size: 30px;
      color: #222;
      margin-bottom: 0px;
      padding-right: 10px;
      padding-left: 10px;
    }


    .headerLine {
      width: 160px;
      height: 2px;
      display: inline-block;
      background: #101F2E;
    }


    .projectFactsWrap{
        display: flex;
      margin-top: 30px;
      flex-direction: row;
      flex-wrap: wrap;
    }


    #projectFacts .fullWidth{
      padding: 0;
    }

    .projectFactsWrap .item{
      width: 25%;
      height: 100%;
      padding: 50px 0px;
      text-align: center;
    }

    .projectFactsWrap .item:nth-child(1){
      background: rgb(16, 31, 46);
    }

    .projectFactsWrap .item:nth-child(2){
      background: rgb(18, 34, 51);
    }

    .projectFactsWrap .item:nth-child(3){
      background: rgb(21, 38, 56);
    }

    .projectFactsWrap .item:nth-child(4){
      background: rgb(23, 44, 66);
    }

    .projectFactsWrap .item p.number{
      font-size: 40px;
      padding: 10;
      font-weight: bold;
    }

    .projectFactsWrap .item p{
      color: rgba(255, 255, 255, 0.8);
      font-size: 18px;
      margin: 0;
      padding: 10px;
      font-family: 'Roboto', sans-serif;
    }


    .projectFactsWrap .item span{
      width: 60px;
      background: rgba(255, 255, 255, 0.8);
      height: 2px;
      display: block;
      margin: 0 auto;
    }


    .projectFactsWrap .item i{
      vertical-align: middle;
      font-size: 50px;
      color: rgba(255, 255, 255, 0.8);
    }


    .projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
      color: white;
    }

    .projectFactsWrap .item:hover span{
      background: white;
    }

    @media (max-width: 786px){
      .projectFactsWrap .item {
        flex: 0 0 50%;
      }
    }


    .training-cards-section {
        background-color: #ffffff;
        padding: 40px 20px 40px;
        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.6rem;
        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: 60px 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: 60px 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;
        }
      }

       .testimonials-section {
        position: relative;
        padding-bottom: 50px;
      }

      .testimonial-swiper {
        padding-bottom: 30px; 
      }

      .swiper-pagination {
        position: absolute !important;
        bottom: 0px !important; 
        left: 0 !important; 
        width: 100% !important; 
        text-align: center !important; 
      }

      /* .contact-section .contact-form input,
.contact-section .contact-form select,
.contact-section .contact-form textarea {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  border-radius: 6px;
  padding: 12px 15px;
  width: 100%;
  font-size: 15px;
  transition: all 0.3s ease;
}

.contact-section .contact-form input::placeholder,
.contact-section .contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-section .contact-form select option {
  color: #000;
}

.contact-section .contact-form input:focus,
.contact-section .contact-form select:focus,
.contact-section .contact-form textarea:focus {
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
  outline: none;
  background: rgba(255, 255, 255, 0.05);
}

.contact-section .btn-light {
  background: #fff;
  color: #0d6efd;
  border: none;
  border-radius: 6px;
  transition: 0.3s;
}

.contact-section .btn-light:hover {
  background: #f8f9fa;
  color: #084298;
}

.contact-section form {
  text-align: left;
} */

.contact-section .contact-form input,
.contact-section .contact-form select,
.contact-section .contact-form textarea {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #333;
    border-radius: 6px;
    padding: 12px 15px;
    width: 100%;
    font-size: 15px;
    transition: all 0.3s ease;
}

.contact-section .contact-form input::placeholder,
.contact-section .contact-form textarea::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.contact-section .contact-form select option {
    color: #000;
    background: #fff;
}

.contact-section .contact-form input:focus,
.contact-section .contact-form select:focus,
.contact-section .contact-form textarea:focus {
    border-color: #fdb813;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
    outline: none;
    background: #fff;
}

.contact-section .btn-primary {
    background: #fdb813;
    color: #fff;
    border: none;
    border-radius: 6px;
    transition: 0.3s;
    padding: 12px 30px;
}

.contact-section .btn-primary:hover {
    background: #fdb813;
    color: #fff;
}

.contact-section form {
    text-align: left;
}

.contact-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

.contact-section .lead {
    font-size: 1.50rem;
    margin-bottom: 1rem;
}



/* Override Swal box globally */
.swal2-container .swal2-popup {
  width: 450px !important;
  max-width: 90% !important;
  border-radius: 1rem !important;
  padding: 2em !important;
  background: #fff !important;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2) !important;
}

/* Optional typography */
.swal2-title {
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #333 !important;
}

.swal2-html-container {
  font-size: 15px !important;
  color: #555 !important;
}

/* Optional button styling */
.swal2-confirm {
  background-color: #3085d6 !important;
  border-radius: 8px !important;
  padding: 10px 25px !important;
}


 .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);
}


 .green-bullets {
    list-style: none;
    padding-left: 0;
  }
  .green-bullets li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 6px;
  }
  .green-bullets li::before {
    content: "●";
    color: #16904c;
    position: absolute;
    left: 0;
    top: 0;
  }

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

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

.mt-crm-4{

  margin-top: 4.0rem !important;

}

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