@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap);
@import url("ir35.css");

:root {
  --font1: "Inter", sans-serif;
  --font2: "Nunito", sans-serif;
  --font3: "DM Sans", sans-serif;

  --qc-neutral-700: #3b3d4f;
  --qc-black: #000000;
  --qc-black-30: rgba(0, 0, 0, 0.3);
  --qc-black-75: rgba(0, 0, 0, 0.75);
  --qc-black-900: #0c0c10;
  --qc-black-800: #0a0809;
  --qc-black-700: #100420;
  --qc-black-600: #111b29;
  --qc-black-500: #11081d;
  --qc-dark: #151519;
  --qc-dark-400: #151719;
  --qc-dark-400-20: #15171933;
  --qc-dark-400-50: #15171980;
  --qc-grey: #151519;
  --qc-grey2: #020419;
  --qc-grey-600: #677489;
  --qc-grey-550: #7f7f7f;
  --qc-grey-500: #9396ae;
  --qc-grey-200: #cececf;
  --qc-grey-160: #e9e9e9;
  --qc-grey-150: #dedfe6;
  --qc-grey-140: #e1e5ea;
  --qc-grey-130: #f6f5f7;
  --qc-grey-100: #f9f8f3;
  --qc-grey-50: #f7f7f9;
  --qc-blue-800: #060c4b;
  --qc-blue-700: #0b1995;
  --qc-blue-600: #0022ba;
  --qc-blue: #0f21c7;
  --qc-blue-400: #1227e9;
  --qc-blue-300: #4c5cf2;
  --qc-blue-200: #838ef6;
  --qc-blue-50: #f9f9fb;
  --qc-primary: #09157c;
  --qc-lightblue: #e3e6fd;
  --qc-lightblue-100: #f5f7ff;
  --qc-blue2: #e4eaf4;
  --qc-white2: #e6e8eb;
  --qc-white: #fff;
  --qc-yellow: #f9f871;
  --qc-red-700: #ff0000;
  --qc-red: #ef4444;
  --qc-green-500: #10b981;
  --qc-green: #cff469;
  --qc-orange-500: #f59e0b;
  --qc-yellow: #ffd700;
  --qc-border: #c5c5c5;
  --qc-border-200: rgba(0, 0, 0, 0.2);
  --qc-border-100: rgba(0, 0, 0, 0.1);
  --qc-tag: #efefef;
  --qc-neutral-600: #52566e;
}

html {
  margin-top: 58px !important;
}

.overlay-main {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  background: #05021733;
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: 0.1s ease-in;
  visibility: hidden;
}

.overlay-main.open {
  visibility: visible;
  opacity: 1;
}

.d-none {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .md-lg-d-none {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .lg-d-none {
    display: none !important;
  }
}

@media only screen and (min-width: 280px) and (max-width: 991px) {
  .md-d-none {
    display: none !important;
  }
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
  .mb-d-none {
    display: none !important;
  }
}

.qc-container {
  /* max-width: 1330px; */
  max-width: 1104px;
  margin: auto;
}

/* ======================================= Header ======================================== */
/* ======================================= Header ======================================== */
#topnav {
  ol,
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
}
#topnav .navbar-toggle {
  position: relative;
  margin: 0;
  cursor: pointer;
  border-width: 0;
  padding: 0;
  height: 40px;
}
#topnav .navbar-toggle span {
  margin-bottom: 5px;
  display: block;
  height: 2px;
  background-color: var(--qc-grey2) !important;
}

@media (min-width: 992px) {
  #topnav .navbar-toggle {
    display: none;
  }
}

nav#topnav * {
  font-family: var(--font2);
}
nav#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 10000000000000000000000000000000000000;
  height: 56px;
  padding: 0px 32px;
  background: var(--qc-white);
  border-bottom: 1px solid var(--qc-grey-160);
}

@media only screen and (min-width: 280px) and (max-width: 991px) {
  nav#topnav {
    z-index: 99;
  }
}

nav#topnav .qc-container {
  display: flex;
  height: 100%;
  padding: 0;
  align-items: center;
}

nav#topnav a.logo {
  margin-right: 25px;
  display: flex;
  font-weight: 800;
  font-size: 23.3846px;
  line-height: 32px;
  text-transform: capitalize;
  letter-spacing: 0;
  color: var(--qc-black) !important;
}

nav#topnav a.logo img {
  width: 233px;
}

@media (min-width: 768px) and (max-width: 991px) {
  nav#topnav a.logo {
    width: 195px;
  }
}

nav#topnav #navigation {
  /* margin: auto; */
}

nav#topnav .btns-profile {
  position: relative;
}

nav#topnav .btns-profile .dropdown-profile {
  position: absolute;
  display: none;
  opacity: 0;
  transition: 0.3s;
  right: 0;
  top: 37px;
  justify-content: flex-start;
  flex-direction: column;
  min-width: 170px;
  width: max-content;
  border-radius: 8px;
  border: 1px solid #dedfe6;
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background: #fff;
}

nav#topnav .btns-profile .dropdown-profile a {
  color: #000;
  padding: 10px 12px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  width: 100%;
  background: #fff;
}

nav#topnav .btns-profile .dropdown-profile a:hover,
nav#topnav .btns-profile .dropdown-profile a:active,
nav#topnav .btns-profile .dropdown-profile a:focus {
  color: #000 !important;
  background: var(--qc-lightblue);
}

nav#topnav .btns-profile .icon-profile {
  cursor: pointer;
  display: none;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
  nav#topnav .btns-profile .icon-profile {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

nav#topnav .btns-profile .icon-profile p {
  cursor: pointer;
  color: #020419;
  display: none;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
  nav#topnav .btns-profile:hover .dropdown-profile,
  nav#topnav .btns-profile:active .dropdown-profile,
  nav#topnav .btns-profile:focus .dropdown-profile {
    display: flex;
    opacity: 1;
  }
}

nav#topnav .btns-wrap {
  display: flex;
  gap: 12px;
}

nav#topnav .btns-wrap .btn-lightblue,
nav#topnav .btns-wrap .btn-blue-outline {
  max-height: none !important;
  min-width: 85px;
  padding: 8px 20px;
  font-size: 14px;
  display: grid;
  place-content: center;
  border-radius: 8px;
}

nav#topnav .profile-wrap > li {
  cursor: pointer;
}

nav#topnav .profile-wrap > li > svg {
  margin: 5.5px 0;
}

nav#topnav .profile-wrap > li .drop-menu {
  gap: 16px;
  border: 1px solid var(--qc-grey-160);
  top: 143%;
  right: 0px !important;
  left: unset !important;
}

@media (max-width: 1200px) {
  nav#topnav .profile-wrap > li .drop-menu {
    right: -18px !important;
  }
}

@media only screen and (min-width: 280px) and (max-width: 991px) {
  nav#topnav .profile-wrap > li .drop-menu {
    top: 235%;
  }
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
  nav#topnav .profile-wrap > li .drop-menu {
    padding: 21px 14px 14px;
    background: #ffffff;
    border-radius: 16px;
    width: max-content;
    min-width: 225px;
  }
}

nav#topnav .profile-wrap > li .drop-menu li {
  padding: 0 !important;
  gap: 8px;
}

nav#topnav .profile-wrap > li .drop-menu li h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
}

nav#topnav .profile-wrap > li .drop-menu li:hover,
nav#topnav .profile-wrap > li .drop-menu li:active,
nav#topnav .profile-wrap > li .drop-menu li:focus {
  background: #fff !important;
}

nav#topnav .profile-wrap > li .drop-menu li:hover svg path,
nav#topnav .profile-wrap > li .drop-menu li:active svg path,
nav#topnav .profile-wrap > li .drop-menu li:focus svg path {
  stroke: var(--qc-blue-600);
}

nav#topnav .profile-wrap > li .drop-menu li:hover a h4,
nav#topnav .profile-wrap > li .drop-menu li:active a h4,
nav#topnav .profile-wrap > li .drop-menu li:focus a h4 {
  color: var(--qc-blue-600);
}

nav#topnav .profile-wrap > li .drop-menu li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

nav#topnav .profile-wrap > li .drop-menu h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--qc-black);
  margin-bottom: 4px;
  text-transform: capitalize;
}

nav#topnav .profile-wrap > li .drop-menu hr {
  background: var(--qc-grey-160);
  width: 100%;
}

nav#topnav .profile-wrap > li .drop-menu .drop-title {
  width: 100%;
}

nav#topnav .profile-wrap > li .drop-menu .drop-title p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--qc-grey-550);
}

nav#topnav .profile-wrap > li .drop-menu .transparent-overlay {
  top: -20px;
}

nav#topnav .profile-wrap > li ul li:last-child:hover,
nav#topnav .profile-wrap > li ul li:last-child:active,
nav#topnav .profile-wrap > li ul li:last-child:focus {
  background: #fff !important;
}

nav#topnav .navigation-menu {
  display: flex;
}

nav#topnav .navigation-menu > li {
  margin: 0 20px;
}

nav#topnav .navigation-menu > li > a {
  min-height: unset;
  padding-top: 18px;
  padding-bottom: 16px;
}

@media (min-width: 992px) {
  nav#topnav ul.navigation-menu > li {
    border-bottom: 2px solid transparent;
    height: 56px;
  }

  nav#topnav ul.navigation-menu > li svg {
    margin-top: -1px;
    transition: 0.15s ease-in;
  }

  nav#topnav ul.navigation-menu > li:hover {
    border-bottom: 2px solid var(--qc-black);
  }

  nav#topnav ul.navigation-menu > li:hover > a {
    color: var(--qc-black) !important;
  }

  nav#topnav ul.navigation-menu > li:hover > a svg path {
    stroke: var(--qc-black);
  }
}

nav#topnav ul.navigation-menu > li > a {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  background-color: transparent !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  font-size: 16px !important;
  line-height: 22.4px !important;
  color: var(--qc-black) !important;
  font-weight: 400 !important;
  text-transform: none !important;
  cursor: pointer;
  text-align: center;
  height: 100%;
  transition: 0.15s ease-in;
  letter-spacing: unset !important;
}

nav#topnav ul.navigation-menu > li > a img {
  width: 24px;
}

nav#topnav .link-wrap {
  transition: 0.5s;
}

@media (min-width: 1721px) {
  nav#topnav .job-searchbox .select2-container {
    width: auto !important;
    min-width: 100px;
  }
}

@media (max-width: 1720px) {
  nav#topnav .job-searchbox {
    order: 3;
    width: 100%;
    max-width: unset;
    margin-top: 13px;
  }

  nav#topnav .job-searchbox input {
    width: 80% !important;
  }

  nav#topnav .job-searchbox .select2-container {
    width: 18% !important;
  }
}

@media (max-width: 1154px) {
  nav#topnav .profile-wrap > li {
    min-height: unset;
  }

  nav#topnav .btns-wrap a {
    padding: 8px 16px !important;
    font-size: 16px !important;
  }
}

@media only screen and (min-width: 280px) and (max-width: 991px) {
  nav#topnav {
    min-height: unset;
  }

  nav#topnav .qc-container {
    position: relative;
  }

  nav#topnav .searchBar {
    flex-direction: column;
  }

  nav#topnav .profile-wrap {
    margin-top: 2px !important;
  }

  nav#topnav .link-wrap .drop-menu-parent {
    display: block !important;
  }

  nav#topnav .link-wrap .drop-menu-parent:hover svg.arrow,
  nav#topnav .link-wrap .drop-menu-parent:active svg.arrow,
  nav#topnav .link-wrap .drop-menu-parent:focus svg.arrow {
    transform: rotate(0deg) !important;
  }

  nav#topnav .link-wrap .drop-menu-parent svg.arrow.rotate180 {
    transform: rotate(180deg) !important;
  }

  nav#topnav .link-wrap .drop-menu-parent > a {
    color: #000000 !important;
    gap: 14px !important;
  }

  nav#topnav .link-wrap .drop-menu-parent .drop-menu-big,
  nav#topnav .link-wrap .drop-menu-parent .drop-menu {
    border: 1px solid #000000 !important;
    background: #f3f2ef;
    margin-top: 16px;
    transform: translateY(0px) !important;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    right: 0 !important;
    opacity: 1 !important;
    pointer-events: all !important;
    padding: 16px;
    box-shadow: unset;
    width: 90% !important;
    margin: auto;
    margin-bottom: 20px;
  }

  nav#topnav .link-wrap .drop-menu-parent .drop-menu-big li,
  nav#topnav .link-wrap .drop-menu-parent .drop-menu li {
    width: 100%;
  }

  nav#topnav .link-wrap .drop-menu-parent .drop-menu-big li a h4,
  nav#topnav .link-wrap .drop-menu-parent .drop-menu li a h4 {
    font-size: 14px !important;
  }

  nav#topnav .link-wrap .drop-menu-parent .drop-menu-big li a p,
  nav#topnav .link-wrap .drop-menu-parent .drop-menu li a p {
    font-size: 11px !important;
  }

  nav#topnav .link-wrap .drop-menu-parent .drop-menu-big hr,
  nav#topnav .link-wrap .drop-menu-parent .drop-menu hr {
    border-bottom: 1px solid #000000 !important;
  }

  nav#topnav #isToggle {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 111;
    cursor: pointer;
    height: 50px;
  }

  nav#topnav .menu-extras {
    order: 1;
    margin-left: 0 !important;
    margin-right: 0;
  }

  nav#topnav a.logo {
    width: max-content;
    margin-right: auto;
  }

  nav#topnav .btns-wrap .btn-lightblue,
  nav#topnav .btns-wrap .btn-blue-outline {
    height: 40px;
  }

  nav#topnav .btns-wrap {
    margin-right: 22px;
  }

  nav#topnav .no-rotate {
    margin-top: -1px !important;
    margin-bottom: 0 !important;
    margin-right: 7px !important;
    width: 29px;
    height: 29px;
  }

  nav#topnav .link-wrap {
    display: none;
  }
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
  nav#topnav {
    padding: 0px 16px;
  }

  nav#topnav .logo {
    color: var(--qc-black-700) !important;
    font-size: 20px !important;
  }

  nav#topnav p.icon-profile {
    display: block !important;
    margin-right: 10px !important;
  }

  nav#topnav svg.icon-profile {
    display: block !important;
    margin-bottom: 0 !important;
    margin-right: 5px !important;
    width: 27px;
    height: 27px;
  }

  nav#topnav .btns-wrap {
    display: none;
  }

  nav#topnav .profile-wrap > li .qc-bell {
    margin-right: 30px !important;
  }

  nav#topnav .job-searchbox input {
    width: 65% !important;
  }

  nav#topnav .job-searchbox .select2-container {
    width: 31% !important;
  }

  nav#topnav .btns-wrap a {
    padding: 6px 13px !important;
    font-size: 15px !important;
  }

  nav#topnav .btns-wrap .btn-blue2 {
    margin-right: 10px;
  }
}

@media (max-width: 450px) {
  nav#topnav .btns-wrap .btn-blue2 {
    margin-right: 7px;
  }

  nav#topnav .link-wrap {
    min-width: 265px !important;
  }

  nav#topnav .link-wrap .drop-menu-parent .drop-menu li a h4 {
    font-size: 16px !important;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
}

@media (max-width: 410px) {
  nav#topnav .profile-wrap > li {
    font-size: 18px !important;
  }
}

.toggleview {
  opacity: 1 !important;
  pointer-events: all !important;
  display: flex !important;
}

@media (max-width: 991px) {
  #topnav .navbar-toggle {
    display: block !important;
  }
}

.menu-slider ol,
.menu-slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-slider {
  display: none;
  scrollbar-width: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-slider {
    width: 375px !important;
  }
}

@media only screen and (min-width: 280px) and (max-width: 991px) {
  .menu-slider {
    transition: transform 0.5s;
    background: #fff;
    overflow: auto;
    z-index: 99999;
    transform: translateX(-100%);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .menu-slider * {
    font-family: var(--font1);
  }

  .menu-slider.slideIn {
    transform: translateX(0%) !important;
  }

  .menu-slider.show-secondary-slide .primary-slide {
    display: none;
  }

  .menu-slider.show-secondary-slide .secondary-slide {
    display: block;
  }

  .menu-slider.show-secondary-slide .tertiary-slide {
    display: none;
  }

  .menu-slider.show-secondary-slide .btns-wrap {
    display: none;
  }

  .menu-slider.show-tertiary-slide .primary-slide {
    display: none;
  }

  .menu-slider.show-tertiary-slide .secondary-slide {
    display: none;
  }

  .menu-slider.show-tertiary-slide .tertiary-slide {
    display: block;
  }

  .menu-slider.show-tertiary-slide .btns-wrap {
    display: none;
  }

  .menu-slider .primary-slide,
  .menu-slider .tertiary-slide,
  .menu-slider .secondary-slide {
    position: relative;
  }

  .menu-slider .tertiary-slide,
  .menu-slider .secondary-slide {
    display: none;
  }

  .menu-slider .tab-content {
    max-height: calc(100vh - 57px);
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .menu-slider .tab-content:-webkit-scrollbar {
    display: none;
  }
  .menu-slider .slide-header li {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--qc-grey-160);
  }

  .menu-slider .slide-header li a {
    font-family: var(--font2);
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    text-align: left;
    color: var(--qc-black);
    padding: 0;
    letter-spacing: normal;
  }

  .menu-slider .slide-header li p {
    font-family: Nunito;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: var(--qc-black);
    margin-bottom: 0;
  }

  .menu-slider .slide-header li svg {
    cursor: pointer;
  }

  .menu-slider .slide-header li .back-slide {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
  }

  .menu-slider ul.navigation-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    position: relative;
  }

  .menu-slider ul.navigation-menu > li {
    font-size: 20px;
    font-weight: 700;
    margin: 0 !important;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid var(--neutral-100, #dedfe6);
  }

  .menu-slider ul.navigation-menu > li.active {
    z-index: 9999999;
    position: relative;
  }

  .menu-slider ul.navigation-menu > li.active > a svg {
    transform: rotate(-180deg);
  }

  .menu-slider ul.navigation-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background-color: #fff;
    font-family: var(--font2);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: var(--qc-black) !important;
    text-transform: none;
    cursor: pointer;
    height: 100%;
    padding: 24px 16px;
  }

  .menu-slider ul.navigation-menu > li > a svg {
    transition: 0.15s ease-in;
  }

  .menu-slider ul.navigation-menu-2 li {
    width: 100%;
    display: flex;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid var(--qc-grey-160);
  }

  .menu-slider ul.navigation-menu-2 li h4 {
    font-family: var(--font2);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--qc-black);
    margin-bottom: 4px;
  }

  .menu-slider ul.navigation-menu-2 li p {
    font-family: var(--font2);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--qc-grey-550);
    margin-bottom: 0;
  }

  .menu-slider ul.navigation-menu-2 li:hover h4,
  .menu-slider ul.navigation-menu-2 li:active h4,
  .menu-slider ul.navigation-menu-2 li:focus h4 {
    color: var(--qc-blue-600);
  }

  .menu-slider ul.navigation-menu-2 li:hover p,
  .menu-slider ul.navigation-menu-2 li:active p,
  .menu-slider ul.navigation-menu-2 li:focus p {
    color: var(--qc-black);
  }

  .menu-slider ul.navigation-menu-2 li a {
    font-family: var(--font2);
    width: 100%;
  }

  .menu-slider ul.navigation-menu-3 li {
    width: 100%;
    display: flex;
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid var(--qc-grey-160);
    cursor: pointer;
  }

  .menu-slider ul.navigation-menu-3 li > div {
    margin-right: auto;
  }

  .menu-slider ul.navigation-menu-3 li h4 {
    font-family: var(--font2);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--qc-black);
    margin-bottom: 4px;
  }

  .menu-slider ul.navigation-menu-3 li a {
    font-family: var(--font2);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--qc-blue-600);
    display: flex;
    gap: 9.83px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .menu-slider ul.navigation-menu-3 li p {
    font-family: var(--font2);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #7f7f7f;
    margin-bottom: 0;
  }

  .menu-slider ul.navigation-menu-3 li:hover h4,
  .menu-slider ul.navigation-menu-3 li:active h4,
  .menu-slider ul.navigation-menu-3 li:focus h4 {
    color: var(--qc-blue-600);
  }

  .menu-slider .secondary-slide .tab1-child ul.navigation-menu-3 li a {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .menu-slider .drop-menu-parent {
    display: block !important;
  }

  .menu-slider .drop-menu-parent:hover svg.arrow,
  .menu-slider .drop-menu-parent:active svg.arrow,
  .menu-slider .drop-menu-parent:focus svg.arrow {
    transform: rotate(0deg) !important;
  }

  .menu-slider .drop-menu-parent svg.arrow.rotate180 {
    transform: rotate(180deg) !important;
  }

  .menu-slider .drop-menu-parent .drop-menu {
    filter: none;
    transform: translateY(0px) !important;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    right: 0 !important;
    opacity: 1 !important;
    pointer-events: all !important;
    padding: 0 0 10px;
    border-radius: unset !important;
    width: 100%;
  }

  .menu-slider .drop-menu-parent .drop-menu li {
    padding: 12px 24px !important;
    align-items: center;
  }

  .menu-slider .drop-menu-parent .drop-menu li svg {
    min-width: 24px;
    min-height: 24px;
  }

  .menu-slider .drop-menu-parent .drop-menu li a h4 {
    font-size: 12px !important;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--qc-black-600);
  }

  .menu-slider .drop-menu-parent .drop-menu li a p {
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    text-align: left;
    color: var(--qc-grey-600);
  }

  .menu-slider .btns-wrap {
    padding: 0 16px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    background: #ffffff;
  }

  .menu-slider .btns-wrap svg {
    display: none;
  }

  .menu-slider .btns-wrap > a {
    height: 48px;
    font-family: var(--font2);
  }

  .menu-slider .btns-wrap li {
    list-style: none;
    text-align: center;
    font-weight: 700;
  }

  .menu-slider .btns-wrap li h4 {
    font-family: var(--font2);
  }

  .menu-slider .btns-wrap .btn-lightblue,
  .menu-slider .btns-wrap .btn-blue,
  .menu-slider .btns-wrap .btn-blue2 {
    line-height: 34px;
  }

  .menu-slider .btns-wrap .btn-blue,
  .menu-slider .btns-wrap .btn-blue2 {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 8px 20px;
    border-radius: 8px !important;
    background: var(--qc-blue-600);
  }
}

/* ====================================== DROP MENU ============================================ */
.drop-menu-parent {
  display: flex;
  align-items: center;
  position: relative;
  color: #fff !important;
  cursor: pointer;
}

.drop-menu-parent:hover .drop-menu-big,
.drop-menu-parent:hover .drop-menu,
.drop-menu-parent:active .drop-menu-big,
.drop-menu-parent:active .drop-menu,
.drop-menu-parent:focus .drop-menu-big,
.drop-menu-parent:focus .drop-menu {
  opacity: 1;
  pointer-events: all;
}

.drop-menu-parent > a {
  color: #000000 !important;
}

.drop-menu-parent .drop-menu-big {
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
  transition: 0.15s ease-in;
  position: absolute;
  top: 180%;
  left: -435px;
  right: auto;
  opacity: 0;
  pointer-events: none;
  padding: 32px 16px 50px;
  background: #ffffff;
  border-radius: 16px;
  width: 90vw;
  max-width: 1032px;
}

.drop-menu-parent .drop-menu-big svg.menu-pointer {
  display: none;
}

.drop-menu-parent .drop-menu-big .menu-big-inner {
  display: flex;
  width: 100%;
}

.drop-menu-parent .drop-menu-big h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--qc-black);
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.drop-menu-parent .drop-menu-big .parent-items {
  width: max-content;
  min-width: 311px;
  padding-right: 12px;
  border-right: 1px solid var(--qc-grey-160);
}

.drop-menu-parent .drop-menu-big .parent-items li {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.drop-menu-parent .drop-menu-big .parent-items li.active {
  background: var(--qc-lightblue-100);
}

.drop-menu-parent .drop-menu-big .parent-items li.active h4 {
  color: var(--qc-black) !important;
}

.drop-menu-parent .drop-menu-big .parent-items li.active svg rect {
  fill: #fff !important;
}

.drop-menu-parent .drop-menu-big .parent-items li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--qc-blue-600);
  display: flex;
  gap: 9.83px;
  align-items: center;
  justify-content: flex-start;
}

.drop-menu-parent .drop-menu-big .child-items {
  padding-left: 24px;
  max-height: calc(100vh - 170px);
  overflow: auto;
}

.drop-menu-parent .drop-menu-big .child-items > div {
  display: flex;
  gap: 24px;
}

.drop-menu-parent .drop-menu-big .child-items p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--qc-grey-550);
  margin-bottom: 0;
}

.drop-menu-parent .drop-menu-big .child-items li:hover svg path,
.drop-menu-parent .drop-menu-big .child-items li:active svg path,
.drop-menu-parent .drop-menu-big .child-items li:focus svg path {
  stroke: var(--qc-blue-600);
}

.drop-menu-parent
  .drop-menu-big
  .child-items
  li:hover
  svg.hoveronlyfill
  path:nth-child(3),
.drop-menu-parent
  .drop-menu-big
  .child-items
  li:active
  svg.hoveronlyfill
  path:nth-child(3),
.drop-menu-parent
  .drop-menu-big
  .child-items
  li:focus
  svg.hoveronlyfill
  path:nth-child(3) {
  fill: var(--qc-blue-600);
  stroke: none;
}

.drop-menu-parent .drop-menu-big h3 {
  font-weight: 600;
  font-size: 16px !important;
  line-height: 24px;
  color: var(--qc-grey-550);
  margin-bottom: 16px;
  width: 100%;
  text-transform: uppercase;
}

.drop-menu-parent .drop-menu-big li {
  width: 100%;
  display: flex;
  gap: 12px;
  border-radius: 12px;
  padding: 12px;
}

.drop-menu-parent .drop-menu-big li:not(:last-child) {
  margin-bottom: 8px;
}

.drop-menu-parent .drop-menu-big li:hover h4,
.drop-menu-parent .drop-menu-big li:active h4,
.drop-menu-parent .drop-menu-big li:focus h4 {
  color: var(--qc-blue-600);
}

.drop-menu-parent .drop-menu-big li:hover p,
.drop-menu-parent .drop-menu-big li:active p,
.drop-menu-parent .drop-menu-big li:focus p {
  color: var(--qc-black);
}

.drop-menu-parent .drop-menu-big li a {
  font-family: var(--font2);
}

.drop-menu-parent .drop-menu {
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
  transition: 0.15s ease-in;
  position: absolute;
  top: 180%;
  left: -91px;
  right: 0;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  align-items: center;
  padding: 16px 24px;
  background: #ffffff;
  border-radius: 24px;
  width: 320px;
}

.drop-menu-parent .drop-menu .transparent-overlay {
  background: transparent;
  width: 100%;
  height: 30px;
  position: absolute;
  top: -35px;
  left: 0;
}

.drop-menu-parent .drop-menu svg.menu-pointer {
  display: none;
}

.drop-menu-parent .drop-menu h3 {
  font-weight: 600;
  font-size: 16px !important;
  line-height: 24px;
  color: var(--qc-grey-550);
  margin-bottom: 16px;
  width: 100%;
  text-transform: uppercase;
}

.drop-menu-parent .drop-menu .drop-lis {
  display: flex;
  width: 100%;
  gap: 24px;
}

.drop-menu-parent .drop-menu .drop-lis li:hover,
.drop-menu-parent .drop-menu .drop-lis li:active,
.drop-menu-parent .drop-menu .drop-lis li:focus {
  background: transparent !important;
}

.drop-menu-parent .drop-menu .drop-lis li:hover svg path,
.drop-menu-parent .drop-menu .drop-lis li:active svg path,
.drop-menu-parent .drop-menu .drop-lis li:focus svg path {
  stroke: var(--qc-blue-600);
}

.drop-menu-parent .drop-menu .drop-lis li:hover a h4,
.drop-menu-parent .drop-menu .drop-lis li:active a h4,
.drop-menu-parent .drop-menu .drop-lis li:focus a h4 {
  color: var(--qc-blue-600) !important;
}

.drop-menu-parent .drop-menu .drop-lis li:hover a p,
.drop-menu-parent .drop-menu .drop-lis li:active a p,
.drop-menu-parent .drop-menu .drop-lis li:focus a p {
  color: var(--qc-black) !important;
}

.drop-menu-parent .drop-menu li {
  width: 100%;
  display: flex;
  gap: 12px;
  border-radius: 12px;
  padding: 12px;
}

.drop-menu-parent .drop-menu li:not(:last-child) {
  margin-bottom: 4px;
}

.drop-menu-parent .drop-menu li:hover,
.drop-menu-parent .drop-menu li:active,
.drop-menu-parent .drop-menu li:focus {
  background: var(--qc-lightblue-100);
}

.drop-menu-parent .drop-menu li a {
  font-family: var(--font2);
}

.drop-menu-parent .drop-menu li a h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--qc-black);
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.drop-menu-parent .drop-menu li a h4 span {
  margin-left: auto;
}

.drop-menu-parent .drop-menu li a p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--qc-grey-550);
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .drop-menu-parent .drop-menu-wide {
    transition: none;
    width: 100%;
    position: fixed;
    top: 56px;
    left: 0;
    border-radius: 0;
    filter: none !important;
    max-width: unset;
    padding: 16px 32px !important;
    margin: 0;
  }

  .drop-menu-parent .drop-menu-wide .qc-container {
    width: 100%;
    flex-direction: column !important;
  }
}

/* ================================================ Footer ======================================================= */
footer.footer {
  width: calc(100vw - 11px);
  /* margin-top: 100px; */
  background: var(--qc-blue-800);
  padding: 80px 32px 50px 32px;
  position: relative;
}

@media (max-width: 1200px) {
  footer.footer {
    padding: 55px 32px 35px 32px;
  }
}

@media (min-width: 1921px) {
  footer.footer {
    left: 0;
  }
}

@media only screen and (min-width: 280px) and (max-width: 991px) {
  footer.footer {
    width: 100vw;
  }
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
  footer.footer {
    padding: 26px !important;
    margin-top: 50px;
  }
}

footer.footer .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  border-bottom: 1px solid #ffffff80;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

footer.footer .grid > div {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

footer.footer .grid div h3 {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  color: #ffffff;
  margin-bottom: 20px;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
  footer.footer .grid div h3 {
    margin-bottom: 15px;
  }
}

footer.footer .grid div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.footer .grid div ul li:not(:last-child) {
  margin-bottom: 6px;
}

footer.footer .grid div ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  mix-blend-mode: normal;
  opacity: 0.75;
}

footer.footer .grid div ul li a:hover {
  color: #ffffff !important;
  opacity: 1;
}

footer.footer hr {
  margin: 2rem 0;
}

footer.footer .text-center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: #ffffff;
}

footer.footer .text-center a {
  font-weight: 800;
  font-size: 23.3846px;
  line-height: 32px;
  text-transform: capitalize;
  color: #ffffff;
  font-family: "Nunito";
}

footer.footer .text-center a:hover,
footer.footer .text-center a:active,
footer.footer .text-center a:focus {
  color: #ffffff !important;
}

footer.footer .text-center p {
  margin-bottom: 11px;
}

@media (min-width: 768px) {
  footer.footer .grid {
    grid-template-columns: repeat(4, auto);
    justify-content: space-between;
  }
}

/* ================================================ Buttons ======================================================= */
.btn-lightblue {
  background: var(--qc-lightblue-100);
  font-weight: 700;
  font-size: 16px;
  font-family: var(--font2);
  line-height: 22px;
  text-align: center;
  border-color: #000000;
  padding: 8px 20px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 8px !important;
  transition: 0.2s;
  color: var(--qc-blue-600);
}
@media (min-width: 768px) {
  .btn-lightblue:hover,
  .btn-lightblue:active,
  .btn-lightblue:focus {
    background: #c4cbfb !important;
  }
}
.btn-blue-outline {
  display: grid;
  place-content: center;
  padding: 8px 12px;
  background: transparent;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  color: var(--qc-blue-600) !important;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 8px !important;
  border: 1px solid var(--qc-blue-600);
  transition: 0.2s;
}

@media (min-width: 768px) {
  .btn-blue-outline:hover {
    color: #fff !important;
    background: var(--qc-blue-600);
  }

  .btn-blue-outline:active,
  .btn-blue-outline:focus {
    color: #fff !important;
    background: #4c5cf2;
  }
}

.btn-lightgray {
  background: var(--qc-grey-130);
  font-weight: 700;
  font-size: 16px;
  font-family: var(--font2);
  line-height: 22px;
  text-align: center;
  border-color: #000000;
  padding: 8px 20px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 8px !important;
  transition: 0.2s;
}

@media (min-width: 768px) {
  .btn-lightgray:hover,
  .btn-lightgray:active,
  .btn-lightgray:focus {
    background: #c4cbfb !important;
  }
}

.btn-blue,
.btn-blue2 {
  background: var(--qc-blue);
  font-weight: 700;
  font-size: 16px;
  line-height: 22.4px;
  text-align: center;
  color: #fff;
  padding: 12px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 5px !important;
  transition: 0.2s;
}

@media (max-width: 768px) {
  .btn-blue:hover,
  .btn-blue2:hover {
    background: #0b1995 !important;
    color: #fff !important;
  }

  .btn-blue:active,
  .btn-blue2:active,
  .btn-blue:focus,
  .btn-blue2:focus {
    background: #4c5cf2 !important;
    color: #fff !important;
  }
}

/* ================================= Custom CSS ================================== */

.content-area .elementor-widget-theme-post-content h1,
.content-area .elementor-widget-theme-post-content h2,
.content-area .elementor-widget-theme-post-content h3,
.content-area .elementor-widget-theme-post-content h4,
.content-area .elementor-widget-theme-post-content h5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.elementor-toc__header {
  border-bottom: none !important;
}

h4.elementor-toc__header-title {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

/* ======================================= Contractor Guides Page ======================================== */
.contractor-guides-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 128px;
  background: #ffffff;
  padding-bottom: 100px;
}

.guides-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 135px;
  width: 100%;
  background: #ffffff;
}

.guides-hero .qc-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  gap: 16px;
  width: 808px;
  max-width: 100%;
}

.guides-title {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 80px;
  text-align: center;
  color: #333333;
  margin: 0;
}

.guides-description {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333333;
  margin: 0;
}

.guides-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 135px;
  width: 100%;
  background: #ffffff;
}

.guides-content .qc-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 96px;
  width: 1170px;
  max-width: 100%;
}

.guide-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 40px;
  width: 100%;
}

.guide-row-reverse {
  flex-direction: row-reverse;
}

.guide-image {
  width: 580px;
  height: 420px;
  flex: none;
  order: 0;
  flex-grow: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
}

.guide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.guide-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 16px;
  flex: 1;
  order: 1;
  flex-grow: 1;
}

.guide-text h2 {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #333333;
  margin: 0;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.guide-text p,
.guide-description,
.guide-description p {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin: 0;
}

.guide-description {
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.guide-description p {
  margin-bottom: 16px;
}

.guide-description p:last-child {
  margin-bottom: 0;
}

.guide-btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  gap: 10px;
  width: auto;
  min-width: 127px;
  height: 48px;
  background: #334ec8;
  box-shadow: 0px 1px 2px rgba(13, 16, 23, 0.06);
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.3s ease;
  white-space: nowrap;
  flex: none;
  order: 2;
  flex-grow: 0;
}

.guide-btn:hover {
  background: #2a3fa0;
  color: #ffffff;
}

.guides-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 135px 80px;
  width: 100%;
  background: #ffffff;
}

.guides-cta .qc-container {
  width: 1170px;
  max-width: 100%;
}

.cta-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  gap: 24px;
  width: 100%;
  background: #f7f7f7;
  border-radius: 8px;
}

.cta-box h3 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  margin: 0;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.cta-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  gap: 10px;
  width: 100px;
  height: 48px;
  background: #334ec8;
  box-shadow: 0px 1px 2px rgba(13, 16, 23, 0.06);
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.3s ease;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.cta-btn:hover {
  background: #2a3fa0;
  color: #ffffff;
}

/* Responsive Styles */
@media only screen and (max-width: 991px) {
  .guides-title {
    font-size: 40px;
    line-height: 56px;
  }

  .guide-row,
  .guide-row-reverse {
    flex-direction: column;
    gap: 32px;
  }

  .guide-image {
    flex: 0 0 auto;
    width: 100%;
    height: 320px;
  }

  .guides-content .qc-container {
    gap: 64px;
  }
}

@media only screen and (max-width: 767px) {
  .guides-title {
    font-size: 32px;
    line-height: 40px;
  }

  .guides-description {
    font-size: 14px;
    line-height: 20px;
  }

  .guide-text h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .guide-text p {
    font-size: 14px;
    line-height: 20px;
  }

  .guide-image {
    height: 240px;
  }

  .cta-box {
    flex-direction: column;
    text-align: center;
  }

  .cta-box h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
