.navbar {
  isolation: isolate;
  background:
    linear-gradient(105deg, rgba(8, 8, 12, .99), rgba(22, 17, 8, .98) 55%, rgba(8, 8, 12, .99)) !important;
  border-bottom: 1px solid rgba(250, 204, 21, .24) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
}
.navbar::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 7%;
  bottom: -1px;
  left: 7%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(250, 204, 21, .8), transparent);
}
.navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin-right: 14px;
  border: 0;
  background: transparent;
  box-shadow: none;
  transition: transform .2s ease;
}
.navbar-brand:hover {
  transform: translateY(-1px);
}
.navbar-brand img {
  display: block;
  height: 48px !important;
  width: auto;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .55));
}
.navbar .navbar-nav { gap: 3px !important; }
.navbar .nav-link {
  position: relative;
  padding: .48rem .68rem !important;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #d4d4d8 !important;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.navbar .nav-link::after {
  content: "";
  position: absolute;
  right: 32%;
  bottom: 3px;
  left: 32%;
  height: 2px;
  border-radius: 99px;
  background: #facc15;
  opacity: 0;
  transform: scaleX(.35);
  transition: opacity .2s ease, transform .2s ease;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #fef3c7 !important;
  border-color: rgba(250, 204, 21, .2);
  background: linear-gradient(135deg, rgba(250, 204, 21, .13), rgba(234, 179, 8, .035));
  transform: translateY(-1px);
}
.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
  opacity: 1;
  transform: scaleX(1);
}
footer {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding: clamp(3.5rem, 6vw, 5rem) 0 1.5rem !important;
  background:
    radial-gradient(circle at 8% 15%, rgba(250, 204, 21, .08), transparent 25rem),
    radial-gradient(circle at 92% 100%, rgba(37, 99, 235, .08), transparent 25rem),
    #09090b !important;
  border-top: 1px solid rgba(250, 204, 21, .25) !important;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 12%;
  left: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #facc15, transparent);
}
footer .row { row-gap: 2.4rem !important; }
footer .footer-brand {
  width: min(220px, 100%);
  height: 52px;
  margin-bottom: 1.15rem;
  overflow: hidden;
  color: transparent !important;
  font-size: 0 !important;
  background: url('/assets/images/logo-1777bet-vip-cropped.png') left center / contain no-repeat;
  filter: drop-shadow(0 3px 9px rgba(0, 0, 0, .45));
}
footer .footer-desc {
  max-width: 350px;
  color: #a1a1aa !important;
  font-size: .9rem;
  line-height: 1.8;
}
footer .footer-desc:first-of-type::after {
  content: "18+  •  SSL SECURED  •  MOBILE READY";
  display: block;
  width: fit-content;
  margin-top: 1rem;
  padding: .38rem .7rem;
  border: 1px solid rgba(250, 204, 21, .2);
  border-radius: 999px;
  color: #fde68a;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .07em;
}
footer .footer-heading {
  position: relative;
  margin-bottom: 1.1rem !important;
  padding-bottom: .7rem;
  color: #fef3c7 !important;
  font-size: .76rem !important;
  letter-spacing: .14em;
}
footer .footer-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  border-radius: 3px;
  background: #facc15;
}
footer ul li { margin-bottom: .62rem !important; }
footer ul li a {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: #a1a1aa !important;
  transition: color .18s ease, transform .18s ease;
}
footer ul li a::before {
  content: "›";
  color: #facc15;
  font-size: 1.1em;
  line-height: 1;
  opacity: .75;
}
footer ul li a:hover {
  color: #fef3c7 !important;
  transform: translateX(3px);
}
footer .copyright {
  display: grid;
  gap: .3rem;
  margin-top: 2.7rem !important;
  padding-top: 1.35rem !important;
  border-top-color: rgba(250, 204, 21, .15) !important;
  color: #71717a;
}
.breadcrumb-wrap .breadcrumb {
  display: flex;
  align-items: center;
  min-height: 22px;
  margin: 0;
  line-height: 1.4;
}
.breadcrumb-wrap .breadcrumb-item,
.breadcrumb-wrap .breadcrumb-item a,
.breadcrumb-wrap .breadcrumb-item.active {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  line-height: inherit;
}
.breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before {
  float: none;
  display: inline-flex;
  align-items: center;
  height: 22px;
  line-height: inherit;
}
.content-image-break {
  display: block;
  clear: both;
  width: min(100% - 2rem, 1040px);
  margin: clamp(2.5rem, 6vw, 5rem) auto;
}
.content-image-break img {
  display: block;
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border: 1px solid rgba(250, 204, 21, .18);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
}
@media (max-width: 1199.98px) {
  .navbar-brand { margin-right: 5px; }
  .navbar .nav-link { padding-right: .5rem !important; padding-left: .5rem !important; }
}
@media (max-width: 991.98px) {
  .navbar-brand { padding: 0; }
  .navbar-brand img { height: 42px !important; }
  .navbar .navbar-collapse { padding: .8rem 0 .25rem; }
  .navbar .nav-link { margin: .15rem 0; padding: .65rem .8rem !important; }
  footer .footer-brand { width: 205px; }
  .content-image-break { width: min(100% - 1.5rem, 720px); margin: 2.25rem auto; }
  .content-image-break img { max-height: 360px; border-radius: 14px; }
}
