/* Top call-us strip */
:root {
  --gotezu-ticker-h: 44px;
}

.gotezu-ticker {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px 18px;
  height: var(--gotezu-ticker-h);
  padding: 0 16px;
  background: #1c2539;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gotezu-ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  line-height: 1.2;
}

.gotezu-ticker__sep {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.35);
}

.gotezu-ticker__item i {
  color: #fa8b17;
  font-size: 15px;
}

.gotezu-ticker__item strong {
  font-weight: 700;
  color: #fa8b17;
}

.gotezu-ticker__item:hover,
.gotezu-ticker__item:focus-visible {
  color: #fff;
}

.gotezu-ticker__item:hover strong,
.gotezu-ticker__item:focus-visible strong {
  color: #ffb45a;
}

/* Floating oval navbar, Gotezu */
.gotezu-nav.header--sticky,
.gotezu-nav.header--sticky.sticky {
  position: sticky !important;
  top: var(--gotezu-ticker-h);
  z-index: 999;
  width: 100%;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  padding: 14px 16px 8px;
}

.gotezu-nav .header-top,
.gotezu-nav .search-input-area,
.gotezu-nav #search {
  display: none !important;
}

.gotezu-nav .header-main-one,
.gotezu-nav .header-main-one.bg-white {
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
}

.gotezu-nav .header-main-one > .container {
  max-width: 1200px;
  padding: 0 8px;
}

.gotezu-nav__pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 72px;
  padding: 10px 12px 10px 22px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 10px 36px rgba(28, 37, 57, 0.12);
  border: 1px solid rgba(28, 37, 57, 0.06);
}

.gotezu-nav__logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.gotezu-nav__logo img {
  display: block;
  height: 42px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}

.gotezu-nav__brand {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.gotezu-nav__brand-name {
  font-family: "Red Hat Display", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1c2539;
}

.gotezu-nav__brand-name span {
  color: #fa8b17;
}

.gotezu-nav__brand-tag {
  margin-top: 2px;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #5d666f;
}

.gotezu-nav .main-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
  flex: 1;
}

.gotezu-nav .nav-main.mainmenu-nav {
  display: none;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .gotezu-nav .nav-main.mainmenu-nav {
    display: block;
  }
}

.gotezu-nav .mainmenu {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gotezu-nav .mainmenu > li {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}

.gotezu-nav .mainmenu > li > a.nav-item,
.gotezu-nav .mainmenu > li > a.nav-link {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 10px 14px !important;
  margin: 0 !important;
  border-radius: 999px;
  font-family: "DM Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  color: #1c2539 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  background: transparent !important;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.gotezu-nav .mainmenu > li > a.nav-item:hover,
.gotezu-nav .mainmenu > li > a.nav-link:hover,
.gotezu-nav .mainmenu > li > a.active-menu {
  background: #fff4e8 !important;
  color: #fa8b17 !important;
}

.gotezu-nav .mainmenu > li > a i {
  font-size: 14px;
  color: inherit;
  width: 16px;
  text-align: center;
}

.gotezu-nav__new {
  display: inline-block;
  margin-left: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #e11d48;
  text-transform: uppercase;
}

.gotezu-nav .mainmenu .submenu {
  min-width: 260px;
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(28, 37, 57, 0.14) !important;
  border: 1px solid rgba(28, 37, 57, 0.06);
  padding: 8px !important;
  top: calc(100% + 14px) !important;
}

.gotezu-nav .mainmenu .submenu li a {
  border-radius: 10px;
  padding: 10px 14px !important;
  font-size: 13px !important;
  text-transform: none !important;
}

.gotezu-nav .mainmenu .submenu li a.is-current,
.side-bar .submenu li a.is-current {
  background: rgba(250, 139, 23, 0.12);
  color: #fa8b17 !important;
  font-weight: 600;
}

.gotezu-nav__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-left: auto;
}

.gotezu-nav__cta {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 6px 16px 6px 6px;
  border: 1.5px solid #1c2539;
  border-radius: 999px;
  text-decoration: none !important;
  color: #1c2539 !important;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.gotezu-nav__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #1c2539;
  color: #fff;
  font-size: 13px;
}

.gotezu-nav__cta:hover {
  background: #fa8b17;
  border-color: #fa8b17;
  color: #fff !important;
  transform: translateY(-1px);
}

.gotezu-nav__cta:hover .gotezu-nav__cta-icon {
  background: #fff;
  color: #fa8b17;
}

@media (min-width: 768px) {
  .gotezu-nav__cta {
    display: inline-flex;
  }
}

.gotezu-nav .button-area {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
}

.gotezu-nav #menu-btn {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  border-radius: 50% !important;
  background: #fff4e8 !important;
  border: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
}

.gotezu-nav #menu-btn img {
  width: 18px;
  height: auto;
}

@media (min-width: 1200px) {
  .gotezu-nav #menu-btn {
    display: none !important;
  }
}

/* Offset page content under floating bar on inner pages */
body {
  scroll-padding-top: 136px;
}

@media (max-width: 768px) {
  :root {
    --gotezu-ticker-h: 42px;
  }

  .gotezu-ticker {
    gap: 8px 14px;
    padding: 0 10px;
  }

  .gotezu-ticker__item {
    font-size: 14px;
  }

  .gotezu-ticker__item i {
    font-size: 13px;
  }

  .gotezu-ticker__sep {
    height: 14px;
  }

  .gotezu-ticker__label {
    display: none;
  }

  .gotezu-nav.header--sticky,
  .gotezu-nav.header--sticky.sticky {
    padding: 10px 10px 6px;
  }

  .gotezu-nav .header-main-one > .container {
    padding: 0 4px;
  }

  .gotezu-nav__pill {
    min-height: 58px;
    padding: 8px 10px 8px 16px;
    gap: 10px;
  }

  .gotezu-nav__logo img {
    height: 34px;
    max-width: 130px;
  }

  .gotezu-nav #menu-btn {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
  }

  body {
    scroll-padding-top: 114px;
  }
}

@media (max-width: 380px) {
  .gotezu-nav__logo img {
    height: 30px;
    max-width: 110px;
  }
}
