
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #FFFFFF;
  }
  html, body {
    scroll-behavior: smooth;
    width: 100%;
    overflow-x: hidden;
  }

  body {
    background-color: #FFFFFF; 
    font-family: 'Roboto';
  }

  .hero-section {
    margin-top: 100px;
    text-align: justify !important;
    background: linear-gradient(to bottom, #00b4d8, #880b20); 
    color: white;
    text-align: center;
    padding: 40px  0;
  }
  .carousel-inner {
    height: 100%;
  }
  
  .carousel-item {
    height: 100%;
  }
  
  .carousel-item > .container {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .hero-section h1 {
    margin-top: 10px;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: start;
  }
  .text_primary_white {
    --bs-text-opacity: 1;
    color: var(--bs-white) !important;
}
  .hero-section p {
    font-size: 1.15rem;
    margin-bottom: 20px;
  }
  .h1, h1 {
    font-size: 2.2rem !important;
}
  .hero-section .btn-primary {
    background-color: #00b4d8; 
    border-color: #00b4d8;
  }
  .slider-lines {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  
  .slider-lines .line {
    width: 30px;
    height: 5px;
    background-color: #ccc;
    border-radius: 5px;
    transition: background-color 0.3s;
  }
  
  .slider-lines .line.active {
    background-color: #02b1d7;
  }
  .hero-section img {
    width: 100%;
    max-width: 500px;
    /* margin-top: 40px; */
    height: 420px;
  }
.why_us{
  align-content: center;
}
  .navbar-light .navbar-nav .nav-link {
    color: #555555;
  }

  .navbar-light .navbar-nav .nav-link:hover {
    color: #f7368e;
  }
  .navbar-brand{
    height: 70px;
    width: auto;
  }
  .text_color{
    color: rgb(0 168 205) !important;
    font-weight: 700;
  }

  /* .microfinance-section {
    padding: 60px 0;
  }
   */
  .microfinance-section h2,
  .microfinance-section h3 {
    font-weight: bold;
    color: #2f3b4e; 
  }
  
  .lead {
    text-align: justify;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #333;
  }
  
  .list-group-item {
    font-size: 1.1rem;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #ffffff;
    transition: background-color 0.3s ease;
  }
  
  .list-group-item:hover {
    background-color: #e9ecef;
  }
  
  .list-group-item i {
    font-size: 1.3rem;
  }
  
  @media (max-width: 768px) {
    .microfinance-section h2 {
      font-size: 2rem;
    }
  
    .microfinance-section p {
      font-size: 1rem;
    }
  }
  .video-section {
    background: linear-gradient(to bottom, #3986a0, #555555);
        padding: 80px 0;
  }

  /* Title Styling */
  .video-section h1 {
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
  }

  /* Subheading Styling */
  .video-section p {
    font-size: 1.25rem;
    color: white;
    margin-bottom: 40px;
  }

  /* Video Embed Styling */
  .embed-responsive {
    position: relative;
    height: 0;
    overflow: hidden;
    padding: 56.25% 0 0 0;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Shadow effect */
  }

  .embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


  @media (max-width: 768px) {
    .video-section h2 {
      font-size: 2.5rem;
    }

    .video-section p {
      font-size: 1.1rem;
    }
  }
  /* .features-section {
    padding: 80px 0;
  } */

  .features-section .row {
    align-items: center;
  }

  .features-section h3 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .features-section ul {
    list-style-type: none;
    padding-left: 0;
  }

  .features-section ul li {
    font-size: 1.1rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }

 

  /* Image Styling */
  .features-section img {
    height: auto;
    max-width: 65%;
    border-radius: 15px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .features-section h3 {
      font-size: 2rem;
    }

    .features-section .row {
      text-align: center;
    }

   
  }
  .text-primary {
    --bs-text-opacity: 1;
    color: rgb(221 60 92) !important;
}


.features-section h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #00b4d8;
  margin-bottom: 40px;
}

.features-section ul {
  list-style-type: none;
  padding-left: 0;
}

.features-section ul li {
  text-align: justify;
  font-size: 1.1rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}


/* Layout Styling */
.features-section .row {
  align-items: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .features-section h3 {
    font-size: 2rem;
  }
}
.key-features-section {
  padding: 60px  0;
  text-align: center;
}

/* .key-features-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #00b4d8;
} */

/* .key-features-section .row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
  justify-items: center;
} */
.key-features-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.key-features-section .row .col-md-3 {
  flex: 1 0 22%; /* This makes 4 items per row */
  max-width: 22%; /* Limits the width of each item to 22% */
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .key-features-section .row .col-md-3 {
    flex: 1 0 48%; /* 2 items per row on smaller screens */
    max-width: 48%;
  }
}

@media (max-width: 576px) {
  .key-features-section .row .col-md-3 {
    flex: 1 0 100%; /* 1 item per row on very small screens */
    max-width: 100%;
  }
}


.key-features-section .feature-box {
  padding: 20px;
 
}


.key-features-section .feature-box i {
  font-size: 2.5rem;
  color: #b0217f;
  margin-bottom: 15px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .key-features-section h2 {
    font-size: 2rem;
  }

  .key-features-section .feature-box {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
      flex: 0 0 auto;
      width: 100%;
  }
}


.decorated-list {
  padding-left: 0;
  margin-top: 20px;
}

.decorated-item {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.decorated-item i {
  margin-right: 15px;
}

.decorated-item span {
  text-align: justify;
  font-size: 1rem;
  color: #333;
}

/* Add hover effect for the items */
.decorated-item:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}
.mt-5 {
  margin-top: 2rem !important;
}
.text_dark {
  color: var(--bs-black) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgb(25 79 98) !important;
}
footer {
  background-color: #343a40;
  color: white;
  padding: 20px 0;
}
/* Testimonial Section */
.testimonial-section {
  padding: 60px 0;
}

.testimonial-box {
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
  font-size: 1.1rem;
  color: #333;
  font-style: italic;
}

.testimonial-author {
  margin-top: 20px;
}

.testimonial-author h5 {
  font-weight: bold;
  color: #00b4d8;
}

.client-designation {
  color: #777;
}

/* .carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #00b4d8;
} */
.active-btn {
  background-color: #00aad0 !important;
}

.carousel-indicators li {
  background-color: #00b4d8;
}
.navbar {
  transition: all 0.3s ease-in-out;
  height: 100px;
  
}

.navbar-brand img {
  transition: all 0.3s ease-in-out;
  max-height: 80px; 
}

.navbar.scrolled {
  background: #FFFFFF;

  height: 70px;
  background-color: #ffffff; 
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled .navbar-brand img {
  max-height: 50px; 
}
.testimonial-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.swiper-slide {
  opacity: 0.5;
  transform: scale(0.95);
  filter: blur(1px);
}

.swiper-slide-active {
  opacity: 1;
  transform: scale(1.1);
  filter: none;
  z-index: 2;
}
.testimonial-section {
  padding: 0px 0;
}

.testimonial-card {
  background: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  position: relative;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, opacity 0.3s ease;
  height: 100%;
}

.quote-mark {
  font-size: 60px;
  color: #dc3545;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 30px;
  line-height: 1;
}

.testimonial-text {
  margin-top: 20px;
  font-style: italic;
  color: #555;
  min-height: 120px;
}

.swiper-slide {
  opacity: 0.5;
  transform: scale(0.95);
  filter: blur(1px);
  transition: all 0.4s ease;
}

.swiper-slide-active {
  opacity: 1;
  transform: scale(1.05);
  filter: none;
  z-index: 2;
}

.testimonial-author {
  margin-top: 25px;
}
.testimonial-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #e5e5e5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.why_us_img{
  height: 430px;
  width: auto;
}
.navbar .container{
  background: #FFFFFF;
  border-radius: 15px;

}
.btn-lang.active {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
  outline: 2px solid #fff;
}
.feature-tabs-section .nav-link{
  color: #de3d5b  !important;
  font-weight: 600;

}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color: #bb4091  !important;


}
  .custom-navbar-toggler {
    background: transparent;
    border: none;
  }

  .custom-navbar-menu {
    background-color: white;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  @media (min-width: 992px) {
    .custom-navbar-toggler {
      display: none;
    }

    .custom-navbar-menu {
      display: flex !important;
      position: static;
      box-shadow: none;
      padding: 0;
    }
  }
  .nav-tabs .nav-link.active {
    background-color: #b63189 !important;
    color: white !important;
    font-weight: bold;
    border-color: #b63189 #b63189 #fff !important;
  }
  .nav-tabs .nav-link {
    border: 1px solid #dee2e6;
    color: #b63189;
    background-color: #f9f9f9;
    border-radius: 0.375rem 0.375rem 0 0;
    margin: 0 5px;
  }
  .tab-pane {
    background: #ffffff;
    padding: 20px;
    border: 1px solid #dee2e6;
    border-top: none;
    border-radius: 0 0 0.375rem 0.375rem;
  }
  .nav-tabs {
    border-bottom: none;
    justify-content: center;
  }
  .tab-content {
    margin-top: -1px;
  }
  .text_blue{
    color: #177c97;
    font-weight: 600;
  }
  .transition:hover{
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
  }