 .countdown-bar {
      background-color:var(--pc);
      color: white;
      padding: 10px 0;
font-family: var(--pf);
    }
    .countdown-text {
      font-weight: 800;
      font-size: 16px;
    }
    .countdown-box {
      background: #fff;
      color: #000;
      padding: 6px 10px;
      border-radius: 4px;
      text-align: center;
      min-width: 50px;
      font-weight: bold;
    }
    .countdown-box small {
      display: block;
      font-size: 12px;
      color: #555;
      font-weight: 800;
      font-weight: normal;
    }
    .countdown-btn {
      background: #5d61ff;
      color: white;
      font-weight: 800;
      border: none;
      padding: 10px 20px;
      border-radius: 4px;
      text-decoration: none;
    }
    @media (max-width: 767.98px) {
      .countdown-section {
        flex-direction: column !important;
        gap: 10px;
        text-align: center;
      }
    }
 
 
    /* Navbar brand spacing */
.navbar-brand img {
  object-fit: contain;
}
 
/* Search bar styling */
.input-group .form-control {
  background: #F2F2F2;
  border-radius: 0px;
  border: none;
  font-size: 1rem;
  padding: 10px;
}
.input-group-text {
  background: #fafafa;
  border: none;
  color: black;
}
 
/* Hide scroll bar for bottom menu on desktop */
.nav-pills {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
.nav-pills::-webkit-scrollbar {
  display: none; /* Chrome/Safari/Webkit */
}
 
/* Bottom menu link styling */
.nav-pills .nav-link {
  margin-right: 1rem;
  font-size: 1.05rem;
  letter-spacing: 0.01em;
  padding: 0.25rem 0;
  font-weight: 800;
}
.nav-pills .nav-link.active,
.nav-pills .nav-link:hover {
  color: #007bff;
  background: none;
  border-bottom: 2px solid #007bff;
}
 
/* Responsive adjustments */
@media (max-width: 991.98px) {
  .navbar-brand span {
    font-size: 1.1rem;
    font-weight: 800!important;
  }
  .nav-pills .nav-link {
    margin-right: 0.5rem;
    font-size: 0.98rem;
  }
}
@media (max-width: 767.98px) {
  .navbar-brand span {
    font-size: 1rem;
  }
  .nav-pills .nav-link {
    font-size: 0.95rem;
    margin-right: 0.3rem;
    padding: 10px;
  }
}
 
.navbar-nav :hover{
color: black;
}
 
.navbar-nav{
    font-size: 1.2rem;
}
 
 
.navbar-nav li a i{
  color: red;
}
 
 
.navbar-nav li a i:hover{
  color: #f55151;
 
}
.prefooter li a{
  color: white!important;
}
.prefooter li a i{
  color:white!important;
}
 
.prefooter li a:hover{
  color: rgb(206, 203, 203)!important;
}
 
 
/* Remove focus styles from navbar links */
.navbar .nav-link:focus,
.navbar .nav-link:active {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
 
/* Remove focus styles from inputs */
.form-control:focus,
input:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: inherit !important;
}
 
 
 .image-wrapper a {
      display: block;
      overflow: hidden;
      border-radius: 10px;
    }
 
    .image-wrapper img {
      transition: transform 0.4s ease;
      border-radius: 10px;
      width: 100%;
    }
 
    .image-wrapper a:hover img {
      transform: scale(1.05);
    }
 
    .category-carousel .item a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.category-carousel .item img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.4s ease;
}
.category-carousel .item a:hover img {
  transform: scale(1.05);
}
 
.category-carousel img{
    width: 95px!important;
    border: 1px solid #a7a6a6;
    height: 100px;
    padding: 10px;
}
 
.prefooter{
    background-color: var(--pc);
    margin-top: 10px;
}
 
.prefooter li{
    font-size: 1rem!important;
    padding: 10px 0px;
}
 
 
.prefooter li:hover{
  color: black!important;
}
 
 
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
 
 
.cathead h2{
    font-size: 1rem;
}
.cathead a{
    color: var(--pc);
    font-size: 1rem!important;
}
 
.category img{
    width: 100%;
    border: 1px solid #a7a6a6;
    height: 200px;
}
 