html,
body {
  overflow-x: hidden;
  width: 100%;
}

/* ===== HERO SLIDER STYLES ===== */

.paragraph--hero_slider .container {
  width: 71%;
  margin: auto;
}

.hero-slider-section {
  background-color: #F0F2F4;
  overflow: hidden;
  max-width: 1300px;
  width: 100%;
  margin: auto;
  border-radius: 20px 0px 20px 20px;
}

.hero-title-wrapper {
  position: relative;
}

.hero-title-wrapper .d-block.text-dark {
  font-size: 82px;
  font-weight: 600;
}

.hero-slider-container {
  max-width: 100%;
  display: flex;
  align-items: center;
  height: 120px;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
  margin-left: -8.6rem;
}

.hero-slider-track {
  display: flex;
  align-items: center;
  gap: 80px;
  will-change: transform;
}

.ticker-word {
  color: #E2E8F0;
  font-size: 72px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
  display: inline-block;
  opacity: 0.7;
  white-space: nowrap;
}

.ticker-word.active {
  color: #30A3FF;
  opacity: 1;
  transform: scale(1.1);
    background: linear-gradient(360deg, #30A3FF 13.41%, #2F3573 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Standard (for future support) */
  background-clip: text;
  color: transparent;
  
}

.hero-description {
  color: #4A5568;
  font-size: 1.1rem;
  line-height: 1.6;
}

.max-w-600 {
  max-width: 600px;
}


.sk-cta-btn {
  background: linear-gradient(108.66deg, #30A3FF 5.43%, #2F3573 97.4%);
  color: #FFFFFF !important;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  padding: 14px 32px;
  border-radius: 50px;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.sk-cta-btn:hover {
  box-shadow: 0 8px 15px rgba(48, 163, 255, 0.3);
  transform: translateY(-2px);
  color: #FFFFFF !important;
}

/* ======= Navigation bar START ======== */
@media (min-width: 992px) {
  ul.navbar-nav {
    display: flex !important;
    flex-direction: row;
  }
}

.footer-col ul {
  display: block !important;
}

/* toggler hide moved to media query */

#header {
  width: 1300px;
  max-width: 100%;
  margin: auto;
  background-color: #F0F2F4;
}

/* AI CODE START */
/* =============================================
   7 KINGS — NAVBAR FIX
   Matches original design: white logo panel left,
   grey nav area right, full-width flat layout
   ============================================= */

/* ---------- Reset floating styles ---------- */
header.header {
  /* background-color: transparent;
   */
  /* position: sticky; */
  top: 0;
  z-index: 1000;
  width: 100%;
  padding: 0;
  box-shadow: none;
}

/* ---------- Main nav row ---------- */
header.header>nav {
  display: flex;
  align-items: stretch;
  height: 80px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

/* ---------- Logo side — WHITE background ---------- */
.region-header {
  width: 29%;
  min-width: 196px;
  display: flex;
  align-items: center;
  padding: 0 32px;
  flex-shrink: 0;
  background: url(../images/logobackground.png) no-repeat;
  background-size: 311px;
}

#block-seven-kings-bs-site-branding {
  width: 100%;
}

#block-seven-kings-bs-site-branding .navbar-brand {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  margin: 0;
}

/* Kill the ghost empty div */
#block-seven-kings-bs-site-branding .navbar-brand>div:empty {
  display: none !important;
}

#block-seven-kings-bs-site-branding .site-logo img {
  height: 52px;
  width: auto;
  display: block;
}

/* ---------- Nav side — GREY background ---------- */
#CollapsingNavbar {
  flex: 1;
  position: relative;
  margin-top: 10px;
  z-index: 10;
}

#CollapsingNavbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F0F2F4;
  clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
  border-top-left-radius: 40px;
  z-index: -1;
}

/* ---------- Primary menu region ---------- */
.region-primary-menu {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0;
  padding: 0;
  height: 100%;
}

/* ---------- Nav list ---------- */
ul.navbar-nav.nav-level-0 {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  height: 100%;
}

/* ---------- Nav items ---------- */
ul.navbar-nav.nav-level-0>li.nav-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

/* ---------- Nav links ---------- */
ul.navbar-nav.nav-level-0>li.nav-item>a.nav-link {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: 15.5px;
  font-weight: 500;
  color: #2d3748;
  text-decoration: none;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s ease;
  white-space: nowrap;
  letter-spacing: 0;
}

ul.navbar-nav.nav-level-0>li.nav-item>a.nav-link:hover {
  color: #2563eb;
}

/* Active link */
ul.navbar-nav.nav-level-0>li.nav-item>a.nav-link.active,
ul.navbar-nav.nav-level-0>li.nav-item>a.nav-link.is-active {
  color: #2563eb;
  font-weight: 600;
}/* ---------- Dropdown Menu Desktop ---------- */
@media (min-width: 992px) {
  ul.navbar-nav.nav-level-0 .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2000;
    display: none;
    min-width: 200px;
    padding: 10px 0;
    margin: 0;
    font-size: 0.95rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

  ul.navbar-nav.nav-level-0 .dropdown-menu.show {
    display: block;
  }

  ul.navbar-nav.nav-level-0 .dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none;
    transition: background-color 0.2s;
  }

  ul.navbar-nav.nav-level-0 .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #2563eb;
  }
}

/* ---------- Phone CTA Button ---------- */
#block-seven-kings-bs-headerphonenumber {
  margin-left: 24px;
  flex-shrink: 0;
}

#block-seven-kings-bs-headerphonenumber .paragraph--phone {
  display: flex;
  align-items: center;
}

#block-seven-kings-bs-headerphonenumber .sk-phone-btn {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff !important;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  border: none;
  padding: 13px 28px;
  letter-spacing: 0.01em;
  margin-right: 22px;
}

/* ---------- Hide toggler on desktop ---------- */
@media (min-width: 992px) {
  button.navbar-toggler,
  .navbar-toggler.collapsed {
    display: none !important;
  }
}
.container{
  max-width: 1300px;
  width: 100%;
  margin: auto;
}
/* AI CODE END */
/* ======= Navigation bar END ======== */