.hot-icon,
.new-icon {
  margin-left: 5px;
  font-size: 0.8em;
  vertical-align: middle;
}
.main-navbar .nav-links a,
.rb-button {
  text-decoration: none;
  transition: background-color 0.3s;
}
.footer,
.market-card,
.rb-button,
.top-whatsapp-bar {
  text-align: center;
}
body {
    margin: 0;
    padding: 0;
    background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)) 0 0/cover,url("https://img.ramalankatatogel.store/uploads/KATTOGEEELL.webp") 0 0/cover   no-repeat fixed #0f0f0f;
    font-family: "system-ui", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
    overflow-x: hidden;
}
.top-whatsapp-bar {
  background-color: #410000;
  border-bottom: 1px dashed red;
  padding: 5px 15px;
  display: none;
}
.top-whatsapp-bar .wa-button-top {
  background-color: #008f35;
  color: #fff;
  padding: 3px 115px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.button-container button,
.rb-button.red {
  background: linear-gradient(0deg, #860101 0, #fd0202 100%) !important;
}
.top-whatsapp-bar .wa-button-top:hover {
  background-color: #1da851;
}
.main-navbar {
  background: linear-gradient(0deg, #180000 0, #5d0000 100%);
  padding: 10px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  z-index: 100;
  position: relative;
}
.main-navbar .navbar-brand {
  padding: 0 15px;
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.main-navbar .navbar-brand img {
  height: 60px;
  margin-right: 10px;
}
.main-navbar .navbar-info {
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 0.85rem;
  gap: 10px;
  flex-direction: column-reverse;
}
.main-navbar .navbar-info .wa-button {
  background-color: #00a93f;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
}
.hot-icon {
  color: #dc3545;
}
.new-icon {
  color: #ffc107;
}
.main-navbar .nav-scrollable {
  flex-grow: 1;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding: 0 61px;
}
.main-navbar .nav-links {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links li {
    margin-right: 15px;
}
.main-navbar .nav-links li {
  padding: 0 10px;
}
.main-navbar .nav-links a {
  color: #fff;
  padding: 8px 12px;
  display: block;
  border-radius: 5px;
  font-size: 0.95rem;
  white-space: nowrap;
}
.main-navbar .nav-links a.active,
.main-navbar .nav-links a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.top-content-wrapper {
  max-width: 1200px;
  margin: 20px auto 0;
  background-color: #3b0000;
  border: 2px solid red;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 15px rgb(255 0 0 / 30%);
}
.button-container button,
.rb-button {
  border: none;
  color: #fff;
  cursor: pointer;
}
.marquee-container {
  background-color: #510000;
  color: #fff;
  padding: 8px 10px;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: 25s linear infinite scrolling-text;
}
@keyframes scrolling-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.carousel-and-banners-container {
  display: flex;
  gap: 15px;
  padding: 15px;
  align-items: flex-start;
}
.main-carousel-wrapper {
  flex: 2;
  min-width: 0;
}
.right-banners-wrapper {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.right-banners-wrapper-bottom-buttons {
  display: flex;
  gap: 10px;
  margin-top: -64px;
  margin-left: 755px;
  justify-content: center;
  padding: 13px 15px;
}
.rb-button {
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 1rem;
  flex-grow: 1;
  max-width: 150px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.rb-button i {
  margin-right: 8px;
}
.rb-button.red {
  border: 1px solid #ffda08;
}
.rb-button.red:hover {
  background-color: #c82333;
}
.rb-button.blue {
  background: linear-gradient(0deg, #012886 0, #0249fd 100%) !important;
  border: 1px solid #ffda08;
}
.main-carousel .carousel-inner,
.market-card {
  border-radius: 8px;
}
.rb-button.blue:hover {
  background-color: #0056b3;
}
.main-carousel .carousel-item img {
  width: 100%;
  height: auto;
  max-height: 473px;
  aspect-ratio: 840/473;
  object-fit: cover;
  border-radius: 8px;
}
.right-banner-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 431/99;
  object-fit: cover;
  border-radius: 0;
}
.main-carousel .carousel-indicators [data-bs-target] {
  background-color: red;
  border: 1px solid #fff;
}
.main-carousel .carousel-indicators .active {
  background-color: #fff;
}
.main-carousel .carousel-control-next-icon,
.main-carousel .carousel-control-prev-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px;
}
.footer {
  background: linear-gradient(0deg, #180000 0, #5d0000 100%);
  color: #fff;
  padding: 15px;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 10;
}
.article-container-mt-4 {
    padding: 20px;
    margin: -6px auto 0;
    max-width: 1200px;
    background-color: #3b0000e8;
    color: white;
    border: 2px solid red;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 15px rgb(255 0 0 / 30%);
}
strong {
    color: gold !important;
}
.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 20px;
  margin: -6px auto 0;
  max-width: 1200px;
  background-color: #3b0000c2;
  border: 2px solid red;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 15px rgb(255 0 0 / 30%);
}
.market-card {
    background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)) 0 0/cover,url("https://datakata.us/img/uploads/BG.webp") 0 0/cover;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
    color: #f0f8ff;
    border: 2px solid red;
    border-radius:5px 30px;
    font-weight: 500;
    font-size: 14px;
}
.h2,
h2 {
  font-size: 1.5rem !important;
}
.market-card h2 {
  margin: 0 0 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.result-numbers {
    color: #ffd600;
    background-color: #000 !important;
    background: linear-gradient(90deg, #fff 50%, transparent 50%),
    linear-gradient(90deg, #fff 50%, transparent 50%),
    linear-gradient(0deg, #fff 50%, transparent 50%),
    linear-gradient(0deg, #fff 50%, transparent 50%);
    background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    border-radius: 8px;
    display: inline-block;
    padding: 0 40px;
    margin-top: 8px;
    margin-bottom: 5px;
    box-shadow: inset 0 0 5px #ffffff00, 0 0 15px #ffffff0f;
    letter-spacing: 4px;
    font-size: 2.5rem;
    font-family: font-dig, monospace;
    font-weight: bolder;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    animation: 15s linear infinite border-dance;
}
@keyframes border-dance {
  0% {
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
  }
  100% {
    background-position: 100% 0, 0 100%, 0 0, 100% 100%;
  }
}
.button-container {
    margin-top: 10px;
    display: flex;
    gap: 5px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.button-container button {
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px double #ff0000cc;
  flex-grow: 1;
  min-width: 80px;
}
.button-container button:hover {
  background: #2980b9;
}
.modal-iframe {
  width: 100%;
  height: 70vh;
  border: none;
}
.modal-dialog.modal-xl {
  max-width: 90vw;
}
.modal-body {
  padding: 0 !important;
}
.modal-content {
    background-color: #590000;
    border: 2px solid #ff0000;
    box-shadow: 3px 1px 20px 0px #ff0000;
    color: #333;
    margin-left: 20px;
}
.modal-header {
  background: linear-gradient(to bottom, #f10000 30%, #8d0000 60%, #760000 100%) !important;
  border-bottom: 1px solid #ff0000;
  color: #212529;
}
.modal-title {
  color: #fff !important;
  font-weight: 700;
}
.modal-header .btn-close {
  filter: none;
  color: #000;
  opacity: 0;
}
.modal-footer-close {
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 1055;
}
.modal-footer-close button {
  background: linear-gradient(0deg, #ffc107 0, #fdea02 100%) !important;
  border: 1px solid #fff !important;
  color: #000;
  border-radius: 10px;
  width: 35px;
  height: 35px;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.modal-footer-close button:hover {
  background: #c00;
  transform: scale(1.1);
}
@media (max-width: 991.98px) {
  body {
    background: url("https://datakata.us/img/uploads/MOBILE-BG.webp") center
      center/cover no-repeat fixed;
  }
  .main-navbar .navbar-brand img {
    height: 100px;
    margin-right: 10px;
    border-bottom: 1px dashed red;
  }
  .top-whatsapp-bar {
    display: block;
  }
  .main-navbar .navbar-info .wa-button,
  .right-banners-wrapper-bottom-buttons {
    display: none;
  }
  .main-navbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0 0;
  }
  .main-navbar .navbar-brand {
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
  }
  .main-navbar .navbar-info {
    order: 2;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-navbar .nav-scrollable {
    order: 1;
    width: 100%;
    overflow-x: hidden;
    white-space: normal;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .main-navbar .nav-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .main-navbar .nav-links li {
    padding: 0;
  }
  .main-navbar .nav-links a {
    background: linear-gradient(0deg, #860101 0, #fd0202 100%) !important;
    color: #fff;
    border: 1px solid #ff0000cc;
    gap: 5px;
    border-radius: 8px;
    padding: 10px 15px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 0.85rem;
    font-weight: 700;
    transition: background-color 0.3s, transform 0.2s;
  }
  .main-navbar .nav-links a.active,
  .main-navbar .nav-links a:hover {
    background: linear-gradient(0deg, #fd0202 0, #860101 100%) !important;
    transform: translateY(-2px);
  }
  .main-navbar .nav-links a i {
    font-size: 1.2em;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.8);
  }
  .hot-icon,
  .new-icon {
    position: static;
    display: block;
    margin: 3px auto 0;
    font-size: 0.7em;
    line-height: 1;
  }
  .carousel-and-banners-container {
    flex-direction: column;
    gap: 0;
    padding: 8px;
    height: 235px;
  }
  .main-carousel-wrapper,
  .right-banners-wrapper {
    flex: none;
    width: 100%;
  }
  .main-carousel .carousel-item img {
    max-height: 215px;
    aspect-ratio: auto;
    object-fit: cover;
  }
  .right-banners-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .right-banner-item {
    flex: 1 1 45%;
    max-width: 45%;
  }
  .right-banner-item img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    max-height: 100px;
    visibility: hidden;
  }
}
.nav-scrollable::-webkit-scrollbar {
  height: 5px;
}
.nav-scrollable::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.nav-scrollable::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.nav-scrollable::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
