/* ===================================
    Bansuri - Custom
====================================== */
  
:root {
    --bjp-orange: rgb(255, 102, 0);
  }

  .text-bjp-orange, .btn-link.text-bjp-orange, a.text-bjp-orange-hover:hover {
    color: var(--bjp-orange);
  }

  .bg-bjp-orange {
    background-color: var(--bjp-orange);
  }

  html {
    scroll-behavior: smooth;
  }

  .form-title-logo {
    scale: 50%;
  }

  .text-justify {
    text-align: justify;
  }

  .bg-hamara-blue {
    background-color: #77c0f5da;
}

header .navbar [class*=col-]{
  padding: 0 7px;
}