@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;600;700&display=swap');
body{
  font-family: Hind Siliguri;
}
.header{
    font-weight: 700;
    margin-top: 2%;
    font-size: 3rem;
    color: #228B22;
}

.logo{
    height:150px;
    width: 150px;
}
.youtube-embed {
    position: relative;
    margin: 10px auto;
    padding-bottom: 56.25%; /* Maintain aspect ratio for 16:9 videos */
    overflow: hidden;
  }
  .youtube-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .colorful-margin {
    margin-top: 40px;
    border: 10px solid #228B22;
    border-radius: 10px;
    border-image-slice: 1;
  }
  .subtitle{
    margin-top: 1rem;
    color: black;
    font-weight: 600;
  }
  .btn{
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 2rem;
  }
.importance-header{
    color: black;
}
.list-group-item {
    border: none; /* Remove borders from list items */
}
.importance-text{
    font-weight: 600;
}
.black-section {
    background-color: black;
    padding: 2rem; /* Add some padding for better content spacing */
    text-align: center; /* Center the text within the section */
  }
.black-header{
    color: white !important;
}
#yt-embed-review{
    margin: 20px 20px;
}
.video-wrapper {
    display: flex; /* Wrap videos horizontally */
    justify-content: center; /* Center videos on small screens */
  }
  .video-wrapper iframe {
    width: 100%; /* Adjust width as needed */
    margin-bottom: 10px; /* Add some space between rows */
  }

#faq{
    margin: 40px 40px;
    font-size: 1.5rem;
}
.accordion-button{
    font-size: 2rem !important;
    font-weight: 700;
}
.form-heading{
  font-size: 1.5rem !important;
  font-weight: 600;
}
.form-group{
  margin: 30px;
}
