@media screen and (max-width:476px){
    .hero-content {
        text-align: left !important;
        margin-left: 0px !important;
        padding-left: 10px;
        color: #fff;
        margin-top: 0px !important;
        display: relative !important;
        width: 100%;
        z-index: 2; /* Ensure the content is on top of the overlay */
    }

    .hero-title {
        font-size: 30px !important;
        font-weight: 600 !important;
        margin-top: 80px !important;
        margin-bottom: 10px;
        text-align: left;
        animation: fadeInUp 1s ease-in-out;
    }
    .hero-subtitle {
      font-size: 13px; /* Adjust font size as needed */
      /* text-align: justify; */
    }

    .hero::before{
        height: 500px !important;
    }
    .hero{
        /* height: 500px !important; */
    }
    .navbar-toggler{
        color: #fff !important;
        /* background-color: #fff  !important; */
    }
    .navbar-toggler-icon{
        color: #fff !important;
    }


     /* About us section  */
  .about .col-lg-6{
    padding: 20px;
  }

  /* catalogue  */
.catalogue .inner .row{

    /* display: flex;
    justify-content:space-between; */
  }
  .catalogue .inner .row .cata{
    display: flex;
    justify-content: center;
  }
  .catalogue .inner .row .cata0{
    display: flex;
    justify-content: center;
  }
  .catalogue .inner{
    background-color: #e0e0e0;
    padding: 20px 20px;
  }
  .catalogue .inner .row h5{
    font-size: 25px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-top: 10px;

  }
  .button {
    margin-top: 10px;
    padding: 0.8rem 4rem;
    border: none;
    outline: none;
    font-size: 1.3rem;
    border-radius: 0.3rem;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.953);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 0.4s ease-in-out;
  }


  .category{
    width: 45% !important;
    height: 150px;
    background-color: #fff;
    margin-left: 3%;
    margin-top: 20px !important;
  }
  .nav-item{
    background-color: #000 !important;
    padding: 10px;
  }

  .certificate .col-lg-6{
    padding:5px 5px;
  }
  .card img{
    height: auto !important;
  }
}
