.hb-footer {
  background: #050d1c;
  color: #cfd9e6;
  padding: 62px 22px 30px;
  border-top: 1px solid rgba(200, 155, 44, .12)
}

.hb-foot-wrap {
  max-width: 1320px;
  margin: 0 auto
}

.hb-foot-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr 1.2fr;
  gap: 34px
}

.hb-foot-logo {
  height: 52px;
  width: 52px;
  border-radius: 50%;
  border: 2px solid rgba(200, 155, 44, .4)
}

.hb-foot-name {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--hb-gold);
  margin: 12px 0 8px
}

.hb-foot-desc {
  font-size: .82rem;
  line-height: 1.65;
  color: #94a4b8;
  max-width: 300px;
  margin-bottom: 16px
}

.hb-creds {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px
}

.hb-creds span {
  font-size: .74rem;
  color: #8395ab;
  letter-spacing: .3px
}

.hb-social {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
  flex-wrap: wrap
}

.hb-soc {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  transition: transform .3s, background .3s, box-shadow .3s
}

.hb-soc svg {
  width: 18px;
  height: 18px;
  fill: #cfd9e6;
  transition: fill .3s
}

.hb-soc:hover {
  transform: translateY(-3px) scale(1.08)
}

.hb-soc:hover svg {
  fill: #fff
}

.hb-fb:hover {
  background: #1877F2;
  box-shadow: 0 8px 20px rgba(24, 119, 242, .45);
  border-color: transparent
}

.hb-ig:hover {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  box-shadow: 0 8px 20px rgba(220, 39, 67, .45);
  border-color: transparent
}

.hb-yt:hover {
  background: #FF0000;
  box-shadow: 0 8px 20px rgba(255, 0, 0, .45);
  border-color: transparent
}

.hb-x:hover {
  background: #000;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .5);
  border-color: #333
}

.hb-li:hover {
  background: #0A66C2;
  box-shadow: 0 8px 20px rgba(10, 102, 194, .45);
  border-color: transparent
}

.hb-waf:hover {
  background: #25D366;
  box-shadow: 0 8px 20px rgba(37, 211, 102, .45);
  border-color: transparent
}

.hb-foot-apps {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.hb-foot-apps .hb-store {
  padding: 9px 14px;
  font-size: .74rem
}

.hb-foot-col h5 {
  color: var(--hb-gold);
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 700;
  margin: 0 0 16px
}

.hb-foot-col a {
  display: block;
  color: #9fb0c4;
  font-size: .82rem;
  text-decoration: none;
  padding: 4px 0;
  transition: color .25s, padding-left .25s
}

.hb-foot-col a:hover {
  color: var(--hb-gold);
  padding-left: 4px
}

.hb-foot-col a.gold {
  color: var(--hb-goldlt)
}

.hb-foot-col a.mti {
  color: var(--hb-blue);
  font-weight: 600
}

.hb-foot-bottom {
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: .76rem;
  color: #7e90a6
}

.hb-foot-links {
  display: flex;
  gap: 18px
}

.hb-foot-links a {
  color: #7e90a6;
  text-decoration: none
}

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

.hb-store {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 14px;
  background: #fff;
  color: #071427;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: .82rem;
  transition: transform .3s, box-shadow .3s
}

.hb-store svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0
}

.hb-store:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .3)
}

.hb-store.alt {
  background: #fff;
  color: #000;
  border: 1.5px solid rgba(255, 255, 255, .4)
}

@media(max-width:980px) {
  .hb-foot-grid {
    grid-template-columns: 1fr 1fr
  }

  .hb-foot-brand {
    grid-column: 1/-1
  }
}

@media(max-width:560px) {
  .hb-foot-bottom {
    flex-direction: column;
    text-align: center
  }
}

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

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

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

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

.btn-w-footer {
  color: #fff !important;
  padding: 10px !important;
  margin-bottom: 5px !important;
  display: inline-block !important;
}

.btn-w-footer img {
  position: relative;
  top: 3px;
  display: inline-block;
}

.btn-w-footer:hover {
  color: #25D366 !important;
}

.btn-gold-footer {
  color: #000 !important;
  padding: 10px !important;
  display: inline-block !important;
}

.btn-gold-footer:hover {
  color: #c89b2c !important;
}
.gold-link{
  color: #c89b2c !important;
}
.gold-link:hover{
  text-decoration: underline;
}
@media(max-width:768px) {
  .hb-foot-col a {
    font-size: 11px;
  }

  .hb-foot-grid {
    grid-template-columns: 1fr 1fr
  }

  .hb-foot-col a.hb-wa-btn {
    gap: 4px;
    padding: 8px 5px;
    font-size: 12px;
  }

  .hb-foot-col a.hb-wa-btn img {
    width: 16px;
    height: 16px;
  }

  .hb-foot-btn.gold {
    gap: 4px;
    padding: 8px 5px;
    font-size: 12px;
  }

  .hb-foot-bottom {
    font-size: 11px;
  }
}


/* Tooltip Container */
.tooltip {
  position: fixed;
  /* Fixed taaki button ke saath move ho */
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

@media(max-width:768px) {
  .tooltip {
    right: 8px;
  }
}

/* Tooltip Text Item */
.tooltip__item {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  /* Button ke left mein gap ke saath */
  transform: translateY(-50%);
  min-width: 160px;
  padding: 8px 12px;
  visibility: hidden;
  opacity: 0;
  background: white;
  transition: all 0.3s ease;
  color: #484848;
  border: 1px solid #cecece;
  border-radius: 6px;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  pointer-events: none;
  /* Taaki tooltip mouse ko block na kare */
}

/* Tooltip Arrow */
.tooltip__item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  /* Arrow position */
  transform: translateY(-50%);
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent white;
}

/* Hover Effect: Show Tooltip */
.tooltip:hover .tooltip__item {
  visibility: visible;
  opacity: 1;
}

/* Button Styling */
.footer-apply-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #C89B2C, #C89B2C);
  color: #071427 !important;
  box-shadow: 0 8px 22px rgba(200, 155, 44, 0.35);
  text-decoration: none;
  font-size: 24px;
  transition: transform 0.3s;
}

.footer-apply-btn:hover {
  transform: scale(1.1);
}