/* QualCentrics theme tokens extracted from Dabble Redux options */
:root {
  --qc-primary: #191821;
  --qc-secondary: #FF3131;
  --qc-third: #E02828;
  --qc-accent: #FF3131;
  --qc-orange: #FF3131;
  --qc-red: #FF3131;
  --qc-red-light: #FFD2D2;
  --qc-text: #454545;
  --qc-heading: #0a0a0a;
  --qc-white: #ffffff;
  --qc-footer: #121212;
  --qc-copy: #000000;
  --qc-max: 1280px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Montserrat, Poppins, "Segoe UI", sans-serif;
  color: var(--qc-text);
  background: #fff;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

#rs-header .logo-area a img {
  display: block;
  max-height: 85px;
  width: auto;
}

/* Sticky header */
#rs-header .logo-area.sticky-logo {
  display: none;
}

#rs-header .header-inner.sticky .logo-area:not(.sticky-logo) {
  display: none;
}

#rs-header .header-inner.sticky .logo-area.sticky-logo {
  display: block;
}

#rs-header.header-style5 .header-inner.menu-sticky.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

#rs-header .menu-area .navbar ul,
#primary-menu-single {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#rs-header .menu-area .navbar ul > li > a {
  color: #101010;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
}

#rs-header .menu-area .navbar ul > li > a:hover,
#rs-header .menu-area .navbar ul > li.current-menu-item > a {
  color: var(--qc-secondary);
}

/* Search overlay */
.sticky_form {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.92);
  z-index: 10000;
  align-items: center;
  justify-content: center;
}

.sticky_form.is-open {
  display: flex;
}

.sticky_form .search-input {
  width: min(640px, 80vw);
  height: 64px;
  border: 0;
  border-bottom: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 28px;
  outline: none;
}

.sticky_form .close-search {
  position: absolute;
  top: 28px;
  right: 36px;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

.search-results {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translateX(-50%);
  width: min(640px, 80vw);
  color: #fff;
}

.search-results a {
  display: block;
  color: #fff;
  padding: 8px 0;
  text-decoration: none;
}

.search-results a:hover {
  color: var(--qc-secondary);
}

/* Off-canvas */
.menu-wrap-off {
  position: fixed;
  top: 0;
  right: -420px;
  width: 380px;
  max-width: 88vw;
  height: 100vh;
  background: #000;
  color: #fff;
  z-index: 10001;
  overflow-y: auto;
  transition: right 0.35s ease;
  padding: 30px 28px;
}

.menu-wrap-off.is-open {
  right: 0;
}

.offwrap {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 10000;
}

.offwrap.is-open {
  display: block;
}

.sidenav .menu {
  list-style: none;
  padding: 20px 0 0;
  margin: 0;
}

.sidenav .menu a {
  color: #fff;
  display: block;
  padding: 12px 0;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}

.sidenav .menu a:hover,
.sidenav .menu .current-menu-item a {
  color: var(--qc-secondary);
}

.nav-menu-link,
.sticky_search,
#scrollUp {
  cursor: pointer;
}

#scrollUp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  background: var(--qc-secondary);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 90;
  border: 0;
}

#scrollUp.is-visible {
  display: flex;
}

/* Breadcrumbs */
.rs-breadcrumbs .breadcrumbs-single {
  background-size: cover;
  background-position: center;
  min-height: 280px;
  display: flex;
  align-items: center;
  position: relative;
}

.rs-breadcrumbs .breadcrumbs-single::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.rs-breadcrumbs .page-title {
  position: relative;
  color: #fff !important;
  font-size: 46px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}

/* Footer */
.rs-footer {
  background: var(--qc-footer);
  color: #fff;
}

.rs-footer a {
  color: var(--qc-secondary);
}

.footer-subscribe {
  padding: 40px 0 10px;
}

.footer-bottom-sections {
  padding: 30px 0 24px;
}

.footer-bottom-sections .footer-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 14px;
  display: block;
}

.footer-bottom-sections .footer-title::before {
  content: "";
  width: 12px;
  height: 4px;
  background: var(--qc-secondary);
  position: absolute;
  bottom: -4px;
  left: 0;
  border-radius: 2px;
  z-index: 1;
}

.footer-bottom-sections .footer-title::after {
  content: "";
  width: 60px;
  height: 4px;
  background: var(--qc-secondary);
  position: absolute;
  bottom: -4px;
  left: 20px;
  border-radius: 2px;
  z-index: 0;
}

.footer-bottom-sections .fa-ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-bottom-sections .fa-ul li {
  color: #fff;
  margin-bottom: 10px;
}

.footer-bottom-sections .fa-ul a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom-sections .newsletter-form input {
  background: #fff;
  border: none;
  margin-bottom: 12px;
}

.footer-bottom-sections .newsletter-form button {
  width: auto;
  min-width: 140px;
  background: var(--qc-secondary);
}

.footer-bottom-sections .newsletter-form button:hover {
  background: #E02828;
}

.footer-title {
  color: #fff;
  font-size: 20px;
}

.footer_social {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  gap: 12px;
}

.footer_social a {
  color: #fff;
  width: 38px;
  height: 38px;
  border: 1px solid #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer_social a:hover {
  color: var(--qc-secondary);
}

.footer-bottom {
  color: #fff;
}

.footer-bottom-bar {
  background: #000;
  padding: 24px 0 20px;
}

.footer-nav .menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin: 0 0 14px;
  padding: 0;
}

.footer-nav .menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  padding: 0 18px 0 22px;
  position: relative;
  display: inline-block;
}

.footer-nav .menu li a::before {
  content: "";
  background: var(--qc-secondary);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.footer-nav .menu li:first-child a {
  padding-left: 0;
}

.footer-nav .menu li:first-child a::before {
  display: none;
}

.footer-nav .menu li a:hover,
.footer-nav .menu .current-menu-item a {
  color: var(--qc-secondary);
}

.footer-bottom-bar .copyright {
  text-align: center;
}

.footer-bottom-bar .copyright p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
}

.copyright-widget .menu {
  list-style: none;
  display: flex;
  gap: 18px;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.copyright-widget a {
  color: #fff;
  text-decoration: none;
}

.copyright-widget a:hover,
.copyright-widget .current-menu-item a {
  color: var(--qc-secondary);
}

.form-status {
  display: none;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
}

.form-status.is-error {
  display: block;
  background: var(--qc-red-light);
  color: #991b1b;
  border: 1px solid var(--qc-secondary);
}

.form-status.is-info {
  display: block;
  background: #eff6ff;
  color: #1e3a8a;
  border: 1px solid #bfdbfe;
}

.field-error {
  border-color: var(--qc-secondary) !important;
}

@media (max-width: 991px) {
  #rs-header .menu-responsive .navbar {
    display: none;
  }

  .footer-bottom-sections {
    padding: 24px 0 16px;
  }

  .footer-bottom-sections .footer-2 {
    margin-top: 24px;
  }

  .footer-nav .menu {
    justify-content: center;
  }

  .copyright-widget .menu {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .sidebarmenu-area.mobilehum {
    display: none;
  }
}
