.navbar-brand img {
  height: 50px;
}

.follow-text {
  font-weight: 700;
  color: #3b1f0e;
}

.social-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  margin-left: 8px;
}

.social-icon.fb {
  background-color: #3b5998;
}

.social-icon.ig {
  background-color: #c13584;
}

/* 📱 Mobile Responsive Adjustment */
@media (max-width: 768px) {
  .navbar .container {
    flex-direction: column-reverse; /* logo niche, icons upar */
  }

  .navbar-brand {
    margin-top: 10px;
  }

  .social-icon {
    margin-left: 5px;
    margin-right: 5px;
  }

  .follow-text {
    display: block;
    margin-bottom: 5px;
  }
}
