.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #f5f5f5;
}

body {
  background-color: #f5f5f5;
}


.hero-section h1 {
  color: #343a40;
  font-size: 2.5rem;
  font-weight: 700;
  font-weight: bold;
  text-align: start;
}

/* @media screen and (max-width: 575px) {
  .hero-section h2 {
    font-size: 2.5rem;
    }
}
section h2 {
  font-size: 2.5rem !important;
  } */
.text_primary_white {
  --bs-text-opacity: 1;
  color: var(--bs-white) !important;
}

.hero-section p {
  font-size: 1.15rem;
  margin-bottom: 20px;
}

.hero-section .btn-primary {
  background-color: #00b4d8;
  border-color: #00b4d8;
}

.hero-section img {
  width: 100%;
  max-width: 500px;
}

.why_us {
  align-content: center;
}

.navbar-light .navbar-nav .nav-link {
  color: #555555;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(240 101 31) !important;
  ;
}

.navbar-brand {
  height: 85px;
  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: 70%;
  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 {
  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: 80px 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 .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: #555555 !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;
}

.carousel-indicators li {
  background-color: #00b4d8;
}

.hero-section img {
  width: 100%;
  max-width: 500px;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

.hero-section img {
  max-width: 100%;
  height: auto;
}

.custom-toggler {
  border: none;
  background: transparent;
}

.hamburger {
  width: 25px;
  height: 17px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.hamburger span {
  height: 2px;
  width: 100%;
  background: #1a1818;
  border-radius: 3px;
  transition: 0.4s ease;
  display: block;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.hero-section {
  background: linear-gradient(103deg, #6d6f7147, #f16421);
    margin-top: 5.5rem;
  display: flex;
  align-items: center;
}

.calculate_color {
  --mdb-bg-opacity: 1;
  background: linear-gradient(103deg, #3132339e, #f16421bf) !important;
  background-color: rgb(240 101 31) !important;
}

.color_gray {
  --mdb-text-opacity: 1;
  color: rgb(109 111 113) !important;
}

.bg_secondary {
  --mdb-bg-opacity: 1;
  background-color: rgb(81 82 82) !important;
}

.rounded_4 {
  border-radius: 3.375rem !important;
}
.lang-btn {
  border: 1px solid #f57943 ;
  background-color: white;
  color: #f57943 ;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.lang-btn:hover {
  background-color: #f57943 ;
  color: white;
}

.lang-btn.active {
  background-color: #6c6e6f   !important;
  color: white !important;
  box-shadow: 0 0 0 2px rgba(241, 92, 34, 0.2) inset;
}
.navbar-nav {
  display: flex;
  align-items: center;
}

.hero-section .btn-primary {
  background-color: #366cc2b9 !important;
  border-color: #366cc2b9 !important;
}
.hero-section .btn-primary:hover {
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  transform: translateY(-2px);
  background-color: #366cc2  !important;
  border-color: #366cc2  !important;
}
/* .card-title {
  text-align: justify !important;
} */
.modal-body {
  text-align: justify !important;
}
.img-fluid, .img-thumbnail {
  width: 48rem !important;
  max-width: 100%;
  height: auto;
}
.feature-box .feature-icon {
  background: #f36422 !important;
    width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.question{
  padding: 19px 0px 0px 16px;
  color: #f36422;
  font-size: 18px;
  font-weight: bold;
}
.cs_accordian_title {
  padding: 19px 0px 0px 16px;
    font-size: 18px;
  margin: 0;
  color: #1C2528;
}
.accordion-body{
  color: #1C2528 !important;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 0px 0px 16px;
  margin: 0;
  text-align: justify;
  margin: 0 0 0 60px;
}
.img_size{
  width: 30rem !important;
  object-fit: cover;
}
.img_preview{

  display: flex;
  align-items: center;
  justify-content: center;

}
.text-justify {
  text-align: justify;
}

.partner-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.partner-section p {
    color: #42d2a9;
    font-weight: 600;
    margin-bottom: 40px;
}
.swiper-slide {
background: linear-gradient(103deg, var(--mdb-gray-300), var(--mdb-gray-200)) !important;
    border-radius: 20px;
    padding: 14px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}
.swiper-slide:hover {
    transform: scale(1.05);
}
.swiper-slide img {
    width: 140px;
    height: 140px;
    object-fit: contain;
    /* filter: brightness(0) invert(1); */
}
.swiper-pagination-bullet {
    background: #42d2a9 !important;
    width: 10px;
    height: 10px;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 10px;
}
.features-section {
  background-color: #f7f8fc;
  padding: 60px 0;
}
.features-section h2 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #242943;
}
.features-section p {
  font-size: 1rem;
  color: #6c757d;
}
.feature-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  text-align: left;
}
.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.feature-card .feature-icon img {
  width: 70px;
  margin-bottom: 20px;
}
.feature-card h5 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #242943;
}
.feature-card p {
  text-align: justify;
  color: #6c757d;
}
.retail-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.retail-section .left-img {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.retail-section .left-img img {
  max-width: 80%;
}
.retail-section .right-text {
  flex: 1 1 45%;
  padding: 16px;
}
.right-text h2 {
  font-size: 40px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}
.store-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.store-card {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: transform 0.3s;
  cursor: pointer;
}
.store-card:hover {
  transform: translateY(-5px);
  background-color: #f6f8fc;
}
.store-card img {
  height: 40px;
  margin-bottom: 15px;
}
.store-card h4 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 992px) {
  .store-grid {
      grid-template-columns: repeat(2, 1fr);
  }
}
.text_success {
  --mdb-text-opacity: 1;
  color: rgb(242 100 33) !important;
}
.feature-card {
  height: 22rem;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.features-section .feature-icon {
    background-color: #eef7ffba;
    color: #f36422;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
