.hind-siliguri-regular {
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: #fbf8ff; /* Dark color similar to the app */
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-family: "Hind Siliguri", sans-serif;

}

.carousel-control-prev,
    .carousel-control-next {
      color: black;
    }

.carousel-control-prev-icon,
.carousel-control-next-icon {
      background-image: none;
    }

.carousel-control-prev-icon::after,
.carousel-control-next-icon::after {
      content: '‹';
      font-size: 30px;
      color: black;
    }

.carousel-control-next-icon::after {
      content: '›';
    }

.button-34 {
  background: #44a677;
  border-radius: 999px;
  box-shadow: #44a677 0 10px 20px -10px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
}

.custom-text-size {
  font-size: 20px;
}

.carousel-inner img {
  width: 40%; /* Adjust this value as needed */
  height: auto; /* Maintains aspect ratio */
  margin: 0 auto; /* Centers the image */
}


@media (max-width: 992px) { /* Tablets and smaller screens */
  .carousel-inner img {
    width: 60%;
  }

  .custom-text-size {
    font-size: 16px;
  }
  footer p {
    font-size: 0.9rem;
  }
  
  footer small {
    font-size: 0.8rem;
  }
  .toolbar {
    padding: 15px;
}

.toolbar-title {
    font-size: 2rem;
}
  
}

@media (max-width: 576px) { /* Phones and smaller screens */
  .carousel-inner img {
    width: 80%;
  }
  .custom-text-size {
  font-size: 13px;
}
footer p {
  font-size: 0.9rem;
}

footer small {
  font-size: 0.8rem;
}

.toolbar {
  padding: 10px;
  flex-direction: column;
  align-items: center;
}

.toolbar-logo {
  flex-direction: column;
}

.toolbar-title {
  font-size: 1.2rem;
  margin-top: 5px;
}

}


.container {
  max-width: 1200px;
  margin: auto;
}
.stat-card {
  border-radius: 15px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: linear-gradient(135deg, #ffffff 0%, #f4f6f9 100%);
  padding: 40px 20px;
}
.stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.2);
}
.icon {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #44a677;
}
h3 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #333;
}
p {
  font-size: 1.2rem;
  color: #777;
}

footer {
  background-color: #1a1a1a;
  color: #ddd;
  padding: 20px 0;
  display: flex;
  align-items: center; /* Vertical centering */
  justify-content: center; /* Horizontal centering */
  text-align: center;
}

footer p, footer small {
  font-size: 1rem;
}

footer a {
  color: #6c63ff;
  font-weight: 600;
  text-decoration: none;
}

footer a:hover {
  color: #ff6347;
  text-decoration: underline;
}


.toolbar {
  color: #000; /* White text */
  padding: 10px 20px;
}
.toolbar-logo {
  display: flex;
  align-items: center;
}
.toolbar-logo img {
  height: 40px;
  margin-right: 15px;
}
.toolbar-title {
  font-size: 24px;
  margin: 0;
}


.accordion-button {
  font-size: 1rem; /* Adjust font size for readability */
}

.accordion-body {
  font-size: 0.875rem; /* Adjust font size for readability */
}

/* Adjust padding for smaller screens */
@media (max-width: 768px) {
  .accordion-button {
    padding: 0.75rem 1rem; /* Reduce padding on smaller screens */
  }

}

.accordion-button:focus {
  box-shadow: none; /* Remove focus box shadow */
}

