html, body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    /* overflow-x: hidden; */
  }
  body{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    /* background: #f8f8f8; */
  }
  
  /* Navbar Container */
  /*  */
  .header{
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: all 0.9s;
  }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
  }
  
  .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  
  .dropdown-divider{
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15);
  }
  
  .dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap;
  }
  
  .nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  }
  
  p{
    margin-top: 0;
    margin-bottom: 1rem;
  }
  
  .dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
  }
  .container-fluids {
    width: 100%;
    margin: 0px auto;
    margin-top: 0px;
    height: 2776.4px;
  }
  
  /* Carousel */
  
  /* .carousel{ */
    /* width: 100%; */
    /* max-width: 800px; */
    /* margin: 20px auto;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1; */
  /* } */
  
  /* .carousel img {
    width: 100%;
    height: 400px;
    display: none;
  }
  
  .carousel img.active{
    display: block;
  } */
  
  /* .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    padding: 10px;
    cursor: pointer;
    border: none;
  } */
  
  /* .prev{
    left: 10px;
  }
  .next{
    right: 10px;
  } */
  
  /* Dot Navigation */
  /* .carousel-dots{
    text-align: center;
    margin-top: 10px;
  }
  
  .dot{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: rgb(50, 156, 156);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
  }
  
  .dot.active {
    background-color: gray;
  } */
  .carousel {
    position: relative;
    width: 100%;
    /* margin: 20px auto; */
    margin-top: 0px;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .carousel-item img {
    width: 100%;
    height: 440px; 
    object-fit: fill;
  }
  
  /* carousel ho gya */
  
  .h5-about{
    width: 16%;
    height: 4px;
    background: #FB8C00;
    margin-bottom: 1rem;
    margin-top: -7px;
  }

  .container-about {
  margin: 100px auto;
  padding: 0 20px;
  max-width: 1200px;
}

.img-wrapper {
  margin-top: 30px;
}

.join-img {
  width: 100%;
  max-width: 350px;
  height: 70vh;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Optional underline decoration */
.h5-about {
  width: 16%;
  height: 4px;
  background: #FB8C00;
  margin: -7px auto 1rem;
}

/* Responsive tweaks */
@media (max-width: 1024) {
  .container-about {
    margin: 60px auto;
    padding: 0 15px;
  }

  .h5-about {
    width: 30%;
  }

  .join-img {
    height: 300px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .container-about {
    margin: 93px auto;
    padding: 0 15px;
  }

  .h5-about {
    width: 30%;
  }

  .join-img {
    height: 363px;
    width: 265px;
  }
}

@media (max-width: 480px) {
  .container-about h1 {
    font-size: 1.8rem;
  }

  .container-about p {
    font-size: 1rem;
  }

  .h5-about {
    width: 50%;
  }
}
.join-link a {
  color: #FB8C00;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.join-link a:hover {
  color: #e65100;
  text-decoration: underline;
}

@media (max-width: 409px) {
  .container-about {
    margin-top: 150px;
  }
}

.blink {
  animation: blinker 1s linear infinite;
  color: #FB8C00; 
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
