 .nav-item .nav-link:hover{
 color: #f94b1a!important;
 font-weight: 600;
 /* transition: all 0.2s ease-in; */
 }
 
 @media (max-width: 768px) {
    /* .header-sticky {
      all: unset !important;
      position: static !important; */
.header-sticky {
    background-color: #fff !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    transition: none !important;
  /* } */

    }
    .header-sticky .nav-link {
      color: #000 !important; /* Optional: mobile me black hi chhodo */
    background-color: #e2f4f8;
    }
     .product{
      background-color: #f94b1a!important;
     }

    /* .header-btn{
    background-color: #f94b1a; 
    } */

  .responsive-heading {
    font-size: 30px;
  }

  @media (max-width: 768px) {
    .responsive-heading {
      font-size: 36px;
    }
    .page-header{
      margin-top: 20px;
      
    }
  }



  }
 .main-footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-bottom: 30px !important;
}

.footer-copyright {
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}
.araweblink{
  display: flex; justify-content: right; color: black; margin-top:40px;
}
@media (max-width: 768px) {
  .araweblink {
    display: flex;
    justify-content:center;
    margin:0;
    padding:0;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .footer-copyright-text {
    font-size: 12px;
  }
}