body {
  margin: 0 auto;
}

:root {
  --black-color: #000;
  --dark-color: #1f1f28;
  --white-color: #fff;
  --purple-color: #5448ce;
  --list-color: #e6e6e6;
  --light-blue: #eeedfa;
}

@font-face {
  font-family: "Ibrand";
  src: url("../fonts/Ibrand.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "DM Sans Regular";
  src: url("../fonts/DMSans-Regular.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "DM Sans Medium";
  src: url("../fonts/DMSans_Medium.ttf");
  font-weight: normal;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.content-fonts h1 {
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 78px;
  font-family: "Ibrand";
}

.content-fonts h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Ibrand";
}

.content-fonts h3 {
  font-size: 32px;
  font-style: normal;
  line-height: normal;
  font-family: "DM Sans Regular";
}

.content-fonts h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 125% */
  letter-spacing: -0.96px;
}

.content-fonts h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.content-fonts h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.content-fonts p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0px;
  font-family: "DM Sans Regular";
  color: #515151;
}

.content-fonts a {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  font-family: "DM Sans Regular";
}

.content-fonts img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}

.content-fonts .padding-80 {
  padding: 80px 0px;
}

.content-fonts .padding-60 {
  padding: 60px 0px;
}

.content-fonts .padding-70 {
  padding: 70px 0px;
}

.content-fonts .max-w-50 {
  max-width: 50vw;
  margin: 0 auto;
}

.content-fonts .text-center {
  text-align: center;
}

.content-fonts .purple {
  color: var(--purple-color);
}

.content-fonts .dark-text {
  font-weight: 600;
}

.content-fonts .bg-purple {
  background-color: var(--purple-color);
  color: #fff;
}

.content-fonts .btn-purple {
  padding: 8px 16px;
  border-radius: 48px;
  display: inline;
  width: auto;
  text-decoration: none;
  background-color: var(--purple-color);
  color: #fff;
  line-height: 32px;
}

.content-fonts .btn-white {
  padding: 8px 16px;
  border-radius: 48px;
  display: inline;
  width: auto;
  text-decoration: none;
  color: var(--purple-color);
  background-color: #fff;
  border: 1px solid var(--purple-color);
  line-height: 32px;
}

/* homepage */
.home-hero-section-main {
  background-image: url(/wp-content/uploads/2024/09/hero-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-hero-section-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-hero-left {
  flex: 0 52%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.home-hero-left-top {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.search-magnifier {
  padding: 12px 14px;
  border-radius: 56px;
}

.home-hero-left-top h3 {
  letter-spacing: -1.28px;
}

.home-hero-left-top p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.96px;
  color: #3c3c44;
}

.hero-stars p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
  color: #3c3c44;
}

.home-hero-left-middle {
  display: flex;
  align-items: center;
  position: relative;
  width: 500px;
}

.home-hero-left-middle input[type="search"] {
  width: 100%;
  height: 64px;
  padding: 16px 24px;
  color: #bababc;
  border-radius: 56px;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  border: none;
  font-family: "DM Sans Regular";
  font-size: 24px;
  letter-spacing: -0.96px;
}

.home-hero-left-middle input[type="search"]:focus {
  outline: none;
  border: none;
}

.home-hero-left-middle .search-magnifier.bg-purple {
  position: absolute;
  left: auto;
  right: 10px;
}

.search-magnifier.bg-purple img {
  width: 24px;
  height: 24px;
}

.home-hero-left-botom-top {
  display: flex;
  gap: 24px;
  align-items: center;
}

.home-hero-left-bottom {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex-direction: column;
}

.home-hero-left-bottom-bottom {
  display: flex;
  align-items: center;
  gap: 20px;
}

.business-talent-single-right h4 {
  font-family: "DM Sans Medium";
  color: #1f1f28;
}

.business-talent-single-right p {
  color: #515151;
}

.business-talent-single-right {
  padding: 70px 32px;
  background: var(--light-blue);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  position: relative;
}

.business-talent-single-right:after {
  background-image: url(/wp-content/uploads/2024/10/business-right-bg.svg);
  content: "";
  position: absolute;
  width: 228px;
  height: 240px;
  background-repeat: no-repeat;
  right: 0px;
  bottom: 0px;
}


.business-talent-sec-inner {
  display: flex;
  justify-content: space-between;
}

.business-talent-single {
  display: flex;
  flex: 0 48%;
  border-radius: 16px;
  overflow: hidden;
}

.business-talent-single-left img {
  width: 500px;
  height: 100%;
  object-fit: cover;
}

.home-browse-cat,
.home-featured-job {
  background: var(--light-blue);
  padding: 80px 0px;
}

.home-browse-cat-inner,
.home-featured-job-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.browse-cat-title h5,
.featured-job-bottom-title h5 {
  color: #515151;
  font-family: "DM Sans Medium";
  letter-spacing: -0.8px;
}

.featured-job-bottom-title h6 {
  color: #515151;
  letter-spacing: -0.64px;
}

.browse-cat-desc p {
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.64px;
}

.browse-cat-top {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.browse-cat-top-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.browse-cat-skills-img {
  position: relative;
  width: 50px;
  height: 25px;
}

.browse-cat-skills-img img {
  position: absolute;
  width: 25px;
  height: 25px;
}

.browse-cat-skills-img img:nth-child(1) {
  z-index: 3;
}

.browse-cat-skills-img img:nth-child(2) {
  left: 12.5px;
  z-index: 2;
}

.browse-cat-skills-img img:nth-child(3) {
  left: 25px;
  z-index: 1;
}

.browse-cat-single,
.featured-job-single {
  display: flex;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  flex-direction: column;
  gap: 20px;
  flex: 0 20%;
  align-items: flex-start;
}

.browse-car-bottom-inner {
  display: flex;
  justify-content: space-between;
}

.browse-cat-single-bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.browse-cat-top-desc a {
  font-family: 'DM Sans Medium';
  line-height: 30px;
  letter-spacing: -0.8px;
  font-size: 20px;
}

.tech-hire-prob {
  padding: 100px 0px;
}

ul.tech-hire {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0px;
}

.tech-hire-prob-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  flex-direction: column;
}

.tech-hire-prob-bottom-head {
  display: flex;
  justify-content: space-between;
}

ul.tech-hire li {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #E9E9EA;
  font-family: 'DM Sans Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.64px;
  color: #4C4C53;
}

ul.tech-hire h6 {
  line-height: 30px;
  letter-spacing: -0.64px;
  font-family: 'DM Sans Regular';
}

.tech-hire-prob-bottom .tech-hire-prob-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tech-hire-prob-bottom-left-head h4 {
  position: relative;
}

.tech-hire-prob-bottom-left-head h4:after {
  border-bottom: 1px solid;
  position: absolute;
  width: 100px;
  height: 5px;
  content: "";
  background: #515151;
  top: auto;
  left: 0px;
  bottom: -24px;
}

.tech-hire-prob-bottom-left .tech-hire-prob-bottom-left-head h4:after {
  background: #515151;
}

.tech-hire-prob-bottom-right .tech-hire-prob-bottom-left-head h4:after {
  background: var(--purple-color);
}

.home-featured-job-bottom-inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.tech-hire-prob-bottom-left-head {
  color: #515151;
  line-height: 30px;
  letter-spacing: -1.12px;
  font-family: 'DM Sans Regular';
}

.featured-job-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.featured-job-bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.featured-job-bottom-keywords>div {
  display: flex;
  padding: 8px 12px;
  border-radius: 48px;
  background: var(--light-blue);
  align-items: center;
  font-size: 12px;
  gap: 4px;
  font-family: "DM Sans Regular";
}

.featured-job-bottom-desc p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.64px;
}

.browse-cat-skills {
  display: flex;
  gap: 8px;
  align-items: center;
}

.featured-job-bottom-keywords {
  display: flex;
  gap: 4px;
}

.featured-job-bottom>a {
  font-size: 16px;
}

.featured-job-bottom-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hire-made-easy-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 80px;
}

.hire-made-easy-middle-desc h4 {
  color: #1f1f28;
  font-family: "DM Sans Medium";
}

.hire-made-easy-middle {
  display: flex;
  justify-content: space-between;
}

.hire-made-easy-middle-desc {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.hire-made-easy-middle-single {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 0 25%;
  align-items: center;
  position: relative;
}

.hire-made-easy-middle-top span {
  font-family: "DM Sans Regular";
  font-size: 54.267px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

section.hire-made-easy {
  padding: 100px 0px;
}

.hire-made-easy-middle-top {
  display: flex;
  width: 79.14px;
  height: 79.14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9.045px;
  flex-shrink: 0;
  background-color: var(--light-blue);
  border-radius: 56.528px;
}

.hire-made-easy-middle .hire-made-easy-middle-single:not(:last-child):after {
  width: 410px;
  height: 2px;
  position: absolute;
  content: "";
  top: 40px;
  left: 60%;
  right: 0px;
  background: repeating-linear-gradient(to right,
      transparent,
      transparent 4px,
      /* Gap length */
      #5448ce 4px,
      #5448ce 11px
      /* Dash length */
    );
  z-index: -1;
}

.banner-companies {
  background-image: url("/wp-content/uploads/2024/09/banner-companies.jpg");
  height: 600px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.banner-comapnies-inner {
  position: absolute;
  width: 45vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 10%);
  text-align: center;
  color: var(--white-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.banner-companies-title h2 {
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
}

.banner-companies-desc p {
  color: var(--white-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.8px;
  color: #e9e9ea;
}

.padding-80 {
  padding: 80px 0px;
}

.home-trustpilot-inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
  text-align: center;
}

.home-truspilot-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}

.home-trustpilot-top-desc {
  display: flex;
  align-items: center;
  gap: 16px;
}

.home-truspilot-bottom {
  max-width: 35vw;
}

.home-truspilot-middle {
  display: flex;
  gap: 20px;
}

.home-truspilot-review-single {
  padding: 32px;
  border-radius: 31.508px;
  border: 0.985px solid #ddd;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 0 28%;
}

.home-truspilot-review-single h6 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.373px;
  /* 152.074% */
  letter-spacing: -0.72px;
  font-family: "DM Sans Regular";
  color: #222;
}

.home-truspilot-review-single-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.home-trustpilot-inner p {
  color: #535353;
  line-height: 25.6px;
}

.home-schedule-cta-inner {
  background-color: var(--purple-color);
  border-radius: 16px;
  color: var(--white-color);
}

section.home-scheule-cta {
  padding-bottom: 80px;
}

.home-schedule-cta-left-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  width: 80%;
}

.home-schedule-cta-left {
  display: flex;
  flex: 0 50%;
  justify-content: center;
}

.home-schedule-cta-right {
  flex: 0 50%;
}

.home-schedule-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.home-schedule-cta-left-inner p {
  color: var(--white-color);
}

.home-schedule-cta-left-inner h3 {
  line-height: 36px;
  letter-spacing: -1.28px;
  font-weight: 500;
}

div#home-clients {
  display: flex;
  justify-content: space-between;
}

section.home-clients {
  padding: 40px 0px;
}

/* homepage */

/* footer */
.site-footer {
  background-color: #1F1F28;
  padding: 80px 0px;
}

.site-footer-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.site-footer-top {
  display: flex;
  justify-content: space-between;
}

.site-footer-inner hr {
  width: 100%;
  color: #4C4C53;
  border: 1px solid;
  margin: 0px;
}

.site-footer-inner .home-hero-left-middle input[type="search"] {
  background: none;
  border: 1px solid #E9E9EA;
}

.site-footer-inner .home-hero-left-middle {
  width: 350px;
}

.site-footer-inner .home-hero-left-middle .search-magnifier.bg-purple {
  right: 0;
}

.site-footer-middle {
  display: flex;
  justify-content: space-between;
  color: #FFF;
  font-family: 'Inter';
  gap: 14px;
  flex-wrap: wrap;
}

.site-footer-middle h3 {
  line-height: 26px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  font-family: 'Inter';
}

.site-footer-middle ul.menu {
  padding: 0px;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.site-footer-middle ul.menu li a {
  color: #BABABC;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.site-footer-middle .footer-connect span.wp-block-social-link-label {
  color: #BABABC;
  font-family: Inter;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.site-footer-middle .footer-connect .wp-block-social-link:hover {
  transform: none;
}

.site-footer-middle .footer-connect .wp-block-social-links .wp-social-link svg {
  width: 24px;
  height: 24px;
}

.site-footer-bottom p {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.site-footer-middle .footer-connect .wp-block-social-links {
  margin: 0;
  margin-top: 24px;
}

.home-hero-left-middle span.wpcf7-spinner {
  display: none;
}

.footer-newsletter-bottom input.not-show {
  display: none;
}

.footer-newsletter-bottom input.footer-news-email {
  width: 100%;
  height: auto;
  padding: 16px 34px;
  color: #bababc;
  border-radius: 56px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  font-family: "DM Sans Regular";
  font-size: 20px;
  letter-spacing: -0.96px;
  background: none;
  border: 1px solid #E9E9EA;
}

.footer-newsletter-bottom input.footer-news-submit {
  position: absolute;
  left: auto;
  right: 0px;
  z-index: 9;
  padding: 12px 24px;
  top: 10px;
  opacity: 0;
}

span.footer-search-magnifier.bg-purple {
  padding: 12px 14px;
  border-radius: 56px;
  position: absolute;
  right: 0px;
  top: 4px;
}

.footer-newsletter-bottom input.footer-news-email:focus-visible {
  outline: none;
}

.footer-newsletter-bottom .wpcf7-response-output {
  border: none !important;
  color: #fff;
  margin: 0px !important;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  font-family: "DM Sans Regular";
  padding-top: 0px !important;
}

/* footer */

/* header */
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#masthead {
  padding: 24px 0px;
}

.header-menu-main ul#menu-header-menu {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  gap: 32px;
}

.header-menu-main ul#menu-header-menu li a {
  color: var(--black-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  font-family: 'DM Sans Medium';
}

.header-right-btn {
  display: flex;
  gap: 8px;
}

.header-main-menu-inner-top {
  display: none;
}

.header-menu-main {
  display: flex;
  justify-content: space-between;
  flex: 0 70%;
  align-items: center;
}

.header-right-btn.header-btn-outer {
  display: none;
}

/* header */
.tech-hire-prob-bottom-inner>.tech-hire-prob-bottom-right .tech-hire-prob-bottom-left-head {
  display: none;
}

.browse-cat-top-desc.mob-view {
  display: none;
}

main.homepage .owl-nav.disabled {
  display: none;
}

.tech-hire-prob-bottom-middle .mob-view {
  display: none;
}

main.homepage .owl-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 6px;
}

main.homepage .owl-dots button.owl-dot span {
  background: #d9d9d9;
  width: 8px;
  height: 8px;
  border-radius: 70px;
  display: block;
}

main.homepage .owl-dots button.owl-dot {
  outline: none;
  border: none;
  background: none;
}

main.homepage .owl-dots button.owl-dot.active span {
  background: #5448CE;
}

@media (max-width: 1500px) {
  .banner-comapnies-inner {
    width: 46vw;
  }
}

@media (max-width: 1200px) {
  .header-menu-main {
    flex: 0 76%;
  }

  div#home-clients img {
    width: 150px;
  }

  .hire-made-easy-middle .hire-made-easy-middle-single:not(:last-child):after {
    width: 370px;
  }

  .home-schedule-cta-right {
    flex: 0 46%;
  }

  .tech-hire-prob-bottom-head {
    margin-bottom: 50px;
  }

  .browse-car-bottom-inner .owl-stage {
    display: flex;
  }

  .browse-car-bottom-inner {
    overflow: hidden;
    flex-direction: column;
    gap: 30px;
  }

  .featured-job-single {
    flex: 0 26%;
  }

  .home-featured-job-bottom-inner {
    gap: 30px;
  }

  .banner-comapnies-inner {
    width: 70vw;
    transform: translate(-50%, 10%);
  }

  .home-hero-section-inner {
    gap: 32px;
  }
}

@media (max-width: 991px) {
  .container {
    padding: 0px 18px;
  }

  .content-fonts h1 {
    font-size: 32px;
    line-height: 34.908px;
  }

  .content-fonts h2 {
    font-size: 32px;
  }

  .content-fonts a {
    font-size: 16px;
  }

  .content-fonts p {
    font-size: 16px;
    line-height: 24.676px;
  }

  .content-fonts .padding-70 {
    padding: 40px 0px;
  }

  .content-fonts .padding-60 {
    padding: 30px 0px;
  }

  .home-hero-left-top h3 {
    font-size: 16px;
    line-height: normal;
  }

  .home-schedule-cta-left-inner h3 {
    font-size: 24px;
    line-height: normal;
  }


  .home-hero-left-top p {
    font-size: 16px;
  }

  .site-footer-middle>div {
    flex: 0 20%;
  }

  .site-footer-middle {
    justify-content: flex-start;
    column-gap: 95px;
  }


  /* header */
  .mobile-menu .mob-menu-toggle {
    transform: scale(.6);
  }

  .mobile-menu span.mob-menu-toggle-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
    outline: 0;
  }

  .mobile-menu span.mob-menu-toggle-box span.mob-menu-toggle-inner {
    background-color: #000000;
    top: 2px;
    width: 40px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
    display: block;
    margin-top: -2px;
  }

  .mobile-menu span.mob-menu-toggle-box span.mob-menu-toggle-inner:before {
    top: 10px;
  }

  .mobile-menu span.mob-menu-toggle-box span.mob-menu-toggle-inner:after {
    top: 20px;
  }

  .mobile-menu span.mob-menu-toggle-box span.mob-menu-toggle-inner:before,
  .mobile-menu span.mob-menu-toggle-box span.mob-menu-toggle-inner:after {
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: .15s;
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #000000;
  }

  .header-menu-main {
    position: fixed;
    display: block;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    box-sizing: border-box;
    transition: top .4s ease-in-out, bottom .4s ease-in-out, visibility .4s ease-in-out;
    overflow: auto;
    z-index: 9999999999;
    overscroll-behavior: contain;
    visibility: hidden;
    background: var(--white-color);
    top: -100vh;
    left: 0px;
    right: 0px;
    color: #fff;
  }

  .header-menu-main.active {
    top: 0px;
    visibility: visible;
  }


  .header-menu-main ul#menu-header-menu {
    flex-direction: column;
    padding: 20px;
  }

  .header-inner .header-right-btn {
    padding: 40px 20px;
  }

  .header-inner {
    gap: 16px;
  }

  .header-inner .header-logo {
    order: 1;
    flex-grow: 1;
  }

  .header-inner .header-right-btn {
    order: 2;
  }

  .header-inner .mobile-menu {
    order: 3;
  }

  .header-main-menu-inner-top {
    display: flex;
    justify-content: space-between;
    /* width: 100%; */
    padding: 24px 16px;
    border-bottom: 1px solid #EBEDF0;
  }

  .header-right-btn.header-btn-outer {
    padding: 0px;
    display: block;
  }


  .business-talent-sec-inner {
    flex-direction: column;
    gap: 24px;
  }

  .business-talent-single-left {
    height: 300px;
  }

  .business-talent-single-right {
    justify-content: center;
  }

  .hire-made-easy-middle .hire-made-easy-middle-single:not(:last-child):after {
    width: 280px;
    z-index: -1;
  }

  .tech-hire-prob-bottom-inner>.tech-hire-prob-bottom-right .tech-hire-prob-bottom-left-head {
    display: block;
    margin-bottom: 40px;
  }

  .tech-hire-prob-bottom .tech-hire-prob-bottom-inner {
    flex-direction: column;
    gap: 24px;
  }

  .tech-hire-prob-bottom .tech-hire-prob-bottom-head .tech-hire-prob-bottom-right {
    display: none;
  }

  .tech-hire-prob-bottom .tech-hire-prob-bottom-head {
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .tech-hire-prob-bottom-left-head h4:after {
    left: 50%;
    transform: translate(-50%, -50%);
    height: 3px;
  }

  .tech-hire-prob-bottom-left-head {
    text-align: center;
  }

  .tech-hire-prob-bottom {
    padding-top: 40px;
  }

  .tech-hire-prob-bottom-head {
    margin-bottom: 40px;
  }

  div#home-clients .owl-stage,
  .home-featured-job-bottom-inner .owl-stage,
  .home-truspilot-middle .owl-stage {
    display: flex;
  }

  div#home-clients,
  .home-featured-job-bottom-inner,
  .home-truspilot-middle {
    overflow: hidden;
  }

  .home-truspilot-middle {
    display: flex;
    flex-direction: column;
  }

  .home-trustpilot-inner {
    overflow: hidden;
    gap: 32px;
  }

  .home-truspilot-top {
    gap: 8px;
  }

  .browse-cat-top-desc.mob-view {
    display: flex;
    justify-content: center;
  }


  .home-browse-cat-inner,
  .home-featured-job-inner {
    gap: 24px;
  }

  .home-browse-cat,
  .home-featured-job {
    padding: 40px 0px;
  }

  .tech-hire-prob {
    padding: 40px 0px;
  }

  section.hire-made-easy {
    padding: 50px 0px;
  }

  .tech-hire-prob-bottom-middle .mob-view {
    display: block;
  }

  .tech-hire-prob-bottom-middle .desk-view {
    display: none;
  }

  .home-truspilot-bottom {
    max-width: 85vw;
  }

  .home-truspilot-middle .home-truspilot-review-single {
    box-sizing: border-box;
  }

  .home-hero-left-middle {
    width: 450px;
  }

  ul.tech-hire {
    margin: 0px;
  }

  .banner-companies-title h2 {
    line-height: 34px;
  }

  .home-hero-left-botom-top p {
    font-size: 18px;
    letter-spacing: -0.751px;
  }

  .home-hero-left-botom-top {
    gap: 12px;
  }

  .home-hero-left-bottom-bottom {
    gap: 18px;
  }

  .tech-hire-prob-bottom-left-head h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.96px;
  }

  .tech-hire-prob-bottom-left-head h4 {
    font-size: 18px;
    letter-spacing: -0.72px;
  }

  .home-schedule-cta-left img {
    width: 190px;
  }

  .banner-comapnies-inner>a {
    font-size: 18px;
  }
  header#masthead{
    padding: 16px 0px;
  }
  header#masthead.sticky-header {
    position: fixed;
    width: 100%;
    z-index: 99;
    background: #FFF;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08);
    animation-duration: .9s;
    animation-fill-mode: both;
    transition: all .3s ease;
    animation-name: fadeInDown;
  }

  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translate3d(0, -100%, 0)
    }

    100% {
      opacity: 1;
      transform: none
    }
  }
}

@media (max-width: 767px) {

  .site-footer-middle>div {
    flex: 0 40%;
  }

  .site-footer-middle {
    column-gap: 40px;
  }

  .site-footer {
    padding: 32px 0px;
  }

  .site-footer-top {
    flex-direction: column;
    gap: 32px;
  }

  .home-hero-left-top {
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px;
  }

  .home-hero-section-inner {
    flex-direction: column;
    gap: 24px;
  }

  .hire-made-easy-middle {
    flex-direction: column;
    gap: 32px;
  }

  .hire-made-easy-middle .hire-made-easy-middle-single:not(:last-child):after {
    display: none;
  }

  .hire-made-easy-middle-single {
    width: 60%;
    margin: 0 auto;
  }

  .hire-made-easy-middle-desc {
    gap: 8px;
  }

  .hire-made-easy-inner {
    gap: 40px;
  }

  .home-schedule-cta-inner {
    flex-direction: column;
    align-items: center;
    gap: 26px;
    padding: 0;
  }

  .home-schedule-cta-right {
    padding: 0px 24px 50px;
  }

  .home-schedule-cta-left-inner {
    width: 100%;
  }

  .content-fonts .max-w-50 {
    max-width: 90vw;
    margin: 0 auto;
  }

  .home-hero-left-bottom {
    align-items: center;
  }

  .banner-comapnies-inner {
    width: 86vw;
    transform: translate(-50%, -10%);
  }

  .browse-cat-top .browse-cat-top-desc a {
    display: none;
  }

  .home-hero-left {
    align-items: center;
    gap: 24px;
  }

  .home-hero-left-middle {
    width: 350px;
  }

  .home-hero-left-middle input[type="search"] {
    height: 48px;
    padding: 8px;
    font-size: 16px;
    border: 1px solid var(--purple-color);
  }

  .search-magnifier {
    padding: 9px 11px;
  }

  .browse-car-bottom-inner {
    gap: 24px;
  }

  .home-hero-left-middle .search-magnifier.bg-purple {
    right: 5px;
  }

  .home-hero-section-main {
    background-image: url(/wp-content/uploads/2024/10/mobile-hero-bg.jpg);
  }
}

@media (max-width: 650px) {

  .business-talent-single {
    flex-direction: column;
  }

  .business-talent-single-left img {
    width: 100%;
    height: auto;
  }

  .business-talent-single-right {
    padding: 35px 25px;
  }

  .business-talent-single-left {
    flex: 0 100%;
    height: 540px;
  }

  .business-talent-single-right {
    flex: 0 100%;
  }

  .business-talent-single {
    flex-wrap: wrap;
  }

  .home-hero-right img {
    width: 250px;
  }

  .business-talent-single-right:after {
    right: -13px;
    bottom: -12px;
    transform: scale(0.9);
  }

}

@media (max-width: 480px) {

  .site-footer-middle>div {
    flex: 0 80%;
  }

  .header-right-btn.header-btn-outer a {
    font-size: 14px;
    padding: 8px 14px;
    line-height: 24px;
  }

  .header-logo img {
    width: 135px !important;
    height: 48px !important;
  }

  .header-inner {
    gap: 6px;
  }

  .hire-made-easy-middle-single {
    width: 90%;
  }

  .site-footer-inner {
    gap: 20px;
  }

  .home-hero-left-middle {
    width: 300px;
  }

  .search-magnifier.bg-purple img {
    width: 18px;
    height: 18px;
  }

  .site-footer-inner .home-hero-left-middle {
    width: 260px;
  }

  span.footer-search-magnifier.bg-purple img {
    width: 15px;
    height: 15px;
  }

  span.footer-search-magnifier.bg-purple {
    padding: 7px 10px;
    right: -14px;
    top: 3px;

  }

  .footer-newsletter-bottom input.footer-news-email {
    padding: 8px;
    font-size: 16px;
  }

  .footer-newsletter-bottom input.footer-news-submit {
    position: absolute;
    left: auto;
    right: -15px;
    padding: 12px 14px;
    top: 0px;
  }

  .footer-newsletter-bottom .home-hero-left-middle>span {
    width: 100%;
  }

  .tech-hire-prob-bottom-middle .mob-view {
    width: 100%;
  }

  .tech-hire-prob-bottom-middle {
    width: 100%;
  }
}