.sri-ui-wrapper {
  font-family: 'Noto Sans Telugu', sans-serif;
  background: #fff;
}

.sri-header {
  background: #8B0000;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.sri-header img {
  height: 40px;
}

.menu-icon {
  font-size: 24px;
}

.sri-banner {
  text-align: center;
  background: #4b0000;
  color: #fff;
  padding: 20px;
}

.sri-banner img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

.sri-section {
  padding: 15px;
}

.sri-section h2 {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

.sri-items {
  display: flex;
  overflow-x: auto;
  padding-top: 10px;
  gap: 10px;
}

.sri-items img {
  width: 100px;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
}

.sri-footer-banner img {
  width: 100%;
  margin-top: 20px;
  border-radius: 8px;
}
