/* Custom Scrollbar */ ::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #FFFDF5;
}
::-webkit-scrollbar-thumb {
  background: #012A2B;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #F4C430;
}
/* Tabs */
.tab-btn.active {
  background-color: #012A2B;
  color: #F4C430;
}
.tab-btn:not(.active) {
  background-color: #f3f4f6;
  color: #4b5563;
}
.tab-btn:not(.active):hover {
  background-color: #e5e7eb;
}
/* Hide scrollbar but keep scroll */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.rajdhani-color-bg {
  background-image: url("../images/bg-image.png");
  background-repeat: repeat;
  background-position: top center;
  background-size: cover;
}

.logorajdahni{width:150px;}
.logorajdahni span{width:100%;}
.logorajdahni span a{width:100%;}
.logorajdahni span a img{width:100%;}