/* Banner Carousel Style */
.banner-carousel .item {
  margin: 10px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.banner-carousel .item img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  pointer-events: all;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background: rgba(0, 0, 0, 0.8);
}

.title {
  color: #000;
  opacity: 0.9;
  padding-top: 5px;
  padding-bottom:5px;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;
}

.subnavbar {
  position: relative;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #eee;
  line-height: 1;
  /* background-color: #f85701;*/
} 

  .navitem {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    left: 138px;
    padding-top: 10px;
  }

  .navitem1 {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    right: 136px;
    padding-top: 10px;
  }

  ul.navitem li {
    display: inline;
  }

  .navitem li a {
    display: inline;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding: 8px;
    font-weight: 600;
  }

  ul.navitem1 li {
    display: inline;
  }

  .navitem1 li a {
    display: inline;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding: 8px;
    font-weight: 600;
  }
}

/* Sidebar Style */
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  color: white;
}

.sidebar a {
  padding: 10px 15px;
  text-decoration: none;
  font-size: 18px;
  color: #f1f1f1;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  background-color: #575757;
}

.sidebar .closebtn {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 36px;
  text-decoration: none;
  color: white;
}

svg#openSidebar {
  cursor: pointer;
}
.header-padding {
  background: #f5f5f5;
}

.search-padding {
  background: #f5f5f5;
}

.left-side-bar {
  background: #ffffff;
  padding: 10px;
}

.accordion-item {
  margin-bottom: 6px;
}

span.tournaments-date {
  color: red;
  font-weight: 700;
  font-family: ui-sans-serif;
}

.search-form {
  background: #ffffff54;
  padding: 10px;
  border-radius: 10px;
}

.custome-h4 {
  font-size: 16px;
  font-weight: 900;
  padding-top: 8px;
}

.card-header {
  background: #c377f2;
  border: #c377f2;
  text-align: center;
  color: #fff;
  border-radius: 0px !important;
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #f85701;
  --bs-btn-border-color: #f85701;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f85701;
  --bs-btn-hover-border-color: #f85701;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f85701;
  --bs-btn-active-border-color: #f85701;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #f85701;
  --bs-btn-disabled-border-color: #f85701;
}
/* Only apply scrolling on screens smaller than 768px */
@media (max-width: 767.98px) {
    
    .ad-h{
        height: 60px;
    }
  .banner-carousel .item img {
    height: 125px;
  }
  .mobile-scroll-wrapper {
    overflow-x: auto;
    white-space: nowrap;
  }

  .navitem {
    flex-wrap: nowrap;
  }

  .navitem li {
    display: inline-block;
    margin-right: 1rem;
  }

  /* Optional: Hide scrollbar */
  .mobile-scroll-wrapper::-webkit-scrollbar {
    display: none;
  }
  .mobile-scroll-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .navitem {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    left: 2px;
    padding-top: 10px;
  }
  .title {
  font-size: 14px;
}
}
ul.navbar-nav a {
  font-size: 16px;
  color: #212121;
}
button.btn.btn-link {
  color: #212121;
  padding: 0px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    top: 40%!important;
    width: 40px!important;
    height: 40px!important;
    padding: 8px!important;
    pointer-events: all!important;
    transform: translateX(0)!important;
    transition: transform 0.4s ease!important;
    background: #0000005e!important;
    margin: 0px!important;
}
.bottom-line {
    flex: 1;
    height: 1px;
    background: rgb(93, 93, 95);
}

.bottom-logo {
    padding: 0 40px; /* Wider spacing if needed */
}
.bottom-logo img {
    width: 200px;
}
.bottom-box {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 125px;
}