.dr-topbar {
  position: relative;
  z-index: 60;
  background: var(--dr-graphite-950);
  color: #cbd3de;
  font-size: 13px;
  line-height: 1.35;
}

.dr-topbar__inner {
  display: flex;
  min-height: 38px;
  width: min(calc(100% - 32px), var(--dr-container-wide));
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  padding-block: 7px;
}

.dr-topbar__context,
.dr-topbar__contacts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.dr-topbar__contacts {
  justify-content: flex-end;
}

.dr-topbar a {
  color: #f5f8fc;
  font-weight: 650;
  text-decoration: none;
}

.dr-topbar a:hover {
  color: #fff;
}

.dr-topbar__location {
  color: #fff;
  font-weight: 700;
}

.dr-topbar__separator {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--dr-accent);
}

/* Blocksy Header Builder styling.
 * RedSer uses a dark graphite header on desktop, tablet and mobile.
 * Important declarations intentionally override Blocksy row colours selected
 * before this child-theme design was applied.
 */
body.datarecovery-child-theme #header,
body.datarecovery-child-theme .ct-header {
  font-family: var(--dr-font-sans);
}

body.datarecovery-child-theme #header [data-row*="middle"],
body.datarecovery-child-theme .ct-header [data-row*="middle"] {
  --background-color: var(--dr-graphite-900);
  background: var(--dr-graphite-900) !important;
  border-bottom: 1px solid var(--dr-graphite-700) !important;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.20);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* Blocksy can place the visible row background on an inner container. */
body.datarecovery-child-theme #header [data-row*="middle"] > div,
body.datarecovery-child-theme .ct-header [data-row*="middle"] > div {
  min-height: var(--dr-header-height);
  background: transparent !important;
}

body.datarecovery-child-theme #header .site-logo-container img,
body.datarecovery-child-theme .ct-header .site-logo-container img {
  max-height: 48px;
}

body.datarecovery-child-theme #header .site-title,
body.datarecovery-child-theme .ct-header .site-title {
  color: var(--dr-accent) !important;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.035em;
}

body.datarecovery-child-theme #header .menu > li > a,
body.datarecovery-child-theme .ct-header .menu > li > a {
  color: #f5f7f9 !important;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -0.012em;
}

body.datarecovery-child-theme #header .menu > li > a:hover,
body.datarecovery-child-theme #header .menu > li.current-menu-item > a,
body.datarecovery-child-theme #header .menu > li.current-menu-ancestor > a,
body.datarecovery-child-theme #header .menu > li.current_page_item > a,
body.datarecovery-child-theme .ct-header .menu > li > a:hover,
body.datarecovery-child-theme .ct-header .menu > li.current-menu-item > a,
body.datarecovery-child-theme .ct-header .menu > li.current-menu-ancestor > a,
body.datarecovery-child-theme .ct-header .menu > li.current_page_item > a {
  color: #7fa8ff !important;
}

body.datarecovery-child-theme #header .menu > li.current-menu-item > a,
body.datarecovery-child-theme #header .menu > li.current_page_item > a,
body.datarecovery-child-theme .ct-header .menu > li.current-menu-item > a,
body.datarecovery-child-theme .ct-header .menu > li.current_page_item > a {
  color: var(--dr-accent) !important;
}

body.datarecovery-child-theme #header .sub-menu,
body.datarecovery-child-theme .ct-header .sub-menu {
  padding: 10px;
  border: 1px solid #2a3038 !important;
  border-radius: 10px;
  background: var(--dr-graphite-850) !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.42);
}

body.datarecovery-child-theme #header .sub-menu a,
body.datarecovery-child-theme .ct-header .sub-menu a {
  border-radius: 8px;
  color: #c7d0dc !important;
  font-weight: 600;
}

body.datarecovery-child-theme #header .sub-menu a:hover,
body.datarecovery-child-theme #header .sub-menu .current-menu-item > a,
body.datarecovery-child-theme .ct-header .sub-menu a:hover,
body.datarecovery-child-theme .ct-header .sub-menu .current-menu-item > a {
  background: var(--dr-graphite-800) !important;
  color: #7fa8ff !important;
}

body.datarecovery-child-theme #header .ct-header-trigger,
body.datarecovery-child-theme .ct-header .ct-header-trigger,
body.datarecovery-child-theme #header .ct-trigger,
body.datarecovery-child-theme .ct-header .ct-trigger {
  color: #f5f7f9 !important;
}

body.datarecovery-child-theme #header .ct-header-trigger:hover,
body.datarecovery-child-theme .ct-header .ct-header-trigger:hover,
body.datarecovery-child-theme #header .ct-trigger:hover,
body.datarecovery-child-theme .ct-header .ct-trigger:hover {
  color: #7fa8ff !important;
}

body.datarecovery-child-theme #header .ct-header-trigger svg,
body.datarecovery-child-theme .ct-header .ct-header-trigger svg,
body.datarecovery-child-theme #header .ct-trigger svg,
body.datarecovery-child-theme .ct-header .ct-trigger svg {
  fill: currentColor !important;
  color: inherit !important;
}

body.datarecovery-child-theme #header .ct-button,
body.datarecovery-child-theme .ct-header .ct-button,
body.datarecovery-child-theme #header [class*="ct-button"],
body.datarecovery-child-theme .ct-header [class*="ct-button"] {
  border-radius: var(--dr-radius-sm);
  background: var(--dr-accent);
  color: #fff;
  box-shadow: 0 9px 24px color-mix(in srgb, var(--dr-accent), transparent 76%);
}

/* Blocksy mobile Off Canvas area. */
body.datarecovery-child-theme #offcanvas,
body.datarecovery-child-theme [data-id="offcanvas"] {
  --theme-text-color: #f5f7f9;
  color: #f5f7f9;
}

body.datarecovery-child-theme #offcanvas .ct-panel-inner,
body.datarecovery-child-theme #offcanvas .ct-panel-content,
body.datarecovery-child-theme #offcanvas .ct-panel-content-inner,
body.datarecovery-child-theme [data-id="offcanvas"] .ct-panel-inner,
body.datarecovery-child-theme [data-id="offcanvas"] .ct-panel-content,
body.datarecovery-child-theme [data-id="offcanvas"] .ct-panel-content-inner {
  background: var(--dr-graphite-900) !important;
  color: #f5f7f9 !important;
}

body.datarecovery-child-theme #offcanvas [data-id="mobile-menu"] > ul > li > a,
body.datarecovery-child-theme #offcanvas .mobile-menu > ul > li > a,
body.datarecovery-child-theme [data-id="offcanvas"] [data-id="mobile-menu"] > ul > li > a,
body.datarecovery-child-theme [data-id="offcanvas"] .mobile-menu > ul > li > a {
  color: #f5f7f9 !important;
  font-weight: 700;
}

body.datarecovery-child-theme #offcanvas [data-id="mobile-menu"] .sub-menu a,
body.datarecovery-child-theme #offcanvas .mobile-menu .sub-menu a,
body.datarecovery-child-theme [data-id="offcanvas"] [data-id="mobile-menu"] .sub-menu a,
body.datarecovery-child-theme [data-id="offcanvas"] .mobile-menu .sub-menu a {
  color: #c7d0dc !important;
  font-weight: 600;
}

body.datarecovery-child-theme #offcanvas [data-id="mobile-menu"] a:hover,
body.datarecovery-child-theme #offcanvas [data-id="mobile-menu"] .current-menu-item > a,
body.datarecovery-child-theme #offcanvas .mobile-menu a:hover,
body.datarecovery-child-theme #offcanvas .mobile-menu .current-menu-item > a,
body.datarecovery-child-theme [data-id="offcanvas"] [data-id="mobile-menu"] a:hover,
body.datarecovery-child-theme [data-id="offcanvas"] [data-id="mobile-menu"] .current-menu-item > a {
  color: #7fa8ff !important;
}

body.datarecovery-child-theme #offcanvas .ct-toggle-dropdown-mobile,
body.datarecovery-child-theme #offcanvas .ct-toggle-dropdown-desktop,
body.datarecovery-child-theme [data-id="offcanvas"] .ct-toggle-dropdown-mobile,
body.datarecovery-child-theme [data-id="offcanvas"] .ct-toggle-dropdown-desktop {
  color: #aab6c5 !important;
}

body.datarecovery-child-theme #offcanvas .ct-panel-actions button,
body.datarecovery-child-theme #offcanvas .ct-close-button,
body.datarecovery-child-theme [data-id="offcanvas"] .ct-panel-actions button,
body.datarecovery-child-theme [data-id="offcanvas"] .ct-close-button {
  color: #f5f7f9 !important;
}

@media (max-width: 900px) {
  .dr-topbar__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding-block: 9px;
  }

  .dr-topbar__contacts {
    justify-content: flex-start;
  }

  .dr-topbar__email,
  .dr-topbar__context span:not(.dr-topbar__location) {
    display: none;
  }
}

@media (max-width: 520px) {
  .dr-topbar__inner {
    width: min(calc(100% - 20px), var(--dr-container-wide));
  }

  .dr-topbar__contacts {
    width: 100%;
    justify-content: space-between;
  }
}

/* Messenger links in the compact information bar. */
.dr-topbar__messengers {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dr-topbar__messengers a {
  padding: 3px 7px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: #dce3ec;
  font-size: 11px;
  font-weight: 700;
}

.dr-topbar__messengers a:hover {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 900px) {
  .dr-topbar__messengers {
    display: none;
  }
}

/* The second phone is a real tel: link for the messenger number. */
.dr-topbar__phone--messenger {
  color: #cfe0ff !important;
}

@media (max-width: 680px) {
  .dr-topbar__email {
    display: none;
  }

  .dr-topbar__contacts {
    justify-content: flex-start;
  }
}

@media (max-width: 430px) {
  .dr-topbar__inner {
    gap: 3px;
  }

  .dr-topbar__context {
    display: none;
  }

  .dr-topbar__contacts {
    justify-content: center;
    gap: 7px 10px;
  }

  .dr-topbar__contacts .dr-topbar__phone {
    font-size: 12px;
  }
}