:root {
  --hbibi-accent: var(--tg-primary-color);
  --hbibi-border: rgba(255,255,255,0.08);
  --hbibi-muted: var(--tg-body-font-color);
  --hbibi-panel: #191A1B;
  --hbibi-panel-soft: #151515;
}

body.hbibi-theme {
  background: var(--tg-color-dark);
  color: var(--tg-body-font-color);
  overflow-x: hidden;
}

.logo-text {
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.logo-text span {
  color: var(--hbibi-accent);
}

.mobile-logo,
.footer-logo {
  font-size: 30px;
}

.banner__content-three .title,
.section__title .title,
.breadcrumb__content .title,
.blog__details-content .title,
.footer__content-wrap .title {
  text-transform: none;
  letter-spacing: -0.03em;
}

.banner__content-three .sub-title,
.section__title .sub-title,
.breadcrumb__content .sub-title,
.eyebrow {
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hbibi-home-hero {
  padding-top: 136px;
  padding-bottom: 28px;
}

.hbibi-home-hero .title {
  font-size: clamp(40px, 4.5vw, 60px);
  line-height: 1.03;
  max-width: 11ch;
}

.banner__content-three p {
  font-size: 17px;
  line-height: 1.76;
  max-width: 580px;
  margin-bottom: 20px;
}

.banner__content-three .title {
  margin-bottom: 14px;
}

.banner__content-three .sub-title {
  margin-bottom: 10px;
}

.hbibi-hero-metrics {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hbibi-hero-metrics div {
  min-width: 150px;
  padding: 16px 18px;
  border: 1px solid var(--hbibi-border);
  background: rgba(255,255,255,0.03);
  border-radius: 18px;
}

.hbibi-hero-metrics strong {
  display: block;
  font-size: 28px;
  line-height: 1.1;
  color: #fff;
}

.hbibi-hero-metrics span,
.hbibi-intro-copy,
.blog__post-content p,
.hbibi-rich-copy p,
.hbibi-rich-copy li,
.footer-note-card p {
  color: var(--hbibi-muted);
}

.hbibi-link-card,
.hbibi-service-card,
.hbibi-content-card,
.footer-note-card {
  transition: 0.3s ease;
}

.hbibi-link-card:hover,
.hbibi-service-card:hover,
.hbibi-card:hover {
  transform: translateY(-6px);
}

.hbibi-link-card,
.hbibi-service-card,
.hbibi-card,
.hbibi-content-card {
  height: 100%;
}

.hbibi-service-card,
.hbibi-content-card {
  border: 1px solid var(--hbibi-border);
  border-radius: 28px;
  background: var(--hbibi-panel);
  padding: 34px;
}

.hbibi-card .blog__post-thumb img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.hbibi-card .blog__post-content {
  min-height: 0;
  padding-top: 24px;
}

.hbibi-card .blog__post-content p {
  margin-bottom: 0;
}

.hbibi-breadcrumb {
  padding-top: 138px;
  padding-bottom: 72px;
}

.hbibi-intro-copy {
  font-size: 17px;
  line-height: 1.78;
  max-width: 460px;
}

.hbibi-category-intro {
  padding-top: 24px;
}

.hbibi-quick-links-center {
  justify-content: center;
  margin-top: 22px;
}

.hbibi-quick-links,
.hbibi-utility-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.hbibi-lead {
  font-size: 24px;
  line-height: 1.76;
  color: #ffffff;
}

.hbibi-article-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.banner__btn .tg-btn,
.hbibi-quick-links .tg-btn,
.hbibi-utility-actions .tg-btn,
.hbibi-article-cta .tg-btn {
  min-height: 54px;
  padding: 15px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.banner__btn .tg-btn-two {
  opacity: 1;
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,204,102,0.24);
  color: #fff;
}

.hbibi-compact-cta {
  padding: 40px 44px;
}

.hbibi-article-shell {
  border-top: 1px solid var(--hbibi-border);
  padding-top: 10px;
}

.hbibi-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.hbibi-article-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 204, 102, 0.08);
  border: 1px solid rgba(255, 204, 102, 0.2);
  color: #f2e0b0;
  font-size: 14px;
}

.hbibi-article-hero {
  margin-bottom: 34px;
}

.hbibi-article-hero img {
  width: 100%;
  border-radius: 28px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.hbibi-article-body {
  padding-right: 32px;
  max-width: 760px;
}

.hbibi-article-body p {
  font-size: 20px;
  line-height: 2.02;
  color: #e0e0e0;
}

.hbibi-article-body blockquote {
  margin: 34px 0;
  padding: 26px 30px;
  border-left: 3px solid var(--hbibi-accent);
  background: rgba(255, 204, 102, 0.04);
  border-radius: 22px;
}

.hbibi-article-body blockquote p {
  font-size: 24px;
  line-height: 1.72;
  color: #fff;
}

.hbibi-article-side {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 110px;
  padding-left: 10px;
}

.hbibi-article-side-card {
  padding: 24px;
  border-radius: 22px;
  background: var(--hbibi-panel-soft);
  border: 1px solid var(--hbibi-border);
}

.hbibi-article-side-card img {
  width: 100%;
  border-radius: 18px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  margin-bottom: 16px;
}

.hbibi-article-side-card h3 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 16px;
}

.hbibi-article-side-card .list-wrap li,
.hbibi-article-side-card p {
  color: var(--hbibi-muted);
  line-height: 1.8;
}

.hbibi-footer .footer__content-wrap,
.hbibi-footer .footer__contact-wrap {
  background: var(--hbibi-panel-soft);
  border: 1px solid var(--hbibi-border);
}

.hbibi-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.hbibi-badges span,
.footer-link-list a,
.footer-note-card a {
  color: #fff;
}

.hbibi-badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 204, 102, 0.12);
  border: 1px solid rgba(255, 204, 102, 0.35);
  font-size: 14px;
}

.hbibi-footer-links .title {
  margin-bottom: 30px;
}

.footer-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link-list li + li {
  margin-top: 14px;
}

.footer-note-card {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 204, 102, 0.08);
  border: 1px solid rgba(255, 204, 102, 0.24);
}

.footer-note-card .eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--hbibi-accent);
}

.hbibi-content-card .section__title {
  margin-bottom: 24px;
}

.hbibi-content-card {
  padding: 40px;
}

.hbibi-related-posts {
  padding-top: 68px;
  border-top: 1px solid rgba(255,255,255,0.04);
}

.hbibi-footer {
  border-top: 1px solid rgba(255,255,255,0.05);
}

.hbibi-rich-copy {
  display: grid;
  gap: 18px;
}

.hbibi-utility-side {
  display: grid;
  gap: 18px;
}

.hbibi-text-block {
  padding: 24px;
  border-radius: 20px;
  background: var(--hbibi-panel-soft);
  border: 1px solid var(--hbibi-border);
}

.hbibi-text-block h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 24px;
}

.blog__details-content blockquote p {
  color: #fff;
}

.blog__details-inner-content .list-wrap li,
.hbibi-rich-copy p {
  line-height: 1.8;
}

.hbibi-pick-card .services__content,
.hbibi-deal-card .services__content {
  display: grid;
  gap: 16px;
}

.hbibi-pick-kicker {
  color: var(--hbibi-accent);
}

.hbibi-pick-card .title,
.hbibi-deal-card .title {
  font-size: 28px;
  margin-bottom: 0;
}

.hbibi-pick-card p,
.hbibi-deal-card p,
.hbibi-detail-list li {
  color: var(--hbibi-muted);
}

.hbibi-pick-actions,
.hbibi-detail-shell .hbibi-utility-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hbibi-detail-shell .hbibi-article-side-card h3 {
  font-size: 24px;
}

.hbibi-detail-list {
  display: grid;
  gap: 12px;
}

.hbibi-detail-list li a {
  color: #fff;
}

.tg-btn-four,
.tg-btn-two,
.tg-btn {
  text-transform: none;
}

.hbibi-theme .tgmenu__wrap {
  margin-top: 22px;
  padding: 0 22px;
  background: rgba(15, 15, 15, 0.88);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  backdrop-filter: blur(16px);
}

.hbibi-theme .tgmenu__nav {
  flex-wrap: nowrap;
  gap: 18px;
  min-height: 74px;
  justify-content: space-between;
}

.hbibi-theme .tgmenu__nav .logo {
  flex: 0 0 auto;
}

.hbibi-theme .tgmenu__navbar-wrap {
  min-width: 0;
  justify-content: center;
}

.hbibi-theme .tg-header__area-three .tgmenu__navbar-wrap > ul {
  background: transparent;
  border: none;
  padding: 0;
  gap: 4px;
  flex-wrap: nowrap;
}

.hbibi-theme .tgmenu__navbar-wrap > ul > li > a {
  padding: 12px 12px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: none;
  white-space: nowrap;
  border-radius: 999px;
  color: rgba(255,255,255,0.82);
}

.hbibi-theme .tgmenu__navbar-wrap > ul > li > a::before {
  display: none;
}

.hbibi-theme .tgmenu__navbar-wrap > ul > li.active > a,
.hbibi-theme .tgmenu__navbar-wrap > ul > li > a:hover {
  background: rgba(255,255,255,0.05);
  color: #fff;
}

.hbibi-theme .tgmenu__action {
  display: none;
}

.hbibi-scroll-icon {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.mobile-nav-toggler,
.tgmobile__menu .close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hbibi-mobile-toggle {
  width: 20px;
  height: 14px;
  position: relative;
  display: inline-flex;
}

.hbibi-mobile-toggle::before,
.hbibi-mobile-toggle::after,
.hbibi-mobile-toggle span {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: var(--hbibi-accent);
  border-radius: 999px;
}

.hbibi-mobile-toggle::before {
  top: 0;
}

.hbibi-mobile-toggle span {
  top: 6px;
}

.hbibi-mobile-toggle::after {
  bottom: 0;
}

.hbibi-close-icon {
  width: 18px;
  height: 18px;
  position: relative;
  display: inline-flex;
}

.hbibi-close-icon::before,
.hbibi-close-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 2px;
  background: var(--hbibi-accent);
  border-radius: 999px;
}

.hbibi-close-icon::before {
  transform: rotate(45deg);
}

.hbibi-close-icon::after {
  transform: rotate(-45deg);
}

.hbibi-mobile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hbibi-mobile-links a {
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--hbibi-border);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.banner__content-three .title {
  max-width: 13ch;
}

.banner__content-three .title span {
  color: var(--hbibi-accent);
}

.banner__content-three p {
  width: 100%;
  max-width: 36rem;
  color: #d8d8d8;
}

.breadcrumb__content {
  text-align: left;
  padding: 0;
  max-width: 880px;
}

.breadcrumb__content .title {
  max-width: 13ch;
}

.hbibi-home-hero {
  padding-bottom: 44px;
}

.hbibi-home-hero .banner__img-two {
  max-width: 470px;
  margin-left: auto;
}

.banner__shape-three,
.features__shape-three,
.breadcrumb__shape {
  opacity: 0.18;
  pointer-events: none;
}

.features__item-wrap-two .row > *:nth-child(2) .features__item-four {
  margin-top: 0;
}

.hbibi-link-card,
.hbibi-service-card,
.hbibi-card,
.hbibi-content-card,
.hbibi-article-side-card,
.hbibi-text-block {
  box-shadow: 0 20px 45px rgba(0,0,0,0.18);
}

.hbibi-link-card {
  display: flex;
  flex-direction: column;
  text-align: left;
  border-radius: 28px;
  background: var(--hbibi-panel);
  border: 1px solid var(--hbibi-border);
  padding: 22px;
  gap: 20px;
  overflow: hidden;
}

.features__thumb-four {
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,0.02);
}

.features__thumb-four img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.features__content-four .title {
  font-size: 26px;
  margin-bottom: 10px;
  color: #fff;
}

.features__content-four p {
  color: #c9c9c9;
  margin-bottom: 0;
  line-height: 1.7;
}

.hbibi-service-card,
.hbibi-content-card {
  background: linear-gradient(180deg, rgba(28,29,31,0.98) 0%, rgba(20,20,21,0.98) 100%);
}

.hbibi-card {
  height: 100%;
  border: 1px solid var(--hbibi-border);
  border-radius: 28px;
  background: var(--hbibi-panel);
  overflow: hidden;
  margin-bottom: 0;
}

.hbibi-card .blog__post-thumb {
  margin-bottom: 0;
}

.hbibi-card .blog__post-content {
  padding: 24px 26px 26px;
}

.hbibi-card .blog__post-content .title {
  font-size: 24px;
  line-height: 1.32;
}

.blog__post-content .date {
  font-size: 12px;
  letter-spacing: 0.08em;
}

.blog__post-content p {
  font-size: 16px;
  line-height: 1.72;
  color: #c8c8c8;
}

.hbibi-intro-copy {
  max-width: 34rem;
}

.hbibi-compact-cta {
  padding: 44px 48px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,204,102,0.14) 0%, rgba(20,20,20,0.96) 45%, rgba(16,16,16,1) 100%);
  border: 1px solid rgba(255,204,102,0.16);
  position: relative;
  overflow: hidden;
}

.hbibi-compact-cta::after {
  content: "";
  position: absolute;
  inset: auto -10% -55% 38%;
  height: 280px;
  background: radial-gradient(circle, rgba(255,204,102,0.18) 0%, rgba(255,204,102,0) 68%);
  pointer-events: none;
}

.hbibi-compact-cta .section__title .title {
  max-width: 14ch;
}

.hbibi-article-shell {
  padding-top: 18px;
}

.hbibi-article-body {
  max-width: none;
  padding-right: 40px;
}

.hbibi-article-body p {
  font-size: clamp(19px, 1.3vw, 22px);
  line-height: 1.86;
  color: #e7e7e7;
}

.hbibi-lead {
  font-size: clamp(22px, 2vw, 26px);
  line-height: 1.72;
}

.hbibi-article-body blockquote {
  background: rgba(255, 204, 102, 0.08);
  border: 1px solid rgba(255, 204, 102, 0.18);
  border-left: 3px solid var(--hbibi-accent);
}

.hbibi-article-body blockquote p {
  font-size: clamp(22px, 1.75vw, 28px);
  line-height: 1.62;
}

.hbibi-article-side {
  gap: 16px;
  top: 124px;
  padding-left: 18px;
}

.hbibi-article-side-card {
  padding: 28px;
  background: linear-gradient(180deg, rgba(22,22,23,0.98), rgba(17,17,17,0.98));
}

.hbibi-article-side-card h3 {
  font-size: 23px;
  margin-bottom: 14px;
}

.hbibi-article-side-card .list-wrap {
  display: grid;
  gap: 12px;
}

.hbibi-article-side-card .list-wrap li {
  line-height: 1.68;
}

.hbibi-article-side-card .list-wrap li,
.hbibi-article-side-card p {
  font-size: 16px;
  color: #d7d7d7;
}

.hbibi-detail-list li a,
.hbibi-footer-note a {
  color: #fff;
}

.hbibi-footer .footer__top-three {
  padding-bottom: 72px;
}

.hbibi-footer-links .row {
  row-gap: 28px;
}

.hbibi-footer-note {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.hbibi-footer-note h3 {
  margin-bottom: 0;
}

.footer-link-list a {
  color: #d9d9d9;
}

.footer-link-list a:hover,
.hbibi-footer-note a:hover {
  color: #fff;
}

.footer__bottom-two {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 24px;
}

.footer__bottom-menu .list-wrap {
  justify-content: flex-end;
  gap: 22px;
}

.copyright-text-two p {
  margin-bottom: 0;
}

.tg-btn-four,
.tg-btn-two,
.tg-btn {
  text-transform: none;
}

@media (max-width: 1280px) {
  .hbibi-theme .tgmenu__navbar-wrap > ul > li > a {
    padding: 11px 9px;
    font-size: 12px;
  }

  .logo-text {
    font-size: 30px;
  }
}

@media (max-width: 991.98px) {
  .hbibi-home-hero {
    padding-top: 108px;
    padding-bottom: 8px;
  }

  .hbibi-breadcrumb {
    padding-top: 120px;
    padding-bottom: 56px;
  }

  .hbibi-home-hero .title,
  .breadcrumb__content .title {
    font-size: 42px;
    max-width: 100%;
  }

  .hbibi-home-hero .banner__img-two {
    max-width: 360px;
    margin: 18px auto 0;
  }

  .banner__content-three p,
  .hbibi-intro-copy,
  .hbibi-article-body p {
    font-size: 16px;
  }

  .hbibi-card .blog__post-content,
  .hbibi-service-card,
  .hbibi-content-card,
  .hbibi-article-side-card {
    padding: 24px;
  }

  .hbibi-article-body {
    padding-right: 0;
  }

  .hbibi-article-side {
    position: static;
    padding-left: 0;
  }

  .footer__bottom-menu .list-wrap {
    justify-content: flex-start;
    margin-top: 16px;
  }
}

@media (max-width: 575.98px) {
  .hbibi-home-hero {
    padding-top: 90px;
    padding-bottom: 4px;
  }

  .hbibi-breadcrumb {
    padding-top: 96px;
    padding-bottom: 40px;
  }

  .hbibi-home-hero .title,
  .breadcrumb__content .title {
    font-size: 28px;
    line-height: 1.05;
  }

  .banner__content-three .sub-title,
  .section__title .sub-title,
  .breadcrumb__content .sub-title,
  .eyebrow {
    letter-spacing: 0.1em;
    font-size: 11px;
  }

  .hbibi-home-hero .sub-title {
    display: none;
  }

  .banner__content-three p,
  .hbibi-intro-copy,
  .hbibi-article-body p,
  .hbibi-rich-copy p {
    font-size: 15px;
    line-height: 1.66;
  }

  .hbibi-home-hero p {
    font-size: 14px;
    line-height: 1.58;
  }

  .hbibi-lead {
    font-size: 18px;
    line-height: 1.6;
  }

  .hbibi-home-hero .banner__img-two,
  .hbibi-hero-metrics {
    display: none;
  }

  .hbibi-category-intro {
    padding-top: 12px;
  }

  .hbibi-article-cta,
  .banner__btn,
  .hbibi-quick-links,
  .hbibi-utility-actions,
  .hbibi-mobile-links {
    gap: 12px;
  }

  .banner__btn .tg-btn,
  .hbibi-quick-links .tg-btn,
  .hbibi-utility-actions .tg-btn,
  .hbibi-article-cta .tg-btn {
    width: 100%;
    min-height: 42px;
    padding: 11px 15px;
  }

  .hbibi-link-card,
  .hbibi-service-card,
  .hbibi-card,
  .hbibi-content-card,
  .hbibi-article-side-card,
  .hbibi-text-block {
    border-radius: 22px;
  }

  .hbibi-link-card {
    padding: 16px;
    gap: 14px;
  }

  .features__content-four .title,
  .hbibi-pick-card .title,
  .hbibi-deal-card .title,
  .hbibi-detail-shell .hbibi-article-side-card h3,
  .hbibi-text-block h3 {
    font-size: 21px;
  }

  .hbibi-article-meta {
    gap: 8px;
    margin-bottom: 16px;
  }

  .hbibi-article-meta span {
    min-height: 34px;
    padding: 6px 10px;
    font-size: 12px;
  }

  .hbibi-article-body blockquote p {
    font-size: 20px;
  }

  .hbibi-footer-note {
    padding: 22px;
  }

  .hbibi-theme .tgmenu__wrap {
    margin-top: 8px;
    padding: 0 12px;
    border-radius: 20px;
  }

  .hbibi-theme .tgmenu__nav {
    min-height: 56px;
    gap: 12px;
  }

  .logo-text {
    font-size: 24px;
  }

  .features__inner-wrap {
    padding-top: 34px !important;
    padding-bottom: 58px !important;
  }

  #features .section__title {
    margin-bottom: 34px !important;
  }

  #features .section__title .title {
    font-size: 26px;
  }

  .hbibi-card .blog__post-thumb img,
  .hbibi-article-hero img {
    aspect-ratio: 4 / 3;
  }
}

