
    body {
      background-color: #ffffff;
      font-family: 'Poppins', sans-serif;
      color: #111;
    }
    h1, h2 {
      font-weight: 700;
    }
    .subtitle {
      color: #6b7280;
    }
    /* Card Styles */
    .card {
      background: #fff;
      border: none;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    }
    .card img {
      border-radius: 20px 20px 0 0;
      width: 100%;
      height: auto;
    }
    .project-title {
      font-weight: 600;
      color: #1a1a3c;
    }
    .project-date {
      font-size: 0.9rem;
      color: #6b7280;
    }
    /* Testimonial Section */
    .testimonial-section {
      padding: 100px 15px;
      text-align: center;
      background-color: #f3f4f6 !important;
      border-radius: 20px;
      margin-top: 80px;
    }
    .testimonial-section p {
      max-width: 800px;
      margin: 20px auto;
      font-size: 1.1rem;
      line-height: 1.8;
      color: #374151;
    }
    .avatars {
      margin-top: 40px;
    }
    .avatars img {
      width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 15px;
    border: 4px solid transparent;
    cursor: pointer;
    transition: 0.3s;
    padding: 3px;
    }
    .avatars img.active {
      border-color: #706FE5;
      transform: scale(1.1);
    }
    .author {
      margin-top: 20px;
    }
    .author h5 {
      font-weight: 600;
      margin-bottom: 5px;
    }
    .author p {
      font-size: 0.95rem;
      color: #6b7280;
      margin: 0;
    }
    .footer {
            background-color: #243056;
            padding: 50px 0 20px;
        }

        .footer .logo h3 {
            font-weight: bold;
            margin: 0;
            color: white;
        }

        .footer .logo p {
            font-size: 14px;
            margin-top: 5px;
            color: white;
        }

        .footer .social-icons a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            margin-right: 10px;
            background-color: #6d63f6;
            border-radius: 50%;
            color: white;
            font-size: 18px;
            text-decoration: none;
            transition: 0.3s;
        }

        .footer .social-icons a:hover {
            background-color: #5148c7;
        }

        .footer hr {
            border-color: rgba(255,255,255,0.1);
            margin: 30px 0;
        }

        .footer .footer-links a {
            color: #fff;
            text-decoration: none;
            margin-right: 40px;
            font-size: 16px;
            transition: 0.3s;
        }

        .footer .footer-links a:hover {
            color: #a9a9ff;
        }

        .footer .contact-btn {
            background-color: #6d63f6;
            border: none;
            padding: 10px 30px;
            border-radius: 12px;
            font-weight: bold;
            color: white;
            transition: 0.3s;
        }

        .footer .contact-btn:hover {
            background-color: #5148c7;
        }

        .footer .copyright {
            text-align: center;
            font-size: 14px;
            margin-top: 20px;
            color: #ccc;
        }
        .footer-links strong{
          color: white;
        }
        .how-we-help .icon-box {
    width: 70px;
    height: 70px;
    background: #6d63f6;
    color: white;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto;
    transition: 0.3s;
}
.how-we-help .icon-box:hover {
    background: #5148c7;
}
.how-we-help form input:focus {
    box-shadow: none;
}
.how-we-help .btn-primary {
    background: #6d63f6;
    border: none;
    font-weight: bold;
}
.how-we-help .btn-primary:hover {
    background: #5148c7;
}
  /* Navbar */
  .navbar {
      padding: 20px 0;
    }
    .navbar-nav .nav-link {
      font-weight: 500;
      margin-right: 20px;
      color: #1a1a3c !important;
    }
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover {
      color: #5e5ce6 !important;
    }
    .navbar .btn-quote {
      font-weight: 600;
      color: #111;
    }
    /* Hero Section */
    .hero {
      padding: 0px 0;
      /* display: flex; */
      align-items: center;
      background-color: #f1f5fd;
    }
    .hero-text h1 {
      font-size: 3rem;
      font-weight: 700;
      color: #ffffff;
    }
    .hero-text h1 span {
      display: block;
      color: #ffffff;
    }
    .hero-text p {
      margin: 20px 0;
      color: #ffffff;
      max-width: 500px;
    }
    .btn-primary-custom {
      background: #5e5ce6;
      color: #fff;
      border-radius: 8px;
      padding: 10px 25px;
      font-weight: 600;
      border: none;
    }
    .btn-primary-custom:hover {
      background: #4b4acb;
    }
    .watch-btn {
      margin-left: 20px;
      display: inline-flex;
      align-items: center;
      color: #374151;
      text-decoration: none;
    }
    .watch-btn span {
      background: #5e5ce6;
      width: 40px;
      height: 40px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      margin-right: 10px;
    }
    .hero-img {
      text-align: center;
      position: relative;
    }
    .hero-img img.main-img {
      max-width: 100%;
    }
    .review-box {
      background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 58px;
    left: 207px;
    text-align: left;
    }
    .review-box img {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      margin-right: -10px;
      border: 2px solid #fff;
    }
    .review-box h6 {
      font-weight: 600;
      margin: 0;
    }
    .review-box small {
      color: #6b7280;
    }
    .testimonial-section p {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

.testimonial-section .avatars img {
  border: 3px solid transparent;
  transition: all 0.3s ease;
}

.testimonial-section .avatars img.active {
  border-color: #5e5ce6; /* highlight active testimonial */
}
.testimonial-section {
  background: #5e5ce6; /* Blue background */
  color: #fff;
}

.testimonial-text {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
  color: #f1f1f1;
}

.avatars .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.avatars .avatar.active {
  border: 3px solid #00aaff; /* Blue border for active avatar */
  box-shadow: 0 0 12px rgba(0, 170, 255, 0.6);
}

.avatars .avatar:hover {
  transform: scale(1.05);
}
.text-blue {
    --bs-text-opacity: 1;
    color: #5e5ce6;
}
.fw-bold{
   color: #1E1F4B;
}


.text-light{
   color: #2E3E5C !important;
}
.section-header {
            text-align: center;
            font-weight: bold;
            margin-bottom: 30px;
        }
        .stat-card {
            text-align: center;
  
            border-radius: 10px;
            padding: 20px;
            margin: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .stat-card .icon {
            font-size: 40px;
            color: #706fe5;
        }
        .stat-card h3 {
            margin-top: 15px;
            font-size: 2em;
            color: #333;
        }
        .stat-card p {
            color: #777;
        }
        .hero .carousel-item-next, .carousel-item-prev, .carousel-item.banner2.active{
          background-color: #001848;


        }
        .hero .carousel-item-next, .carousel-item-prev, .carousel-item.banner1.active{
          background-color: #001848;


        }
        .breadcrumb-section{
background-color: #001848;
    background-position: bottom;
    /* height: 260px; */
    width: 100%;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 60px;
    padding-bottom: 60px;



        }
        .breadcrumb{
            align-items: center;
            justify-content: center;
        }
        .breadcrumb-section h1{
            text-align: center;
            color: #fff;
        }
.breadcrumb-item a{
    text-decoration: none;
    color: #fff;
}

.breadcrumb-item.active {
    color: rgb(255 255 255 / 75%);
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: none;
  border-bottom: 2px solid rgb(128, 126, 126);
  background: transparent;
  outline: none;
  width: 100%;
  padding: 1rem 0.4rem;
}
.btn-submit{
  background-color: #5e5ce6;
    color: #fff;
    padding: 12px 18px;
}
.contact-address{
  background-color: #F9F8FF;
  padding: 40px;
  border-radius: 12px;

}
.form-sec{
   padding: 40px 40px 0px 40px;
}
.contact-link a{
  text-decoration: none;
}

