@media (max-width: 1400px) {
  /* Hero */
  .hero_wrapper-heading h1 {
    font-size: 48px;
  }

  .hero-hiring-heading h2 {
    font-size: 24px;
  }

  /* Powering */
  .powering-heading h2 {
    font-size: 42px;
  }

  .powering_wrapper-row {
    gap: 19px;
    margin-bottom: 0;
  }

  .Powering_wrapper-card {
    padding: 35px 31px 22px 17px;
  }

  .Powering_wrapper-inner h3 {
    font-size: 32px;
  }

  /* Industries */
  .industries_wrapper-row {
    gap: 19px 15px;
    padding: 29px 0 0;
  }

  .industries_banner {
    padding: 45px 60px;
  }

  .industries_wrapper-content h3 {
    font-size: 18px;
  }

  /* Choose */
  .chooseg_glocal_row {
    gap: 15px;
  }

  .chooseg_glocal_card {
    padding: 30px;
  }

  .chooseg_glocal_heading h4 {
    font-size: 22px;
  }

  /* Success */
  .success-grid {
    grid-template-columns: 450px minmax(0, 1fr);
  }

  .success-quote-card {
    padding: 43px 35px 16px;
  }

  .success-quote-card p {
    font-size: 22px;
  }
}

@media (max-width: 1100px) {
  /* Hero */
  .hero_wrapper-row {
    grid-template-columns: 1fr;
    align-items: start;
    max-width: 100%;
  }

  .hero-right-col {
    width: 100%;
  }

  .hero-wrapper-from {
    max-width: 100%;
    margin-left: 0;
  }

  /* Smarter Hiring */
  .smarter-hiring_wrapper-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .smarter-hiring-right-col {
    width: 100%;
  }
}

@media (max-width: 991px) {
  /* Header / Footer */
  .header-social-list a,
  .footer-social-list a {
    /* width: 40px; */
    /* height: 40px; */
    font-size: 14px;
    padding: 6px 10px;
  }

  /* Powering */
  .powering_wrapper-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Industries / Choose */
  .industries_wrapper-row,
  .chooseg_glocal_row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Smarter Hiring */
  .smarter-hiring-row {
    grid-template-columns: 1fr;
  }

  /* Success */
  .success-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .success-quote-card {
    transform: none;
    margin-top: -280px;
    margin-left: 0;
  }

  .success-nav {
    position: static;
    transform: none;
    margin-top: 16px;
    justify-content: flex-end;
  }

  /* Typography */
  .reach_wrapper_heading h2,
  .smarter-hiring_wrapper-heading h2,
  .success-header h2,
  .Choose_wrapper-text h2,
  .industries_wrapper-contnet h2,
  .hero_wrapper-heading h1 {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  /* Hero */
  .hero_wrapper-heading h1 {
    font-size: 42px;
  }

  .logo {
    max-width: 170px;
  }

  /* Success */
  .success-section-area {
    padding: 64px 0 72px;
  }

  .success-header {
    text-align: center;
    margin-bottom: 41px;
  }

  .success-header h2 {
    font-size: 32px;
  }

  .success-image-card img {
    aspect-ratio: 3 / 3;
  }

  .success-quote-card {
    padding: 26px 22px 24px;
    min-height: auto;
    margin-top: -106px;
    margin-left: 0;
  }

  .success-quote-icon {
    font-size: 40px;
  }

  .success-quote-card p {
    font-size: 15px;
  }

  /* Industries */
  .industries_banner {
    padding: 30px 20px;
    min-height: 266px;
    margin-bottom: 24px;
  }

  .industries_wrapper-row {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 0 0;
  }

  .industries_wrapper-col {
    padding: 12px 0 16px;
  }

  /* Smarter Hiring */
  .smarter-hiring-section-area {
    padding: 64px 0;
  }

  .smarter-hiring_wrapper-heading h2 {
    font-size: 26px;
  }

  .smarter-hiring-row {
    max-width: 100%;
  }

  .smarter-hiring-card {
    padding: 14px 16px;
  }

  /* Reach */
  .reach_section-arae {
    padding: 64px 0 70px;
  }

  .reach_wrapper_heading h2 {
    font-size: 28px;
    line-height: 1.4;
  }

  .smarter-hiring_img {
  }
}

@media (max-width: 600px) {
  /* Text sizing */
  .Choose_wrapper-text h2 {
    font-size: 28px;
  }

  .reach_wrapper_heading h2 {
    font-size: 28px;
  }

  .industries_wrapper-contnet h2 {
    font-size: 27px;
  }

  .powering-heading h2 {
    font-size: 28px;
    line-height: 41px;
  }

  /* Smarter Hiring */
  .smarter-hiring-col1,
  .smarter-hiring-col.smarter-hiring-col2,
  .smarter-hiring-col.smarter-hiring-col3 {
    margin-left: 0;
    margin-right: 0;
  }

  .smarter-hiring-card-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .smarter-hiring-row,
  .powering_wrapper-row,
  .industries_wrapper-row,
  .chooseg_glocal_row {
    grid-template-columns: 1fr;
  }

  /* Header / Footer */
  .header-glocal_row,
  .footer-glocal_row {
    gap: 16px;
  }

  /* Hero */
  .hero_wrapper-heading h1 {
    font-size: 30px;
    margin-bottom: 19px;
  }

  .btn-box {
    align-items: flex-start;
    margin-top: 23px;
  }

  .home-hero-signup-button,
  .home-hero-schedule-button {
    justify-content: center;
    padding: 16px 28px;
  }

  .from-inner-row {
    grid-template-columns: 1fr;
  }

  .hero-wrapper-from-inner {
    padding: 30px 18px 24px;
  }

  .hero-hiring-heading h2 {
    font-size: 18px;
  }

  .hiring-input,
  .from-inner-row select,
  .text-arae-box {
    min-height: 58px;
    font-size: 14px;
    padding: 0 18px;
  }

  .text-arae-box {
    padding-top: 16px;
  }

  /* Reach */
  .reach_section-arae {
    text-align: left;
    padding: 60px 0 48px;
  }
}
