@media (max-width: 991.98px) {
  .responsive-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .top-header .logo-section {
    flex-grow: 1;
  }

  .main-navbar .container-fluid {
    padding: 0 15px;
  }

  .top-header .d-lg-flex {
    display: none;
  }

  .hotline-section {
    margin-left: auto;
  }

  .right-sidebar,
  .left-sidebar {
    display: none;
  }
  .mega-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    border-top: 1px solid #ddd;
  }

  .mega-menu .col-md-4 {
    width: 100%;
  }

}

@media (max-width: 767.98px) {
  .responsive-padding {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .top-header .container-fluid,
  .main-navbar .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    padding: 40px 15px 20px;
    text-align: center;
  }

  .footer .col-lg-4,
  .footer .col-lg-2,
  .footer .col-md-6 {
    margin-bottom: 30px;
  }

  .hero-section,
  .carousel-item {
    min-height: 300px;
  }

  .bengali-text h1 {
    font-size: 2.5rem;
  }

  .bengali-sub {
    font-size: 1.2rem;
  }

  .products-news-section .col-lg-8,
  .products-news-section .col-lg-4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .digital-services-section {
    padding: 40px 15px;
  }

  .service-card {
    padding: 20px 10px;
  }

  .stats-bar {
    padding: 25px 0;
  }

  .stat-item {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .stat-info h3 {
    font-size: 1.5rem;
  }

  .stat-info p {
    font-size: 0.8rem;
  }

  .stat-icon {
    font-size: 2rem;
  }

  .app-section {
    text-align: center;
  }

  .app-section .d-flex.gap-3 {
    justify-content: center;
  }

  .main-navbar .navbar-nav {
    text-align: center;
  }

  .footer .row>div {
    text-align: left;
    margin-bottom: 30px;
  }

  .footer .social-icons {
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .digital-services-section .col-lg-7,
  .digital-services-section .col-lg-5 {
    width: 100%;
  }

  .stats-bar .col-lg-3 {
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .stat-item {
    width: 50%;
    margin: 0 auto 20px;
  }
  .top-header .hotline-section {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .top-header .lang-switch {
    margin-left: auto;
  }
}
