:root {
  --hb-navy: #071427;
  --hb-navy2: #0B2240;
  --hb-gold: #C89B2C;
  --hb-goldlt: #D9B14E;
  --hb-blue: #1F4EA8;
  --hb-red: #B11217;
  --hb-cream: #F8F4EC;
  --hb-h: 66px
}

.hb-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  background: rgba(7, 20, 39, .92);
  backdrop-filter: saturate(1.4) blur(14px);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid rgba(200, 155, 44, .14);
  min-height: var(--hb-h)
}

.hb-bar {
  max-width: 100%;
  margin: 0 auto;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px
}

.hb-brand {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  flex-shrink: 0
}

.hb-logo {
  height: 40px;
  width: 40px;
}

.hb-brand-txt {
  display: flex;
  flex-direction: column;
  line-height: 1.1
}

.hb-brand-name {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: .92rem;
  color: var(--hb-gold);
  letter-spacing: .2px;
  display: flex;
  flex-direction: column;
}

.hb-brand-tag {
  font-size: .48rem;
  color: #9fb0c4;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 2px;
  max-width: 230px
}

.hb-nav {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: nowrap
}

.hb-nav a {
  position: relative;
  color: #d7e0ec;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: .70rem;
  font-weight: 500;
  letter-spacing: 0;
  padding: 6px 0;
  white-space: nowrap;
  transition: color .25s
}

.hb-nav a:hover {
  color: var(--hb-gold)
}

.hb-nav a.active {
  color: var(--hb-gold)
}

.hb-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--hb-gold);
  transition: width .3s var(--ds-ease)
}

.hb-nav a:hover::after,
.hb-nav a.active::after {
  width: 100%
}

.hb-nav a.hb-nav-mti {
  color: var(--hb-goldlt);
  font-weight: 700
}

@media (min-width:1920px) {
  .hb-bar {
  padding: 8px 120px;
  }
  .hb-nav {
    gap: 20px;
  }
  .hb-nav a {
    font-size: 15px;
  }
}
.hb-cta {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0
}

.hb-icnbtn {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 1rem;
  transition: transform .25s, background .25s;
  border: 1px solid rgba(255, 255, 255, .16)
}

.hb-phone {
  background: rgba(255, 255, 255, .06);
  color: #fff
}

.hb-phone:hover {
  background: var(--hb-gold);
  color: var(--hb-navy);
  transform: translateY(-2px)
}

.hb-wa {
  background: rgba(37, 211, 102, .16);
  color: #25D366;
  border-color: rgba(37, 211, 102, .4)
}

.hb-wa:hover {
  background: #25D366;
  color: #fff;
  transform: translateY(-2px)
}

.hb-app {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 16px;
  border-radius: 30px;
  background: transparent;
  border: 1.5px solid var(--hb-gold);
  color: var(--hb-gold);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .3px;
  transition: all .3s
}

.hb-app:hover {
  background: var(--hb-gold);
  color: var(--hb-navy);
  transform: translateY(-2px)
}

.hb-apply {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 30px;
  background: var(--hb-red);
  color: #fff;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .3px;
  box-shadow: 0 6px 18px rgba(177, 18, 23, .32);
  transition: all .3s
}

.hb-apply:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(177, 18, 23, .42)
}

.hb-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px
}

.hb-burger span {
  width: 24px;
  height: 2px;
  background: var(--hb-gold);
  border-radius: 2px;
  transition: .3s
}

.hb-mob {
  position: fixed;
  inset: 0;
  z-index: 1300;
  background: rgba(7, 20, 39, .98);
  backdrop-filter: blur(10px);
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  display: none;
  overflow-y: auto;
  padding: 72px 24px 32px
}

.hb-mob.open {
  display: flex;
  animation: fadeIn .3s ease
}

.hb-mob-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: 320px
}

.hb-mob a {
  color: #e3eaf3;
  text-decoration: none;
  font-family: 'Sora', sans-serif;
  font-size: 1.15rem;
  font-weight: 600
}

.hb-mob a:hover {
  color: var(--hb-gold)
}

.hb-mob-dd {
  width: 100%;
  text-align: center
}

.hb-mob-dd-head {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px
}

.hb-mob-dd-head a {
  color: #e3eaf3;
  text-decoration: none;
  font-family: 'Sora', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  transition: color .25s
}

.hb-mob-dd-head a:hover,
.hb-mob-dd-head a.active {
  color: var(--hb-gold)
}

.hb-mob-dd-arrow {
  background: none;
  border: none;
  color: var(--hb-gold);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 6px;
  transition: transform .25s ease, color .25s
}

.hb-mob-dd-arrow:hover {
  color: var(--hb-goldlt)
}

.hb-mob-dd.open .hb-mob-dd-arrow {
  transform: rotate(180deg)
}

.hb-mob-dd-menu {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  padding-top: 4px
}

.hb-mob-dd.open .hb-mob-dd-menu {
  display: flex
}

.hb-mob-dd-menu a {
  font-size: .95rem;
  font-weight: 500;
  color: #9fb0c4
}

.hb-mob-dd-menu a:hover {
  color: var(--hb-gold)
}

.hb-mob-x {
  position: absolute;
  top: 22px;
  right: 26px;
  background: none;
  border: none;
  color: var(--hb-gold);
  font-size: 2.2rem;
  cursor: pointer;
  line-height: 1
}

.hb-mob-app {
  padding: 7px;
  font-size: 12px;
  font-weight: 700;
  border: 1.5px solid var(--hb-gold);
  border-radius: 30px;
  color: var(--hb-gold) !important
}

.hb-mob-apply {
  padding: 13px 32px;
  background: var(--hb-red);
  border-radius: 30px;
  color: #fff !important
}
@media(max-width:1920px) and (min-width:1441px) {
  .hb-bar{
    padding:8px 30px ;
  }
}
@media(max-width:1380px) {
  .hb-bar{
    gap:8px;
  }
  .hb-app {
    display: none
  }
  .hb-brand-tag {
    font-size: 7px;
    max-width: 150px;
    }
}

@media(max-width:1080px) {
  .hb-bar{
    padding: 8px;
  }
  .hb-nav {
    display: none
  }

  .hb-burger {
    display: flex
  }
}

.hb-foot-col a.hb-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 10px 18px;
  border-radius: 30px;
  background: #25D366;
  color: #fff;
  font-weight: 700;
  font-size: .8rem;
  box-shadow: 0 6px 16px rgba(37, 211, 102, .3);
  transition: all .3s
}

.hb-foot-col a.hb-wa-btn:hover {
  background: #1ebe5d;
  color: #fff;
  transform: translateY(-2px);
  padding-left: 18px;
  box-shadow: 0 10px 24px rgba(37, 211, 102, .45)
}

@media(max-width:560px) {

  .hb-phone,
  .hb-wa {
    width: 34px;
    height: 34px
  }

  .hb-apply {
    padding: 9px 14px;
    font-size: .72rem
  }
}

/* nav premium */
header.scrolled,
.nav-wrap.scrolled,
.scrolled>.nav,
nav.scrolled {
  box-shadow: 0 2px 20px rgba(7, 20, 39, .10);
  backdrop-filter: saturate(1.4) blur(10px)
}

.nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width .3s var(--ds-ease)
}

.nav a:hover::after,
.nav a.active::after {
  width: 100%
}

.nav a:hover {
  color: var(--gold) !important
}

.nav-dd {
  position: relative;
  display: inline-flex;
  align-items: center
}

.nav-dd-toggle {
  color: #c89b2c;
  padding: 4px 2px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 6px
}

.nav-dd-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 180px;
  padding: 10px;
  background: rgba(255, 248, 238, 0.98);
  border: 1px solid rgba(255, 159, 28, 0.18);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(27, 45, 62, 0.14);
  display: none;
  flex-direction: column;
  gap: 4px;
  z-index: 1001
}

.nav-dd-menu::before {
  content: '';
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 14px;
  background: transparent;
}

.nav-dd-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  color: #4F6479;
  font-size: 0.78rem;
  font-weight: 600;
  transition: all 0.25s ease;
  white-space: nowrap
}

.nav-dd-menu a:hover {
  background: rgba(6, 167, 125, 0.08);
  color: #c89b2c
}

.nav-dd:hover .nav-dd-menu {
  display: flex
}

.nav-dd:hover .nav-dd-toggle::after {
  transform: rotate(180deg)
}

@media (max-width:768px) {
  .mob-hide {
    display: none;
  }
}

.hb-brand-name .name {
  position: relative;
}

.hb-brand-name .name .tm {
  position: absolute;
  top: 0px;
  font-size: 9px;
  color: var(--g1);
  font-weight: 800
}

.logo-with-tm {
  position: relative;
}

.logo-with-tm .tm {
  position: absolute;
  top: 0px;
  font-size: 9px;
  color: var(--g1);
  font-weight: 800
}