/*/* hover under line */


/*.hover-underline {
  font-size: 2rem;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.hover-underline::after,
.hover-underline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ff0000, #00ffff);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

.hover-underline::before {
  top: -5px;
  transform-origin: left;
}

.hover-underline:hover::after,
.hover-underline:hover::before {
  transform: scaleX(1);
}*/


/* Header CSS*/

 .navbar {
      padding: 0.5rem 1rem;
      border-bottom: 1px solid #ddd;
      background-color: white;
    }
  .navbar-nav .nav-link {
  font-weight: 500;
  color: #666;
  padding: 1rem;
  position: relative;
  display: inline-block;
}

/* Apply hover underline only on hover, not when active */
.navbar-nav .nav-link:not(.active)::after,
.navbar-nav .nav-link:not(.active)::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ff0000, #00ffff);
  left: 0;
  transform: scaleX(0);
  transition: transform 0.4s ease-out;
}

.navbar-nav .nav-link:not(.active)::after {
  bottom: 13px;
  transform-origin: right;
}

.navbar-nav .nav-link:not(.active)::before {
  top: 13px;
  transform-origin: left;
}

.navbar-nav .nav-link:not(.active):hover::after,
.navbar-nav .nav-link:not(.active):hover::before {
  transform: scaleX(1);
}

/* Active state underline stays as is */
.navbar-nav .nav-link.active {
  color: #f39c12;
}

.navbar-nav .nav-link.active::after {
  content: "";
  display: block;
  width: 30%;
  height: 3px;
  background-color: #f39c12;
  margin: 4px auto 0 auto;
  border-radius: 2px;
  position: relative;
}

    .navbar-brand img {
      max-height: 125px;
    }
    @media (max-width: 991.98px) {
      .navbar-collapse {
        text-align: center;
      }
      .navbar-nav {
        margin-top: 1rem;
      }
    }
/* index css */
        body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #f8f9fc;
    }
    .navbar {
      background-color: #ffffff;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }
    .nav-link {
      color:  #7f0505 !important;
      font-weight: 500;
    }
    .nav-link.active {
      color: #f39c12 !important;
    }
    .section {
      background: linear-gradient(to right, #ffffff, #eef1f6);
      padding: 60px 0;
    }
    .section-title {
      color:  #0a1b58;
      font-weight: 700;
      font-size: 2.5rem;
    }
    .section-title span {
      color: #6cb33f;
    }
    .hero-img {
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      transition: transform 0.4s ease;
    }
    .hero-img:hover {
      transform: scale(1.03);
    }
    .highlight {
      color: #f39c12;
      font-weight: 600;
    }
    .btn-custom {
      background-color: #656363;
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 30px;
      font-weight: 600;
      transition: 0.3s;
    }
    .btn-custom i {
      margin-left: 8px;
    }
    .btn-custom:hover {
      background-color: #e38900;
    }
    .service-card {
      border-radius: 10px;
      padding: 30px;
      background-color: white;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      transition: transform 0.3s ease;
    }
    .service-card:hover {
      transform: translateY(-5px);
    }
    .service-icon {
      background-color: #005192 !important;
      padding: 15px;
      border-radius: 10px;
      color: white;
      font-size: 24px;
      display: inline-block;
      margin-bottom: 15px;
    }
    ul.service-list {
      padding-left: 0;
      list-style: none;
    }
    ul.service-list li::before {
      content: "✔️";
      margin-right: 8px;
      color: #6cb33f;
    }
    a {
      text-decoration: underline;
      color: inherit;
    }

    .highlight {
      font-size: 2rem;
      font-weight: 500;
    }

    .btn-purple {
      background-color: #5f2eea;
      color: white;
      border: none;
    }

    .btn-purple:hover {
      background-color: #4c21c3;
    }

    .icon-box i {
      font-size: 2rem;
      margin-bottom: 10px;
      color: #5f2eea;
    }

    .solution-title {
      font-weight: bold;
    }

    .icon-box {
      margin-bottom: 30px;
      padding: 15px;
      border-radius: 12px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      background-color: #fff;
    }

    .icon-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    }
     .feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #5f2eea;
    color: #fff;
    border-radius: 50%;
    font-size: 1.4rem;
    margin-right: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
  }

  .feature-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(95, 46, 234, 0.3);
  }

  .feature-title {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
  }
   .reach-us-section {
      padding: 60px 0;
      background-color: #fff;
    }
    .reach-us-section h2 {
      font-weight: bold;
      color: #1b1b6b;
    }
    .reach-us-section .btn-custom {
      background-color: #656363;
      color: white;
      font-weight: bold;
      padding: 12px 24px;
      border: none;
      display: inline-flex;
      align-items: center;
    }
    .reach-us-section .btn-custom:hover {
      background-color: #d77a12;
    }
    .btn-custom i {
      margin-left: 10px;
    }
    
    .testimonials-section {
      padding: 80px 0;
      background: #fff;
    }

    .testimonials-title {
      text-align: center;
      font-size: 2.5rem;
      font-weight: bold;
      color: #0a1b58;
      margin-bottom: 60px;
    }

    .testimonial-box {
      background: #ffffff;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.05);
      padding: 30px;
      transition: transform 0.3s ease;
      height: 100%;
    }

    .testimonial-box:hover {
      transform: translateY(-8px);
    }

    .testimonial-content {
      font-size: 1rem;
      color: #444;
      margin-bottom: 20px;
    }

    .testimonial-profile {
      display: flex;
      align-items: center;
    }

    .testimonial-profile img {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 15px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .testimonial-name {
      font-weight: 600;
      margin: 0;
      color: #0a1b58;
    }

    .testimonial-role {
      font-size: 0.875rem;
      color: #888;
      margin: 0;
    }

    .accreditation-section {
      padding: 80px 0;
      text-align: center;
    }

    .accreditation-title {
      font-weight: 700;
      font-size: 2.2rem;
      color: #0a1b58;
      margin-bottom: 60px;
      text-transform: uppercase;
    }

    .accreditation-item {
      margin-bottom: 50px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .accreditation-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

    .accreditation-caption {
      font-size: 0.95rem;
      color: #555;
      margin-top: 15px;
    }

    .accreditation-img {
      max-height: 130px;
      object-fit: contain;
      width: auto;
      transition: transform 0.3s ease;
    }

    .accreditation-img:hover {
      transform: scale(1.05);
    }
    
    
    /*About Css*/
h1, h2 {
      color: #131516;
    }

    .section {
      padding: 4rem 0;
    }

    .responsive-image {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .section-title {
      font-weight: 600;
      margin-bottom: 20px;
    }

    p {
      font-size: 1rem;
      line-height: 1.7;
      color: #444;
    }


    @media (max-width: 768px) {
      h1 {
        font-size: 2rem;
      }

      .section {
        padding: 2rem 0;
      }
    }