@media(max-width:768px){
    .mobile-center{
        justify-content: center;
    }
    .navbar-toggler-icon{
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
    }
  
}
    @media (max-width: 991px) {
      .navbar-collapse {
        flex-direction: column;
        align-items: center;
      }
      .header-right {
        margin-top: 10px;
      }
    }
/* Responsive: hide arrows on mobile if needed */
@media (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}